summaryrefslogtreecommitdiffstats
path: root/src/kernel/tqeventloop_x11.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename 'guiThread' and related functions to 'coreThread'.Michele Calgaro2025-07-271-8/+8
| | | | | | | A TTY TQApplication is GUI-less, so the usage of the term 'GUI' is misleading. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix handling of socket notifier events in gmainloop functions.Michele Calgaro2025-06-161-2/+6
| | | | | | This resolves issue #231. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Improve X11 'ProcessEvents()' with some code from the equivalent glib versionMichele Calgaro2025-06-131-10/+17
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Explicitly add 'ExcludeTimers' to 'ProcessEvent' enumMichele Calgaro2025-06-111-6/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*Michele Calgaro2024-10-221-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename private q* headers into equivalent tq*Michele Calgaro2024-09-131-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename environment class nt* related files to equivalent tq*Michele Calgaro2024-07-281-0/+425
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>