summaryrefslogtreecommitdiff
path: root/gtk/gtkrecentmanager.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Drop the "plus"Emmanuele Bassi2019-02-051-1/+1
* The big versioning cleanupMatthias Clasen2018-02-061-74/+0
* Drop the Big GDK LockEmmanuele Bassi2018-02-031-6/+0
* Replace gdk_threads_add_timeout* with g_timeout_add()Emmanuele Bassi2018-02-031-1/+1
* recent manager: Drop an unused fieldMatthias Clasen2017-11-301-6/+0
* Some more interningMatthias Clasen2017-11-181-5/+3
* recent manager: Remove dead codeMatthias Clasen2017-10-231-52/+0
* Drop gtk_recent_info_get_iconMatthias Clasen2017-10-231-36/+0
* recent manager: always return a GIconMatthias Clasen2017-10-221-0/+8
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-0/+9
* Avoid more compiler warningsMatthias Clasen2017-03-231-1/+1
* GtkRecentManager: Remove superfluous local variableTimm Bäder2017-03-191-2/+0
* Improve GContentType usageTingPing2017-03-081-2/+4
* Use Unicode in translatable stringsPiotr Drąg2016-12-191-8/+8
* recent-manager: Fix a memory leak caused by "recent-manager: Add a limit to t...Lauri Kasanen2016-11-141-0/+3
* recent-manager: Add a limit to the list's sizeLauri Kasanen2016-11-101-3/+40
* Add some missing (nullable) annotationsRico Tzschichholz2016-09-221-4/+4
* recent-manager: Always ensure that size is reset on creationEmmanuele Bassi2016-04-101-0/+1
* recent-manager: Fix the error domain and message on move_item()Emmanuele Bassi2016-04-101-3/+3
* recent-manager: Emit ::changed on file deletionEmmanuele Bassi2016-04-101-3/+1
* recent-manager: Fix "format not a string literal" errorBastien Nocera2016-04-051-25/+25
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-1/+1
* Use stupid quotes instead of dumb quotesMatthias Clasen2015-09-231-9/+9
* cleanup: no need to set members to null when freeing the structPaolo Borelli2015-08-011-10/+2
* Code cleanupMatthias Clasen2015-07-311-10/+2
* GtkRecentManager: Formatting fixesMatthias Clasen2014-12-231-358/+365
* GtkRecentManager: Survive without a filenameMatthias Clasen2014-12-221-68/+69
* GtkRecentManager: Allow instantiating with gtk_initMatthias Clasen2014-12-211-8/+16
* Fix warning grammarMatthias Clasen2014-09-181-1/+1
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-34/+34
* Docs: use // for comments in examplesMatthias Clasen2014-02-141-1/+1
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-9/+9
* docs: use proper quotesWilliam Jon McCann2014-02-051-3/+3
* Docs: Don't use note elementsMatthias Clasen2014-02-021-3/+3
* docs: don't escape entities in example codeWilliam Jon McCann2014-01-291-2/+2
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-2/+2
* docs: use #*-struct instead of <structname>William Jon McCann2014-01-271-12/+11
* 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