]> Pileus Git - ~andy/gtk/history - gtk/gtkapplication.c
Change FSF Address
[~andy/gtk] / gtk / gtkapplication.c
2012-02-27 Javier JardónChange FSF Address
2012-02-27 Javier Jardóngtk/gtkapplication.c: Do not use gtk_dialog_run()
2012-02-23 Javier Jardóndocs: GtkApplication "quit" signal is gone now
2012-02-21 Ryan LortieGtkApplication: simplify session quit handling
2012-02-21 Ryan LortieGtkApplication: remove end session API
2012-01-31 Matthias ClasenUse G_SOURCE_CONTINUE/REMOVE
2012-01-25 Cosimo Cecchiapplication: sync clipboard and recent manager on shutdown
2012-01-25 Matthias ClasenFix a doc typo
2012-01-25 Matthias ClasenGtkApplication: documentation additions
2012-01-20 Matthias ClasenGtkApplication: fix !x11 build
2012-01-18 Ryan Lortiemove menus over from GLib
2012-01-12 Javier Jardóngtkapplication.c: Add missing "Since" tag
2012-01-11 Dan WinshipGtkApplication: add inhibitor dialog under OS X
2012-01-11 Dan WinshipGtkApplication: fix/simplify OS X implementation
2012-01-11 Rico TzschichholzFix some missing renames of GtkApplicationEndStyle
2012-01-11 Matthias ClasenRename GtkApplicationEndStyle
2012-01-11 Matthias ClasenSimplify logout notification api
2012-01-09 Matthias ClasenFix wrong refencences in the docs
2012-01-09 Rob Bradfordapplication: Correct the fallback definition for gtk_ap...
2012-01-08 Matthias ClasenFix the gtk_application_end_session implementation
2012-01-08 Matthias ClasenGtkApplication: only allow quit_response when it make...
2012-01-08 Matthias ClasenRemove some debug spew
2012-01-08 Matthias ClasenGtkApplication: Add OS X implementation from EggSMClient
2012-01-07 Benjamin Otteapplication: return a value
2012-01-07 Martin Pittgtkapplication.c: Fix syntax error
2012-01-07 Matthias ClasenAdd a trivial implementation of the new apis
2012-01-07 Matthias ClasenDocument the new apis
2012-01-07 Matthias ClasenAdd gtk_application_end_session
2012-01-07 Matthias ClasenGtkApplication: Add an inhibit api
2012-01-07 Matthias ClasenGtkApplication: Add logout notification
2012-01-06 Matthias ClasenGtkApplication: Rename a member for clarity
2011-12-21 Cosimo Cecchiapplication: don't unconditionally unref the GMenuModel...
2011-12-21 Cosimo Cecchiapplication: mark menu/menubar getters as (transfer...
2011-12-21 Cosimo Cecchiapplication: use the same variable names in definitions...
2011-12-19 Matthias ClasenAdd another bloatpad screenshot
2011-12-19 Ryan LortieGtkApplication: add menu API
2011-12-19 Ryan LortieGtkApplication: document relationship to gdkthreads
2011-12-19 Ryan LortieGtkApplication: lock gdk on incoming messages
2011-12-19 Ryan LortieMove X property handling to GtkApplicationWindow
2011-12-19 Matthias ClasenDocument that gtk_init is called without argv
2011-12-19 Matthias ClasenShow off some menus
2011-12-19 Matthias ClasenSome more menu-related docs
2011-12-19 Matthias ClasenTwo small fixes
2011-12-19 William Huabegin GtkApplication menu support for Mac OS
2011-12-19 Matthias ClasenDocumentation additions
2011-12-19 Matthias ClasenGtkApplication: Extract accelerators from menus
2011-12-19 Matthias ClasenIntroduce gtkaccelmapprivate.h
2011-12-19 Matthias ClasenGtkApplication: Add API to install accelerators for...
2011-12-19 Ryan LortieGtkApplication: export windows on the bus
2011-12-19 Ryan Lortie(trivially) implement 'shutdown' in GtkApplication
2011-12-19 Matthias ClasenClean up includes
2011-12-19 Matthias ClasenWhitespace fixes
2011-12-19 Matthias ClasenGtkApplication: doc improvement
2011-12-19 Ryan Lortieadd GtkApplicationWindow
2011-12-19 Matthias ClasenAdd a very bad fallback check
2011-12-19 Matthias ClasenGtkApplication: Insert separators after sections
2011-12-19 Matthias ClasenGtkApplication: Initial attempt at section headings
2011-12-19 Matthias ClasenGtkApplication: use activate for actions here, too
2011-12-19 Matthias ClasenAdapt to api changes in GMenuModel
2011-12-19 Matthias ClasenGtkApplication: add a way to get the appmenu
2011-11-21 Alexander LarssonMerge branch 'win32-theme2'
2011-11-20 Javier Jardóngtk/gtkapplication.c: Fix typo
2011-11-10 Matthias ClasenAdd a missing include
2011-11-09 Ryan LortieDon't implement GApplication mainloop
2011-09-14 Ryan LortieGtkApplication: chain up ::startup
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