summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooser.c
Commit message (Expand)AuthorAgeFilesLines
* filechooser: Drop get_file_system from the interfaceMatthias Clasen2020-07-121-18/+0
* filechooser: Drop the ::selection-changed signalMatthias Clasen2020-07-091-23/+0
* filechooser: Drop the ::current-folder-changed signalMatthias Clasen2020-07-091-24/+0
* filechooser: Drop the ::file-activated signalMatthias Clasen2020-07-091-22/+0
* filechooser: Make get_files return a list modelMatthias Clasen2020-07-091-18/+13
* filechooser: Add a readonly :shortcut-folders propertyMatthias Clasen2020-07-061-0/+16
* filechooser: Add gtk_file_chooser_get_shortcutsMatthias Clasen2020-07-061-6/+8
* filechooser: Add a readonly :filters propertyMatthias Clasen2020-07-061-0/+16
* filechooser: Add gtk_file_chooser_get_filtersMatthias Clasen2020-07-061-9/+10
* Fix minor typosYuri Chornoivan2020-05-281-1/+1
* filechooser: Correct an annotationMatthias Clasen2020-04-271-3/+3
* Remove preview widget from GtkFileChooserEmmanuele Bassi2020-02-221-267/+0
* Remove GtkFileChooser:local-onlyEmmanuele Bassi2020-02-221-53/+0
* Remove GtkFileChooser:show-hiddenEmmanuele Bassi2020-02-221-45/+0
* Remove overwrite confirmation machinery from GtkFileChooserEmmanuele Bassi2020-02-221-157/+0
* Drop GtkFileChooser:extra-widgetEmmanuele Bassi2020-02-221-80/+8
* Remove filename/URI API from GtkFileChooserEmmanuele Bassi2020-02-221-951/+176
* marshallers: ensure g_cclosure_marshal_VOID__VOIDv is usedChristian Hergert2019-05-291-4/+4
* The big versioning cleanupMatthias Clasen2018-02-061-137/+0
* filechooser: Add missing array annotations to add_choice()Rico Tzschichholz2018-01-061-2/+2
* FileChooser: Update set_local_only() doc’s defaultDaniel Boles2017-12-141-2/+2
* filechooser: Remove the word stock from the docsMatthias Clasen2017-12-011-7/+7
* docs: Fix copy-paste error in gtk_file_chooser_get_extra_widget() doc commentRobert Ancell2017-05-201-1/+1
* GtkFileChooser: Make local-only default to FALSEMatthias Clasen2016-11-171-1/+1
* Revert "GtkFileChooser: Make local-only default to FALSE"Matthias Clasen2016-11-171-1/+1
* GtkFileChooser: Make local-only default to FALSEMatthias Clasen2016-11-171-1/+1
* Fix a few documentation parameter namesTimm Bäder2016-07-231-1/+1
* GtkFileChooser: Add abstract api for comboboxes and checkbuttonsMatthias Clasen2016-07-081-0/+96
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-19/+20
* Make GtkFileChooser interface require a GObjectAlexander Larsson2015-11-051-1/+1
* Code cleanupMatthias Clasen2015-07-311-10/+5
* Remove more leftover —esMatthias Clasen2014-09-081-3/+3
* gtk: port many nullability annotation fixes from Vala bindingsEvan Nemerson2014-05-301-6/+6
* gtk: add missing ownership annotations ported from ValaEvan Nemerson2014-05-271-1/+1
* docs: Fix name of GtkFileChooser's Create Folder buttonMarcus Karlsson2014-05-051-2/+2
* docs: fix typos in gtk_file_chooser_set_local_onlyMarcus Karlsson2014-05-051-2/+2
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-42/+42
* Docs: use // for comments in examplesMatthias Clasen2014-02-141-6/+6
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-1/+1
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-6/+6
* docs: use proper apostropheWilliam Jon McCann2014-02-071-15/+15
* docs: use links instead of <xref>William Jon McCann2014-02-071-2/+3
* docs: Use markup for linksWilliam Jon McCann2014-02-071-6/+6
* docs: use proper quotesWilliam Jon McCann2014-02-051-10/+10
* docs: Use "#" for refsect2 instead of ##William Jon McCann2014-02-041-4/+4
* docs: don't use <para id="">William Jon McCann2014-02-041-2/+2
* docs: don't use <keycap> tagsWilliam Jon McCann2014-02-041-1/+1
* docs: replace all <examples> with markdown headingsWilliam Jon McCann2014-02-041-3/+3
* docs: use markdown for <envar> tagsWilliam Jon McCann2014-02-041-1/+1
* docs: Convert to markdownMatthias Clasen2014-02-021-62/+38