Commit Graph

30625 Commits

Author SHA1 Message Date
bcb45524b7 Bug 657505 - Strange behaviour with SWM
when window positions aren't automatically saved.

Save "hide-docks" and "single-window-mode" in sessionrc instead of
gimprc, so a session layout is always saved either completely or not
at all. Also change "last-tip-shown" saving a bit so all three
session-saved gimprc properties are implemented the same.
2011-11-05 17:52:45 +01:00
847deffc86 libgimpbase: add gimp_scanner_parse_boolean()
and complete many api doc stubs.
2011-11-05 17:02:51 +01:00
5b4db22ae1 data: New dev splash 2011-11-05 14:30:19 +02:00
a547cc0940 app: don't leak GimpViewRendererImagefile's GtkIconInfo 2011-11-04 01:32:50 +01:00
f39399c9fc app: don't leak GimpInkOption's GtkSizeGroup 2011-11-04 01:32:17 +01:00
15cf0e9659 app: don't leak all GParamSpecs of GimpProcedures 2011-11-04 01:31:45 +01:00
76638a6c67 app: don't leak the GRand used in GimpOperationPointLayerMode 2011-11-04 01:31:13 +01:00
fb87cd1c5d app: don't leak the list returned by gimp_get_image_windows() 2011-11-04 01:30:40 +01:00
e46aee647d libgimp: missed to commit a generated comment change 2011-11-03 22:47:12 +01:00
eced912746 Bug 607928 - Switching from levels to curves does not result in same changes
Apply patch from Alexis Wilhelm which nicely approximates the gamma
curve with GimpCurve segments.
2011-11-02 23:50:53 +01:00
834225803a Bug 662219 Rotate does not rotate; the image is ...
gone except for a small rectangle

atan2 returns an angle between -pi, pi. Here it is needed
between 0, 2pi. Simpler to invert both axes.
2011-11-02 17:55:57 +01:00
5e015aebba First stage in removing use of deprecated functions in Script-Fu scripts
This commit replaces the names of deprecated procedures with the name of
the new procedure where the new procedure takes the same argument list.
2011-11-02 03:05:07 -04:00
c166e494ce Bug 662948 - Wilber is squeezed
Separate Wilber sizing from GimpDock::set_host_geometry_hints()
because that method is never called in single-window mode.
2011-11-02 00:31:23 +01:00
d1346d5eb4 pdb: distribute enums.pl
It's in git, so it should also be in the tarball. Fixed distcheck
after we have maintainer mode on by default (also in tarballs).
2011-11-01 17:49:00 +01:00
634cf6d620 pdb: add gimp-dynamics-refresh and gimp-dynamics-get-list 2011-10-31 22:22:19 +01:00
6ee7b22153 pdb: use the newly added GimpPDBContext paint options for painting
so all paint context settings take part in the push/pop logic.
2011-10-31 22:08:53 +01:00
01344f811d pdb: add dynamics accessors to the context procedures 2011-10-31 21:08:12 +01:00
5144e7e47c configure: the right way to check for maintainer-mode is $USE_MAINTAINER_MODE 2011-10-29 23:51:50 +02:00
553e05ec6e app: add a function to get the paint options from GimpPDBContext 2011-10-29 23:39:46 +02:00
b1108c0bd7 app: add a complete set of paint options to GimpPDBContext
still no real changes, just preparation for proper PDB API
for paint tools.
2011-10-29 22:43:55 +02:00
30dfb22a5b [l10n] Updated Estonian translation 2011-10-29 20:56:56 +03:00
30f638516e app: add gimp_get_paint_info_iter(), I need it later for PDB context fixing 2011-10-29 19:37:58 +02:00
ad83b656a7 app: port the client side of the unique impl to GDBus 2011-10-28 09:34:59 +02:00
9adf67e2a5 plug-ins: remove unused "labels" variable, leftover from GtkTree code 2011-10-28 09:34:59 +02:00
018cdc7a99 metadata: Change sign of data type 2011-10-27 14:46:46 +05:30
91d786d7ba po/vi: fix accelerators 2011-10-26 10:54:45 +11:00
450edc6fb0 Updated Vietnamese translation 2011-10-26 10:07:52 +11:00
7465ab46d5 Updated Vietnamese translation 2011-10-26 09:50:53 +11:00
f672db7fff po/vi: import from Damned Lies 2011-10-26 08:36:52 +11:00
b99e0f90c8 configure: fix check for _NL_MEASUREMENT_MEASUREMENT 2011-10-19 21:34:53 +02:00
b2272853fd NEWS: updates 2011-10-17 21:52:58 +02:00
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
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
f9e6162086 build: Strip out G/GDK/GTK_DISABLE_DEPRECATED
We have compiler warnings, now.
2011-10-17 17:21:51 +01:00
2f0c55b12b configure.ac: aclocal flags are already honored in Makefile.am 2011-10-17 02:22:21 +01:00
3a05739683 configure.ac: Replace AM_CONFIG_HEADER deprecated macro
Use AC_CONFIG_HEADERS instead
2011-10-17 02:03:49 +01:00
de9c5fda00 configure.ac: Use new libtool syntax 2011-10-17 02:03:49 +01:00
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
14b3f594f9 configure.ac: Replace AC_HELP_STRING deprecated macro 2011-10-17 02:03:49 +01:00
5132df3a6d configure.ac: Replace AC_TRY_RUN deprecated macro 2011-10-17 02:03:49 +01:00
41dc8f1d59 configure.ac: Replace deprecated AC_TRY_LINK macro 2011-10-17 02:03:49 +01:00
4bf2a84e14 configure.ac: Replace deprecated AC_TRY_CPP macro 2011-10-17 02:03:49 +01:00
75476493f4 configure.ac: Replace deprecated AC_TRY_COMPILE macro 2011-10-17 02:03:49 +01:00
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
cc5a1cff72 Makefile.ac: honer aclocal flags 2011-10-17 02:03:48 +01:00
71c7301f18 configure: remove cruft found by Javier Jardon 2011-10-17 02:23:02 +02:00
23f517e54a Updated Belarusian translation. 2011-10-16 13:50:12 +03:00
8459f648ab Updated Belarusian translation. 2011-10-15 21:15:51 +03:00
d32e1ed351 app/tests: Simplify
Use g_test_add_func() and g_test_add_data_func().
2011-10-15 13:19:04 +02:00
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