summaryrefslogtreecommitdiff
path: root/gtk/gtkapplication.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* GtkApplication: Add an inhibit apiMatthias Clasen2012-01-071-0/+97
* GtkApplication: Add logout notificationMatthias Clasen2012-01-071-0/+266
* GtkApplication: Rename a member for clarityMatthias Clasen2012-01-051-10/+6
* application: don't unconditionally unref the GMenuModel in gettersCosimo Cecchi2011-12-211-4/+8
* application: mark menu/menubar getters as (transfer none)Cosimo Cecchi2011-12-211-2/+2
* application: use the same variable names in definitions and declarationsCosimo Cecchi2011-12-211-6/+6
* Add another bloatpad screenshotMatthias Clasen2011-12-191-0/+4
* GtkApplication: add menu APIRyan Lortie2011-12-191-2/+97
* GtkApplication: document relationship to gdkthreadsRyan Lortie2011-12-191-0/+9
* GtkApplication: lock gdk on incoming messagesRyan Lortie2011-12-191-0/+4
* Move X property handling to GtkApplicationWindowRyan Lortie2011-12-191-70/+23
* Document that gtk_init is called without argvMatthias Clasen2011-12-191-0/+8