summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserentry.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid a critical in the file chooserMatthias Clasen2014-05-211-10/+14
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-3/+3
* GtkFileChooserEntry: don't inline-complete if the entry doesn't have the focusFederico Mena Quintero2013-06-211-2/+6
* filechooser: Rename _gtk_file_is_path_not_local() to _gtk_file_has_native_path()Federico Mena Quintero2013-03-051-1/+1
* filechooser: Show FUSE mounted locations in shortcutsTimothy Arceri2013-03-051-1/+1
* filechooser: Fix entry completionMatthias Clasen2012-03-291-9/+11
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* filechooserentry: Catch tab key earlierBenjamin Otte2011-12-161-27/+21
* filechooserentry: Do inline completion only when opening filesBenjamin Otte2011-12-161-2/+28
* filechooserentry: Remove unused enumBenjamin Otte2011-12-161-6/+0
* filechooserentry: Allow NULL as base folder againBenjamin Otte2011-12-161-11/+16
* filechooserentry: Don't show files when selecting directoryBenjamin Otte2011-12-161-0/+8
* filechooserentry: Remove beep functionBenjamin Otte2011-12-161-8/+2
* filechooserentry: Simplify load completionBenjamin Otte2011-12-161-49/+22
* filechooserentry: Use a GtkFileFilter for filteringBenjamin Otte2011-12-161-79/+25
* filechooserentry: Remove the file columnBenjamin Otte2011-12-161-6/+1
* filechooserentry: Simplify codeBenjamin Otte2011-12-161-122/+10
* filechooserentry: Refactor functionBenjamin Otte2011-12-161-36/+25
* filechooserentry: Set minimum key length to 0Benjamin Otte2011-12-161-0/+1
* filechooserentry: Simplify refresh_current_folder_and_file_part()Benjamin Otte2011-12-161-19/+9
* filechooserentry: Get rid of unused member variableBenjamin Otte2011-12-161-6/+0
* filechooserentry: Remove _gtk_file_chooser_entry_set_file_part()Benjamin Otte2011-12-161-20/+0
* filechooserentry: Use completion for completionBenjamin Otte2011-12-161-153/+22
* filechooserentry: Add gtk_file_chooser_entry_get_completion_text()Benjamin Otte2011-12-161-8/+12
* filechooserentry: Don't update the folder when completingBenjamin Otte2011-12-161-53/+4
* filechooserentry: Don't override activateBenjamin Otte2011-12-161-20/+0
* filechooserentry: Simplify append_common_prefix()Benjamin Otte2011-12-161-133/+20
* filechooserentry: Remove completion feedbackBenjamin Otte2011-12-161-269/+1
* filechooserentry: Redo completion popup triggerBenjamin Otte2011-12-161-94/+40
* filechooserentry: Get rid of RefreshModeBenjamin Otte2011-12-161-35/+12
* filechooserentry: Use inline completionBenjamin Otte2011-12-161-87/+19
* filechooserentry: Merge functionBenjamin Otte2011-12-161-9/+3
* filechooserentry: Set the text column of the entry completionBenjamin Otte2011-12-161-0/+2
* filechooserentry: Simplify match_selected functionBenjamin Otte2011-12-161-23/+9
* filechooserentry: Keep an extra column for the full pathBenjamin Otte2011-12-161-5/+23
* filechooserentry: Redo _gtk_file_chooser_entry_get_file_part()Benjamin Otte2011-12-161-2/+10
* filechooserentry: Modify _gtk_file_chooser_entry_get_current_folder()Benjamin Otte2011-12-161-4/+23
* filechooserentry: Split out functionBenjamin Otte2011-12-161-4/+15
* filechooserentry: Simplify codeBenjamin Otte2011-12-161-18/+4
* filechooserentry: Ensure the base folder is always validBenjamin Otte2011-12-161-3/+12
* filechooserentry: Don't complain about incomplete hostnamesBenjamin Otte2011-12-161-56/+6
* filechooserentry: Start autocomplete immediatelyBenjamin Otte2011-12-161-31/+2
* filechooserentry: Remove file_system argumentBenjamin Otte2011-12-161-13/+1
* filechooserentry: Simplify codeBenjamin Otte2011-12-161-18/+15
* filechooserentry: Move _gtk_file_system_parse()Benjamin Otte2011-12-161-0/+138
* filechooserentry: Use a GtkFileSystemModelBenjamin Otte2011-12-161-136/+65
* filechooserentry: Store the liststore as a treemodelBenjamin Otte2011-12-161-14/+14
* filechooserentry: Make appending / to directories simplerBenjamin Otte2011-12-161-47/+4
* filechooserentry: Only append / to directory names onceBenjamin Otte2011-12-161-38/+0
* filechooserentry: Don't trim away the slash after directoriesBenjamin Otte2011-12-161-13/+1