]> Pileus Git - ~andy/gtk/history - gtk/gtkfilechooserentry.c
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
[~andy/gtk] / gtk / gtkfilechooserentry.c
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-09-10 Matthias ClasenCommit a patch by Behdad to fix typos, omissions and...
2006-08-15 Matthias ClasenDon't store GSource pointers, but ids. (gtk_file_choose...
2006-07-06 Matthias ClasenImprove consistency of signal and property names
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2006-05-01 Kristian RietveldMerge of the GTK+ asynchronous file chooser branch...
2005-12-19 Michael Nattererimplement boolean property "truncate-multiline" which...
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-06-10 Federico Mena QuinteroMerged from gtk-2-6:
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...