platform/upstream/glib.git
2010-04-23 Dan Winshipgio/tests/socket-client, socket-server: fix for win32
2010-04-23 David ZeuthenMake sure G_TYPE_ERROR shows up in the docs
2010-04-23 Javier Jardón[gsettings] Change AM_GSETTINGS macro to GLIB_GSETTINGS
2010-04-23 Emmanuele BassiAdd G_GNUC_DEPRECATED_FOR macro
2010-04-23 Matthias Clasenbump version
2010-04-23 Matthias Clasen2.25.2 2.25.2
2010-04-23 Matthias ClasenFix up distcheck
2010-04-23 Matthias ClasenFix up g_variant_compare addition
2010-04-23 Matthias ClasenMore updates
2010-04-23 Matthias ClasenAdd a boxed type for GError
2010-04-23 Matthias ClasenDocument --dry-run option of gschema-compile
2010-04-22 Behdad EsfahbodBug 615379 - g_new macros crash if sizeof(struct_type...
2010-04-22 Matthias ClasenFix !srcdir build
2010-04-22 Matthias ClasenUpdates
2010-04-22 Carles FerrandoUpdated Catalan (Valencian) translation
2010-04-22 Dan WinshipGUnixSocketAddress: handle abstract sockets with non...
2010-04-22 Fran DiéguezUpdated Galician translations
2010-04-22 Shankar PrasadUpdated Kannada translations
2010-04-22 Matthias ClasenRename gsettings-tool to gsettings
2010-04-22 Javier Jardón[gsettings] Add g_return_*_if_fail() guards in GSetting...
2010-04-22 Javier Jardón[gsettings] Add g_return_*_if_fail() guards
2010-04-22 Matthias ClasenAdd a test for g_settings_get_child
2010-04-21 Matthias ClasenBe more careful about memory management
2010-04-21 Matthias ClasenPedantic terminology fix
2010-04-21 Colin WaltersFix typo in GMutex error message
2010-04-21 Matthias ClasenHandle NULL string properties in bindings
2010-04-21 Dan Winshipgio.symbols: add two missing G_GNUC_CONSTs
2010-04-21 Jorge GonzálezUpdated Spanish translation
2010-04-21 Matthias ClasenAdd a note about requiring a new enough GConf
2010-04-21 Matthias ClasenHandle non-readable/-writable properties when binding
2010-04-21 Matthias ClasenTest binding non-readable/writable properties
2010-04-21 Matthias ClasenRename gsettingsschemaupdatecache to the more sane...
2010-04-21 Bastien NoceraUpdate GSettings porting guide for new m4 macro
2010-04-21 Bastien NoceraAdd GSettings m4 macros helper
2010-04-21 Matthias ClasenNuke the gsettingsschemadir pc variable
2010-04-21 Bastien NoceraFix gschema-compile tests for --schema-files changes
2010-04-21 Matthias ClasenAdd tests for --allow-any-name
2010-04-21 Bastien NoceraAllow passing multiple schemas to gschema-compile
2010-04-21 Bastien NoceraAdd mention of GConfBridge in conversion docs
2010-04-21 Matthias ClasenRemove leftover test data
2010-04-21 Matthias ClasenAdd an --allow-any-name option
2010-04-21 Matthias ClasenAdd some more schema compiler tests
2010-04-21 Matthias ClasenFix type mapping for float in gsettings-schema-convert
2010-04-21 Matthias ClasenSimplify gschema-compile test suite
2010-04-21 Matthias ClasenAdd gettext-domain when required, and allow to specify...
2010-04-21 Matthias ClasenAdd documentation and translation for gsettings-tool
2010-04-21 Matthias ClasenAdd a minimal commandline utility to poke GSettings
2010-04-21 Javier Jardón[gio] Use G_DEFINE_INTERFACE macro
2010-04-21 Tor LillqvistTweak the generation of the file list in gio.vcproj
2010-04-21 Ryan Lortieremove empty initialisers { } for MSVC's sake
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan Lortie__value -> value to avoid stomping the C compiler
2010-04-20 Matthias ClasenRefer to the right directory
2010-04-20 Christian PerschFix gsettings mapping for uint64
2010-04-20 Matthias ClasenFlesh out the porting guide some more
2010-04-20 Matthias ClasenDocument g_settings_bind_writable
2010-04-20 Richard HughesDon't crash gsettings-schema-convert for GConf schemas...
2010-04-20 Ryan Lortiegschema-compile: output to srcdir by default
2010-04-20 Ryan LortieGSettings: bind to writablity of a key
2010-04-20 Richard HughesFix up the gtk-doc comment for the GSettings::changed...
2010-04-20 Ryan LortieAdd g_variant_compare() for like basic types
2010-04-20 Ryan Lortiegschema-compile: return quickly on parse error
2010-04-20 Javier Jardón[docs] Fix G_VALUE_COLLECT_INIT documentation
2010-04-19 Matthias ClasenBump version
2010-04-19 Matthias Clasen2.25.1
2010-04-19 Matthias ClasenDon't forget to install and distribute gsettings-schema...
2010-04-19 Matthias ClasenDon't forget to install and distribute gsettings-schema...
2010-04-19 Matthias ClasenBump version
2010-04-19 Matthias Clasen2.25.0 2.25.0
2010-04-19 Matthias ClasenReset interface age to 0
2010-04-19 Christian PerschUse g_set_error_literal where appropriate
2010-04-19 Matthias ClasenInstall a dtd in /usr/share/glib-2.0/schemas/gschema.dtd
2010-04-19 Matthias ClasenRemove misnamed files
2010-04-19 Matthias ClasenSome tests for gschema-compile
2010-04-19 Javier JardónLittle fix in gio/test/Makefile.am
2010-04-19 Matthias ClasenAnother shadowed variable fix
2010-04-19 Matthias ClasenDon't segfault when <default> is missing
2010-04-19 David ZeuthenBug 615111 – GAsyncInitable's default implementation...
2010-04-19 Ryan LortieDon't write out zero-byte sections in builder
2010-04-19 Ryan LortieWhitespace fixups
2010-04-19 Ryan LortieFix logic error for missing options in reader
2010-04-19 Matthias ClasenHandle int64 and double types correctly
2010-04-19 Matthias ClasenFix up some typos in the new tests
2010-04-19 Ryan LortieDon't write out zero-byte sections in builder
2010-04-19 Ryan LortieWhitespace fixups
2010-04-19 Ryan LortieFix logic error for missing options in reader
2010-04-19 Christian PerschAdd testcase for g_settings_bind with [u]int64 properties
2010-04-19 Matthias ClasenAdd gsettings-related variables
2010-04-19 Christian PerschRename shadowed variables
2010-04-19 Matthias ClasenCall setlocale initially
2010-04-19 Tor LillqvistBypass l10n tests for now on Windows
2010-04-19 Matthias ClasenAdd a bit about autofoo for schemas
2010-04-19 Tor LillqvistAvoid non-portable <glob.h> API
2010-04-19 Matthias ClasenAdd a schema convertion script
2010-04-19 Tor LillqvistPortability improvements
2010-04-19 Tor LillqvistAdd GWin32InputStream and GWin32OutputStream classes
2010-04-19 Matthias Clasen Silence a warning
2010-04-18 Matthias ClasenFix up docs for backend setup functions
2010-04-18 Matthias ClasenRefer to gio-querymodules in the extension point docs
2010-04-18 Matthias ClasenAdd a man page for gio-querymodules
next