summaryrefslogtreecommitdiff
path: root/gtk/gtkapplication.c
Commit message (Expand)AuthorAgeFilesLines
* application: Complete startup notification sequence for remote invocationsMario Sanchez Prada2020-01-101-0/+12
* gdk: backport GdkProfilerChristian Hergert2019-06-061-0/+155
* gtk: rely on default marshallersChristian Hergert2019-05-311-2/+2
* Centralize DESKTOP_STARTUP/AUTOSTART_ID handlingJan Alexander Steffens (heftig)2019-04-021-20/+6
* application: Add a query-end signalMatthias Clasen2019-03-291-0/+19
* gtkapplication: Stash DESKTOP_STARTUP_ID on a constructorCarlos Garnacho2019-03-181-6/+23
* GtkApplication: track screensaver stateMatthias Clasen2018-08-301-0/+37
* Improve the docsMatthias Clasen2017-11-281-0/+3
* application: Append a / to the icon resource pathMatthias Clasen2017-11-161-1/+1
* gtkapplication: Mark gtk_application_get_active_window() as nullableArun Raghavan2017-07-181-1/+2
* app: replace private accels functions by get_application_accels()Sébastien Wilmet2016-04-221-22/+3
* app: share function to normalise detailed action nameSébastien Wilmet2016-04-221-22/+1
* app: extract GtkApplicationAccels private classSébastien Wilmet2016-04-221-426/+10
* app: write higher-level gtk_application_accels static functionsSébastien Wilmet2016-04-221-96/+119
* app: add missing g_returnsSébastien Wilmet2016-04-121-1/+13
* app: minor code improvementsSébastien Wilmet2016-04-101-2/+2
* app: improve code of extract_accels_from_menu()Sébastien Wilmet2016-04-101-6/+6
* app: use g_set_object()Sébastien Wilmet2016-04-101-18/+2
* app: don't use deprecated functionSébastien Wilmet2016-04-101-3/+8
* app: improve doc of gtk_application_get_window_by_id()Sébastien Wilmet2016-04-101-0/+3
* app: improve doc of gtk_application_set_accels_for_action()Sébastien Wilmet2016-04-101-0/+3
* app: avoid code duplication for setting accelsSébastien Wilmet2016-04-101-12/+9
* app: fix indentationSébastien Wilmet2016-04-091-7/+9
* docs: trivial fixes in GtkApplication-related documentationSébastien Wilmet2016-04-091-3/+3
* gtkapplication: _get_app_menu can return NULLTimm Bäder2016-03-281-1/+2
* Remove private clipboard api from public headersMatthias Clasen2016-03-261-1/+1
* Document that GtkApplication loads gtk/menus-common.uiPhillip Wood2016-02-181-2/+5
* Document help overlay action name in GtkApplicationPhillip Wood2016-02-181-3/+4
* Tweak startup-notification after the first windowAllison Ryan Lortie2016-01-271-2/+0
* application: Protect against double shutdownMatthias Clasen2016-01-151-4/+5
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-1/+1
* Add automatic help overlay support to GtkApplicationMatthias Clasen2015-10-211-8/+48
* app: Warn when trying to add windows on an inert instanceEmmanuele Bassi2015-10-011-1/+12
* application: Be save against impl being NULLMatthias Clasen2015-09-231-3/+4
* Intern all signal names beforehandMatthias Clasen2015-09-121-2/+2
* application: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-14/+20
* application: Fix compiler warningsMatthias Clasen2015-06-021-1/+0
* GtkApplication: Fix some small doc formatting issuesMatthias Clasen2015-04-261-12/+12
* GtkApplication: Prevent more crashes around shutdownMatthias Clasen2015-04-101-2/+4
* GtkApplication: avoid a crashMatthias Clasen2015-04-081-1/+3
* Add reference to HowDoI and getting-startedBastian Ilsø2015-02-021-0/+4
* Fix various compiler warningsMatthias Clasen2014-09-051-14/+2
* GtkApplication: fix annotation of get_menu_by_idPaolo Borelli2014-08-191-1/+1
* Add gtk_application_get_actions_for_accel()Ryan Lortie2014-08-031-0/+75
* GtkApplication: load gtk/menus-common.ui resourceRyan Lortie2014-07-301-0/+14
* Document gtk_application_get_menu_by_idMatthias Clasen2014-07-071-0/+16
* GtkApplication: document icon path setupRyan Lortie2014-07-071-0/+6
* GtkAppliation: setup icon theme resource pathRyan Lortie2014-07-071-0/+12
* GtkApplication: use resources for loading menusRyan Lortie2014-07-071-11/+87
* Add gtk_application_prefers_app_menu()Ryan Lortie2014-07-021-0/+51