summaryrefslogtreecommitdiff
path: root/gtk/gtkapplication.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up includesMatthias Clasen2011-12-191-3/+0
* Whitespace fixesMatthias Clasen2011-12-191-2/+2
* GtkApplication: doc improvementMatthias Clasen2011-12-191-3/+6
* add GtkApplicationWindowRyan Lortie2011-12-191-430/+0
* Add a very bad fallback checkMatthias Clasen2011-12-191-1/+21
* GtkApplication: Insert separators after sectionsMatthias Clasen2011-12-191-1/+8
* GtkApplication: Initial attempt at section headingsMatthias Clasen2011-12-191-3/+17
* GtkApplication: use activate for actions here, tooMatthias Clasen2011-12-191-39/+20
* Adapt to api changes in GMenuModelMatthias Clasen2011-12-191-11/+9
* GtkApplication: add a way to get the appmenuMatthias Clasen2011-12-191-0/+413
* gtk/gtkapplication.c: Fix typoJavier Jardón2011-11-201-1/+1
* Add a missing includeMatthias Clasen2011-11-091-0/+1
* Don't implement GApplication mainloopRyan Lortie2011-11-091-16/+0
* GtkApplication: chain up ::startupRyan Lortie2011-09-141-0/+3
* Avoid GApplication being released twice on gtk_application_remove_window() callsClaudio Saavedra2011-06-211-1/+1
* GtkApplication: Add window-added/-removed signalsMatthias Clasen2011-05-311-28/+82
* Sort GtkApplication windows by most-recently-focusedMatthias Clasen2011-05-311-3/+37
* Clarify documentation about application vs window lifecycleMatthias Clasen2011-01-241-0/+7
* [GI] Add (type) annotations to real typesPavel Holejsovsky2011-01-201-1/+1
* Move the GtkApplication example to the right placeMatthias Clasen2011-01-061-1/+1
* Protect inclusion of unistd.hHans Breuer2011-01-021-0/+2
* GtkApplication: drop Quit from the docsMatthias Clasen2010-11-081-3/+2
* ifdef X-specific stuffMatthias Clasen2010-10-301-0/+2
* Some GtkApplication cleanupsMatthias Clasen2010-10-231-11/+30
* gtkapplication: fix docsJavier Jardón2010-10-201-3/+3
* GtkApplication: add gtk_application_get_windows()Ryan Lortie2010-10-191-12/+100
* GtkApplication rewriteRyan Lortie2010-10-191-637/+57
* Do not access an invalid ActionGroup. Closes #624362.Jonh Wendell2010-07-141-0/+3
* Merge branch 'windows_list'Jonh Wendell2010-07-131-0/+22
|\
| * [GtkApplication] Add gtk_application_get_windows()Jonh Wendell2010-07-051-0/+22
* | gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* | docs: Document the GtkApplication::quit signal behaviorEmmanuele Bassi2010-07-081-4/+28
* | GtkApplication: use new GVariant bytestring APIRyan Lortie2010-07-071-24/+3
|/
* application: Remove a variable and silence a compiler warningEmmanuele Bassi2010-06-181-1/+0
* application: Revert the leak plugEmmanuele Bassi2010-06-181-3/+1