- 26 Oct, 2010 7 commits
-
-
Martin Nordholts authored
Register GimpToolAction so we can use gimp_enum_get_value_name() on it.
-
Martin Nordholts authored
-
Martin Nordholts authored
-
Martin Nordholts authored
Improve gimp_test_utils_set_env_to_subdir() hint by making it stand out more from normal gdb output.
-
Martin Nordholts authored
gimp_display_shell_transfrom_xy() is removed.
-
Martin Nordholts authored
-
Martin Nordholts authored
-
- 25 Oct, 2010 1 commit
-
-
Michael Natterer authored
Remove a crack eventbox and a double crack alignment and suddenly the widget behaves properly. I have no idea what "important" feature I killed with that removal, but the whole palette editing code needs some serious chopping soon.
-
- 24 Oct, 2010 1 commit
-
-
Joe Hansen authored
-
- 23 Oct, 2010 1 commit
-
-
Mukund Sivaraman authored
The plug-in already makes a copy of the cinfo struct for asynchronous save, but it seems that somewhere inside cinfo, a pointer points to another region in this struct. So, everything is copied as-is, and the pointer ends up pointing to somewhere in the save_image() stack which is gone when that function returns.
-
- 22 Oct, 2010 6 commits
-
-
Alexandre Prokoudine authored
-
Mukund Sivaraman authored
-
Michael Natterer authored
get replaced by GDK region functions and use the cairo region functions unconditionally all over the place.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
This patch cancels the GSource for background_jpeg_save() and calls it synchronously to free resources. Without this patch, multiple GSources for background_jpeg_save() get setup and result in a crash.
-
Michael Natterer authored
-
- 21 Oct, 2010 7 commits
-
-
Martin Nordholts authored
-
Martin Nordholts authored
We should initialize and restore GIMP also in gimp_init_for_testing(), not only in gimp_init_for_gui_testing(), because also non-UI tests needs e.g. plug-ins to be available.
-
Martin Nordholts authored
Exit properly in test-core.c to avoid broken wire causing the warning: LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error
-
Michael Natterer authored
-
Michael Natterer authored
-
Michael Natterer authored
so that they are visually selected also when the widget never got focus.
-
Michael Natterer authored
-
- 20 Oct, 2010 5 commits
-
-
Michael Natterer authored
-
Michael Natterer authored
-
Michael Natterer authored
-
Michael Natterer authored
Instead, handle the drawing offset generically by offsetting the cairo_t in two places in the callers, and only pass the width and height available for drawing.
-
Michael Natterer authored
It's useless with GTK+ 2.x and entirely breaks the widget with GTK+ 3.x
-
- 19 Oct, 2010 6 commits
-
-
Michael Natterer authored
so it builds with GSEAL_ENABLE. Also keep around the adjustments as GtkAdjustment not GtkObject to avoid casting all the time.
-
Mukund Sivaraman authored
-
Michael Natterer authored
and get rid of casting them.
-
Sven Neumann authored
-
Sven Neumann authored
-
Sven Neumann authored
Also remove calls to gdk_rgb_set_min_colors() and gdk_rgb_set_install() from gimp_ui_init(). These are considered obsolete nowadays.
-
- 18 Oct, 2010 6 commits
-
-
Martin Nordholts authored
-
Sven Neumann authored
This is supposed to replace the GimpDisplayShell highlight API, but it is not yet used.
-
Michael Natterer authored
instead of GtkObject ones and get rid of lots of casts.
-
Michael Natterer authored
-
Michael Natterer authored
-
Michael Natterer authored
This is a gross hack that typedefs around between GdkRegion and cairo_region_t and has some evil #ifdefs. This is going to die immeditately once we can depend on cairo 1.10.
-