- 23 May, 2014 2 commits
-
-
Michael Natterer authored
Add a combo that switches between "selection" and "entire layer". Need to find a way to hide that thing when the setting makes no difference. Also the combo is generally pretty much experimantal.
-
Michael Natterer authored
If the removed plug operated on the selection bounds, translate and crop the GEGL op accordingly to get the same result. Also adapt to new relative coordinates in some GEGL ops.
-
- 22 May, 2014 7 commits
-
-
Michael Henning authored
-
Michael Natterer authored
-
Michael Natterer authored
and add an icon_name parameter to gimp_operation_tool_set_operation().
-
Michael Natterer authored
-
Michael Natterer authored
It works fine to set it after construction.
-
Michael Natterer authored
gimp_group_layer_update_size(): update the group layer's offset node before reallocating the group's projection, or we might render the group projection's buffer with the old offsets.
-
Michael Natterer authored
-
- 21 May, 2014 8 commits
-
-
Michael Henning authored
-
Michael Natterer authored
it was redundant because the function already modified the config object.
-
Michael Natterer authored
This reverts commit d46a8335, it was a bad idea (like this at least).
-
Michael Natterer authored
This keeps the tool more responsive for expensive ops, since multiple fast changes are compressed into one call to gimp_image_map_tool_preview().
-
Michael Natterer authored
-
Michael Natterer authored
and do the rounding to integer there instead of in several places.
-
Michael Natterer authored
Always round grid spacings and offsets to integer precision when using them for snapping and grid drawing. While we might *want* to have subpixel precision grids, all the UI is pretending it to be on pixel boundaries. Make that pretense an fact.
-
Michael Henning authored
-
- 20 May, 2014 5 commits
-
-
Michael Natterer authored
It always felt wrong not to ref it, but now it started crashing. Dunno what exactly has changed, but for example the "Weave" script was triggering it.
-
Michael Natterer authored
-
Michael Natterer authored
-
Øyvind "pippin" Kolås authored
-
Michael Natterer authored
Register the stock icons with icon-name sources instead of inline pixbuf sources so they simply use the icon theme icons insatead of duplicating them.
-
- 19 May, 2014 6 commits
-
-
Michael Henning authored
-
Michael Henning authored
-
Michael Natterer authored
to the gimp3migration hack and use it where appropriate, so in the gtk3-port branch windows will not overlap with docks, panels etc.
-
Michael Natterer authored
Set gtk_window_set_skip_taskbar_hint() to FALSE for all dock windows.
-
Michael Natterer authored
-
Michael Natterer authored
which we wanted to remove in the "next development cycle" after 2.0, which would have been in 2.1.x.
-
- 18 May, 2014 11 commits
-
-
Michael Natterer authored
-
Michael Natterer authored
-
Michael Natterer authored
-
Michael Natterer authored
regardless of their unit. This heuristic works surprisingly well.
-
Michael Natterer authored
-
Michael Natterer authored
if their total range spans 360 degrees.
-
Michael Natterer authored
-
Michael Natterer authored
because that's what they are and what most menu labels in there says. Keep the "Clouds" menu around for 3rd party plug-ins, not sure if it's right to auto-map it to "Noise" automatically.
-
Michael Natterer authored
-
Michael Henning authored
checkversions.sh now: * No longer needs a build output directory to run * Has comments * Filters out irrelevant results
-
Michael Henning authored
-
- 17 May, 2014 1 commit
-
-
Piotr Drąg authored
-