summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-26glib 2.30.02.30.0Ryan Lortie2-2/+61
2011-09-26Update Esperanto translationTiffany Antopolski1-636/+757
2011-09-26GDesktopAppInfo: simplify how defaults workRyan Lortie1-39/+27
2011-09-26g_simple_async_result_complete_in_idle: add a minor doc clarificationDan Winship1-1/+2
2011-09-26[l10n]Updated Catalan (Valencian) translationCarles Ferrando1-141/+141
2011-09-25Update Czech translationPetr Kovar1-130/+130
2011-09-25[l10n]Updated Catalan translationGil Forcada1-134/+133
2011-09-24Updated Danish translationKenneth Nielsen1-135/+136
2011-09-24Updated Lithuanian translationAurimas Černius1-587/+547
2011-09-23Updated Basque languageInaki Larranaga Murgoitio1-149/+140
2011-09-23gio-2.0.pc.in: drop stray reference to libasyncnsDan Winship1-1/+1
2011-09-23Updated Oriya TranslationManoj Kumar Giri1-114/+126
2011-09-23Bug 659794: Define S_ISREG when it is not availableChun-wei Fan1-0/+8
2011-09-23Revert "gmappedfile.c: Define S_IFREG on Win32 when it's not available"Chun-wei Fan1-4/+0
2011-09-23gmappedfile.c: Define S_IFREG on Win32 when it's not availableChun-wei Fan1-0/+4
2011-09-22Fix annotations for source/target in g_object_bind_property_*Emmanuele Bassi1-6/+6
2011-09-22Updated Oriya TranslationManoj Kumar Giri1-121/+156
2011-09-22Update Assamese translationNilamdyuti Goswami1-523/+503
2011-09-21gunixmounts: exempt entries with "none" mountpointRyan Lortie1-2/+4
2011-09-21gunixmounts: Fix compilation on BSDAntoine Jacoutot1-0/+1
2011-09-21GDBusObject{Proxy,Skeleton}: Prefix properties with g- to avoid collisionsDavid Zeuthen5-27/+27
2011-09-21gdbus-codegen: prepend arg_ to method/signal arg namesXavier Claessens1-18/+18
2011-09-21gdbus-codegen: Clarify how naming and Ugly_Case handling worksDavid Zeuthen1-45/+47
2011-09-21gdbus-codegen: Update man page to reflect how --annotate actually worksDavid Zeuthen1-18/+14
2011-09-21gdbus-codegen: Fix build errors in generated codeXavier Claessens1-12/+12
2011-09-20Updated Slovenian translationMatej Urbančič1-16/+14
2011-09-20Updated Slovenian translationMatej Urbančič1-863/+813
2011-09-20timeval: add introspection annotations to g_time_val_from_iso8601()Cosimo Cecchi1-1/+1
2011-09-20Updated Gujarati TranslationsSweta Kothari1-187/+164
2011-09-19GDBusObjectManagerServer: Add test for export_uniquely() methodDavid Zeuthen1-0/+27
2011-09-19GDBusObjectManagerServer: Use correct object path in export_uniquely() methodMatthew Barnes1-12/+12
2011-09-19Don't close stream twice when splicingPhilip Withnall1-35/+53
2011-09-19Updated Serbian translationМирослав Николић2-228/+231
2011-09-18[l10n] Updated German translationMario Blättermann1-117/+114
2011-09-18Updated Bulgarian translationAlexander Shopov1-114/+105
2011-09-18glib 2.29.922.29.92Ryan Lortie2-1/+38
2011-09-18GSettingsBackend: emit changes to correct threadRyan Lortie1-5/+1
2011-09-17Remove redundant checksMatthias Clasen1-14/+11
2011-09-17GMappedFile: return an error when trying to map a deviceMatthias Clasen3-7/+12
2011-09-17GMappedFile: fail when mapping a device fileRyan Lortie2-1/+18
2011-09-17Update Simplified Chinese translation.Aron Xu1-110/+105
2011-09-17Updated Japanese translationJiro Matsuzawa1-97/+98
2011-09-16gdbus-codegen: Support Ugly_Case for given C namespaceDavid Zeuthen4-315/+325
2011-09-16gdbus-codegen: Single letter namespaces get dropped from symbol namesDavid Zeuthen1-1/+1
2011-09-16_g_dbus_worker_new: hold a ref until we have done the initial readSimon McVittie1-2/+2
2011-09-16GDBusWorker: as a precaution, access 'stopped' boolean atomicallySimon McVittie1-6/+7
2011-09-16Regression test for closing a stream, slowly, while a message is queuedSimon McVittie2-0/+401
2011-09-16GDBusWorker: annotate more functions with lock/pending stateSimon McVittie1-11/+60
2011-09-16GDBusConnection: delegate to the worker to close the streamSimon McVittie3-76/+240
2011-09-16GDBusWorker: combine num_writes_pending with flush_pendingSimon McVittie1-11/+25