summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a GPollFD sourcewip/source-apiRyan Lortie2011-09-142-0/+166
* GTimeoutSource: simplifyRyan Lortie2011-09-141-40/+11
* GSource: make 'prepare' and 'check' optionalRyan Lortie2011-09-142-26/+43
* GSource: new API g_source_set_ready_time()Ryan Lortie2011-09-144-1/+71
* GSource: initialise ->priv on constructRyan Lortie2011-09-141-25/+14
* GApplication: don't create a mainloopRyan Lortie2011-09-141-39/+6
* GApplication test: fix testcase to avoid fork()Ryan Lortie2011-09-144-134/+111
* mainloop: detect fork() and abortRyan Lortie2011-09-141-11/+28
* GApplication: add chain-up checksRyan Lortie2011-09-141-4/+22
* GApplication: introduce ::shutdownBrian Koning2011-09-142-1/+26
* Updated Russian translationYuri Myasoedov2011-09-141-647/+577
* gdbus-codegen: Fix segfault when remote property is invalidatedTomas Bzatek2011-09-141-1/+1
* Updated Brazilian Portuguese translation.Og B. Maciel2011-09-141-93/+99
* Fix the description for g_app_info_get_icon()Richard Hughes2011-09-131-1/+2
* Updated Tamil TranslationsI Felix2011-09-131-9/+8
* Updated Tamil TranslationsI Felix2011-09-131-374/+535
* Merge remote-tracking branch 'gvdb/master'Ryan Lortie2011-09-122-2/+2
|\
| * hashing: always use signed charsRyan Lortie2011-09-122-2/+2
* | GDesktopAppInfo: Improve docsMatthias Clasen2011-09-121-14/+18
* | Fix formatting in a doc commentMatthias Clasen2011-09-121-1/+1
* | Expand mimeapps testMatthias Clasen2011-09-122-94/+267
* | Also check api resultsMatthias Clasen2011-09-111-0/+52
* | Revert "Fix default setting generation in g_desktop_app_info_set_as_last_used"Matthias Clasen2011-09-111-14/+3
* | Adapt tests to string changesMatthias Clasen2011-09-111-3/+3
* | GType tutorial: clarify class struct initialisationRyan Lortie2011-09-111-4/+5
* | CosmeticsMatthias Clasen2011-09-111-15/+18
* | Updated Spanish translationJorge González2011-09-111-1/+1
* | GKeyFile: Unify error messsages a bitMatthias Clasen2011-09-101-12/+14
* | glib-compile-schemas: Pedantic string fixesMatthias Clasen2011-09-101-2/+2
* | Updated Hungarian translationGabor Kelemen2011-09-101-86/+87
* | Fix default setting generation in g_desktop_app_info_set_as_last_usedJosselin Mouette2011-09-101-3/+14
* | Add some tests for mimeapps.list handlingMatthias Clasen2011-09-092-0/+219
* | Avoid some compiler warningsMatthias Clasen2011-09-091-0/+3
* | Nix inaccurately named g_main_context_init_pipe()Ryan Lortie2011-09-091-9/+3
* | gmain: get rid of poll_waitingRyan Lortie2011-09-091-34/+10
* | Add macros for GSourceFunc return valuesEmmanuele Bassi2011-09-092-0/+24
* | Keep up with the standardsMatthias Clasen2011-09-091-2/+4
* | GRegex: fix thread-unsafe initialiser codeRyan Lortie2011-09-091-3/+3
* | Clean up l10n threading stuffRyan Lortie2011-09-095-29/+8
* | glib-private: #include <glib.h>Ryan Lortie2011-09-091-6/+1
* | Drop long-removed atomic thread init from headerRyan Lortie2011-09-091-1/+0
* | Remove now-useless glibprivate.hRyan Lortie2011-09-092-7/+0
* | glib worker: move to glib-private frameworkRyan Lortie2011-09-094-17/+21
* | gwakeup.h: add missing header for GPollFDRyan Lortie2011-09-091-0/+2
* | Add glib__private__() API to share between glib,gio; port GWakeup to itColin Walters2011-09-096-9/+104
* | GMainLoop: remove wall clock time cacheRyan Lortie2011-09-091-32/+5
* | gtester: Remove SIGCHLD race workaroundsRyan Lortie2011-09-091-23/+0
* | Modify child and signal sources to use workerRyan Lortie2011-09-091-219/+151
* | GMain: simplify logic for g_wakeup_acknowledge()Ryan Lortie2011-09-091-4/+3
* | GMainLoop: remove single-threaded caseRyan Lortie2011-09-093-166/+43