- 27 Oct, 2010 3 commits
-
-
Michael Natterer authored
and add it to the palette factory as internal object. Work in progress on the way to getting rid of the ugly code in the colormap editor.
-
Michael Natterer authored
-
Michael Natterer authored
and use them all over the place instead of directly accessing the struct.
-
- 26 Oct, 2010 15 commits
-
-
Martin Nordholts authored
-
Michael Natterer authored
-
Martin Nordholts authored
Eventually we might want to be more strict, but I think it will be fine to depend on UI headers in non-UI tests. Non-UI tests just means we don't need to initalize the UI.
-
Martin Nordholts authored
I forgot this...
-
Martin Nordholts authored
Begin adding a new set of tests meant to test tools. The first test is a regression test for "Bug 315255 - SIGSEGV, while doing a crop".
-
Martin Nordholts authored
Make gimp_ui_get_ui_manager() a global test util and make gimp_test_utils_create_image() return void, clients can reach the new image and display from the Gimp instance.
-
Martin Nordholts authored
-
Martin Nordholts authored
Call gimp_log_init() in test init functions so we can use the GIMP_DEBUG env var.
-
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 1 commit
-
-
Michael Natterer authored
so it builds with GSEAL_ENABLE. Also keep around the adjustments as GtkAdjustment not GtkObject to avoid casting all the time.
-