Revert "GDBusActionGroup: add static platform registration"
[platform/upstream/glib.git] / gio /
2011-12-17 Ryan LortieRevert "GDBusActionGroup: add static platform registration"
2011-12-16 Ryan LortieGApplication: emit signals on action changes
2011-12-16 Ryan LortieGDBusActionGroup: add static platform registration
2011-12-15 Colin WaltersGDBusActionGroup: Fix a typo in docs
2011-12-15 Chris CoulsonInitialize service_loop before running the service...
2011-12-15 Matthias Clasenmenu markup: tolerate not having a hash table of objects
2011-12-14 Simon McVittietls-interaction test: use a weak pointer instead of...
2011-12-14 Ryan Lortiegdbus tests: remove buggy use of GMainLoop
2011-12-14 Simon McVittiePlug some leaks in the GIO tests
2011-12-14 Simon McVittieRevert "g_menu_markup_start_element: tolerate not havin...
2011-12-14 Simon McVittieg_menu_markup_start_element: tolerate not having a...
2011-12-14 Simon McVittieGDBusActionGroup: don't leak param_str
2011-12-14 Simon McVittieg_dbus_action_group_changed: don't leak iterator and...
2011-12-14 Matthias ClasenAdd another menu parser test
2011-12-14 Matthias ClasenGMenuModel: Flesh out the docs some more
2011-12-14 Matthias ClasenGMenu: purge references to GMenuProxy from the docs
2011-12-13 Christophe Fergeaugnetworkmonitornetlink.c: Fix compilation on RHEL 6.2
2011-12-12 Ryan LortieGActionGroupExporter: stop using signal IDs
2011-12-12 Ryan LortieGMenuMarkup parser: small typo fix in docs
2011-12-12 Ryan LortieMore clearly define 'named menu' in the XML parser
2011-12-12 Ryan LortieGMenu parser: use G_MARKUP_COLLECT_BOOLEAN
2011-12-12 Matthias ClasenGApplication: fix a copy-paste error
2011-12-12 Matthias ClasenRearrange GApplication long desc a bit
2011-12-12 Matthias ClasenExpand actiongroup docs a bit more
2011-12-11 Matthias ClasenFix an assertion when activating apps a second time
2011-12-11 Matthias ClasenAdd some more since tags
2011-12-11 Matthias ClasenAdd a since tag
2011-12-11 Matthias ClasenWhitespace fixes
2011-12-11 Matthias ClasenAdd since tags
2011-12-10 Ryan LortieClean up GApplication docs
2011-12-09 Colin Waltersgfile: Don't use C++ keyword "template" as variable...
2011-12-09 Aleksander Morgadogdbus-codegen: fix typo in generated documentation
2011-12-09 Thomas Hindoe Paab... GFile: add g_file_new_temp
2011-12-09 Matthias ClasenGApplication: Make ::startup run-first
2011-12-08 Ryan Lortiegio.symbols fixes
2011-12-08 Ryan LortieGDBusActionGroup: make API just like GDBusMenuModel
2011-12-08 Ryan LortieGDBusActionGroup: drop ability to 'inject'
2011-12-08 Matthias ClasenMore documentation fixes
2011-12-08 Matthias ClasenFix up docs
2011-12-08 Matthias ClasenDon't use deprecated GApplication api in examples
2011-12-08 Ryan LortieGDBusMenuModel: become thread-aware
2011-12-08 Ryan Lortiemenu threaded test: run the mainloop after export
2011-12-08 Ryan LortieRename GMenuProxy to GDBusMenuModel
2011-12-08 Ryan Lortieaction exporter: clarify threading situation
2011-12-08 Ryan Lortieaction exporter: use GSource* instead of source id
2011-12-08 Ryan Lortieaction exporter: cancel pending events on unexport
2011-12-08 Ryan LortieGMenuModel exporter: remove workaround
2011-12-08 Matthias ClasenAdd testcase for threaded menu exporter use
2011-12-08 Matthias ClasenAdd a test for multithreaded action group exporter use
2011-12-08 Ryan LortieGApplication dbus: publish the menus again
2011-12-08 Matthias ClasenFully implement app-menu and menubar properties
2011-12-08 Ryan LortieGApplication: make menu properties readwrite
2011-12-08 Ryan Lortiemenumodel test: don't get stuck in a loop
2011-12-08 Ryan Lortiemenu/action exporter docs fixup
2011-12-08 Ryan Lortiegio symbol cleanups
2011-12-08 Ryan LortieMenu model exporter: clean up the API
2011-12-08 Ryan LortieGApplication: menu can change after registration
2011-12-08 Ryan LortieAction group exporter: clean up the API
2011-12-08 Ryan LortieGApplication: simplify dbus impl
2011-12-08 Ryan LortieGApplication dbus: use XML for introspection
2011-12-08 Ryan LortieGApplication: implement GActionMap
2011-12-08 Ryan LortieFix some GMenu and GMenuItem leaking
2011-12-08 Ryan LortieGApplication: make distinction about menus
2011-12-08 Colin Waltersgsimpleaction: Ensure actions are enabled
2011-12-08 Matthias ClasenInclude gactionmap.h in gio.h
2011-12-08 Matthias ClasenMinor doc improvements
2011-12-08 Matthias ClasenAdd GActionMap to the docs
2011-12-08 Colin WaltersGSimpleAction: Fix to comply with constructor rules
2011-12-08 Ryan Lortieadd GActionMap interface
2011-12-08 Ryan Lortiegmenu exporter: put submenus in separate groups
2011-12-08 Ryan Lortiemenu tests: keep mirror of proxy
2011-12-08 Matthias ClasenShorten a variable name
2011-12-08 Matthias ClasenExpand dbus action group tests
2011-12-08 Matthias ClasenSome more assertions
2011-12-08 Matthias ClasenAdd some dbus action group tests
2011-12-08 Matthias ClasenFix the dbus action group query_action implementation
2011-12-08 Matthias ClasenMake stopping an action group export work
2011-12-08 Ryan Lortierework GMenuProxy links
2011-12-08 Ryan Lortieg_menu_model_get_item_link: be careful with refs
2011-12-08 Matthias ClasenAdd debug code
2011-12-08 Matthias ClasenAvoid cross-talk between tests
2011-12-08 Matthias ClasenTypo fix
2011-12-08 Matthias ClasenRemove unused variable
2011-12-08 Matthias ClasenAdd a test for menu subscriptions
2011-12-08 Matthias ClasenTake out excessive width
2011-12-08 Matthias ClasenReduce excessive width
2011-12-08 Matthias Clasenwhitespace fix
2011-12-08 Matthias ClasenAdd some tests for links
2011-12-08 Matthias ClasenAdd parser roundtrip tests
2011-12-08 Matthias ClasenGMenuMarkup: fixes uncovered by roundtrip testing
2011-12-08 Matthias ClasenImprove docs
2011-12-08 Matthias ClasenGApplication: Add a menu example to the docs
2011-12-08 Matthias ClasenGMenu: Enforce attribute name restrictions
2011-12-08 Matthias ClasenReduce excessive width of gmenu.h
2011-12-08 Matthias ClasenMatch up a parameter name
2011-12-08 Matthias ClasenDescribe the org.gtk.Menus interface
2011-12-08 Matthias ClasenDescribe the org.gtk.Actions interface
2011-12-08 Matthias ClasenRename exporter APIs
2011-12-08 Matthias ClasenGActionGroup: Mention GMenuModel in the docs
2011-12-08 Matthias ClasenAdd g_application_set_menu
next