]> Pileus Git - ~andy/gtk/history - gtk/gtkapplication.c
gdk/x11: Add gdk_x11_device_manager_lookup()
[~andy/gtk] / gtk / gtkapplication.c
2011-06-20 Claudio SaavedraAvoid GApplication being released twice on gtk_applicat...
2011-05-31 Matthias ClasenGtkApplication: Add window-added/-removed signals
2011-05-31 Matthias ClasenSort GtkApplication windows by most-recently-focused
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-01-25 Matthias ClasenClarify documentation about application vs window lifecycle
2011-01-20 Pavel Holejsovsky[GI] Add (type) annotations to real types
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-06 Matthias ClasenMove the GtkApplication example to the right place
2011-01-02 Hans BreuerProtect inclusion of unistd.h
2010-11-08 Matthias ClasenGtkApplication: drop Quit from the docs
2010-11-05 Matthias ClasenGtkApplication: drop Quit from the docs
2010-10-30 Matthias Clasenifdef X-specific stuff
2010-10-28 Matthias Clasenifdef X-specific stuff
2010-10-24 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-23 Matthias ClasenSome GtkApplication cleanups
2010-10-20 Javier Jardóngtkapplication: fix docs
2010-10-19 Ryan LortieGtkApplication: add gtk_application_get_windows()
2010-10-18 Ryan LortieGtkApplication rewrite
2010-07-14 Jonh WendellDo not access an invalid ActionGroup. Closes #624362.
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-07-08 Emmanuele Bassidocs: Document the GtkApplication::quit signal behavior
2010-07-07 Ryan LortieGtkApplication: use new GVariant bytestring API
2010-07-05 Jonh Wendell[GtkApplication] Add gtk_application_get_windows()
2010-06-18 Emmanuele Bassiapplication: Remove a variable and silence a compiler...
2010-06-18 Emmanuele Bassiapplication: Revert the leak plug
2010-06-18 Emmanuele Bassiapplication: Plug a leak
2010-06-17 Christian Perschapplication: Fix marshaler for GVariant gtype change
2010-06-17 Emmanuele Bassiapplication: Allow sub-classes to override the Window...
2010-06-16 Colin Walters[GtkApplication] Update for GApplication API changes
2010-06-14 Colin Walters[GtkApplication] Update for GApplication API changes
2010-06-08 Matthias ClasenUse gtk_action_group_get_action when looking up actions
2010-06-08 Matthias ClasenRemove debug spew
2010-06-08 Matthias ClasenUpdate to GApplication api changes
2010-06-07 Matthias ClasenAdd GtkApplication