summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GDateTime: Support parsing ISO 8601 strings.wip/rancell/iso8601-2Robert Ancell2017-08-164-1/+652
* GDateTime: Reject days outside of month limitsRobert Ancell2017-08-162-1/+68
* Updated Lithuanian translationAurimas Černius2017-08-151-473/+691
* meson: Always define _GNU_SOURCE for pthread checksNirbheek Chauhan2017-08-141-1/+7
* W32: Support XDG_* environment variablesРуслан Ижбулатов2017-08-141-65/+125
* Update Galician translationFran Dieguez2017-08-121-68/+7
* gsequence: Add introspection annotations to Return valuesPhilip Withnall2017-08-101-19/+19
* meson: Update the pthread feature checksEmmanuele Bassi2017-08-101-7/+14
* meson: Define _GNU_SOURCE as a project argumentEmmanuele Bassi2017-08-101-0/+2
* Update Galician translationFran Dieguez2017-08-101-842/+1139
* Update Indonesian translationKukuh Syafaat2017-08-081-350/+530
* GSList: Note that using ->next directly is OKDaniel Boles2017-08-071-0/+2
* GList: Fix typo of member ->prev in documentationDaniel Boles2017-08-071-1/+1
* 2.53.52.53.5Matthias Clasen2017-08-073-2/+28
* gdbus: Check signature of NameAcquired, NameLostSimon McVittie2017-08-071-0/+7
* GBusNameOwnerFlags: Add DO_NOT_QUEUE flagSimon McVittie2017-08-071-1/+4
* GBusNameOwnerFlags: Note equivalence with D-Bus SpecificationSimon McVittie2017-08-071-0/+2
* gio: Fix crash in open URI portal when no callback is providedPhilip Withnall2017-08-071-10/+14
* glib-genmarshal: wrap prototypes in G_{BEGIN,END}_DECLS.Mihai Moldovan2017-08-071-1/+3
* Updated Slovenian translationMatej Urbančič2017-08-071-1196/+2479
* Updated Spanish translationDaniel Mustieles2017-08-051-332/+535
* docs: Fix typo in GDBusInterfaceSkeleton documentationPhilip Withnall2017-08-041-1/+1
* meson: don't error out if xmllint is not foundTim-Philipp Müller2017-08-031-1/+1
* tests: Fix gschema-compile test for translatable string changesPhilip Withnall2017-08-031-23/+23
* glib-compile-schemas: Use double quotes rather than single quotesPhilip Withnall2017-08-031-23/+23
* gspawn: Don’t mention removed gdk_spawn functionsDaniel Boles2017-08-031-8/+8
* gtest: Handle -s as explicit SKIP instead of inhibiting altogetherDaniel Macks2017-08-031-22/+25
* Use "-module" when compiling loadable modulesDaniel Macks2017-08-031-2/+2
* build: Loosen --enable-compile-warnings checkPhilip Withnall2017-08-031-1/+1
* gslice: Fix inline delarations in GSlicePhilip Withnall2017-08-031-4/+9
* glib-compile-schemas: Improve some translatable stringsPhilip Withnall2017-08-031-38/+52
* glib-compile-schemas: Fix typo in newly translatable stringDaniel Boles2017-08-031-1/+1
* glib-compile-schemas: Mark missing strings for translationJiro Matsuzawa2017-08-031-43/+43
* gstrfuncs: Expand documentation for errno functionsPhilip Withnall2017-08-032-1/+23
* Consistently save errno immediately after the operation setting itPhilip Withnall2017-08-0344-165/+336
* gunixmounts: Add missing const qualifier for mtab pathOndrej Holy2017-08-031-10/+10
* gunixmounts: Prevent "mounts-changed" race if /etc/mtab is usedOndrej Holy2017-08-031-1/+9
* glib/gpoll W32: trust WFMOE() return valueРуслан Ижбулатов2017-08-011-9/+10
* glib/gpoll W32: faster GPollFD lookupРуслан Ижбулатов2017-08-011-22/+21
* glib/gpoll W32: pass along GPollFD ptr for msgРуслан Ижбулатов2017-08-011-16/+14
* glib/gpoll W32: fold f->revents = 0 into for() loopРуслан Ижбулатов2017-08-011-23/+23
* glib/gpoll W32: use WFSOE() instead of SleepEx()Руслан Ижбулатов2017-08-011-4/+5
* glib/gpoll: Remove if conditionalAlistair Francis2017-08-011-3/+2
* gio: add a simple gpoll performance test for W32Руслан Ижбулатов2017-08-012-0/+628
* glib-mkenums: fix parsing of flags annotationAlberts Muktupāvels2017-08-011-0/+5
* Revert "glib-mkenums: fix parsing of /*< flags >*/ annotation"Emmanuele Bassi2017-08-011-5/+5
* glib-mkenums: Python2: use locale encoding when redirecting stdoutChristoph Reiter2017-07-261-1/+9
* gdatetime: Silence -Wmaybe-uninitializedDebarshi Ray2017-07-261-1/+1
* Use the glib preset for i18n in MesonPiotr Drąg2017-07-251-125/+1
* GApplication: Use a WARNING if dbus_unregister is called by destructorDebarshi Ray2017-07-241-5/+17