]> Pileus Git - ~andy/gtk/history - gtk/gtkrecentmanager.c
Revert name change
[~andy/gtk] / gtk / gtkrecentmanager.c
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-27 Carlos GarnachoFix two potential critical warnings. Bug #539470.
2008-06-19 Matthias ClasenUse GIO for this.
2008-06-17 Emmanuele BassiFix dumb typo in the previous commit.
2008-06-17 Emmanuele BassiIncrease the consistency of the errors returned by...
2008-06-17 Emmanuele BassiConsistently use the same error when removing a URI...
2008-06-08 Matthias ClasenReplace uses of xdgmime with g_content_type.
2008-05-31 Emmanuele BassiBug 535830 – wrong content type adding an item
2008-04-18 Emmanuele BassiKeep the default storage file in $HOME, as we don't...
2008-04-18 Michael Nattererg_strfreev() the uris returned by g_bookmark_file_get_u...
2008-04-15 Emmanuele BassiFix last commit, and complete the gtk-recent-files...
2008-04-15 Emmanuele BassiBug 488507 – boundless growth of .recently-used.xbel...
2008-04-15 Emmanuele BassiEmit the ::changed signal at the end of the asynchronou...
2008-04-15 Emmanuele BassiBug 487375 – gtkrecent apps poll ~/.recently-used.xbel...
2008-04-15 Emmanuele BassiBug 506062 – gtk_recent_manager_add_item does not detec...
2007-10-10 Emmanuele BassiDocument that you need to unref the returned GdkPixbuf...
2007-09-03 Emmanuele BassiRemove the stat() time barrier, as it seems to cause...
2007-07-20 Matthias ClasenApply a patch by Emmanuele Bassi to limit the number...
2007-07-13 Matthias ClasenAvoid gratitious use of g_strdup_printf().
2007-07-10 Matthias ClasenFix doc formatting
2007-06-29 Emmanuele BassiDo not cache the icon pixbufs but rely on the GtkIconTh...
2007-06-25 Emmanuele Bassibuilding a GtkRecentInfo can never fail.
2007-06-19 Emmanuele BassiUse g_timeout_add_seconds_full() for the timed poll...
2007-06-19 Emmanuele BassiUse a static variable to hold the singleton and remove...
2007-05-09 Emmanuele BassiReturn GTK_STOCK_DIRECTORY for entries with MIME type
2007-04-27 Matthias ClasenInternalize some strings, pointed out by Damon Chaplin.
2007-04-18 Emmanuele BassiFix a leak by not increasing the refcount of the GtkRec...
2007-03-15 Emmanuele BassiRemove unused GError; do not allocate GtkRecentData...
2007-03-15 Emmanuele BassiFix documentation errors. (Morten Welinder)
2007-03-09 Matthias ClasenRemove unnecessary NULL checks before g_free(). (#36966...
2006-12-24 Bastien NoceraFix typo (s/expansive/expensive) (#389183)
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-11-22 Emmanuele Bassig_filename_from_uri() might fail; catch the failure...
2006-11-16 Emmanuele BassiReturn the URI of the GtkRecentInfo object (upgraded...
2006-11-16 Emmanuele BassiProvide a fast path returning NULL when the limit is...
2006-08-18 Matthias Clasenfix recent files issues
2006-08-16 Matthias ClasenAdd since tags
2006-07-28 Emmanuele BassiAdd the timeout for polling the file; change the defaul...
2006-06-02 Emmanuele BassiFix a typo (spotted by Paolo Borelli and coverity).
2006-05-22 Emmanuele BassiDon't mask "time" with the "time" argument.
2006-05-14 Matthias ClasenMore of the same
2006-05-12 Alexander LarssonFix build errors.
2006-05-12 Emmanuele BassiRemove the error parameter to the gtk_recent_manager_ad...
2006-05-08 Francisco Javier... Corrected a typo.
2006-04-16 Matthias ClasenFix 336772
2006-04-11 Emmanuele BassiRemove the unneeded setting of the storage file inside...
2006-04-04 Matthias ClasenNo point in making the error path fast by caching quarks.
2006-04-02 Emmanuele BassiBuild the items list after setting the storage file.
2006-04-01 Behdad EsfahbodConvert filenames to UTF-8 before printing them out...
2006-04-01 Behdad EsfahbodUpdate last_stamp inside the look. (#336771, Morten...
2006-03-31 Matthias ClasenDon't assert that the age is positive. (#336773, Morten...
2006-03-30 Matthias ClasenFix the doc comment format.
2006-03-29 Emmanuele BassiImport GtkRecent* from libegg.