- 30 Sep, 2011 13 commits
-
-
Michael Natterer authored
-
Martin Nordholts authored
Add a super basic GimpTileBackendTileManager unit test and implement GimpTileBackendTileManager enough to make it pass. Still a lot of work left to do, this was just to get things up and running.
-
Martin Nordholts authored
Also do some minor cleanup.
-
Michael Natterer authored
-
Michael Natterer authored
-
Michael Natterer authored
-
Martin Srebotnjak authored
-
Michael Natterer authored
-
Michael Natterer authored
-
Michael Natterer authored
This is such a hack, but entirely safe when linking against GTK+ 2.x. Please ignore the uglyness.
-
Martin Nordholts authored
Say no to evilness.
-
Nils Philippsen authored
The tinyscheme static library uses math functions, ensure that libm is linked where necessary (#659586, original patch by Vincent Untz, modified) cherry-picked from commit 7df2cb45 in the gimp-2-6 branch.
-
Nils Philippsen authored
cherry-pick commit d1e0f540 from the gimp-2-6 branch.
-
- 29 Sep, 2011 2 commits
-
-
Alexia Death authored
-
Alexia Death authored
-
- 28 Sep, 2011 1 commit
-
-
Michael Natterer authored
because it's deprecated in GLib 2.30.
-
- 27 Sep, 2011 2 commits
-
-
Alexandre Prokoudine authored
-
Mukund Sivaraman authored
-
- 26 Sep, 2011 2 commits
-
-
Michael Natterer authored
Don't call gimp_input_device_store_lookup() with a NULL name. Unplug seems broken because we always get name == NULL, I need to fix this but at least it doesn't crash any longer (and the fix is generally correct and not a workaround).
-
Marco Ciampa authored
-
- 25 Sep, 2011 5 commits
-
-
Massimo Valentini authored
Introduced two virtual functions to a GimpViewable 'set_expanded' and 'get_expanded' and a PROP_GROUP_ITEM_FLAGS to load/save the expanded state of layer_groups and use them.
-
Massimo Valentini authored
This reverts commit 359c9c22.
-
Massimo Valentini authored
-
Martin Srebotnjak authored
-
Martin Srebotnjak authored
-
- 24 Sep, 2011 3 commits
-
-
Michael Natterer authored
Add gimp_image_get_[layer|channel|vectors]_by_name().
-
Michael Natterer authored
-
Michael Natterer authored
Add an explicit search entry, so the treeview's automatic search popup doesn't break our grab and closes the dialog in the middle of setting up the serach popup.
-
- 23 Sep, 2011 12 commits
-
-
Kevin Cozens authored
From a patch by Doug Currie. Also some minor whitespace changes.
-
Kevin Cozens authored
Can't call round_per_R5RS() in is_integer() as it is not available if USE_MATH is not defined. It is simpler and faster to compare ivalue() and rvalue() of an inexact number. No need to round integers in OP_ROUND. Minor optimization for is_nonneg().
-
Kevin Cozens authored
-
Kevin Cozens authored
Based on the patch from Doug Currie.
-
Michael Natterer authored
Hide the button instead of only setting it insensitive.
-
Mikael Magnusson authored
-
Michael Natterer authored
-
Michael Natterer authored
Set the "eye" renderer to inconsistent state if the item is visible, but not effectively viewable because one of its parents is invisible.
-
Michael Natterer authored
which returns TRUE if an item is effectively visible (it is visible and all its parents are visible).
-
Michael Natterer authored
and strike out GimpCellRendererToggle's icon in the inconsistent case.
-
Michael Natterer authored
Use ngettext() instead of simply _().
-
Michael Natterer authored
-