gvariant: Never break out of g_variant_iter_loop
[platform/upstream/glib.git] / gio /
2012-01-02 Simon McVittieAdd test for GDBusConnection singleton access racing...
2012-01-02 Simon McVittieGDBusConnection: use GWeakRef to make the singletons...
2012-01-02 William Huanextstep gsettings backend: whitespace police
2012-01-02 William Huathread-safe nextstep gsettings backend
2012-01-02 William HuaGSettings: nextstep settings backend
2012-01-01 Xan Lopezginetaddressmask: plug leak
2011-12-27 Simon McVittievarious tests: do not provoke SIGTRAP with -m no-undefined
2011-12-25 Matthias ClasenDon't leak references to the menus
2011-12-25 Matthias ClasenAdd a test for ids on submenu and section elements
2011-12-25 Matthias ClasenMenu markup: Support ids on submenu and section elements
2011-12-22 Dan WinshipAdd GSocketClient::event, for tracking socket client...
2011-12-22 Dan WinshipAdd g_socket_connection_connect(), etc
2011-12-22 Ryan LortieGSettingsBackend: allow floating refs from read()
2011-12-21 Cosimo Cecchimenu: documentation fixes
2011-12-21 Ryan LortieGSimpleAction: fix some whitespace fail
2011-12-21 Ryan LortieGSimpleAction: tweak property flags
2011-12-20 Ryan LortieGAction: back out changes to property flags
2011-12-20 Matthias ClasenAdd references to the dbus interface docs on the wiki
2011-12-19 Dan Winshipgnetworkmonitornetlink.c: Fix a gsize->gssize
2011-12-19 Ryan Lortiegitignore
2011-12-19 Ryan LortieDrop public menu APIs from GApplication
2011-12-19 Ryan LortieDrop the GApplication menu test
2011-12-19 Giovanni Campagnagsettings-tool: allow specifying custom schema dirs
2011-12-19 Florian Müllnergdesktopappinfo: Use "Keywords" instead of "X-GNOME...
2011-12-17 Ryan LortieGApplication: receiving end of GRemoteActionGroup
2011-12-17 Ryan Lortieaction group exporter: kill GApplication hackery
2011-12-17 Ryan Lortieintroduce GRemoteActionGroup
2011-12-17 Ryan LortieGApplication: send platform data for actions again
2011-12-17 Ryan LortieGDBusActionGroup: add _full variants of activation
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
next