summaryrefslogtreecommitdiff
path: root/gtk/gtkapplication.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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