platform/upstream/glib.git
2011-11-21 Simon McVittieGDBusWorker: rename some functions
2011-11-21 Simon McVittieGDBusWorker: distinguish between 3 sorts of output...
2011-11-21 Ryan LortieDrop last uses of @returns:
2011-11-21 Ryan LortieMissed a couple of @returns
2011-11-21 Ryan LortieGVariant: drop use of @returns
2011-11-21 Matthias Clasengbitlock: Drop @returns syntax from doc comments
2011-11-21 Matthias ClasenGBuffer: Drop @returns syntax from doc comments
2011-11-21 Matthias ClasenGSocketClient: Drop @returns syntax from doc comments
2011-11-21 Matthias ClasenGSimplePermission: Drop @returns syntax in doc comments
2011-11-21 Matthias ClasenGPermission: Drop @returns syntax from doc comments
2011-11-21 Matthias ClasenImprove test coverage
2011-11-21 Matthias ClasenImprove mainloop test coverage slightly
2011-11-21 Matthias ClasenImprove test coverage
2011-11-21 Matthias ClasenFix a case conversion bug
2011-11-21 Matthias ClasenImprove test coverage
2011-11-21 Matthias ClasenAdd a test for g_unichar_isdefined
2011-11-21 Chun-wei Fangio/Makefile.am
2011-11-21 Chun-wei FanUpdate GLib Visual C++ projects
2011-11-21 Fran DiéguezUpdated Galician translations
2011-11-20 Matthias ClasenGFile: Add some introspection annotations
2011-11-20 Josselin MouetteDocument that g_list_sort is a stable sort.
2011-11-20 Jorge GonzálezUpdated Spanish translation
2011-11-19 Matthias ClasenGApplication: unregister bus name
2011-11-19 Matthias ClasenTrivial doc typo fix
2011-11-19 Kjartan MaraasUpdated Norwegian bokmål translation
2011-11-19 Dan WinshipGTlsCertificate: support unencrypted PKCS#8 private...
2011-11-18 Nicolas Dufresne[gio] Terminate connect call when application proxy...
2011-11-18 Giovanni CampagnaGMain: allow NULL context to g_source_attach
2011-11-18 Giovanni CampagnaGPollable*Stream: expose source methods to introspection
2011-11-18 Murray Cumminggsignal.h: Remove trailing comma
2011-11-18 Ryan LortieWe need <locale.h> in gsettingsschema.c now
2011-11-18 Nicolas DufresneClear proxy address upon retry
2011-11-18 Sjoerd SimonsSilence compiler warnings
2011-11-18 Jürg BilleterGKeyFile: Accept empty files
2011-11-18 Simon McVittieDocument exactly what g_time_val_to_iso8601() produces
2011-11-18 Alexandre Rostovtsev_g_dbus_get_machine_id(): check /etc/machine-id too
2011-11-17 Rico TzschichholzRemove redefinition of typedef 'GSettingsSchemaSource'
2011-11-17 Ryan Lortiestart on the NEWS
2011-11-17 Ryan Lortieg_settings_new_full(): more docs
2011-11-17 Ryan Lortieadd plugin example for GSettingsSchemaSource
2011-11-17 Ryan LortieAdd gtk-doc for gsettingsschema{,source}
2011-11-17 Matthias Clasen'make dist' fixes
2011-11-17 Matthias Clasensettings-source test: Check returned error as well
2011-11-17 Matthias ClasenTrivial typo fix
2011-11-17 Jasper St.... gsettings: add annotations for _new_full()
2011-11-17 Jasper St.... schema source: avoid introspection confusion
2011-11-17 Jasper St.... gsettingsschema: Use the trusted parameter
2011-11-17 Ryan LortieAdd test case and fix some bugs
2011-11-17 Ryan LortieAdd g_settings_schema_source_new_from_directory()
2011-11-17 Ryan LortieClarify docs/params for 'schema' vs 'schema id'
2011-11-17 Ryan LortieAdd g_settings_new_full() taking GSettingsSchema
2011-11-17 Ryan LortieGSettings: add 'settings-schema' property
2011-11-17 Ryan Lortieadd boxed types for GSettingSchema{,Source}
2011-11-17 Ryan LortieDrop the 'schema_name' field of GSettings
2011-11-17 Ryan Lortiespeak of 'schema id' rather than 'schema name'
2011-11-17 Ryan LortieGSettings: deprecate 'schema' property
2011-11-17 Ryan Lortiedrop the now-trivial g_settings_schema_new
2011-11-17 Ryan Lortienew public header: gsettingsschema.h
2011-11-17 Ryan LortieAdd non-aborting g_settings_schema_source_lookup()
2011-11-17 Ryan LortieGSettingSchemaSource: add refcounting
2011-11-17 Ryan LortieGSettingsSchema: use our own linked lists
2011-11-17 Ryan LortieGSettingsSchema: alter our 'reverse' technology
2011-11-17 Ryan Lortiemove GSettingsSchemaKey to gsettingsschema.c
2011-11-17 Ryan LortieGSettingsSchemaKey: store the GSettingsSchema*
2011-11-17 Ryan Lortieg_settings_schema_key_init: take GSettingsSchema*
2011-11-17 Ryan Lortieadd internal g_settings_schema_get_name()
2011-11-17 Ryan Lortierename GSettingsKeyInfo to GSettingsSchemaKey
2011-11-17 Ryan LortieGSettingsKeyInfo: rename field 'key' to 'name'
2011-11-17 Ryan Lortieremove GSettings* from GSettingsKeyInfo
2011-11-17 Ryan Lortiestore some extra info in GSettingsKeyInfo
2011-11-17 Ryan LortieGSettingsKeyInfo: drop unused variable
2011-11-17 Ryan Lortierename gsettingsschema.h to -internal.h
2011-11-17 Ryan LortieunGObjectify GSettingsSchema
2011-11-17 Christian PerschFix the fix for G*_TO_POINTER casts on 32 bits
2011-11-17 Jorge GonzálezUpdated Spanish translation
2011-11-17 Daniel MustielesUpdated Spanish translation
2011-11-17 Matthias ClasenFix doc formatting
2011-11-17 Matthias ClasenDeal gracefully with NULL log domains
2011-11-16 Ryan Lortie[notify] remove some rather bogus 'inline' use
2011-11-16 Ryan Lortie[notify] add warning to gobjectnotifyqueue.c
2011-11-16 Ryan Lortie[notify] dispatch 'notify' directly if not frozen
2011-11-16 Ryan Lortie[notify] add 'conditional' to _notify_queue_freeze
2011-11-16 Ryan Lortie[notify] Remove GObjectNotifyContext indirection
2011-11-16 Ryan Lortie[notify] lift some logic out of _notify_queue_add
2011-11-16 Ryan Lortie[notify] remove an obviously false comment
2011-11-16 Ryan Lortie[notify] lift some code outside of critical region
2011-11-16 Ryan Lortie[notify] drop some unused code
2011-11-16 Ryan Lortie[notify] merge gobjectnotifyqueue.c into gobject.c
2011-11-16 Ryan Lortie[notify] remove some useless forward declarations
2011-11-16 Benjamin Ottelocalfileenumerator: Improve non-stat'ing code
2011-11-16 Benjamin Ottelocalfileinfo: Split out attributes that don't need...
2011-11-16 Benjamin Ottelocalfileenumerator: Take the type from the readdir...
2011-11-16 Benjamin Ottegio: Add tests for g_file_attribute_matcher_subtract()
2011-11-16 Benjamin Ottefileinfo: Add g_file_attribute_matcher_subtract()
2011-11-16 Benjamin Ottetests: Add tests for fileattributematchers
2011-11-16 Benjamin Ottefileinfo: Add g_file_attribute_matcher_to_string()
2011-11-16 Benjamin Ottefileinfo: Store namespace::* as 0th attribute
2011-11-16 Benjamin Ottefileinfo: Change the way attribute matchers are created
2011-11-16 Benjamin Ottefileinfo: Remove optimization for GFileAttributeMatcher
2011-11-16 Lucas De MarchiFix G*_TO_POINTER casts on 32 bits
next