summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserentry.c
Commit message (Expand)AuthorAgeFilesLines
...
* Debug printfs for the completion feedback positionFederico Mena Quintero2008-03-131-3/+8
* Create a tooltip-like window to present completion feedbackFederico Mena Quintero2008-03-131-2/+91
* Beep if there are no matches for explicit completionFederico Mena Quintero2008-03-131-0/+1
* Scan the completion store again to look for complete-but-not-unique matchesFederico Mena Quintero2008-03-131-5/+34
* Stubs for all cases of completion feedbackFederico Mena Quintero2008-03-131-17/+39
* Update comments on explicit completionFederico Mena Quintero2008-03-131-3/+11
* Stubs to give feedback when doing explicit completionFederico Mena Quintero2008-03-131-10/+91
* Refresh the file part when it gets requested and when activating the entryFederico Mena Quintero2008-03-131-14/+40
* Clear the completion flags before appending the common prefixFederico Mena Quintero2008-03-131-7/+9
* Add FIXMEs for beeping laterFederico Mena Quintero2008-03-131-0/+4
* Factor out some codeFederico Mena Quintero2008-03-131-12/+12
* Implement the basic code path for explicit completionFederico Mena Quintero2008-03-131-45/+69
* Clear pending completions thoroughlyFederico Mena Quintero2008-03-131-5/+15
* Remove debug printfs from populate_completion_store()Federico Mena Quintero2008-03-131-10/+1
* Debug printfs for finishing the folder loadFederico Mena Quintero2008-03-131-3/+13
* More debug printfs for populating the completion storeFederico Mena Quintero2008-03-131-0/+4
* Debug printfs for populating the completion storeFederico Mena Quintero2008-03-131-1/+8
* Turn on in_change while changing the filename in the entryFederico Mena Quintero2008-03-131-2/+2
* Update some FIXMEsFederico Mena Quintero2008-03-131-1/+1
* When finding the common prefix, assert that we have the correct folder loadedFederico Mena Quintero2008-03-131-1/+3
* Discard the completion store when we change the folderFederico Mena Quintero2008-03-131-5/+14
* Add some more FIXMEsFederico Mena Quintero2008-03-131-1/+6
* Remove obsolete commentsFederico Mena Quintero2008-03-131-2/+0
* Cancel all forms of completion at the appropriate times, not just in ::changedFederico Mena Quintero2008-03-131-97/+92
* Put some more FIXMEsFederico Mena Quintero2008-03-131-0/+9
* Re-create the completion store right before populating itFederico Mena Quintero2008-03-131-18/+12
* Populate the completion store when the folder is done loadingFederico Mena Quintero2008-03-131-53/+57
* Remove files_added handlerFederico Mena Quintero2008-03-131-18/+1
* Remove files_deleted handlerFederico Mena Quintero2008-03-131-17/+0
* Handle the folder being completely loadedFederico Mena Quintero2008-03-131-7/+60
* Debug printfs for finding the common prefixFederico Mena Quintero2008-03-131-0/+5
* Debug printfs for the common prefixFederico Mena Quintero2008-03-131-0/+7
* Autocomplete by inserting/selecting the common prefixFederico Mena Quintero2008-03-131-1/+1
* Debugging printfsFederico Mena Quintero2008-03-131-2/+22
* Start autocompletion in an idle so GtkEntry updates its cursor positionFederico Mena Quintero2008-03-131-5/+45
* Rework the way autocompletion is initiatedFederico Mena Quintero2008-03-131-106/+144
* For autocompletion, consider only the text up to the cursorFederico Mena Quintero2008-03-131-6/+9
* Don't overwrite the suffix after the cursor when inserting the completionFederico Mena Quintero2008-03-131-21/+18
* Skip the cursor past the autocompleted part when requesting explicit completionFederico Mena Quintero2008-03-131-1/+8
* Move the cursor to the end only if we highlight the completed matchFederico Mena Quintero2008-03-131-2/+2
* Complete even if not at the end of the textFederico Mena Quintero2008-03-131-2/+1
* Only auto-insert the prefix if we are at the end of the textFederico Mena Quintero2008-03-131-2/+3
* Find the common prefix based on the cursor positionFederico Mena Quintero2008-03-131-1/+25
* Bug 469868 - Filenames with colon ":" are not saved correctlyTor Lillqvist2008-03-111-0/+84
* Skip exensions when selecting filenames in the save-as dialog. (#362516,Matthias Clasen2008-02-121-1/+36
* Append a '/' to directory names in the completion popup. (#431323, MaartenMatthias Clasen2007-04-261-3/+5
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-2/+1
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-2/+0
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-3/+0
* Don't store GSource pointers, but ids. (gtk_file_chooser_entry_dispose):Matthias Clasen2006-08-151-22/+39