summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gio stuffwip/freeDan Winship2012-09-0315-83/+84
* redo interface pspec cleanup with set_qdata_fullDan Winship2012-08-303-31/+34
* add g_type_set_qdata_fullDan Winship2012-08-302-18/+61
* get gobject working, except for dynamic typesDan Winship2012-08-3012-179/+215
* alternate version, freeing mutexes and stuff tooDan Winship2012-08-2819-5/+113
* Add G_DEBUG=cleanupDan Winship2012-08-2849-50/+1019
* glib/tests: fix leaksDan Winship2012-08-2719-494/+596
* gtestutils: add g_test_add_data_func_full()Dan Winship2012-08-274-0/+37
* gmain: remove unix signal watch if its GSourceFunc returns FALSEDan Winship2012-08-271-2/+3
* gmain: don't leak child sources that are destroyed before their parentsDan Winship2012-08-271-22/+22
* gmain: free source_lists when freeing GMainContextDan Winship2012-08-271-0/+8
* Update .gitignoresDan Winship2012-08-262-0/+3
* docs: Ensure CLEANFILES is set before we use +=Colin Walters2012-08-253-0/+3
* Don't crash if set_app_info is called before adding metadataWilliam Jon McCann2012-08-241-0/+3
* [l10n] Update Japanese translationOKANO Takayoshi2012-08-231-494/+680
* update Punjabi TranslationA S Alam2012-08-231-637/+764
* Updated Polish translationPiotr Drąg2012-08-221-454/+585
* Fix regression when TMPDIR/TMP are unsetColin Walters2012-08-221-1/+1
* Updated Norwegian bokmål translationKjartan Maraas2012-08-221-109/+116
* Updated Vietnamese translationNguyễn Thái Ngọc Duy2012-08-221-53/+37
* po/vi: imported from Damned LiesNguyễn Thái Ngọc Duy2012-08-221-409/+543
* Updated Portuguese translationDuarte Loreto2012-08-221-545/+715
* *bump*Ryan Lortie2012-08-211-1/+1
* win32: fix tests/sources.cDieter Verfaillie2012-08-211-44/+34
* Revert "gtlscertificate: Add certificate-bytes and private-key-bytes props"Stef Walter2012-08-213-58/+11
* gdbus: Fix double free and use after free of object pathStef Walter2012-08-211-1/+1
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2012-08-212-84/+78
* mount-op: use gint64 instead of guint64 for time_left and bytes_leftCosimo Cecchi2012-08-212-6/+7
* Updated Indonesian translationAndika Triwidada2012-08-211-44/+46
* NEWS, versions, etc.2.33.10Ryan Lortie2012-08-202-1/+59
* Revert the GMarkup attribute collect changesRyan Lortie2012-08-206-289/+165
* gmarkup test: fix use of message expect APIRyan Lortie2012-08-201-1/+1
* tests/protocol: update the messages to reflect G_LOG_DOMAIN being set nowDan Winship2012-08-201-5/+5
* g_test_expect_message: add some g_return_if_failRyan Lortie2012-08-201-0/+4
* GMenuModel: add test for the new GMenuItem APILars Uebernickel2012-08-201-0/+68
* GMenuItem: add constructor to copy from modelRyan Lortie2012-08-204-0/+93
* GMenuItem: add getter APIsRyan Lortie2012-08-204-0/+137
* GMenuModel: remove a type safety bugRyan Lortie2012-08-201-3/+13
* GVariant: add g_variant_check_format_string()Ryan Lortie2012-08-205-1/+163
* Updated Lithuanian translationAurimas Černius2012-08-201-847/+847
* glib/tests: use g_test_expect_message()Dan Winship2012-08-206-137/+159
* gtestutils: add g_text_expect_message()Dan Winship2012-08-205-171/+397
* g_logv: only expand the message onceDan Winship2012-08-201-36/+24
* glib/tests/testing, logging: don't use g_test_undefined()Dan Winship2012-08-202-55/+31
* win32: add pipe-io-cancel-testMarc-André Lureau2012-08-201-0/+56
* win32: add pipe-io-concurrentMarc-André Lureau2012-08-201-0/+98
* win32: add pipe-io-overlap-testMarc-André Lureau2012-08-201-0/+92
* win32: make gio stream cancellableMarc-André Lureau2012-08-201-4/+25
* win32: handle ERROR_MORE_DATAMarc-André Lureau2012-08-201-2/+11
* win32: use overlapped events for streamsMarc-André Lureau2012-08-204-27/+123