summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserwidget.c
Commit message (Expand)AuthorAgeFilesLines
* Remove no longer needed in-tree editingwip/csoriano/gtkplacesidebar_bookmarksMatthias Clasen2015-04-101-146/+0
* Use a popover for creating new foldersMatthias Clasen2015-04-101-8/+164
* file chooser: Ensure a folder is loaded when browsingMatthias Clasen2015-04-051-0/+2
* file chooser: Open location entry more easilyMatthias Clasen2015-04-051-0/+1
* filechooser: Use same priority everywhereBenjamin Otte2015-03-251-1/+1
* Add a missing word in the docsMatthias Clasen2015-03-081-1/+1
* file chooser: Really stop typeahead search popupsMatthias Clasen2015-03-031-2/+2
* filechooser: Only do search_start_query() while we are in search modeCarlos Garnacho2015-03-031-0/+3
* filechooser: Disconnect signal handlers from search engine before destroyingCarlos Garnacho2015-03-031-1/+1
* file chooser: Avoid animated scrolling for editingMatthias Clasen2015-03-021-3/+4
* file chooser: Avoid triggering assertionsMatthias Clasen2015-03-021-1/+1
* file chooser: Avoid warnings from the location columnMatthias Clasen2015-03-021-4/+8
* file chooser: Don't start search too eagerlyMatthias Clasen2015-02-281-23/+0
* file chooser: Allow to limit searchMatthias Clasen2015-02-141-2/+21
* file chooser: Add a location column for searchMatthias Clasen2015-02-141-1/+52
* file chooser: Don't open folders unexpectedlyMatthias Clasen2015-02-141-23/+1
* file chooser: Allow opening folders in the file managerMatthias Clasen2015-02-111-0/+33
* file chooser: Unset sidebar during searchMatthias Clasen2015-01-281-0/+1
* file chooser: Unify search mode leavingMatthias Clasen2015-01-281-1/+1
* file chooser: Fix key bindingsMatthias Clasen2015-01-281-0/+3
* file chooser: Load a directory when leaving searchMatthias Clasen2015-01-281-1/+7
* file chooser: Don't switch too eagerly to search modeMatthias Clasen2015-01-281-4/+5
* file chooser: Make Escape go out of search modeMatthias Clasen2015-01-281-0/+8
* file chooser: Simplify search entry callbackMatthias Clasen2015-01-281-6/+3
* file chooser: Drop unused callbacksMatthias Clasen2015-01-281-14/+0
* file chooser: Add a search-mode propertyMatthias Clasen2015-01-281-0/+26
* file chooser: Clean up includesMatthias Clasen2015-01-281-3/+1
* GtkFileChooserWidget: Fix a crash for when the widget was unrefed right after...Christoph Reiter2015-01-241-1/+3
* GtkFileChooserWidget: remove unused fields and cleanup code.Christoph Reiter2015-01-241-39/+0
* file chooser: search improvementsMatthias Clasen2015-01-241-3/+24
* file chooser: Fix up some focus issuesMatthias Clasen2015-01-181-10/+6
* file chooser: Make search work againMatthias Clasen2015-01-181-43/+27
* file chooser: Drop the location labelMatthias Clasen2015-01-181-3/+3
* file chooser: Don't show 'Enter Location' in save modesMatthias Clasen2015-01-181-0/+2
* file chooser: Make Ctrl-L work in recentMatthias Clasen2015-01-181-2/+6
* file chooser: Ensure the path bar is initializedMatthias Clasen2015-01-181-0/+4
* trivial refactoringMatthias Clasen2015-01-181-5/+6
* file chooser: Make ~ and / work in recentMatthias Clasen2015-01-181-15/+2
* gtkfilechooserwidget: When using an extra widget, show or hide the filter com...Iain Lane2015-01-101-1/+5
* GtkFileChooser: Add a menuitem for 'sort directories first'Matthias Clasen2014-11-031-1/+35
* GtkFileChooser: Make preview update more understandableMatthias Clasen2014-10-191-7/+38
* GtkFileChooserWidget: Better typographyMatthias Clasen2014-09-291-1/+1
* GtkFileChooserWidget: Use ratio in formatted timesMatthias Clasen2014-08-221-0/+24
* GtkFileChooserWidget: Remove an errant lineMatthias Clasen2014-06-281-4/+0
* gtk: Don't use GObjectClass.constructorJasper St. Pierre2014-06-261-18/+7
* Split GtkWindowGroup into its own fileMatthias Clasen2014-06-041-0/+1
* Fix filechooser actionbar visibilityMatthias Clasen2014-05-241-0/+14
* docs: Trivial typo fixMatthias Clasen2014-05-191-1/+1
* file-chooser: make enter location an operation modeWilliam Jon McCann2014-04-221-1/+20
* file-chooser: merge path bar mode and location modeWilliam Jon McCann2014-04-221-124/+26