summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserwidget.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reinstate expected focus behaviorMatthias Clasen2020-04-091-0/+2
* Rename GDK_MOD1_MASK to GDK_ALT_MASKMatthias Clasen2020-04-061-11/+11
* filechooserwidget: Drop the Private structMatthias Clasen2020-03-291-1171/+942
* filechooserwidget: Plug a memory leakTimm Bäder2020-03-271-2/+6
* filechooser: Stop using ::popup-menuMatthias Clasen2020-03-251-0/+52
* filechooser: Trigger the location popup via bindingsBenjamin Otte2020-03-251-113/+24
* filechooserwidget: Port bindings to use shortcutsBenjamin Otte2020-03-251-62/+59
* file chooser: Fix the rename file popoverMatthias Clasen2020-03-211-1/+10
* filechooser: Fix the file list popoverMatthias Clasen2020-03-211-25/+32
* Revert "Merge branch 'disable-window-test' into 'master'"Matthias Clasen2020-03-191-120/+179
* filechooser: Stop using ::popup-menuMatthias Clasen2020-03-191-4/+37
* filechooser: Trigger the location popup via bindingsBenjamin Otte2020-03-181-113/+24
* filechooserwidget: Port bindings to use shortcutsBenjamin Otte2020-03-181-62/+59
* Merge branch 'wip/baedert/test-cflags' into 'master'Matthias Clasen2020-03-131-1/+2
|\
| * filechooserwidget: Avoid criticals when in recent modeTimm Bäder2020-03-061-1/+2
* | Merge branch 'wip/hadess/fix-remote-filechooser-main' into 'master'Bastien Nocera2020-03-131-1/+7
|\ \ | |/ |/|
| * filechooser: Fallback if content-type unavailableBastien Nocera2020-02-281-1/+3
| * filechooser: Fix crash when file has no content-typeBastien Nocera2020-02-281-0/+4
* | Replace fallthrough comments with G_GNUC_FALLTHROUGHTimm Bäder2020-03-061-1/+1
* | droptarget: RedoBenjamin Otte2020-03-021-45/+11
|/
* Remove last instances of GtkFileChooser:show-hiddenEmmanuele Bassi2020-02-261-5/+6
* popover: Drop ::relative-toMatthias Clasen2020-02-241-6/+3
* Merge branch 'wip/ebassi/filechooser-new' into 'master'Matthias Clasen2020-02-241-440/+70
|\
| * Remove preview widget from GtkFileChooserEmmanuele Bassi2020-02-221-212/+0
| * Remove GtkFileChooserEntry:local-onlyEmmanuele Bassi2020-02-221-1/+0
| * Remove GTK_FILE_CHOOSER_ACTION_CREATE_FOLDEREmmanuele Bassi2020-02-221-92/+38
| * Remove GtkFileChooser:local-onlyEmmanuele Bassi2020-02-221-54/+2
| * Remove GtkFileChooser:show-hiddenEmmanuele Bassi2020-02-221-14/+3
| * Remove overwrite confirmation machinery from GtkFileChooserEmmanuele Bassi2020-02-221-51/+14
| * Drop GtkFileChooser:extra-widgetEmmanuele Bassi2020-02-221-8/+0
| * Remove filename/URI API from GtkFileChooserEmmanuele Bassi2020-02-221-9/+14
* | filechooserwidget: Stop using selection dataBenjamin Otte2020-02-231-57/+37
|/