Fix a typo
[platform/upstream/glib.git] / gio /
2010-07-05 Matthias ClasenFix a typo
2010-07-05 Matthias ClasenCleanups
2010-07-05 Matthias ClasenAdd some more tests
2010-07-05 Matthias ClasenAdd some GAppLaunchContext tests
2010-07-05 Matthias ClasenAdd the new tests to the correct variable
2010-07-05 Matthias ClasenAdd some contenttype tests
2010-07-05 Matthias ClasenAdd a test for skipping
2010-07-05 Matthias ClasenAdd some CharsetConverter tests
2010-07-05 Matthias ClasenAdd some more appinfo tests
2010-07-03 Matthias ClasenMove GZlibConverter tests
2010-07-03 Matthias ClasenAdd tests for GIcon
2010-07-02 David ZeuthenGDBus: Rename "Introspection XML" section to "D-Bus...
2010-07-02 Ryan LortieBug 623407 - g_keyfile_settings_backend_new crash
2010-07-02 Ryan LortieBug 623402 - schema compiler reports wrong line
2010-07-02 Ryan LortieBug 623401 - schema compiler: process enums first
2010-07-02 David ZeuthenGDBus: Hold lock when printing debug messages
2010-07-02 David ZeuthenGDBus: make G_DBUS_DEBUG=authentication work again
2010-07-01 Ryan LortieBug 622124 - implement flags for GSettings
2010-07-01 David ZeuthenBug 620913 – More control with G_DBUS_DEBUG
2010-07-01 David ZeuthenGDBus: Fix bug in child enumeration
2010-07-01 Ryan LortieUse "unix:" instead of tcp in test for now...
2010-06-30 David ZeuthenGDBus: plug some memory leaks
2010-06-30 Ryan LortieGSettings: accept <flags> as an alias for <enum>
2010-06-30 David ZeuthenGDBus: Take a reference to the GDBusInterfaceInfo object
2010-06-30 David ZeuthenGDBus: Rename `introspection_data' parameter to `interf...
2010-06-30 David ZeuthenBug 623142 – Ensure ::new-connection runs before proces...
2010-06-30 Ryan Lortieg_settings_list_keys() -> _list_items()
2010-06-30 Ryan LortieGSettings: add <override>, tests, modify output
2010-06-29 Ryan LortieGSettings: new <schema> tags 'extends', 'list-of'
2010-06-29 Ryan Lortieglib-compile-schemas: fix small leak
2010-06-29 David ZeuthenBug 623143 – Never require non-closed connections
2010-06-28 Ryan LortieBug 622565 - compile-schemas fails when no schemas
2010-06-28 Ryan LortieGSettings: peek instead of ref/unref enum class
2010-06-28 Ryan LortieBug 622127 - GSettings extended key validation
2010-06-27 Matthias ClasenFilter out child schema entries when listing keys
2010-06-27 Matthias ClasenImplement bash completion for gsettings
2010-06-27 Ryan LortieGSettings: Don't free value before using its type
2010-06-25 Ryan LortieBug 622128 - retry with default for failed mapping
2010-06-24 Ryan LortieTweak GSettings key/schema listing APIs
2010-06-24 Ryan LortieClarify GSettings documentation wrt errors
2010-06-24 Ryan Lortieg_keyfile_settings_backend_new doc improvement
2010-06-24 Ryan LortieGSettings: add g_settings_list_keys()
2010-06-24 Ryan LortieAdd g_settings_schema_exists
2010-06-24 Ryan LortieKeyfileSettingsBackend: fix symbol visibility leak
2010-06-24 Ryan LortieRework the GSettings keyfile backend
2010-06-24 Ryan LortieGSettingsBackend: some debug code
2010-06-24 Ryan Lortiefix leaks in the GSettings test case
2010-06-24 Ryan LortieGSettings "delayed": don't leak unapplied keys
2010-06-23 Ryan Lortieneutralise pltcheck.sh
2010-06-23 Matthias ClasenGIO doc cleanups
2010-06-22 David ZeuthenGDBusProxy: Don't warn when calling methods on other...
2010-06-22 Dan Winshipgio/tests/testapps: Fix source refcounting
2010-06-22 Dan WinshipGSocketConnection: don't close the socket if it's still...
2010-06-22 Dan WinshipGSocketInput/OutputStream: fix non-blocking on Windows
2010-06-22 David ZeuthenGDBus: update padding
2010-06-22 Matthias ClasenImprove g_application_new documentation
2010-06-22 Tor LillqvistFix build with the Microsoft compiler
2010-06-22 Tor LillqvistBypass a few functions not used on Windows when compili...
2010-06-21 David ZeuthenBug 621945 – Filter outgoing messages in GDBusConnection
2010-06-21 Ryan LortieUse -Bsymbolic-functions, drop g*alias PLT hackery
2010-06-21 Ryan Lortiedistcheck fix
2010-06-21 Ryan LortieRemove gsettings-schema-convert tool
2010-06-20 Christian PerschDocs fix
2010-06-19 Ryan LortieGSettings: complete support for enum binding
2010-06-19 Milan Bouchet-ValatFix gsettings tool crash, part 2
2010-06-19 Milan Bouchet-ValatFix gsettings tool crash
2010-06-19 Ryan LortieFix bug in strinfo
2010-06-18 Jürg BilleterGDBus: Sink closures in _with_closures functions
2010-06-18 Colin Walters[GApplication] Add working directory to platform data
2010-06-18 Tor LillqvistFix build on non-Unix
2010-06-17 Matthias ClasenFix distcheck
2010-06-17 David ZeuthenGDBusMessage: Fix bug when deserializing a message
2010-06-17 Ryan LortieMake g_settings_sync() a proper prototype.
2010-06-17 Matthias ClasenFix the build
2010-06-17 David ZeuthenGDBus: Complain via g_warning() if an invalid message...
2010-06-17 David ZeuthenGDBusMessage: Properly check error and bail if set
2010-06-17 Matthias ClasenDocumentation fixups
2010-06-17 Christian PerschFix GApplication for the G_TYPE_VARIANT change
2010-06-17 David ZeuthenCatch up with G_TYPE_VARIANT changes
2010-06-17 Matthias ClasenFix a typo
2010-06-17 Ryan LortieGSettings: remove "context" from backend too.
2010-06-17 Ryan LortieOnly run the schema compiler from the test cases
2010-06-17 Ryan LortieBug 621266 - GSettings "context" clarification
2010-06-17 Cosimo CecchiBug 621905 – Assume a ref when doing async work
2010-06-17 Ryan LortieGSettings-related distcheck fixups
2010-06-17 Ryan LortieMore GSettings doc fixups
2010-06-17 Ryan Lortie<alias> takes mandatory target='' arg
2010-06-17 Ryan LortieGSettings: Fix comment formatting, whitespace.
2010-06-17 Matthias ClasenAdd some schema examples
2010-06-17 Matthias ClasenTypo fix
2010-06-17 Matthias ClasenUpdate the dtd to match the schema parser
2010-06-17 Ryan LortieGSettings: enum/choices/aliases/range test cases
2010-06-16 Ryan Lortiemove GSettings(Backend) to giotypes.h
2010-06-16 Ryan LortieBug 621319 - more leaked GVariants in GSettings
2010-06-16 Ryan LortieGSettings: major refactor. Add enums, range.
2010-06-16 Christian PerschTypo fix
2010-06-16 Colin WaltersRework GApplication API to use GInitable
2010-06-16 Emmanuele BassiAdd gdbus-proxy-well-known-name to the ignore file
2010-06-16 Matthias ClasenProperly initialize GError
2010-06-16 Christian PerschSprinkle some $(AM_V_GEN) around to make the build...
next