summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechoosernativeportal.c
Commit message (Expand)AuthorAgeFilesLines
* filechooserportal: Fix an oversightMatthias Clasen2023-02-061-1/+1
* filedialog: Use portalsMatthias Clasen2022-11-171-1/+1
* Deprecate GtkDialogMatthias Clasen2022-10-291-1/+1
* Deprecate GtkFileChooser and implementationsMatthias Clasen2022-10-291-4/+3
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* Keep FileChooserNative alive while a portal is runningEmmanuele Bassi2022-04-291-22/+43
* filechooserportal: Take a ref on transient-forMatthias Clasen2021-10-061-1/+3
* Remove unneeded gtkstylecontext.h includesTimm Bäder2020-10-141-1/+0
* Replace "gchar" with "char"Benjamin Otte2020-07-251-6/+6
* 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-10/+19
* Drop unused includesMatthias Clasen2020-06-251-1/+0
* Make gtk_file_chooser_get_filter work for portal caseMichael Weghorn2020-06-091-0/+30
* Replace gtk_widget_destroy everywhereMatthias Clasen2020-05-111-2/+2
* filechoosernativeportal: Fall back if portal is too oldBastien Nocera2020-03-301-2/+10
* filechoosernativeportal: Allowing selecting folder(s)Bastien Nocera2020-03-211-2/+7
* portal file chooser: Handle errorsMatthias Clasen2020-03-211-10/+14
* filechoosernativeportal: Stop using an invisibleMatthias Clasen2019-02-051-4/+1
* filechoosernativeportal: stuff the current filter into optionsMichael Catanzaro2019-01-181-0/+3
* filechoosernativeportal: remove redundant castsMichael Catanzaro2019-01-181-4/+4
* Move the should_use_portal helper to gdkMatthias Clasen2018-11-041-1/+1
* file chooser portal: use request path utilitiesMatthias Clasen2018-08-301-11/+1
* Use defines for bus namesMatthias Clasen2018-08-151-11/+11
* invisible: Make it use display, not screenBenjamin Otte2017-10-311-2/+2
* Avoid the use of g_autofreeMatthias Clasen2017-07-241-1/+2
* Avoid a race in the file chooser portalMatthias Clasen2017-07-071-3/+36
* file chooser: Don't pass NULL as title to the portalMatthias Clasen2017-06-131-1/+4
* Avoid a critical warning in the filechooser portalMatthias Clasen2017-03-171-9/+11
* Revert "filechooser portal: Make sure we can save"Matthias Clasen2017-01-171-13/+2
* filechooser portal: Make sure we can saveMatthias Clasen2017-01-171-2/+13
* Port GtkFileChooserNativePortal to gtk_window_export_handleMatthias Clasen2016-07-281-58/+91
* GtkFileChooserNativePortal: Use correct response code for acceptPatrick Griffis2016-07-131-1/+1
* gtk/gtkfilechoosernativeportal.c: Don't use g_autoptr()Chun-wei Fan2016-07-131-1/+2
* Implement combobox apis for GtkFileChooserNativePortalMatthias Clasen2016-07-081-66/+64
* Adapt to simplified file chooser portal apiMatthias Clasen2016-07-081-3/+3
* file chooser portal: Port to new Request APIMatthias Clasen2016-07-081-29/+22
* Use the portal when sandboxedMatthias Clasen2016-07-081-8/+1
* portal: Sent more data alongMatthias Clasen2016-07-081-0/+21
* portal: Send file filters to the portalMatthias Clasen2016-07-081-0/+19
* Initial version of file chooser portal supportAlexander Larsson2016-07-081-0/+392