]> Pileus Git - ~andy/gtk/history - gtk/gtkfilechooserdefault.c
Unify the handling of various "Enter" keysyms all over the place.
[~andy/gtk] / gtk / gtkfilechooserdefault.c
2008-02-12 Matthias ClasenUnify the handling of various "Enter" keysyms all over...
2008-02-12 Matthias ClasenUse gtk_selection_data_set_uris() instead of doing...
2008-01-03 Emmanuele BassiUse the correct comparison function (kudos to Christian...
2007-12-07 Matthias ClasenDon't leak pixbufs. (#502250, Yevgen Muntyan)
2007-11-26 Josselin Mouettereviewed by: Federico Mena Quintero
2007-10-10 Emmanuele BassiConvert the format to the current locale before passing...
2007-10-10 Emmanuele BassiFix the time_t typecasting on OpenSolaris. (#465380...
2007-10-04 Loïc MinierFix warnings and display of modified date / time in...
2007-10-02 Federico Mena Quintero455284 - Focus or toggle location entry
2007-09-25 Emmanuele BassiFixes for bug #480123.
2007-09-12 Emmanuele BassiUse the "document-open-recent" icon for the the Recentl...
2007-09-06 Matthias ClasenInitialize error to NULL before calling g_set_error...
2007-08-23 Emmanuele BassiCheck if we are still holding the model before updating...
2007-07-24 Matthias ClasenPort to use new tooltips API. (#451397, Jan Arne Petersen)
2007-07-20 Matthias ClasenApply a patch by Emmanuele Bassi to limit the number...
2007-07-20 Matthias ClasenApply a patch by Emmanuele Bassi to add tooltips to...
2007-06-26 Emmanuele BassiFix a typo in the previous commit.
2007-06-26 Emmanuele BassiShow the time of last change in the file chooser, for...
2007-06-17 Xan LopezUpdate changelog
2007-06-13 Kristian Rietveldgtk/gtk.symbols rename _gtk_file_system_create to gtk_f...
2007-06-07 Matthias ClasenUse g_get_user_special_dir() to obtain the path for...
2007-06-06 Emmanuele BassiFactor out the search shortcut, the recently used short...
2007-05-30 Emmanuele BassiFix to update the file chooser entry
2007-05-18 Carlos GarnachoRefactor GtkFileChooserDialog sizing.
2007-05-14 Kristian Rietveldremove dangling semicolon, fixes the segfault ebassi...
2007-05-14 Emmanuele BassiConvert the GtkTreeIter inside the sorting functions...
2007-05-11 Emmanuele BassiGtkFileChooser search fixes and recent files support...
2007-05-11 Emmanuele BassiGtkFileChooser search fixes and recent files support...
2007-05-11 Emmanuele BassiGtkFileChooser search fixes and recent files support...
2007-05-11 Emmanuele BassiGtkFileChooser search fixes and recent files support...
2007-05-11 Emmanuele BassiGtkFileChooser search fixes and recent files support...
2007-05-11 Emmanuele BassiGtkFileChooser search fixes and recent files support...
2007-05-11 Emmanuele BassiGtkFileChooser search fixes and recent files support...
2007-05-11 Emmanuele BassiAdd key binding for the Search shortcut; default to...
2007-05-02 Emmanuele BassiAdd search file support in the GtkFileChooser. Original...
2007-05-01 Matthias Clasenadd a new struct field to clear the file entry after...
2007-03-23 Matthias ClasenAdd a keybinding (C-h) to toggle whether to show hidden...
2007-03-23 Matthias ClasenAdd a keybinding to toggle the visibility of the locati...
2007-03-16 Federico Mena QuinteroMerged from gtk-2-10:
2007-03-12 Kristian Rietveldimmediately bail out if current_folder is NULL. (#35098...
2007-02-26 Matthias ClasenApply a patch by Carlos Garnacho to fix several problem...
2007-01-08 Peter TeichmanSave the expanded state of the folder browser with...
2007-01-04 Matthias ClasenExit early if we can't get file info - this happens...
2006-12-31 Matthias ClasenMove a few settings to gtksettings.c to make sure they...
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-11-08 Christian PerschDon't make the "Location" label bold. Bug #372449.
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-09-22 Matthias ClasenMake remote bookmarks work better (#354887)
2006-09-19 Matthias ClasenDisplay an error when we come to the root.
2006-09-10 Matthias ClasenCommit a patch by Behdad to fix typos, omissions and...
2006-09-04 Kristian Rietveldif setting the given folder failed, try setting the...
2006-09-03 Kristian Rietveldchange file_exists_and_is_not_folder checks to get...
2006-09-02 Kristian RietveldFirst part of file chooser fixes.
2006-08-17 Federico Mena QuinteroEnable "/" and "~" as bindings to activate the location...
2006-07-18 Federico Mena QuinteroFix https://bugzilla.novell.com/show_bug.cgi?id=184875...
2006-07-17 Matthias ClasenMark the text of the location label as translatable.
2006-07-06 Matthias ClasenImprove consistency of signal and property names
2006-06-19 Matthias ClasenAvoid a near-duplicate string and add some translator...
2006-06-19 Matthias ClasenAvoid a near-duplicate string. (#345320, Hendrik Richter)
2006-06-12 Matthias ClasenAdd support for pasting filenames into the filechooser...
2006-06-08 Matthias ClasenTurn off profiling
2006-05-16 Kristian Rietveldput the newly selected row(s) the in the middle of...
2006-05-14 Matthias ClasenMore of the same
2006-05-09 Matthias ClasenFix some typos in messages. (#341091, Tino Meinen)
2006-05-03 Federico Mena QuinteroMerged the federico-filename-entry branch, to fix bug...
2006-05-02 Matthias ClasenBoilerplate reduction
2006-05-01 Kristian RietveldMerge of the GTK+ asynchronous file chooser branch...
2006-03-29 Matthias ClasenHandle double queuing, rather than asserting that it...
2006-03-07 Federico Mena QuinteroCancel drags when the grabs get broken. Fixes bug ...
2006-02-25 Federico Mena QuinteroMake the column header visible, and make it be "_Places...
2006-01-27 Federico Mena QuinteroFixes bug #328820:
2006-01-20 Dan WinshipOn "unix", pop up the "Open Location" window on "~...
2005-12-06 Federico Mena Quintero"event->state & modifiers", not "event->state && modifi...
2005-11-29 Federico Mena QuinteroFixes the critical warnings from bug #317999, thus...
2005-11-28 Federico Mena QuinteroFix bug #321560, based on a patch by Bogdan Nicula...
2005-11-28 Matthias ClasenMake F2 work for renaming bookmarks. (#320822, Jaap...
2005-11-23 Tim Janikdeprecated floating/sink API and implemented it in...
2005-11-11 Federico Mena QuinteroDo not check whether the path is a folder. It is useful...
2005-11-11 Federico Mena QuinteroOnly get the base path of the volume if it is mounted.
2005-11-10 Matthias ClasenImprove navigation to parent folders. (#318444, Andrei...
2005-11-07 Matthias ClasenDon't looks the bookmark label when reordering. (#32072...
2005-10-19 Federico Mena QuinteroFixes bug #317999:
2005-10-10 Tommi KomulainenAdd ALREADY_EXISTS error code. Return an error code...
2005-10-07 Matthias Clasenfix includes
2005-10-07 Michael Nattererremove some explicit #defines of PROFILE_FILE_CHOOSER...
2005-10-07 Matthias ClasenRemove a redundant (and unconditional) include of unist...
2005-10-05 Federico Mena QuinteroTake a shortcut position, not a ShortcutsIndex, to...
2005-10-04 Federico Mena QuinteroDon't special-case Home and Desktop; just use their...
2005-09-29 Federico Mena QuinteroNew file with a set of tests for GtkCellRendererText...
2005-09-27 Federico Mena QuinteroDon't reload the current folder unnecessarily on :...
2005-09-27 Federico Mena QuinteroMark the entry/exit of this function for profiling...
2005-09-27 Federico Mena QuinteroDo not create the save mode-specific widgets in the...
2005-09-15 Federico Mena QuinteroStart a set of automated tests for the file chooser...
2005-09-15 Federico Mena QuinteroAdd an easy-to-find profiling marker when starting...
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-09-11 Matthias ClasenUse gdk_atom_intern_static_string() where appropriate.
2005-09-02 Alexander LarssonHandle base_path being null in the rest of the cases...
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenAlso intern static strings passed to g_object_set_data()
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
next