summaryrefslogtreecommitdiff
path: root/gio
AgeCommit message (Expand)AuthorFilesLines
2012-01-13Add GResource functions to gio.symbolsAlexander Larsson1-0/+19
2012-01-13Support resource:/// urisAlexander Larsson5-0/+979
2012-01-13Add tests for GResourceAlexander Larsson10-1/+516
2012-01-13Initial version of glib-compile-resourcesAlexander Larsson2-1/+705
2012-01-13Initial version of GResourceAlexander Larsson6-0/+991
2012-01-13Merge remote-tracking branch 'gvdb/master'Alexander Larsson2-39/+117
2012-01-11GIO: add lots of annotations for Vala bindingsEvan Nemerson26-49/+65
2012-01-11Bug 666700 — Add some missing (allow-none) annotationsPhilip Withnall2-3/+3
2012-01-09Add G_FILE_ATTRIBUTE_FILESYSTEM_USED to get exact used spaceMatthias Clasen3-0/+31
2012-01-09Make glocalfile.c more readableMatthias Clasen1-9/+9
2012-01-09Use g_queue_free_full() convenience function.Ravi Sankar Guntur1-9/+3
2012-01-06gio/gsocks5proxy: typo fixNguyễn Thái Ngọc Duy1-1/+1
2012-01-05Remove some cruft from an older version of the codeDan Winship2-4/+0
2012-01-05gdesktopappinfo: Fix gtk-doc to mention Keywords not X-GNOME-KeywordsMichael Terry1-1/+1
2012-01-05gio/*: Use g_slist_free_full() convenience functionJavier Jardón2-4/+2
2012-01-04gdesktopappinfo: Avoid crash by NULL-ing data.pid_envvar before launchMichael Terry1-0/+4
2012-01-04GSocket: fix a couple of return valuesClaudio Saavedra1-2/+2
2012-01-04GSocket: add some more g_return_if_fail()sClaudio Saavedra1-0/+10
2012-01-03gio/*: Use g_list_free_full() convenience functionJavier Jardón11-62/+30
2012-01-03gio/gdbus-2.0/codegen/codegen.py: Use g_list_free_full()Javier Jardón1-8/+4
2012-01-02gio/tests: Use g_list_free_full() convenience functionJavier Jardón6-28/+14
2012-01-02Add test for GDBusConnection singleton access racing with destructionSimon McVittie1-0/+128
2012-01-02GDBusConnection: use GWeakRef to make the singletons thread-safeSimon McVittie1-24/+16
2012-01-01nextstep gsettings backend: whitespace policeWilliam Hua1-81/+37
2012-01-01thread-safe nextstep gsettings backendWilliam Hua1-17/+32
2012-01-01GSettings: nextstep settings backendWilliam Hua4-0/+516
2012-01-01ginetaddressmask: plug leakXan Lopez1-0/+11
2011-12-27various tests: do not provoke SIGTRAP with -m no-undefinedSimon McVittie3-65/+112
2011-12-24Don't leak references to the menusMatthias Clasen1-0/+3
2011-12-24Add a test for ids on submenu and section elementsMatthias Clasen1-0/+41
2011-12-24Menu markup: Support ids on submenu and section elementsMatthias Clasen1-7/+47
2011-12-22Add GSocketClient::event, for tracking socket client statusDan Winship5-11/+251
2011-12-22Add g_socket_connection_connect(), etcDan Winship4-89/+218
2011-12-22GSettingsBackend: allow floating refs from read()Ryan Lortie1-0/+3
2011-12-21menu: documentation fixesCosimo Cecchi1-3/+3
2011-12-20GSimpleAction: fix some whitespace failRyan Lortie1-10/+10
2011-12-20GSimpleAction: tweak property flagsRyan Lortie1-6/+4
2011-12-20GAction: back out changes to property flagsRyan Lortie1-8/+4
2011-12-20Add references to the dbus interface docs on the wikiMatthias Clasen3-191/+9
2011-12-19gnetworkmonitornetlink.c: Fix a gsize->gssizeDan Winship1-1/+1
2011-12-19gitignoreRyan Lortie1-2/+4
2011-12-19Drop public menu APIs from GApplicationRyan Lortie4-79/+21
2011-12-19Drop the GApplication menu testRyan Lortie2-91/+0
2011-12-19gsettings-tool: allow specifying custom schema dirsGiovanni Campagna2-87/+133
2011-12-19gdesktopappinfo: Use "Keywords" instead of "X-GNOME-Keywords"Florian Müllner1-1/+1
2011-12-17GApplication: receiving end of GRemoteActionGroupRyan Lortie3-8/+100
2011-12-17action group exporter: kill GApplication hackeryRyan Lortie1-25/+13
2011-12-17introduce GRemoteActionGroupRyan Lortie11-148/+286
2011-12-16GApplication: send platform data for actions againRyan Lortie3-9/+39
2011-12-16GDBusActionGroup: add _full variants of activationRyan Lortie3-13/+91