summaryrefslogtreecommitdiff
path: root/gtk/gtkrecentmanager.c
Commit message (Expand)AuthorAgeFilesLines
* recent-manager: Coalesce multiple changesEmmanuele Bassi2010-10-221-28/+71
* Add gtk_recent_info_get_gicon()Christian Persch2010-10-221-0/+29
* recent-manager: Fix the documentationEmmanuele Bassi2010-10-221-2/+1
* recent-manager: Add RecentInfo.create_app_info()Emmanuele Bassi2010-10-221-0/+66
* recent-manager: Move the file under XDG_USER_DATAEmmanuele Bassi2010-10-221-4/+10
* Split off gtkprivate.hEmmanuele Bassi2010-10-201-0/+1
* Make GtkRecentManager use standard icon names for themed iconsMatthias Clasen2010-10-131-2/+2
* Tons of transfer annotationsMatthias Clasen2010-09-211-6/+8
* Use G_DEFINE_BOXED_TYPEChristian Persch2010-08-181-11/+3
* docs: gitignore GtkRecentManager .sgml templateJavier Jardón2010-07-151-2/+2
* docs: Inline GtkRecentManager documentationEmmanuele Bassi2010-07-151-2/+82
* Remove GtkRecenManager:limit deprecated propertyJavier Jardón2010-07-151-83/+1
* Deprecate GtkRecenManager::limit propertyJavier Jardón2010-07-151-7/+14
* gtkrecentmanager: unseal private pointerJavier Jardón2010-07-131-3/+5
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Remove deprecated GtkRecentManager functionsChristian Dywan2010-05-031-52/+0
* [annotations] Add allow-noneJohan Dahlin2010-02-191-5/+5
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-12/+13
* Fix the docs for gtk_recent_info_get_application_info()Matthias Clasen2009-06-151-3/+4
* Bug 545031 – list of recently used files is created world-readableEmmanuele Bassi2008-08-071-0/+8
* Use GSlice to allocate the application data for recently used resources;Emmanuele Bassi2008-07-211-4/+3
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Fix two potential critical warnings. Bug #539470.Carlos Garnacho2008-06-271-2/+9
* Use GIO for this.Matthias Clasen2008-06-191-42/+14
* Fix dumb typo in the previous commit.Emmanuele Bassi2008-06-171-1/+1
* Increase the consistency of the errors returned by GtkRecentManager.Emmanuele Bassi2008-06-171-5/+24
* Consistently use the same error when removing a URI from an emptyEmmanuele Bassi2008-06-171-3/+3
* Replace uses of xdgmime with g_content_type.Matthias Clasen2008-06-081-5/+0
* Bug 535830 – wrong content type adding an itemEmmanuele Bassi2008-05-311-1/+10
* Keep the default storage file in $HOME, as we don't have a migration codeEmmanuele Bassi2008-04-181-1/+1
* g_strfreev() the uris returned by g_bookmark_file_get_uris().Michael Natterer2008-04-181-0/+3
* Fix last commit, and complete the gtk-recent-files-max-age semantics: ifEmmanuele Bassi2008-04-151-0/+7
* Bug 488507 – boundless growth of .recently-used.xbel file slows downEmmanuele Bassi2008-04-151-22/+77
* Emit the ::changed signal at the end of the asynchronous MIME type query.Emmanuele Bassi2008-04-151-26/+29
* Bug 487375 – gtkrecent apps poll ~/.recently-used.xbel every 5 secondsEmmanuele Bassi2008-04-151-221/+120
* Bug 506062 – gtk_recent_manager_add_item does not detect mime type onEmmanuele Bassi2008-04-151-39/+70
* Document that you need to unref the returned GdkPixbuf. (#484132,Emmanuele Bassi2007-10-101-4/+5
* Remove the stat() time barrier, as it seems to cause bug #463907 (thanksEmmanuele Bassi2007-09-031-6/+0
* Apply a patch by Emmanuele Bassi to limit the number of shown recentMatthias Clasen2007-07-201-12/+27
* Avoid gratitious use of g_strdup_printf().Matthias Clasen2007-07-131-1/+1
* Fix doc formattingMatthias Clasen2007-07-101-2/+2
* Do not cache the icon pixbufs but rely on the GtkIconTheme not to hit theEmmanuele Bassi2007-06-291-80/+31
* building a GtkRecentInfo can never fail.Emmanuele Bassi2007-06-251-41/+7
* Use g_timeout_add_seconds_full() for the timed poll of the storage file,Emmanuele Bassi2007-06-191-8/+57
* Use a static variable to hold the singleton and remove the code that bindsEmmanuele Bassi2007-06-191-93/+37
* Return GTK_STOCK_DIRECTORY for entries with MIME typeEmmanuele Bassi2007-05-091-2/+7
* Internalize some strings, pointed out by Damon Chaplin.Matthias Clasen2007-04-271-1/+1
* Fix a leak by not increasing the refcount of the GtkRecentInfo object whenEmmanuele Bassi2007-04-181-1/+1
* Remove unused GError; do not allocate GtkRecentData and use a variable onEmmanuele Bassi2007-03-151-27/+24