summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserwidget.c
Commit message (Expand)AuthorAgeFilesLines
* filechooser: Fix gtk_file_chooser_set_choiceMatthias Clasen2020-09-201-10/+13
* filechooserwidget: Plug a memory leakTimm Bäder2020-09-151-1/+4
* filechooser: Fix setting unlisted filtersMatthias Clasen2020-09-131-1/+1
* Fix a compiler warningMatthias Clasen2020-09-131-1/+1
* Clean up lots of GTK+ -> GTKMatthias Clasen2020-09-121-1/+1
* filechooser: Prevent a crashMatthias Clasen2020-09-121-0/+1
* Clean up uses of gtk_toggle_button_get/set_activeMatthias Clasen2020-08-301-4/+4
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-1/+1
* filechooser: Prevent over-eager completionsMatthias Clasen2020-08-021-0/+7
* dropdown: Revise constructorsMatthias Clasen2020-07-261-6/+1
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-4/+4
* Replace "gchar" with "char"Benjamin Otte2020-07-251-47/+47
* Replace "gint" with "int"Benjamin Otte2020-07-251-41/+41
* filechooser: Remove a leftover signal emissionMatthias Clasen2020-07-231-1/+0
* filechooserdialog: Stop using ::response-requestedMatthias Clasen2020-07-121-0/+1
* filechooserdialog: Stop using the embed interfaceMatthias Clasen2020-07-121-22/+5
* filechooserwidget: Use dropdown api betterMatthias Clasen2020-07-121-11/+17
* filechooserwidget: Remove homegrown profilingMatthias Clasen2020-07-121-113/+1
* filechooserwidget: Stop using GtkFileSystemMatthias Clasen2020-07-121-149/+148
* filechooser: Drop get_file_system from the interfaceMatthias Clasen2020-07-121-10/+0
* pathbar: Stop using GtkFileSystemMatthias Clasen2020-07-121-2/+0
* filechooser: Drop the ::selection-changed signalMatthias Clasen2020-07-091-4/+55
* filechooser: Drop the ::current-folder-changed signalMatthias Clasen2020-07-091-2/+0
* filechooser: Drop the ::file-activated signalMatthias Clasen2020-07-091-1/+1
* filechooser: Make get_files return a list modelMatthias Clasen2020-07-091-19/+36
* filechooser: Add a readonly :shortcut-folders propertyMatthias Clasen2020-07-061-0/+10
* filechooser: Add gtk_file_chooser_get_shortcutsMatthias Clasen2020-07-061-12/+14
* filechooser: Add a readonly :filters propertyMatthias Clasen2020-07-061-0/+8
* filechooser: Add gtk_file_chooser_get_filtersMatthias Clasen2020-07-061-16/+5
* filechooser: Make filtering work againMatthias Clasen2020-07-041-0/+2
* filechooserwidget: Use gtk_drop_down_get_selected_itemMatthias Clasen2020-06-211-5/+1
* Fix minor typosYuri Chornoivan2020-06-181-1/+1
* filechooserwidget: Avoid an uninitialised valueTimm Bäder2020-06-051-3/+9
* filechooser: Use a dropdown for choicesMatthias Clasen2020-05-301-10/+25
* filechooser: Use a dropdown for the filter comboMatthias Clasen2020-05-301-52/+56
* gtksearchengine: Add "got_results" argument to ::finishedCarlos Garnacho2020-05-191-1/+2
* Change coordinate translation apis to take doublesMatthias Clasen2020-05-171-6/+9
* Drop gtk_dialog_run() from GtkFileChooserWidgetEmmanuele Bassi2020-05-121-44/+79
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-16/+10
* paned: Redo the apiMatthias Clasen2020-05-111-1/+1
* Replace gtk_widget_destroy everywhereMatthias Clasen2020-05-111-2/+2
* Use gtk_window_destroyMatthias Clasen2020-05-111-3/+3
* filechooser: Translate type columnMatthias Clasen2020-05-021-1/+1
* Merge branch 'BUG_filechooser_async_data_loss_GTK4' into 'master'Matthias Clasen2020-04-271-0/+49
|\
| * GtkFilechooserWidget: prevent oblivious selection of fileNelson Benítez León2020-04-151-0/+49
* | filechooser: Fix type-to-searchMatthias Clasen2020-04-271-0/+26
* | GtkFileChooserWidget: fix refactor regressionNelson Benítez León2020-04-191-1/+1
|/
* gtk: Port all users to the new gtk_show_uri()Matthias Clasen2020-04-111-1/+1
* gtk: Just use current time for showing urlsMatthias Clasen2020-04-111-1/+1
* Use gtk_widget_add/remove_css_class moreMatthias Clasen2020-04-101-1/+1