platform/upstream/glib.git
2011-12-14 Simon McVittievarious GLib tests: plug memory leaks
2011-12-14 Simon McVittietestglib: test_file_functions: don't close fd if it...
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 McVittieg_variant_byteswap: don't leak serialised.data
2011-12-14 Simon McVittieGDBusActionGroup: don't leak param_str
2011-12-14 Simon McVittieg_data_set_internal: avoid use-after-free if datalist...
2011-12-14 Simon McVittieg_strcompress: check that source is non-NULL rather...
2011-12-14 Simon McVittieg_dbus_action_group_changed: don't leak iterator and...
2011-12-14 Simon McVittieGKeyFile: free group comments when the group is removed
2011-12-14 Simon McVittieg_hmac_get_string: don't allocate and leak an unused...
2011-12-14 Simon McVittieg_hmac_copy: initialize the refcount
2011-12-14 Matthias ClasenAdd an explicit deprecation note to g_thread_init
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-14 Stef Walterdocumentation fixes
2011-12-13 Matthias ClasenImprove GNetworkMonitor docs
2011-12-13 Christophe... gnetworkmonitornetlink.c: Fix compilation on RHEL 6.2
2011-12-13 Ryan Lortiebump version
2011-12-13 Chun-wei FanUpdate VS property sheets
2011-12-12 Alexandre FrankeFix wording
2011-12-12 Ryan Lortieglib 2.31.4 2.31.4
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 Ryan Lortieupdate maintainers in glib.doap
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 ClasenFix since tag
2011-12-11 Matthias ClasenWhitespace fixes
2011-12-11 Matthias ClasenAdd g_application_set/get_default to the docs
2011-12-11 Matthias ClasenAdd since tags
2011-12-10 Ryan LortieClean up GApplication docs
2011-12-10 Ryan LortieGDate: gtk-doc fixup
2011-12-10 Seong-ho, ChoUpdated Korean translation
2011-12-10 Yaron ShahrabaniUpdated Hebrew translation.
2011-12-09 Colin Waltersgfile: Don't use C++ keyword "template" as variable...
2011-12-09 Aleksander... gdbus-codegen: fix typo in generated documentation
2011-12-09 Thomas Hindoe... GFile: add g_file_new_temp
2011-12-09 Matthias ClasenCosmetic doc change
2011-12-09 Piotr DrągUpdated POTFILES.in
2011-12-09 Matthias ClasenGApplication: Make ::startup run-first
2011-12-09 Matthias ClasenUpdates
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
next