summaryrefslogtreecommitdiffstats
path: root/src/kernel/qeventloop_x11_glib.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to update...Michele Calgaro2018-09-181-10/+10
* QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin ...Michele Calgaro2018-09-181-10/+10
* Fix a number of threading data racesTimothy Pearson2013-05-141-0/+4
* Use glib thread initialization functions when glib main loop is in useTimothy Pearson2013-05-011-43/+42
* Fix a number of threading problems and crashesTimothy Pearson2013-04-221-5/+10
* Fix GTK threading deadlockTimothy Pearson2013-02-121-10/+22
* Fix X11 fd polling initialization in glib main loopTimothy Pearson2012-12-091-52/+64
* Fix glib event loop threadingTimothy Pearson2012-12-071-40/+41
* Add level method to recursive mutexTimothy Pearson2012-12-071-34/+40
* 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
* Add glib main loop support patchesTimothy Pearson2012-11-261-0/+618