]> Pileus Git - ~andy/gtk/history - gtk/gtkfilechooserentry.c
Add a property to suppress the popup for single matches. (#154711)
[~andy/gtk] / gtk / gtkfilechooserentry.c
2005-05-26 Matthias ClasenAdd a property to suppress the popup for single matches...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-12-19 Matthias ClasenAdd missing GDK_THREADS_ENTER/LEAVE.
2004-10-26 Anders CarlssonReally handle a NULL model, fixes #137211 for real.
2004-10-06 Matthias ClasenPop up the completions again after tab. (#147700, Jens...
2004-09-17 Matthias ClasenRemove leftover debug code.
2004-08-17 Matthias ClasenNew widget to go along with GtkFontButton and GtkColorB...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-08-06 Federico Mena QuinteroFix #144232:
2004-04-22 Tor LillqvistFix the file chooser on Windows. I can't make it misbeh...
2004-04-07 Federico Mena QuinteroFix #132500.
2004-03-15 Matthias ClasenBlock the ::changed handler during the emission of...
2004-03-15 Federico Mena QuinteroIn the Save modes, set the Name entry of the file choos...
2004-03-15 Owen TaylorStore the position of the file part and use that in
2004-03-15 Owen Taylors/seperator/separator/.
2004-03-15 Jonathan Blandfordimplement correctly. (completion_match_func): Allow...
2004-03-15 Jonathan BlandfordRewritten to use the GtkEntryCompletion API more correc...
2004-03-11 Jonathan Blandfordup the width of the entry a tad.
2004-03-08 Anders CarlssonSet the base folder path in the entry.
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2003-12-04 Federico Mena QuinteroRemoved the in_change flag. (completion_idle_callback...
2003-11-27 Matthias ClasenRemove debug g_print()s.
2003-11-07 Federico Mena QuinteroChanging GtkFileChooserEntry to use GtkEntryCompletion.
2003-10-23 Owen Taylorgtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate...
2003-07-16 Owen Taylorauto-ize.
2003-04-09 Owen Taylor- Disconnect signal connections when appropriate. ...
2003-04-04 Owen TaylorFix double free.
2003-04-04 Owen TaylorMove interface definition into a private header so...
2003-03-25 Owen TaylorAdd GtkFileSystem::parse, and a chooser entry with...