]> Pileus Git - ~andy/gtk/history - gtk/gtkrecentmanager.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkrecentmanager.c
2013-02-16 Jasper St. PierreFix deprecations for GtkIconInfo
2013-02-13 Cosimo Cecchirecentmanager: follow gtk-recent-files-enabled GtkSetting
2012-07-12 Emmanuele BassiEnsure that XDG_DATA_HOME is created before using it
2012-04-13 Matthias ClasenFix malformed doc comments
2012-02-27 Javier JardónChange FSF Address
2012-01-24 Siegfried-Angel... g_content_type_guess expects a path, not an URI
2012-01-24 Siegfried-Angel... Fix mem leak introduced with my previous commit
2012-01-24 Siegfried-Angel... GtkRecentManager: guess mime-type from filename when...
2011-11-23 Federico Mena Quinterobgo#662814 - Don't print a g_warning() when GtkRecentMa...
2011-10-03 Chun-wei FanBug 660730: Use GStatBuf for portability
2011-06-10 Javier Jardóngtk: Use const instead G_CONST_RETURN
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
2011-03-28 Alexander LarssonEnsure we always grab the gdk lock in async callbacks
2011-03-10 Alexander LarssonMerge branch 'gtk-3-0' into broadway
2011-03-06 Matthias ClasenUse existing mime type for GTK_FILE stock icon
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-01-24 Matthias ClasenSilence new gcc warnings
2011-01-20 Pavel Holejsovsky[GI] Add missing (transfer) annotations
2010-10-23 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-22 Emmanuele Bassirecent-manager: Coalesce multiple changes
2010-10-22 Christian PerschAdd gtk_recent_info_get_gicon()
2010-10-22 Emmanuele Bassirecent-manager: Fix the documentation
2010-10-22 Emmanuele Bassirecent-manager: Add RecentInfo.create_app_info()
2010-10-22 Emmanuele Bassirecent-manager: Move the file under XDG_USER_DATA
2010-10-20 Emmanuele BassiSplit off gtkprivate.h
2010-10-13 Matthias ClasenMake GtkRecentManager use standard icon names for theme...
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-21 Matthias ClasenTons of transfer annotations
2010-08-18 Christian PerschUse G_DEFINE_BOXED_TYPE
2010-07-15 Javier Jardóndocs: gitignore GtkRecentManager .sgml template
2010-07-15 Emmanuele Bassidocs: Inline GtkRecentManager documentation
2010-07-15 Javier JardónRemove GtkRecenManager:limit deprecated property
2010-07-15 Javier JardónDeprecate GtkRecenManager::limit property
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Javier Jardóngtkrecentmanager: unseal private pointer
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-05-07 Matthias ClasenMerge branch 'gtk-2-90'
2010-05-02 Christian DywanRemove deprecated GtkRecentManager functions
2010-04-04 Johan Dahlin[annotations] Add allow-none
2010-04-04 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2010-02-19 Johan Dahlin[annotations] Add allow-none
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-06-17 Alexander LarssonMerge branch 'master' into client-side-windows
2009-06-15 Matthias ClasenFix the docs for gtk_recent_info_get_application_info()
2008-08-07 Emmanuele BassiBug 545031 – list of recently used files is created...
2008-07-21 Emmanuele BassiUse GSlice to allocate the application data for recentl...
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.