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