- 22 Nov, 2015 9 commits
-
-
Michael Natterer authored
-
Michael Natterer authored
-
Michael Natterer authored
-
(cherry picked from commit e0b43834)
-
Michael Natterer authored
-
Alexandre Prokoudine authored
-
Michael Natterer authored
-
Michael Natterer authored
-
Michael Natterer authored
-
- 21 Nov, 2015 1 commit
-
-
Øyvind "pippin" Kolås authored
-
- 20 Nov, 2015 3 commits
-
-
Michael Natterer authored
...selection on image in another tab Fixed for rectangle select, ellipse select and crop, they now all confirm the previous display's tool interaction instead of aborting it when the tool is used on another display.
-
Michael Natterer authored
...selection on image in another tab Make the free select tool behave when switching between displays. Also clean up the code a bit and reduce utility function fragmentation.
-
Michael Natterer authored
-
- 19 Nov, 2015 2 commits
-
-
Jehan authored
-
- 14 Nov, 2015 4 commits
-
-
-
-
-
Alexandre Prokoudine authored
-
- 13 Nov, 2015 2 commits
-
-
Michael Natterer authored
also when it's rotated or flipped.
-
Michael Natterer authored
Enable flipping in the canvas rotate transform matrix, and add some menu items to control it. Rename the "Rotate" menu to "Flip & Rotate".
-
- 12 Nov, 2015 1 commit
-
-
Michael Natterer authored
...not extension Add the mime-type to GimpFileDialog's filters, in addition to the extensions.
-
- 11 Nov, 2015 1 commit
-
-
Jehan authored
-
- 10 Nov, 2015 2 commits
-
-
Michael Natterer authored
Add PDB API to configure/query all aspects of line stroking.
-
Michael Natterer authored
which converts stroke dash pattern from/to arrays as used in the PDB.
-
- 09 Nov, 2015 4 commits
-
-
Michael Natterer authored
and reset its paint and stroke options.
-
Michael Natterer authored
-
Michael Natterer authored
Add new PDB procedures gimp-context-get/set-stroke-method and honor the new setting in gimp-edit-stroke and gimp-edit-stroke-vectors. Internally, keep a GimpStrokeOptions around in GimpPDBContext to keep track of the newly added PDB state, and use it for the stroke operations instead of creating a scratch GimpStrokeOptions.
-
Michael Natterer authored
Ignore notifications on properties that are not "context properties", which is for example the parent context's "gimp" property. A notification on "gimp" is recieved when creating the child context before the parent context is fully constructed, for example in the parent's constructed() implementation.
-
- 08 Nov, 2015 5 commits
-
-
Jehan authored
-
Michael Natterer authored
and rename its values.
-
Michael Natterer authored
if invoked on a single layer image In gimp_real_exit(), unref all stale images (which do not have a display).
-
Michael Natterer authored
As in e3b24af3, don't use a GimpDrawablePreview's GimpDrawable if it was not created using the deprecated GimpDrawabl-based API. Spotted by Massimo.
-
Michael Natterer authored
GIMP_DETECT_CFLAGS: pass -Werror to the compiler when checking for flags, so the macro fails if passing a flag only warns but doesn't cause the compiler to fail. Before, the compiler would warn about the flag for each file compiled.
-
- 07 Nov, 2015 6 commits
-
-
Michael Natterer authored
-
Michael Natterer authored
Move OS X and X11 specific code to its own files, to prepare for more shooting backends being added. Also remove unimplemented G_OS_WIN32 stubs, if anyone feels like implementing a Windows backend, by all means go ahead.
-
Michael Natterer authored
Keep a reference to GimpCursorView's context around as long as the widget is alive.
-
-
Marco Ciampa authored
-
Piotr Drąg authored
-