- 13 Nov, 2014 1 commit
-
-
Alexia Death authored
-
- 12 Nov, 2014 8 commits
-
-
Michael Natterer authored
This reverts commit 492e1ab5, but keeps the code cleanups, and adds some more.
-
Michael Natterer authored
-
Alexia Death authored
-
Alexia Death authored
-
Michael Natterer authored
-
Michael Natterer authored
-
Thomas Manni authored
-
Alexia Death authored
-
- 11 Nov, 2014 1 commit
-
-
Андрій Бандура authored
-
- 10 Nov, 2014 2 commits
-
-
Michael Natterer authored
and add a PDB compat procedure.
-
Michael Natterer authored
-
- 07 Nov, 2014 3 commits
-
-
Michael Natterer authored
-
Michael Natterer authored
like in the iwarp plug-in. I consider the plug-in obsolete now.
-
Jehan authored
-
- 06 Nov, 2014 2 commits
-
-
Michael Natterer authored
which multiplies each float in a gegl_format_n(float, n) input by a factor.
-
Jehan authored
See bug 734879: commits c87c5cd in GTK+ master, and 03c5335 in gtk-2-24 branch.
-
- 05 Nov, 2014 2 commits
-
-
Michael Natterer authored
Save the active tag filter in sessionrc.
-
Michael Natterer authored
If there is no gimp-[brush|pattern|brush-pipe]-name parasite, default to the file's basename without extension, instead of always "GIMP Brush" etc. Also clean up the code, and make the plug-ins do the same things the same way.
-
- 04 Nov, 2014 2 commits
-
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 03 Nov, 2014 1 commit
-
-
Timo Jyrinki authored
-
- 01 Nov, 2014 1 commit
-
-
Michael Natterer authored
Set the "activates-default" property on the spinbutton and entry in the file-gbr-save dialog.
-
- 30 Oct, 2014 1 commit
-
-
Marco Ciampa authored
-
- 29 Oct, 2014 6 commits
-
-
Michael Natterer authored
...bring focus back to GIMP image window When showing docks in multi-window-mode, try to set the keyboard focus back to the active display because it might have been stolen by a dock.
-
Mikael Magnusson authored
The loop was right, but the following if was meant to check if the token was terminated correctly so it needs to be *p.
-
Mikael Magnusson authored
-
Mikael Magnusson authored
-
Mikael Magnusson authored
-
Mikael Magnusson authored
-
- 28 Oct, 2014 1 commit
-
-
Mukund Sivaraman authored
-
- 27 Oct, 2014 1 commit
-
-
Michael Natterer authored
-
- 26 Oct, 2014 3 commits
-
-
Michael Natterer authored
-
Sven Claussner authored
-
Michael Henning authored
-
- 21 Oct, 2014 1 commit
-
-
Michael Natterer authored
Change gimp_brush_generated_get_half_size() to get_size() and calculate its exact size in float. This is really a minor change that seems to work well.
-
- 20 Oct, 2014 3 commits
-
-
Michael Natterer authored
- add gimp_image_get,get_xcf_compat_mode() - add a compat toggle to GimpFileDialog which is shown and sensitive only for a save (not export), and if the image structure allows to save an old version at all. The button also has a tooltip which explains why it is sensitive and what it does - add "gboolean xcf_compat" to file_save_dialog_save_image() - in file_save_dialog_save_image(), call image_set_xcf_compat_mode(TRUE) only around the call to file_save() and set it to FALSE after saving - in xcf_save_invoker(), honor the image's XCF compat flag and save an RLE-compressed XCF if possible The above is very convoluted and doesn't pass the "xcf_compat" boolean directly because we can't change the parameters of gimp-xcf-save, and because the gimp-xcf-save might be called indirectly.
-
Sven Claussner authored
XCF spec: - Update to GIMP 2.8.10 - Clarify role of file formats in the save-vs.-export-context - Rearrange outline - Collect infos on basic concepts in one chapter - Add table of contents - Add File format version history - Add note on image size - Add open questions and TODOs - Sort properties alphabetically - Unify tiles and hierarchy examples - Wording - Cosmetic cleanups Extract compositing.txt from xcf.txt Update parasites.txt: - Replace SVN->Git - Update contact e-mail address - Add table of contents Cherry-picked from commit a83791be
-
Mukund Sivaraman authored
-
- 19 Oct, 2014 1 commit
-
-
Michael Henning authored
-