- 28 Oct, 2010 7 commits
-
-
Carles Ferrando authored
-
Simon Budig authored
plug-ins/file-psd/psd-load.c: Avoid dereferencing a random pointer on chn_a[cidx].data[i] when comp_mode is unrecognized. Spotted by Mikael Magnusson <mikachu@gmail.com>.
-
Michael Natterer authored
Set the FG/BG on the widget's own context and remove the "selected" signal and its callback in dialogs-constructors.c
-
Michael Natterer authored
Use a GimpPaletteView for the colormap editor.
-
Michael Natterer authored
-
Michael Natterer authored
-
Michael Natterer authored
- update the palette when single colormap entries change - set the palette to 16 columns - add an accessor for the palette
-
- 27 Oct, 2010 5 commits
-
-
Marco Ciampa authored
-
Alexia Death authored
-
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 4 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
-