summaryrefslogtreecommitdiff
path: root/gtk/gtkrecentmanager.c
Commit message (Expand)AuthorAgeFilesLines
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+1
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-6/+2
* docs: CosmeticsMatthias Clasen2021-10-181-1/+1
* Avoid copying static debug stringsMatthias Clasen2021-07-281-1/+1
* docs: Fix up syntaxMatthias Clasen2021-05-221-1/+1
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-14/+14
* docs: Reduce redundancyMatthias Clasen2021-05-201-2/+2
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-9/+9
* Documentation fixesMatthias Clasen2021-05-201-2/+2
* recentmanager: Convert docsMatthias Clasen2021-03-111-104/+111
* docs: De-indent GtkRecentInfo.get_applications() return valueEmmanuele Bassi2021-03-111-3/+2
* Clean up lots of GTK+ -> GTKMatthias Clasen2020-09-121-3/+1
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-1/+1
* recentmanager: Keep up with GLib deprecationsMatthias Clasen2020-07-311-49/+47
* Replace "gchar" with "char"Benjamin Otte2020-07-251-70/+70
* Replace "gint" with "int"Benjamin Otte2020-07-251-17/+17
* docs: Fix several missing references in the documentationCorentin Noël2020-05-111-12/+11
* recentmanager: Stop using linked listsTimm Bäder2019-09-091-72/+46
* recentmanager: IndentationTimm Bäder2019-09-091-1/+1
* marshallers: ensure g_cclosure_marshal_VOID__VOIDv is usedChristian Hergert2019-05-291-1/+1
* 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