summaryrefslogtreecommitdiff
path: root/gtk/gtkapplication.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Shut down a11y when an app shuts downWilliam Jon McCann2012-09-161-0/+6
* Remove #include for muxer from gtkapplication.cRyan Lortie2012-08-201-1/+0
* Action helper support in Mac OS menus.William Hua2012-08-201-22/+5
* GtkApplication: add 'active-window' propertyRyan Lortie2012-08-201-1/+42
* GtkApplication: Fix unsetting menu modelsMatthias Clasen2012-07-101-3/+5
* application: fix double free of app_idCosimo Cecchi2012-07-051-11/+3
* application: plug some memory leaksCosimo Cecchi2012-07-021-0/+13
* docs: fix a number of typos and obsolete referencesCosimo Cecchi2012-07-021-7/+8
* application: fix a typo in introspection annotationCosimo Cecchi2012-06-251-1/+1
* application: Really allow NULL application-idChristian Persch2012-06-121-1/+1
* gtk_application_new(): Docs: application_id may now be null.Murray Cumming2012-05-281-2/+7
* Rename gtkquartz-menu to gtkmodelmenu-quartzJohn Ralls2012-05-071-1/+1
* application: Fix build without x11Christian Persch2012-05-031-0/+2
* application: Add unique IDs for GtkApplicationWindowChristian Persch2012-05-031-2/+32
* GtkApplication: adjust to GApplication changesRyan Lortie2012-04-301-32/+4
* GtkApplication: fixes for NULL session busRyan Lortie2012-04-301-4/+15
* GtkAppplication docs: Fix small typo.Murray Cumming2012-04-191-1/+1
* GtkApplication Docs: Add a hint.Murray Cumming2012-03-281-2/+6
* Docs: GtkApplication: Hint about GtkActionMapMurray Cumming2012-03-261-4/+13