summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserentry.c
Commit message (Expand)AuthorAgeFilesLines
* filechooserentry: Plug a memory leakMatthias Clasen2023-04-121-0/+3
* filechooserentry: Make filtering work againMatthias Clasen2023-04-121-12/+14
* filesystemmodel: Drop the model typesMatthias Clasen2022-10-201-5/+1
* filesystemmodel: Drop unused argumentsMatthias Clasen2022-10-201-2/+0
* filechooserentry: Simplify model constructionMatthias Clasen2022-10-201-41/+2
* filechooserentry: Use separate GtkTreeStore for completionGeorges Basile Stavracas Neto2022-10-201-26/+91
* filesystemmodel: Always set standard::file attributeGeorges Basile Stavracas Neto2022-10-201-3/+1
* filechooserentry: Trivial cleanupsGeorges Basile Stavracas Neto2022-10-201-7/+2
* filesystemmodel: Drop GtkTreeSortable interfaceGeorges Basile Stavracas Neto2022-10-201-2/+0
* filechooserentry: Fix completionsMatthias Clasen2022-10-201-1/+1
* filechooserentry: Add a set_text apiMatthias Clasen2022-10-121-0/+17
* Deprecate treeviews and cell renderersMatthias Clasen2022-10-111-2/+2
* Deprecate GtkEntryCompletionMatthias Clasen2022-10-031-0/+2
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+1
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-16/+17
* docs: Reduce redundancyMatthias Clasen2021-05-201-4/+3
* docs: Remove the last few remaining '+' from GTKEmmanuele Bassi2021-03-111-1/+1
* Replace "gchar" with "char"Benjamin Otte2020-07-251-9/+9
* Replace "gint" with "int"Benjamin Otte2020-07-251-14/+14
* Reduce includes of gtkfilesystem.hMatthias Clasen2020-07-121-1/+1
* Drop gtk_file_filter_filterMatthias Clasen2020-07-051-0/+1
* Stop using gtk_file_filter_filterMatthias Clasen2020-07-051-1/+1
* filefilter: Drop GtkFileFilterInfoMatthias Clasen2020-07-051-50/+7
* Remove GtkFileChooserEntry:local-onlyEmmanuele Bassi2020-02-221-22/+0
* Remove GTK_FILE_CHOOSER_ACTION_CREATE_FOLDEREmmanuele Bassi2020-02-221-2/+0
* Split off GtkEventControllerFocusMatthias Clasen2020-02-211-6/+7
* New focus change handlingMatthias Clasen2020-02-211-6/+6
* widget: Make gtk_widget_grab_focus() return a booleanBenjamin Otte2019-10-151-3/+6
* filechooserentry: Correctly annotate a return value as (nullable)Timm Bäder2019-05-271-2/+3
* filechooserentry: Rename function to make senseTimm Bäder2019-05-271-5/+5
* Convert fallthrough comments to G_GNUC_FALLTHROUGHBenjamin Otte2019-04-151-1/+1
* file chooser entry: Fix a crashMatthias Clasen2019-03-281-0/+2
* entry, spin button: Drop redundant APIMatthias Clasen2019-02-281-5/+5
* gtkfilechoooserentry: Handle tab completion through key controllerCarlos Garnacho2018-06-211-26/+24
* gtkfilechooserentry: Use GtkEntry key controller for focus-out handlingCarlos Garnacho2018-06-211-25/+12
* file chooser entry: Stop using key-press-eventMatthias Clasen2018-05-211-9/+12
* file chooser entry: Stop using ::focus-out-eventMatthias Clasen2018-01-161-10/+20
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-0/+2
* filechooser: Update to using GdkEvent APICarlos Garnacho2017-09-191-2/+6
* filechooserentry: Avoid an uninitialized valueTimm Bäder2017-02-171-1/+1
* filechooserwidget: Forward file filter to entryTimm Bäder2016-11-171-4/+91
* GtkFileChooser: Make local-only default to FALSEMatthias Clasen2016-11-171-1/+1
* Revert "GtkFileChooser: Make local-only default to FALSE"Matthias Clasen2016-11-171-0/+2
* GtkFileChooser: Make local-only default to FALSEMatthias Clasen2016-11-171-2/+0
* Use NULL for generic marshallers in g_signal_new()Benjamin Otte2016-08-291-1/+1
* GtkFileChooserEntry: move the cursor after the user chooses a completion from...Federico Mena Quintero2016-03-101-0/+2
* GtkFileChooserEntry: regenerate the completions if the dir_part changesFederico Mena Quintero2016-03-101-18/+30
* Remove debug spewMatthias Clasen2015-07-231-1/+0
* file chooser entry: Special-case ., .. and ~Matthias Clasen2015-07-231-1/+13
* file chooser entry: Capture Escape and emit :hide-entryMatthias Clasen2015-07-041-1/+30