summaryrefslogtreecommitdiff
path: root/gtk/gtkapplication.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtk/gtkapplication.c: Do not use gtk_dialog_run()Javier Jardón2012-02-271-2/+5
* docs: GtkApplication "quit" signal is gone nowJavier Jardón2012-02-231-6/+1
* GtkApplication: simplify session quit handlingRyan Lortie2012-02-211-38/+3
* GtkApplication: remove end session APIRyan Lortie2012-02-211-124/+0
* Use G_SOURCE_CONTINUE/REMOVEMatthias Clasen2012-01-301-1/+1
* application: sync clipboard and recent manager on shutdownCosimo Cecchi2012-01-251-0/+8
* Fix a doc typoMatthias Clasen2012-01-241-1/+1
* GtkApplication: documentation additionsMatthias Clasen2012-01-241-3/+7
* GtkApplication: fix !x11 buildMatthias Clasen2012-01-201-2/+3
* move menus over from GLibRyan Lortie2012-01-181-49/+183
* gtkapplication.c: Add missing "Since" tagJavier Jardón2012-01-121-0/+2
* GtkApplication: add inhibitor dialog under OS XDan Winship2012-01-111-21/+66
* GtkApplication: fix/simplify OS X implementationDan Winship2012-01-111-35/+9
* Fix some missing renames of GtkApplicationEndStyleRico Tzschichholz2012-01-111-6/+6
* Rename GtkApplicationEndStyleMatthias Clasen2012-01-101-14/+25
* Simplify logout notification apiMatthias Clasen2012-01-101-178/+99
* Fix wrong refencences in the docsMatthias Clasen2012-01-091-6/+6
* application: Correct the fallback definition for gtk_application_end_sessionRob Bradford2012-01-091-1/+1
* Fix the gtk_application_end_session implementationMatthias Clasen2012-01-081-1/+2
* GtkApplication: only allow quit_response when it make senseMatthias Clasen2012-01-071-18/+23
* Remove some debug spewMatthias Clasen2012-01-071-4/+0
* GtkApplication: Add OS X implementation from EggSMClientMatthias Clasen2012-01-071-6/+180
* application: return a valueBenjamin Otte2012-01-071-0/+2
* gtkapplication.c: Fix syntax errorMartin Pitt2012-01-071-0/+1
* Add a trivial implementation of the new apisMatthias Clasen2012-01-071-0/+48
* Document the new apisMatthias Clasen2012-01-071-3/+209
* Add gtk_application_end_sessionMatthias Clasen2012-01-071-0/+31