summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserentry.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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