summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove global lock in g_object_weak_ref/unrefwip/threadsafe-qdataAlexander Larsson2012-09-021-37/+109
* Add new api to symbol lists and docsMatthias Clasen2012-09-024-0/+13
* Add a threaded test for g_object_replace_dataMatthias Clasen2012-09-022-0/+94
* Add some tests for new object data apiMatthias Clasen2012-09-021-0/+121
* Add an atomic compare-and-exchange operation for object dataMatthias Clasen2012-09-022-1/+204
* Add compare-and exchange for data listsMatthias Clasen2012-09-022-26/+214
* Updated Latvian translationRūdolfs Mazurs2012-09-021-1186/+1281
* Updated Lithuanian translationAurimas Černius2012-09-021-421/+388
* Fix gtk-doc for g_app_info_get_supported_typesPaolo Borelli2012-09-021-1/+1
* gdbus-codegen: avoid error when wrong interface is provided to --annotateAleksander Morgado2012-09-011-0/+1
* Fix shell testsMatthias Clasen2012-09-011-1/+2
* Updated Norwegian bokmål translationKjartan Maraas2012-09-011-317/+326
* Updated Vietnamese translationNguyễn Thái Ngọc Duy2012-09-011-3/+3
* po/vi: import from Damned LiesNguyễn Thái Ngọc Duy2012-09-011-328/+302
* Updated Galician translationsFran Diéguez2012-08-311-328/+337
* Bump max time in test_method_calls_on_proxy() testMartin Pitt2012-08-311-1/+1
* Updated Greek translationTom Tryfonidis2012-08-311-929/+1017
* Updated Polish translationPiotr Drąg2012-08-301-316/+323
* Add ability to get symbolic icon for content typeWilliam Jon McCann2012-08-305-47/+110
* Add symbolic icon support to gfileinfoWilliam Jon McCann2012-08-306-21/+154
* Add symbolic icon support to drive, volume, and mountWilliam Jon McCann2012-08-3013-30/+217
* gdbus-tool: Check return value of strrchr()Rui Matos2012-08-301-0/+6
* Update gspawn-win*helper* Visual C++ projectsChun-wei Fan2012-08-304-16/+16
* gshell: Fix parsing of comments in command lines.Dominique Leuenberger2012-08-292-0/+20
* appinfo: fix annotations for g_app_info_launch and g_app_info_launch_urisCosimo Cecchi2012-08-291-2/+2
* Switch all open() calls to use g_open()Colin Walters2012-08-289-16/+17
* xdgmime: Handle EINTR in open()Colin Walters2012-08-281-1/+4
* gio: don't quote quark names for G_DEFINE_QUARKCosimo Cecchi2012-08-284-4/+4
* glib: don't quote quark names for G_DEFINE_QUARKCosimo Cecchi2012-08-2814-16/+16
* gquark: clarify G_DEFINE_QUARK docs about the use of quotesCosimo Cecchi2012-08-281-2/+4
* Add missing includesMatthias Clasen2012-08-285-0/+5
* Use G_DEFINE_QUARK for quarks in GIOMatthias Clasen2012-08-284-23/+5
* Fix a typo in a doc commentMatthias Clasen2012-08-281-1/+1
* Use G_DEFINE_QUARK for GLib's own quarksMatthias Clasen2012-08-2814-98/+17
* Add a G_DEFINE_QUARK macroMatthias Clasen2012-08-283-0/+26
* Put quarks in their own source fileMatthias Clasen2012-08-283-298/+349
* gsettings-tool: make list-recursively really recurseDaiki Ueno2012-08-281-8/+3
* GFile: Cosmetic doc changesMatthias Clasen2012-08-281-2442/+2589
* Fix the GDBusProxy async testMatthias Clasen2012-08-281-2/+0
* Make async permission tests workMatthias Clasen2012-08-281-2/+14
* Fix the gdbus-proxy async testMike Gorse2012-08-281-6/+41
* gstdio: Harden g_open() against EINTRColin Walters2012-08-271-1/+6
* gvariant: Add tests for exact SHA256 checksumsColin Walters2012-08-271-0/+74
* GVariantType: gut g_variant_type_check()Ryan Lortie2012-08-271-5/+2
* Implemented FUEL entries to Assamese translationNilamdyuti Goswami2012-08-271-130/+130
* 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