]> Pileus Git - ~andy/gtk/history - gtk/gtkfilechooserdefault.c
Bug 554690 – mem leak in filechooser
[~andy/gtk] / gtk / gtkfilechooserdefault.c
2008-10-02 Christian PerschBug 554690 – mem leak in filechooser
2008-09-26 Matthias ClasenBug 553133 – GtkFileChooser won't ask to mount a volume
2008-09-25 Michael Nattererdon't unref the file system backend, the newly added
2008-09-22 Matthias ClasenBug 553135 – eog crash: assertion failed. Gtk error:
2008-09-22 Emmanuele BassiBug 552789 – Show size column in the search and recentl...
2008-09-18 Emmanuele BassiSave the size column visibility state with the rest...
2008-09-18 Emmanuele BassiBug 325095 – show a 'size' column
2008-09-08 Matthias ClasenFix content type handling
2008-09-08 Matthias ClasenDon't leak all search results
2008-09-08 Matthias ClasenDon't unref the GFile we just put into the search_model...
2008-09-07 Matthias Clasenplug a memory leak
2008-09-05 Michael Nattererstop the emission of the signal also when we bail out...
2008-08-27 Matthias ClasenBug 549354 – Crash trying to open a file on a remote...
2008-08-20 Federico Mena Quintero[PATCH 7/7] bgo543308 - Remove the default_width/height...
2008-08-20 Federico Mena Quintero[PATCH 6/7] bgo543308 - Only compute a font-based size...
2008-08-20 Federico Mena Quintero[PATCH 5/7] bgo543308 - Unconditionally compute a size...
2008-08-20 Federico Mena Quintero[PATCH 4/7] bgo543308 - Emit default-size-changed when...
2008-08-20 Federico Mena Quintero[PATCH 3/7] bgo543308 - Factor out the code to emit...
2008-08-12 Sven Neumanngtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c...
2008-08-12 Michael Natterergtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist...
2008-08-11 Sven Neumanngtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk...
2008-08-04 Carlos GarnachoDeprecate gtk_file_chooser_*_new_with_backend(), since...
2008-08-04 Carlos GarnachoMake GFile-oriented API public. Fixes #545978.
2008-07-21 Michael Nattererremove _gtk_binding_signal_new().
2008-07-15 Matthias ClasenFix a problem with context menu sensitivity
2008-07-06 Matthias ClasenBug 541645 – gtkfilechooserdefault segfaults when bookm...
2008-07-03 Matthias ClasenDon't select the first row if the folder is empty....
2008-07-02 Michael Nattererremove some of the million includes.
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-26 Carlos Garnachocurrent_folder can be NULL here, do not try to referenc...
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-19 Christian PerschUse gtk_drag_[dest|source]_add_[text|uri]_targets(...
2008-06-19 Christian PerschUse g_set_error_literal where appropriate. Bug #538640.
2008-06-18 Olle Bergkvistbgo538784 - Don't change the filename entry in CREATE_F...
2008-06-18 Olle Bergkvistbgo419737 - Don't clear filename entry in SAVE/CREATE_F...
2008-06-18 Matthias ClasenUse standard icon names.
2008-06-17 Michael Nattererremove static integer variables which hold the number...
2008-06-17 Emmanuele BassiRemove the GtkRecentManager screen dance, as it has...
2008-06-16 Michael Nattererremove GtkTooltips member from the GtkFileChooserDefaul...
2008-06-15 Carlos GarnachoReturn full path here as expected, not just the basename.
2008-06-13 Matthias ClasenReally make GtkFileSystem private by _-prefixing all...
2008-06-11 Behdad EsfahbodBug 503071 – Application direction changes to right...
2008-06-10 Carlos GarnachoBug 520874 - Should use gio directly.
2008-05-27 Federico Mena Quinterobgo533891 - disallow DnD from the file list into itself
2008-05-27 Carlos GarnachoEnable rubberbanding when "select-multiple" is TRUE...
2008-05-25 Jan Arne PetersenAdd GDK_ACTION_MOVE to the drag actions to allow trash...
2008-05-25 Jan Arne PetersenIgnore G_IO_ERROR_FAILED_HANDLED errors (#532262).
2008-05-24 Jan Arne PetersenDon't try to toggle the visibility of the location...
2008-05-24 Jan Arne PetersenShow parse name as tooltip for path shortcuts (#137503).
2008-05-23 Hans Breuerupdated fix c99ism (variable at start of block export...
2008-05-19 Federico Mena Quinterobgo322298 - Make the file chooser dialog always resizable
2008-03-13 Sven Neumanngtk/gtkfilechooserdefault.c set alternative button...
2008-03-06 William Rikard Lac... Oops, forgot to make the raw "%H:%M" string localizable...
2008-03-06 William Rikard Lac... Don't print "Today at" in front of the time for today...
2008-02-21 Tor LillqvistSmall further change to make it more robust.
2008-02-21 Tor LillqvistMust pass the format string to strftime in the C librar...
2008-02-12 Federico Mena QuinteroFix 419737 - don't focus the file list when activating...
2008-02-12 Matthias ClasenSkip exensions when selecting filenames in the save...
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...
next