summaryrefslogtreecommitdiffstats
path: root/src/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix ARGB mode stippled focus rectangle showing underlying window contentsTimothy Pearson2013-05-032-6/+21
* Add ability to control cross thread signal slot handling methodTimothy Pearson2013-05-022-6/+31
* Fix corrupted titlebar icons in subwindows of ARGB applicationsTimothy Pearson2013-05-021-3/+37
* Use glib thread initialization functions when glib main loop is in useTimothy Pearson2013-05-013-48/+74
* Fix a number of threading problems and crashesTimothy Pearson2013-04-225-277/+422
* Fix fatal X11 errors when both external display and command arguments are pro...Timothy Pearson2013-04-161-11/+19
* Properly set WM_CLASS atom even if Display pointer was passed to TQApplicationTimothy Pearson2013-04-112-2/+8
* Add more information to help debuggingDarrell Anderson2013-03-031-1/+1
* Restore expected qApp->exit() behaviour when called from a non-GUI threadTimothy Pearson2013-02-241-1/+8
* Fix CLI application failure when glib event loop is usedTimothy Pearson2013-02-131-4/+4
* Fix GTK threading deadlockTimothy Pearson2013-02-122-10/+25
* Verify desktop widget screen number before applying size changesTimothy Pearson2013-01-121-7/+20
* Ensure that a valid DPI is always setTimothy Pearson2012-12-111-5/+10
* Fix X11 fd polling initialization in glib main loopTimothy Pearson2012-12-092-56/+70
* Fix glib event loop threadingTimothy Pearson2012-12-072-69/+70
* Add level method to recursive mutexTimothy Pearson2012-12-073-50/+59
* Maintain binary compatibility when switching between glib event loop and stan...Timothy Pearson2012-12-061-19/+18
* Add threading tutorial and fix a couple rare crashesTimothy Pearson2012-12-063-4/+13
* Add real threading support, including per-thread event loops, to QThreadTimothy Pearson2012-12-0614-437/+883
* Fix a number of build warnings that could lead to unstable operationTimothy Pearson2012-12-0112-19/+54
* Add ability to enable/disable glib event pass throughTimothy Pearson2012-11-295-55/+89
* Add glib main loop support patchesTimothy Pearson2012-11-266-4/+1385
* Add flush command to external painter command setTimothy Pearson2012-11-182-2/+17
* Increase style method call speedTimothy Pearson2012-11-144-81/+98
* Speed up application loadingTimothy Pearson2012-11-142-1/+6
* Add ability to set progressbar orientationTimothy Pearson2012-11-061-0/+6
* Add additional information to style info structsTimothy Pearson2012-11-041-0/+9
* Extend style information structures slightlyTimothy Pearson2012-11-031-0/+10
* Add parent toolbar information to style info structsTimothy Pearson2012-10-311-0/+6
* Add new style hints for enhanced third party style compatibilityTimothy Pearson2012-10-311-0/+8
* Add new style primatives for enhanced third party style compatibilityTimothy Pearson2012-10-303-0/+39
* Fix tdebindings FTBFSTimothy Pearson2012-10-201-0/+3
* Add tab corner widget information to style data structuresTimothy Pearson2012-10-171-7/+18
* Move hover widget code into the Qt core instead of the stylesTimothy Pearson2012-10-162-17/+55
* Add WAR_SetDefault and friendsTimothy Pearson2012-10-163-6/+44
* Fix focus rectangle drawing on external paint deviceTimothy Pearson2012-09-131-1/+1
* Fix focus rectangle fill when brush is set on call to focus rectangle paint m...Timothy Pearson2012-09-131-1/+5
* Fix dropped style optionsTimothy Pearson2012-08-271-7/+7
* Extend style API further and clean up example themesTimothy Pearson2012-08-092-12/+78
* Fix problems in prior style API changesTimothy Pearson2012-08-085-35/+249
* Remove deprecation attributes from style functions, as they prevent smoke fro...Timothy Pearson2012-08-081-54/+0
* Update usage of deprecated XKeycodeToKeysym functionTimothy Pearson2012-08-071-2/+2
* Trivial comment cleanupTimothy Pearson2012-08-071-4/+0
* Extend TQStyle API further and bump Qt version numberTimothy Pearson2012-08-072-33/+510
* Update style API to function without an active widget objectTimothy Pearson2012-08-053-54/+453
* Fix build warningsTimothy Pearson2012-07-287-48/+51
* Add 0084 compositing patch from RedHatTimothy Pearson2012-06-131-12/+20
* Fix Qt input method failureTimothy Pearson2012-06-132-7/+7
* Fix xrandr resize event failing on some systemsTimothy Pearson2012-05-241-20/+21
* Fix potential crash when Qt3 is used as part of another application due to mu...Timothy Pearson2012-03-101-1/+2