summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* printingwip/g-action-print-detailed-nameRyan Lortie2013-07-042-7/+101
* GDBusConnection: be more careful with async GetAllRyan Lortie2013-07-012-4/+47
* Revert two errant commits to GMutex, etc.Ryan Lortie2013-07-012-6/+1
* gspawn: Fix leak of internal pipe with G_SPAWN_LEAVE_DESCRIPTORS_OPENPaul Barbieri2013-07-011-0/+1
* Fix typo in documentationBastien Nocera2013-07-011-1/+1
* Finish the previous fix for GMutex, GRecMutex, GRWLock and GCondJeffrey Stedfast2013-06-302-0/+4
* Fixed g_mutex_clear() to fully undo g_mutex_init()Jeffrey Stedfast2013-06-301-1/+2
* Doc: small fixesSébastien Wilmet2013-06-304-5/+6
* Make G_STRFUNC consistent across platformsDan Winship2013-06-291-2/+2
* Improve various section headings in the docsMatthias Clasen2013-06-296-6/+6
* docs: minor formatting fixes to the gresource man pageMatthias Clasen2013-06-291-2/+2
* tests: add a test for the previous commitDan Winship2013-06-251-1/+50
* gmain: handle blocked source in g_source_add_child_source()Wim Taymans2013-06-251-14/+20
* version bumpRyan Lortie2013-06-241-1/+1
* GLib 2.37.32.37.3Ryan Lortie2013-06-241-0/+24
* small docs xml fixupRyan Lortie2013-06-241-0/+1
* Rename the generated private data getter functionEmmanuele Bassi2013-06-2479-101/+101
* gio: Missing G_ADD_PRIVATE in GFileInputStreamEmmanuele Bassi2013-06-241-4/+5
* docs: Clean up the GObject tutorial a bitEmmanuele Bassi2013-06-241-161/+142
* docs: Include newly added functions and macrosEmmanuele Bassi2013-06-241-0/+8
* gio: Use the new private instance data declarationEmmanuele Bassi2013-06-2476-713/+370
* gparam: Use the new private instance data APIEmmanuele Bassi2013-06-241-5/+10
* gobject: Add private field access macrosEmmanuele Bassi2013-06-241-0/+37
* Add G_PRIVATE_OFFSETEmmanuele Bassi2013-06-241-0/+17
* Allow registering instance private data during get_type()Emmanuele Bassi2013-06-245-0/+457
* Define GTESTER_REPORT for non-GLIB tooMatthias Clasen2013-06-231-0/+1
* docs: fix GTK-Doc buildDieter Verfaillie2013-06-231-1/+1
* GDBusMethodInvocation: add missing 'goto out'Ryan Lortie2013-06-221-0/+2
* GDBusMethodInvocation: add property return checksRyan Lortie2013-06-221-0/+59
* GDBusConnection: allow async property handlingRyan Lortie2013-06-224-15/+268
* GDBusMethodInvocation: add 'property_info'Ryan Lortie2013-06-224-19/+47
* GDBusConnection: some straight-up refactoringRyan Lortie2013-06-221-28/+58
* GDBusConnection: move 'Set' typecheck to workerRyan Lortie2013-06-221-15/+25
* GDBusConnection: remove an unused g_variant_get()Ryan Lortie2013-06-221-5/+0
* Makefile.am: move gtk-doc.make back to EXTRA_DISTRyan Lortie2013-06-221-2/+4
* Revert "g_file_set_contents(): don't fsync on ext3/4"Colin Walters2013-06-201-8/+1
* Updated Norwegian bokmål translationKjartan Maraas2013-06-201-150/+136
* Add MSVC Projects for Utility ProgramsChun-wei Fan2013-06-2014-0/+811
* Update Visual Studio ProjectsChun-wei Fan2013-06-2010-20/+20
* g_uri_unescape_string: Mention (allow-none)/%NULL in documentationArnel A. Borja2013-06-191-1/+2
* g_uri_escape_string: Add missing allow-none annotationArnel A. Borja2013-06-191-2/+2
* [l10n] Updated Italian translation.Milo Casagrande2013-06-191-150/+136
* gobject/tests: Add missing build dependencyColin Walters2013-06-171-1/+1
* Bump versionMatthias Clasen2013-06-171-1/+1
* 2.37.22.37.2Matthias Clasen2013-06-171-0/+44
* Try to make the testgdate test hobble along a little longerMatthias Clasen2013-06-171-21/+23
* Plug a small memory leakMatthias Clasen2013-06-161-0/+1
* tests/binding: Ensure that the binding goes awayEmmanuele Bassi2013-06-121-2/+15
* binding: Use hash table as a setEmmanuele Bassi2013-06-121-3/+4
* binding: Make unbind() release the reference on GBindingEmmanuele Bassi2013-06-122-37/+48