summaryrefslogtreecommitdiff
path: root/gtk/gtkrecentmanager.c
Commit message (Expand)AuthorAgeFilesLines
* all: Add names to timeoutsBastien Nocera2013-10-231-1/+4
* Drop some unnecessary includesMatthias Clasen2013-07-191-1/+0
* Move wholly deprecated classes to gtk/deprecated/Matthias Clasen2013-07-191-1/+1
* gtkrecentmanager: Avoid confusion between the meta-data and the actual resource.aakash2013-07-091-4/+4
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+2
* Fix deprecations for GtkIconInfoJasper St. Pierre2013-02-151-1/+1
* recentmanager: follow gtk-recent-files-enabled GtkSettingCosimo Cecchi2013-02-131-5/+30
* Ensure that XDG_DATA_HOME is created before using itEmmanuele Bassi2012-07-121-0/+12
* Fix malformed doc commentsMatthias Clasen2012-04-121-3/+3
* Change FSF AddressJavier Jardón2012-02-271-2/+1
* g_content_type_guess expects a path, not an URISiegfried-Angel Gevatter Pujals2012-01-241-2/+6
* Fix mem leak introduced with my previous commitSiegfried-Angel Gevatter Pujals2012-01-241-1/+1
* GtkRecentManager: guess mime-type from filename when file doesn't existSiegfried-Angel Gevatter Pujals2012-01-241-1/+1
* bgo#662814 - Don't print a g_warning() when GtkRecentManager can't find a fileFederico Mena Quintero2011-11-231-13/+2
* Bug 660730: Use GStatBuf for portabilityChun-wei Fan2011-10-031-2/+2
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-4/+4
* Ensure we always grab the gdk lock in async callbacksAlexander Larsson2011-03-281-0/+6
* Use existing mime type for GTK_FILE stock iconMatthias Clasen2011-03-061-1/+1
* Silence new gcc warningsMatthias Clasen2011-01-231-23/+22
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-1/+1
* 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