summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.15.5GLIB_2_15_5Matthias Clasen2008-02-1195-12494/+12980
* UpdatesMatthias Clasen2008-02-112-1/+43
* Add g_mount_mount_flags_get_typeMatthias Clasen2008-02-112-0/+5
* Make the g_test_add macro work with gcc 4.3Matthias Clasen2008-02-113-6/+17
* Fix a typoMatthias Clasen2008-02-112-1/+5
* Correctly handle NULL GAttributeMatcher meaning matches nothing. (FixesAlexander Larsson2008-02-112-2/+11
* Added GMountMountFlags enum and added a flags argument to all mount calls.Alexander Larsson2008-02-117-4/+46
* Added new standard::description attribute. Requested by Vincent, andAlexander Larsson2008-02-112-0/+21
* Minor docs cleanupAlexander Larsson2008-02-112-3/+11
* AdditionsMatthias Clasen2008-02-114-0/+159
* Add more docsMatthias Clasen2008-02-113-0/+18
* Documentation additionsMatthias Clasen2008-02-1113-47/+284
* Check for getmntent_rMatthias Clasen2008-02-102-1/+5
* Consistently use getmntent_r() and fall back to getmntent(). (#515492)Matthias Clasen2008-02-102-6/+52
* Fix a mismergeMatthias Clasen2008-02-101-1/+0
* Improve the documentation for the G_MODULE_EXPORT macro. (#514470)Philip Withnall2008-02-102-2/+9
* /bin/ksh can't handle a for-loop with no arguments, so add a "." for whenMatthias Clasen2008-02-1013-38/+65
* Doc improvementMatthias Clasen2008-02-102-2/+8
* Updated Basque translation.Inaki Larranaga Murgoitio2008-02-082-523/+412
* Add g_volume_should_automount. Docs needed.Alexander Larsson2008-02-085-1/+38
* Updated Catalan translationGil Forcada Codinachs2008-02-072-635/+655
* Unfortunately the mingw implementations of C99-style snprintf andTor Lillqvist2008-02-072-0/+21
* fixed build order to build gobject after gmodule gthread so gobject tests12:58:54 Tim Janik2008-02-072-1/+6
* Fixed typo spotted by Xan.Tim Janik2008-02-071-1/+1
* live-g-file won't build on Windows, too Unix-specific.Tor Lillqvist2008-02-072-1/+10
* Updated Korean translation.Changwoo Ryu2008-02-072-393/+404
* add for(;;); after the g_log call so that GCC stops issuing false warningsRyan Lortie2008-02-072-4/+20
* Update to PCRE 7.6Matthias Clasen2008-02-071-0/+4
* Skip g_bit_*(). Inline functions may end up with a local plt if theBehdad Esfahbod2008-02-062-1/+6
* Skip g_bit_*(). Inline functions may end up with a local plt if theBehdad Esfahbod2008-02-062-1/+11
* Fixed some minor typos in documentation.Murray Cumming2008-02-067-6/+19
* Save errno before calling other funcs that potentially alter it. BugChristian Persch2008-02-068-112/+232
* New GIO testing module working over real dataTomas Bzatek2008-02-064-2/+1197
* Fallback to rename() if link() is not available (when no support on targetTomas Bzatek2008-02-062-6/+16
* replace "icon && G_IS_ICON (icon)" by simply "G_IS_ICON (icon)".Michael Natterer2008-02-062-1/+6
* Documentation update of error codesTomas Bzatek2008-02-062-2/+6
* Update to use both mimeapps.list and defaults.list as discussed on xdgAlexander Larsson2008-02-062-46/+151
* Fix some typos in the documentation.Benjamin Otte2008-02-063-3/+9
* Don't succeed with trash if newly created trash dir has the wrong owner.Alexander Larsson2008-02-062-4/+30
* Updated Arabic Translation by Khaled Hosny. Djihed Afifi2008-02-062-57/+36
* make GParamGType require the set type during construction instead of usingBenjamin Otte2008-02-062-2/+11
* Updated Thai translation.Theppitak Karoonboonyanan2008-02-062-39/+52
* forgotten fileMatthias Clasen2008-02-061-1/+1
* added recursive mutex to protect class initialization, default interface18:52:07 Tim Janik2008-02-052-47/+86
* generate gobject/tests/Makefile.18:42:42 Tim Janik2008-02-052-0/+5
* integrate tests/.18:41:22 Tim Janik2008-02-054-0/+195
* Don't spew warnings when destination is not a GLocalFile.Alexander Larsson2008-02-052-2/+8
* Include the gio import library in the developer zipfile.Tor Lillqvist2008-02-042-1/+3
* Include gio-2.0.pc in the developer zipfile.Tor Lillqvist2008-02-042-0/+5
* modify the new_sized() constructor to take a gsize param instead of guintJonathon Jongsma2008-02-043-2/+8