- 20 May, 2018 2 commits
-
-
Michael Natterer authored
...and gone are the annoying warnings.
-
Michael Natterer authored
Using the new gtk_expander_set_resize_toplevel().
-
- 04 May, 2017 1 commit
-
-
Michael Natterer authored
GIMP will always use the first one from the list, but at least now there is a way to register variants.
-
- 12 Feb, 2017 1 commit
-
-
Michael Natterer authored
Nobody has them anymore, and they are deprecated in GTK+ 3.x. This also fixes all conflicting mnemonics except those I missed, but we can fix them now.
-
- 12 Feb, 2016 1 commit
-
-
Michael Natterer authored
Change the default folder to "Desktop" on OS X because it's expected on the platform.
-
- 07 Jan, 2016 1 commit
-
-
Michael Natterer authored
-
- 06 Jan, 2016 3 commits
-
-
Michael Natterer authored
Change GimpFileDialog's file-procs properties to enum GimpFileProcedureGroup and get them via the newly added API. Set properties common to all dialogs in the parent class.
-
Michael Natterer authored
-
Michael Natterer authored
and remove "Gimp*" parameter from gimp_save,export_dialog_set_image(), the dialog already knows its Gimp.
-
- 01 Jan, 2016 1 commit
-
-
Michael Natterer authored
-
- 12 Nov, 2015 1 commit
-
-
Michael Natterer authored
...not extension Add the mime-type to GimpFileDialog's filters, in addition to the extensions.
-
- 08 Sep, 2015 4 commits
-
-
Michael Natterer authored
-
Jehan authored
Oups!
-
Jehan authored
-
Jehan authored
-
- 02 Sep, 2015 2 commits
-
-
Jehan authored
By default, it only saves the current file filter, but it allows a child to implement its own state. It has been implemented by GimpSaveDialog to save the preferred compatibility mode as well.
-
Jehan authored
The code refactoring allows better readability which will allow in turn to add more complex specific features making good use of the save/export split concept.
-
- 01 Sep, 2015 1 commit
-
-
Jehan authored
If one explicitly enables the compatibility mode, one expects this to be applied on following saves of the same image as well.
-
- 20 Oct, 2014 1 commit
-
-
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.
-
- 18 Aug, 2014 1 commit
-
-
Jehan authored
Non-freed GFile object when saving or exporting the first time, i.e. with default extensions.
-
- 23 Jul, 2014 1 commit
-
-
Michael Natterer authored
and enable the new file-remote code in app unconditionally.
-
- 20 Jul, 2014 1 commit
-
-
Michael Natterer authored
and use it instead of set_text (progress, "%s", literal_message);
-
- 12 Jul, 2014 1 commit
-
-
Michael Natterer authored
- change start() and set_text() to use "format" and "..." instead of "message", allowing to format progress messages in place - s/cancelable/cancellable/ - move "cancellable" to be the second argument of start()
-
- 11 Jul, 2014 1 commit
-
-
Michael Natterer authored
-
- 09 Jul, 2014 1 commit
-
-
Michael Natterer authored
Also fix GimpFileDialog to actually start with that folder, and not in its parent folder.
-
- 07 Jul, 2014 5 commits
-
-
Michael Natterer authored
-
Michael Natterer authored
-
Michael Natterer authored
-
Michael Natterer authored
which gets rid of a lot of temporarily added GFile code again because we don't need to convert between URI and GFile any longer.
-
Michael Natterer authored
-
- 07 May, 2014 1 commit
-
-
Michael Natterer authored
There is still quite some stock ID rendering around, stay tuned...
-
- 08 Feb, 2014 1 commit
-
-
Michael Natterer authored
If for whatever reason making an uri from the documents folder fails, return the uri of the home directory.
-
- 27 Jan, 2013 1 commit
-
-
Ville Skyttä authored
-
- 14 Dec, 2012 1 commit
-
-
Michael Natterer authored
If one single directory is passed on the command line, use it as default folder for the open/save dialogs.
-
- 27 Nov, 2012 1 commit
-
-
Jehan authored
Current implementation had 2 issues, fixed by this commit: 1/ after the file save dialog is closed, the image would not close. 2/ if you switched the visible tab before saving the new image, it would save and close the visible tab, instead of the expected one.
-
- 02 Oct, 2012 1 commit
-
-
Michael Natterer authored
Fix default export extension to be as specified: 1. last export of this image 2. imported extension 3. last export of any image 4. png 2 and 3 were reversed in the code.
-
- 02 Sep, 2012 1 commit
-
-
Michael Natterer authored
In order the fix the obvious confusion, add another file filter which contains all the types that are savable with the dialog, name it either "All XCF images" or "All export images", and make it the default filter.
-
- 02 Feb, 2012 1 commit
-
-
Alexia Death authored
-
- 06 Feb, 2011 1 commit
-
-
Michael Natterer authored
when dealing with native window handles. Also get rid of using GdkNativeWindow and simply consistently use guint32 all over the place. This is more obvious and consistent and keeps the diff to the gtk3-port branch smaller.
-
- 02 Feb, 2011 1 commit
-
-
Martin Nordholts authored
Add more proper core API for GimpImage URI management.
-