summaryrefslogtreecommitdiff
path: root/gtk/gtkapplication.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* application: Plug a leakEmmanuele Bassi2010-06-181-12/+15
* application: Fix marshaler for GVariant gtype changeChristian Persch2010-06-181-1/+1
* application: Allow sub-classes to override the Window creationEmmanuele Bassi2010-06-171-11/+68
* [GtkApplication] Update for GApplication API changesColin Walters2010-06-161-10/+42
* [GtkApplication] Update for GApplication API changesColin Walters2010-06-141-14/+109
* Use gtk_action_group_get_action when looking up actionsMatthias Clasen2010-06-081-15/+8
* Remove debug spewMatthias Clasen2010-06-081-3/+0
* Update to GApplication api changesMatthias Clasen2010-06-081-2/+1
* Add GtkApplicationMatthias Clasen2010-06-071-0/+540