Tom Schoonjans
|
291eda6675
|
GtkFileChooserNativeQuartz: add support for get_filter and set_filter
https://bugzilla.gnome.org/show_bug.cgi?id=784723
|
2017-07-18 13:48:13 -04:00 |
|
Tom Schoonjans
|
db87140cf3
|
GtkFileChooserNativeQuartz: add support for filters
Includes:
* Simple glob patterns (*.ext, *.*,...)
* MIME types
* pixbuf formats
https://bugzilla.gnome.org/show_bug.cgi?id=784723
|
2017-07-18 13:48:13 -04:00 |
|
Tom Schoonjans
|
6d104813cc
|
GtkFileChooserNativeQuartz: add partial support for extra widget
When the extra widget is a GtkLabel, then its text will be displayed as
a message in the NSSavePanel or NSOpenPanel
https://bugzilla.gnome.org/show_bug.cgi?id=784723
|
2017-07-18 13:48:13 -04:00 |
|
Tom Schoonjans
|
af7022988c
|
GtkFileChooserNativeQuartz: add support for GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER
Which is via NSOpenPanel, not NSSavePanel...
https://bugzilla.gnome.org/show_bug.cgi?id=784723
|
2017-07-18 13:48:13 -04:00 |
|
Tom Schoonjans
|
ce4c9a9ad6
|
GtkFilechooserNative: add macOS support
Based on the Win32 implementation, as well as the macOS file chooser
from
https://github.com/GNOME/gedit/blob/master/gedit/gedit-file-chooser-dialog-osx.[ch]
Not fully tested yet, but working properly so far.
TODO: filter support, extra widget (label), documentation...
https://bugzilla.gnome.org/show_bug.cgi?id=784723
|
2017-07-18 13:48:13 -04:00 |
|