summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserentry.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-1/+1
* Fix compilation warning: initialize variable to NO_MATCHJavier Jardón2009-11-091-1/+1
* Use gtk_entry_xxx functions rather than using GtkEntry structure directly.Stefan Walter2009-03-271-6/+6
* GtkFileChooserEntry: handle slow folders by not autocompleting when the curso...Federico Mena Quintero2009-01-231-3/+4
* GtkFileChooserEntry: fix the computation of 'complete but not unique' and app...Federico Mena Quintero2009-01-231-17/+26
* Comments for translators on the file chooser entry's completion feedbackFederico Mena Quintero2009-01-231-9/+22
* Pass refresh errors from the very bottom of the loading sequence up to the topFederico Mena Quintero2009-01-231-15/+38
* Factor out function to discard the loading process and the current folder fileFederico Mena Quintero2009-01-231-18/+29
* Process the result of refreshing the folder during autocompletionFederico Mena Quintero2009-01-231-9/+22
* Don't handle errors when committing the completionFederico Mena Quintero2009-01-231-5/+4
* Process the result of refreshing the folder during explicit completionFederico Mena Quintero2009-01-231-26/+59
* Return an error code when refreshing the entry from the user's inputFederico Mena Quintero2009-01-231-5/+33
* Don't do completion in the middle of an incomplete hostnameFederico Mena Quintero2009-01-211-6/+21
* Add a local_only property to GtkFileChooserEntryFederico Mena Quintero2009-01-211-0/+30
* Factor out code to discard the current_folderFederico Mena Quintero2009-01-211-28/+25
* Replace several implementation of blank cursor setting byMatthias Clasen2009-01-201-19/+3
* Privately export this method. It classifies directories and mountables theMatthias Clasen2008-12-141-2/+2
* use gdk_threads_add_idle so that the handler acquires the lock since itPaolo Borelli2008-09-081-1/+1
* gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.cSven Neumann2008-08-111-4/+4
* Add translator hintsMatthias Clasen2008-07-241-0/+13
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Really make GtkFileSystem private by _-prefixing all functions.Matthias Clasen2008-06-131-23/+23
* Bug 520874 - Should use gio directly.Carlos Garnacho2008-06-101-119/+135
* bnc355225 - File chooser crash in Tab completionFederico Mena Quintero2008-06-031-1/+2
* Ahem, fix compilationFederico Mena Quintero2008-03-261-2/+2
* Make 'Ok' work for the file chooser entryFederico Mena Quintero2008-03-261-16/+10
* Hide the mouse cursor in the completion feedback windowFederico Mena Quintero2008-03-141-0/+44
* Use rough font-based spacing for the completion entry's suggestion windowFederico Mena Quintero2008-03-141-1/+2
* Beep with gtk_widget_error_bell()Federico Mena Quintero2008-03-131-1/+1
* Better feedback for sole completionsFederico Mena Quintero2008-03-131-4/+13
* Don't complete the directory separator if it would result in double separatorsFederico Mena Quintero2008-03-131-4/+41
* Remove obsolete FIXMEsFederico Mena Quintero2008-03-131-12/+3
* Remove debug printfsFederico Mena Quintero2008-03-131-80/+10
* Add some FIXMEsFederico Mena Quintero2008-03-131-1/+3
* On error when loading a folder, use the raw error message instead of commenti...Federico Mena Quintero2008-03-131-5/+1
* Clear the current_folder_path if loading yields an errorFederico Mena Quintero2008-03-131-0/+3
* Present an error if we can't load the folder during explicit completionFederico Mena Quintero2008-03-131-4/+19
* Detect when Tab would generate no new completionsFederico Mena Quintero2008-03-131-25/+48
* Debug printfs for deleting/inserting the completionFederico Mena Quintero2008-03-131-2/+7
* If explicitly completing and we have a completion, just unselect itFederico Mena Quintero2008-03-131-7/+1
* Another FIXMEFederico Mena Quintero2008-03-131-0/+1
* Add completion feedback in other placesFederico Mena Quintero2008-03-131-3/+5
* Find the cursor position from GtkEntry for the completion feedbackFederico Mena Quintero2008-03-131-3/+30
* Use a timer for the completion feedback windowFederico Mena Quintero2008-03-131-2/+30
* Destroy the completion feedback windowFederico Mena Quintero2008-03-131-1/+19
* Use an alignment for the label like in GtkTooltipFederico Mena Quintero2008-03-131-4/+15
* Show the label as well as the feedback windowFederico Mena Quintero2008-03-131-2/+4
* Debug printfs for the completion feedback positionFederico Mena Quintero2008-03-131-3/+8