summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* new compiler add filewip/new-parserRyan Lortie2013-11-051-0/+1237
* schema parsing and markup fixesRyan Lortie2013-11-057-135/+269
* add GMarkupReaderRyan Lortie2013-10-303-0/+651
* GApplication: fix bogus testcaseRyan Lortie2013-10-293-29/+2
* Tests: It is useless to unset "DBUS_SESSION_BUS_ADDRESS" manuallyXavier Claessens2013-10-291-4/+0
* GTestDBus: Make sure only DBUS_SESSION_BUS_ADDRESS is set by defaultXavier Claessens2013-10-291-1/+4
* Tests: add session_bus_run() and use it where possibleXavier Claessens2013-10-297-38/+17
* tests/gdbus-introspection: Add a less trivial test case for _IGNORE_QUALIFIEDColin Walters2013-10-291-13/+12
* GMarkup: clear attributes on ignorned tagsRyan Lortie2013-10-291-2/+3
* gtk-notification-backend: remove unused variableLars Uebernickel2013-10-291-17/+1
* gio: Clear error properly to prevent crashRoss Lagerwall2013-10-291-1/+1
* GCancellable: drop lock for callback during connect()Ryan Lortie2013-10-291-1/+9
* gio/gsubprocess.c: Use g_snprintf()Chun-wei Fan2013-10-291-1/+1
* gobject/gvaluetransform.c: Cleanup #ifndef _MSC_VERChun-wei Fan2013-10-291-3/+0
* GSettingsSchemaSource: fix parameter name in headerRyan Lortie2013-10-282-11/+10
* exporter: give error on Describe of missing actionRyan Lortie2013-10-281-1/+1
* exporter: give error on Describe of missing actionRyan Lortie2013-10-281-0/+8
* GSimpleAction: don't allow changing state typeRyan Lortie2013-10-281-2/+16
* glib-compile-schemas: ignore qualified tags/attrsRyan Lortie2013-10-281-1/+2
* GDBus: ignore qualified XML tags and attributesRyan Lortie2013-10-281-1/+1
* tests: add a ignore-qualified markup-collect caseRyan Lortie2013-10-281-1/+4
* GMarkup: add G_MARKUP_IGNORE_QUALIFIEDRyan Lortie2013-10-282-6/+37
* GMarkup: share some common code for closing tagsRyan Lortie2013-10-283-65/+50
* test: g_debug messages shouldn't affect g_assert_expected_messagesStef Walter2013-10-282-3/+23
* GSettings: fix for loop in 'extends' functionalityRyan Lortie2013-10-281-2/+2
* gsettings(1): stop using deprecated APIsRyan Lortie2013-10-281-64/+41
* gsettings(1): use global variablesRyan Lortie2013-10-281-97/+77
* GSettingsSchemaKey: add introspection APIsRyan Lortie2013-10-286-112/+208
* bump versionRyan Lortie2013-10-281-1/+1
* GSettings: add getters for user/default valueRyan Lortie2013-10-283-0/+109
* GSettings: small internal refactorRyan Lortie2013-10-281-8/+13
* GSettingsBackend: add read_user_value() APIRyan Lortie2013-10-284-1/+82
* gio: Remove an unused variable from Makefile.amPhilip Withnall2013-10-281-1/+1
* docs: Mention that generated code should not be keptEmmanuele Bassi2013-10-281-0/+5
* gdbus-codegen maintains ABI for type structuresEmmanuele Bassi2013-10-281-1/+2
* gdbus-codegen: Take into consideration MAX_ALLOWED for private dataEmmanuele Bassi2013-10-283-4/+32
* g_settings_schema_list: some fixesRyan Lortie2013-10-281-8/+8
* Fix handling of icons in GNotificationMatthias Clasen2013-10-281-1/+1
* Add a request_certificate virtual method to GTlsInteractionStef Walter2013-10-286-101/+867
* GKeyFileSettingsBackend: ignore file deletionsMatthew Barnes2013-10-271-1/+3
* Add test for extended schemasChristian Persch2013-10-272-0/+32
* GSettings: properly support 'extends'Ryan Lortie2013-10-271-56/+96
* gio: Fix typo in documentationRoss Lagerwall2013-10-271-1/+1
* Add g_settings_schema_source_list_schemas()Ryan Lortie2013-10-274-80/+103
* gsubprocess: Add documentation about default input directionsColin Walters2013-10-271-1/+5
* gsubprocess: Fall back to plain F_DUPFD+fcntl for OS X <= Snow LionColin Walters2013-10-271-3/+29
* Add a testcase for summary/descriptionRyan Lortie2013-10-272-0/+56
* Add g_settings_schema_key_get_summary/descriptionRyan Lortie2013-10-273-0/+364
* Make GSettingsSchemaKey publicRyan Lortie2013-10-274-2/+97
* GSettingsSchema: store a backref to the sourceRyan Lortie2013-10-271-0/+3