summaryrefslogtreecommitdiff
path: root/gtk/gtkapplication.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Show off some menusMatthias Clasen2011-12-191-5/+15
* Some more menu-related docsMatthias Clasen2011-12-191-0/+6
* Two small fixesMatthias Clasen2011-12-191-2/+7
* begin GtkApplication menu support for Mac OSWilliam Hua2011-12-191-0/+72
* Documentation additionsMatthias Clasen2011-12-191-0/+5
* GtkApplication: Extract accelerators from menusMatthias Clasen2011-12-191-0/+78
* Introduce gtkaccelmapprivate.hMatthias Clasen2011-12-191-20/+3
* GtkApplication: Add API to install accelerators for actionsMatthias Clasen2011-12-191-0/+107
* GtkApplication: export windows on the busRyan Lortie2011-12-191-1/+151
* (trivially) implement 'shutdown' in GtkApplicationRyan Lortie2011-12-191-0/+8