Nguyễn Thái Ngọc Duy
f672db7fff
po/vi: import from Damned Lies
2011-10-26 08:36:52 +11:00
Michael Natterer
b99e0f90c8
configure: fix check for _NL_MEASUREMENT_MEASUREMENT
2011-10-19 21:34:53 +02:00
Michael Natterer
b2272853fd
NEWS: updates
2011-10-17 21:52:58 +02:00
Michael Natterer
f92df81a47
Bug 630028 - Improvement of the healing tool
...
Apply patch from Jean-Yves Couleaud that replaces the heal algorithm
with one that actually works. After trying some images, I don't just
consider this an "improvement" any longer, the old code was obviously
broken, or an early prototype, or whatever.
2011-10-17 21:47:01 +02:00
Michael Natterer
6d62beef13
Revert "build: Strip out G/GDK/GTK_DISABLE_DEPRECATED"
...
We still depend on GTK+ 2.x which doesn't have the warnings, and
don't want deprecated API being used by accident.
This reverts commit f9e6162086 .
2011-10-17 18:54:34 +02:00
Javier Jardón
f9e6162086
build: Strip out G/GDK/GTK_DISABLE_DEPRECATED
...
We have compiler warnings, now.
2011-10-17 17:21:51 +01:00
Javier Jardón
2f0c55b12b
configure.ac: aclocal flags are already honored in Makefile.am
2011-10-17 02:22:21 +01:00
Javier Jardón
3a05739683
configure.ac: Replace AM_CONFIG_HEADER deprecated macro
...
Use AC_CONFIG_HEADERS instead
2011-10-17 02:03:49 +01:00
Javier Jardón
de9c5fda00
configure.ac: Use new libtool syntax
2011-10-17 02:03:49 +01:00
Javier Jardón
c581b6147e
configure.ac: Do not use AC_ISC_POSIX macro
...
Sun dropped support for the obsolete INTERACTIVE
Systems Corporation Unix on 2006-07-23. New programs need not use
this macro.
2011-10-17 02:03:49 +01:00
Javier Jardón
14b3f594f9
configure.ac: Replace AC_HELP_STRING deprecated macro
2011-10-17 02:03:49 +01:00
Javier Jardón
5132df3a6d
configure.ac: Replace AC_TRY_RUN deprecated macro
2011-10-17 02:03:49 +01:00
Javier Jardón
41dc8f1d59
configure.ac: Replace deprecated AC_TRY_LINK macro
2011-10-17 02:03:49 +01:00
Javier Jardón
4bf2a84e14
configure.ac: Replace deprecated AC_TRY_CPP macro
2011-10-17 02:03:49 +01:00
Javier Jardón
75476493f4
configure.ac: Replace deprecated AC_TRY_COMPILE macro
2011-10-17 02:03:49 +01:00
Javier Jardón
464966dbaa
configure.ac: Remove AC_TYPE_SIGNAL
...
Out code can safely assume C89 semantics that RETSIGTYPE is void
2011-10-17 02:03:48 +01:00
Javier Jardón
cc5a1cff72
Makefile.ac: honer aclocal flags
2011-10-17 02:03:48 +01:00
Michael Natterer
71c7301f18
configure: remove cruft found by Javier Jardon
2011-10-17 02:23:02 +02:00
Hleb Valoshka
23f517e54a
Updated Belarusian translation.
2011-10-16 13:50:12 +03:00
Hleb Valoshka
8459f648ab
Updated Belarusian translation.
2011-10-15 21:15:51 +03:00
Martin Nordholts
d32e1ed351
app/tests: Simplify
...
Use g_test_add_func() and g_test_add_data_func().
2011-10-15 13:19:04 +02:00
Michael Natterer
16aae588b9
app: no need to move that assignment
...
and no need to initialize the entire struct explicitly.
2011-10-13 11:30:02 +02:00
Mukund Sivaraman
a8dd4b39f2
Revert "app (histogram): Fix bad loop condition"
...
This reverts commit 23907a297f .
2011-10-13 10:43:09 +05:30
Mukund Sivaraman
23907a297f
app (histogram): Fix bad loop condition
2011-10-13 10:39:59 +05:30
Mukund Sivaraman
d047b1ca41
app (widgets): Init child_allocation, or garbage is added to action_allocation.y
2011-10-13 10:32:12 +05:30
Mukund Sivaraman
5b7cd667f2
libgimpcolor: Add an assert at start of gimp_render_sub_pixel()
...
This is to replace the old checks which were removed in
commit ff6727ae66 .
2011-10-13 10:22:39 +05:30
Mukund Sivaraman
c4be5b1a4f
engrave: Fix condition as average[] is initialized based on num_channels
2011-10-13 10:20:46 +05:30
Mukund Sivaraman
35a62be10a
engrave: Rename variable color_n to num_channels
2011-10-13 10:15:33 +05:30
Mukund Sivaraman
ff6727ae66
libgimpcolor: Remove function pointer checks as they're checked by caller
...
Keeping the checks raises red flags in static analysis as render_func
can then be NULL.
2011-10-12 20:47:23 +05:30
Michael Natterer
846392b66c
app: move the "exclusive visible" logic to the core
...
but don't fix it for item trees yet (refactoring only). Kill the
"exclusive liked" function which only existed because it was so easy
to have, but was always utterly useless. Prove me wrong and I will
revive it.
2011-10-12 16:05:57 +02:00
Mukund Sivaraman
abaf846578
Revert "app (selectiontool): Drop dead code"
...
This reverts commit c0083d24e6 . It was
decided that although this code doesn't have an effect, it needs to be
modified to be fixed.
2011-10-12 19:30:58 +05:30
Mukund Sivaraman
d881e40bb0
file-psp: Move vars to local blocks (much needed)
2011-10-12 19:24:09 +05:30
Mukund Sivaraman
b6dd07821e
file-psp: Remove redundant assignment
2011-10-12 19:20:56 +05:30
Mukund Sivaraman
7a37bb109b
fractal-explorer: Delete dead variable and assignment
2011-10-12 19:11:54 +05:30
Mukund Sivaraman
58ba62a12d
file-cel: Drop dead assignment
2011-10-12 19:07:08 +05:30
Mukund Sivaraman
aaffc10821
file-dicom: Drop dead variable and assignment
2011-10-12 19:04:47 +05:30
Mukund Sivaraman
d9f1a9eec6
app: Drop redundant assignment
2011-10-12 19:02:49 +05:30
Mukund Sivaraman
baa861cd66
print: Delete dead variable and assignment
2011-10-12 19:01:54 +05:30
Mukund Sivaraman
6044e1f953
warp: Drop dead variable and assignment
2011-10-12 18:59:44 +05:30
Mukund Sivaraman
46e1e6ec1d
app (histogram): Drop redundant assignment
2011-10-12 18:29:39 +05:30
Mukund Sivaraman
e0a60f0e23
Revert "app (histogram): Delete redundant assignments"
...
This reverts commit 3793c1f1ec .
2011-10-12 18:28:55 +05:30
Mukund Sivaraman
f76c6e2997
Revert "file-xpm: Plug a leak"
...
This reverts commit cea29187f7 .
2011-10-12 18:25:17 +05:30
Mukund Sivaraman
7b9f0037ef
gimpressionist: Drop dead variable and assignment
2011-10-12 17:27:19 +05:30
Mukund Sivaraman
ceb44876e7
mosaic: Drop unnecessary assignment
2011-10-12 17:25:44 +05:30
Mukund Sivaraman
14796ef622
file-xmc: Drop redundant assignment
2011-10-12 17:23:44 +05:30
Mukund Sivaraman
324ad1e426
libgimpwidgets: Drop redundant assignment
2011-10-12 17:21:23 +05:30
Mukund Sivaraman
740609f352
file-xjt: Drop erroneous initialization
2011-10-12 17:17:22 +05:30
Mukund Sivaraman
c0083d24e6
app (selectiontool): Drop dead code
2011-10-12 17:15:04 +05:30
Mukund Sivaraman
3793c1f1ec
app (histogram): Delete redundant assignments
2011-10-12 17:11:39 +05:30
Mukund Sivaraman
357f0263b8
semi-flatten: Drop dead variable and assignment
2011-10-12 17:08:21 +05:30