summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserentry.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the file chooser on Windows. I can't make it misbehave or crash anyTor Lillqvist2004-04-221-6/+20
* Fix #132500.Federico Mena Quintero2004-04-071-18/+25
* Block the ::changed handler during the emission of ::match-selected.Matthias Clasen2004-03-151-10/+0
* In the Save modes, set the Name entry of the file chooser if we get aFederico Mena Quintero2004-03-151-1/+2
* Store the position of the file part and use that inOwen Taylor2004-03-151-32/+15
* s/seperator/separator/.Owen Taylor2004-03-151-6/+6
* implement correctly. (completion_match_func): Allow surpressing popdowns.Jonathan Blandford2004-03-151-20/+291
* Rewritten to use the GtkEntryCompletion API more correctly. Now pops downJonathan Blandford2004-03-151-197/+244
* up the width of the entry a tad.Jonathan Blandford2004-03-111-4/+2
* Set the base folder path in the entry.Anders Carlsson2004-03-081-1/+13
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Removed the in_change flag. (completion_idle_callback): Use a temporaryFederico Mena Quintero2003-12-041-15/+11
* Remove debug g_print()s.Matthias Clasen2003-11-271-10/+0
* Changing GtkFileChooserEntry to use GtkEntryCompletion.Federico Mena Quintero2003-11-071-3/+105
* gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]: Basic frameworkOwen Taylor2003-10-231-4/+3
* auto-ize.Owen Taylor2003-07-161-2/+2
* - Disconnect signal connections when appropriate. - Listen toOwen Taylor2003-04-091-0/+4
* Fix double free.Owen Taylor2003-04-041-2/+1
* Move interface definition into a private header so it can refer toOwen Taylor2003-04-041-37/+39
* Add GtkFileSystem::parse, and a chooser entry with completionOwen Taylor2003-03-251-0/+484