summaryrefslogtreecommitdiff
path: root/gtk/gtkapplication.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: rely on default marshallersChristian Hergert2019-05-301-2/+2
* Trivial: Remove a few +'sMatthias Clasen2019-05-191-2/+2
* Try again to fix profiler setupMatthias Clasen2019-05-141-5/+5
* Fix registration of profiler DBus apiMatthias Clasen2019-05-141-1/+2
* profiler: Update the D-Bus interface nameMatthias Clasen2019-05-081-8/+8
* GtkApplication: Add a profiler dbus apiMatthias Clasen2019-05-071-0/+149
* application: Add a query-end signalMatthias Clasen2019-02-191-0/+17
* docs: Fix GTK links and locationsEmmanuele Bassi2019-02-061-1/+1
* application: Remove dead assignmentTimm Bäder2018-12-041-2/+0
* GtkApplication: Improve the docsMatthias Clasen2018-08-311-0/+2
* GtkApplication: track screensaver stateMatthias Clasen2018-08-301-0/+37
* GtkApplication: Remove priv pointerTimm Bäder2018-07-081-71/+121
* application: Complete startup notification sequence for remote invocationsMario Sanchez Prada2018-06-111-0/+11
* application: Use the new API to get the startup notification IDMario Sanchez Prada2018-06-111-5/+10
* The big versioning cleanupMatthias Clasen2018-02-061-44/+0
* Drop the Big GDK LockEmmanuele Bassi2018-02-031-3/+0
* application: Stop using ::focus-in-eventMatthias Clasen2018-01-161-9/+10
* gtk: Remove GtkClipboardBenjamin Otte2017-12-031-1/+0
* application: Put shared code into a common functionBenjamin Otte2017-12-031-7/+2
* Drop gtk_application_is_inhibitedMatthias Clasen2017-11-281-25/+0
* Improve the docsMatthias Clasen2017-11-281-0/+3
* application: Append a / to the icon resource pathMatthias Clasen2017-11-131-1/+1
* gtkapplication: Mark gtk_application_get_active_window() as nullableArun Raghavan2017-07-181-1/+2
* Update callersMatthias Clasen2017-01-191-1/+1
* Don't export gtk_get_option_groupMatthias Clasen2017-01-191-2/+0
* gtkapplication: Remove deprecated APITimm Bäder2016-10-181-77/+0
* 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