summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechoosernativequartz.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate GtkFileChooser and implementationsMatthias Clasen2022-10-291-2/+3
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+1
* macos: clear sorted surfaces when showing file chooserChristian Hergert2022-03-111-0/+4
* macos: fix allocation for filechoosernative filterChristian Hergert2022-02-221-1/+1
* macos: fix various compiler warningsChristian Hergert2020-11-181-1/+1
* Merge branch 'wip/chergert/gdk-macos-fixes' into 'master'Matthias Clasen2020-10-141-1/+5
|\
| * macos: fix compiler warningsChristian Hergert2020-10-141-1/+5
| * macos: port gtk to GDK_WINDOWING_MACOSwip/chergert/gdk-macos-fixesChristian Hergert2020-10-091-8/+10
* | Remove unneeded gtkstylecontext.h includesTimm Bäder2020-10-141-1/+0
* | macos: port gtk to GDK_WINDOWING_MACOSChristian Hergert2020-10-141-8/+10
|/
* Replace "gchar" with "char"Benjamin Otte2020-07-251-7/+7
* Replace "gint" with "int"Benjamin Otte2020-07-251-1/+1
* Remove unused includesMatthias Clasen2020-07-121-1/+0
* Reduce includes of gtkfilesystem.hMatthias Clasen2020-07-121-1/+0
* filechooser: Add gtk_file_chooser_get_filtersMatthias Clasen2020-07-061-14/+36
* Drop unused includesMatthias Clasen2020-06-251-1/+0
* Remove preview widget from GtkFileChooserEmmanuele Bassi2020-02-221-5/+0
* Remove GTK_FILE_CHOOSER_ACTION_CREATE_FOLDEREmmanuele Bassi2020-02-221-6/+3
* Remove GtkFileChooser:show-hiddenEmmanuele Bassi2020-02-221-9/+0
* Remove overwrite confirmation machinery from GtkFileChooserEmmanuele Bassi2020-02-221-5/+0
* Drop GtkFileChooser:extra-widgetEmmanuele Bassi2020-02-221-11/+0
* Stop using gtk_widget_get_surfaceMatthias Clasen2019-05-281-1/+1
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-1/+1
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-1/+1
* GtkFileChooserNativeQuartz: restore parent focus after closing dialogTom Schoonjans2017-08-231-3/+21
* GtkFileChooserNativeQuartz: improve support for file filtersTom Schoonjans2017-08-231-5/+6
* GtkFileChooserNativeQuartz: add support for Mountain Lion and MavericksTom Schoonjans2017-08-231-8/+8
* GtkFileChooserNativeQuartz: add support for get_filter and set_filterTom Schoonjans2017-07-181-3/+26
* GtkFileChooserNativeQuartz: add support for filtersTom Schoonjans2017-07-181-18/+102
* GtkFileChooserNativeQuartz: add partial support for extra widgetTom Schoonjans2017-07-181-8/+24
* GtkFileChooserNativeQuartz: add support for GTK_FILE_CHOOSER_ACTION_CREATE_FO...Tom Schoonjans2017-07-181-39/+51
* GtkFilechooserNative: add macOS supportTom Schoonjans2017-07-181-0/+431