summaryrefslogtreecommitdiff
path: root/gtk/gtkapplication.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* GtkApplication: Fix two muxer-related memory leaksKalev Lember2014-05-251-0/+3
* GtkApplication: implement the active-window propertyMatthias Clasen2014-05-101-0/+4
* Small documentation fixesMatthias Clasen2014-05-051-3/+3
* GtkApplication: Clarify docs a bitMatthias Clasen2014-05-051-1/+4
* Deprecate gtk_application_add_acceleratorMatthias Clasen2014-04-061-0/+6
* docs: Tiny GtkApplication typo fixes.Murray Cumming2014-03-181-2/+2
* docs: don't show bloatpad images in the docsWilliam Jon McCann2014-02-121-12/+0
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-3/+2
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-2/+2
* GtkApplication: install gtk option groupRyan Lortie2014-02-061-0/+11
* docs: use proper quotesWilliam Jon McCann2014-02-051-6/+6
* docs: Don't use <xi:include>William Jon McCann2014-02-051-5/+1
* docs: replace all figures with headings and imagesWilliam Jon McCann2014-02-041-9/+9
* docs: replace all <examples> with markdown headingsWilliam Jon McCann2014-02-041-2/+2
* docs: use markdown for <envar> tagsWilliam Jon McCann2014-02-041-1/+1
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-1/+1
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-2/+2
* docs: fix signal link syntaxWilliam Jon McCann2014-01-211-3/+3
* application: new 'insert action group' private apiRyan Lortie2014-01-171-0/+8
* gtkapplication: add missing annotation for set_accels_for_actionIgnacio Casal Quinteiro2014-01-101-1/+1
* gtk/gtkapplication.c: Don't Include unistd.h UnconditionallyChun-wei Fan2013-12-261-0/+4
* Refactor GtkApplicationRyan Lortie2013-12-161-691/+66
* Use g_return_val_if_fail where return value needed.Daniel Svensson2013-10-291-2/+2
* Add docs for new APIMatthias Clasen2013-10-161-0/+40
* GtkApplication: a new approach to accelsRyan Lortie2013-10-151-36/+468
* GtkWindow: change muxer setup with applicationRyan Lortie2013-10-151-4/+23
* a11y: don't shutdown accessibility, so the atk bridge is always validMario Sanchez Prada2013-09-251-4/+0
* Improve struct packing in various placesMatthias Clasen2013-09-211-5/+5
* GtkApplication: Do not assert sm_proxy != NULL in inhibit functionsMatt Barnes2013-07-281-2/+10
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-7/+3
* GtkApplication: Allow passing windows on non-X11 targetsBastien Nocera2013-03-141-1/+3
* Don't crash if inhibit is called with an unrealized windowWilliam Jon McCann2013-02-151-4/+10
* GtkApplication: properly unexport x11 menusAndrew Potter2013-01-041-3/+3
* Bump GLib dependency to 2.35Matthias Clasen2012-11-041-4/+3
* Document gtk_application_get_window_by_idMatthias Clasen2012-09-231-1/+3
* gtkapplication: fix some crashing "leak fixes"Ryan Lortie2012-09-201-5/+3