summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserentry.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-1/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-51/+11
* Merge of the GTK+ asynchronous file chooser branch. Please see theAFTER_KRIS_ASYNC_BRANCH_MERGEKristian Rietveld2006-05-011-38/+96
* implement boolean property "truncate-multiline" which, when enabled,Michael Natterer2005-12-191-0/+2
* Intern some more strings.Matthias Clasen2005-09-011-1/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Merged from gtk-2-6:Federico Mena Quintero2005-06-101-47/+76
* Add a property to suppress the popup for single matches. (#154711)Matthias Clasen2005-05-261-1/+18
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Add missing GDK_THREADS_ENTER/LEAVE.Matthias Clasen2004-12-191-5/+18
* Really handle a NULL model, fixes #137211 for real.Anders Carlsson2004-10-261-4/+1
* Pop up the completions again after tab. (#147700, Jens Bech Madsen)Matthias Clasen2004-10-061-4/+9
* Remove leftover debug code.Matthias Clasen2004-09-171-0/+66
* New widget to go along with GtkFontButton and GtkColorButton for use inMatthias Clasen2004-08-171-2/+12
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fix #144232:Federico Mena Quintero2004-08-061-0/+1