summaryrefslogtreecommitdiffstats
path: root/src/kernel/qeventloop_x11_glib.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix a number of threading problems and crashesTimothy Pearson2013-04-221-5/+10
| | | | This partially resolves Bug 1467
* Fix GTK threading deadlockTimothy Pearson2013-02-121-10/+22
|
* Fix X11 fd polling initialization in glib main loopTimothy Pearson2012-12-091-52/+64
| | | | This resolves Bug 1358
* Fix glib event loop threadingTimothy Pearson2012-12-071-40/+41
|
* Add level method to recursive mutexTimothy Pearson2012-12-071-34/+40
| | | | | Enhance thread safety when making event calls Minor cleanup of whitespace in glib event loop
* Add real threading support, including per-thread event loops, to QThreadTimothy Pearson2012-12-061-302/+298
|
* Add ability to enable/disable glib event pass throughTimothy Pearson2012-11-291-53/+72
| | | | This resolves problems experienced with TDE GTK theme engines when Qt3 glib event loop integration is enabled
* Add glib main loop support patchesTimothy Pearson2012-11-261-0/+618