summaryrefslogtreecommitdiffstats
path: root/src/kernel
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | This breaks the style ABI
* 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
| | | | This breaks the style ABI
* Move hover widget code into the Qt core instead of the stylesTimothy Pearson2012-10-162-17/+55
| | | | This more closely matches other widget toolkits such as GTK
* 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 ↵Timothy Pearson2012-09-131-1/+5
| | | | method
* 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 ↵Timothy Pearson2012-08-081-54/+0
| | | | from functioning properly
* 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
| | | | Thanks to Bruce Sass for the patch!
* Add 0084 compositing patch from RedHatTimothy Pearson2012-06-131-12/+20
|
* Fix Qt input method failureTimothy Pearson2012-06-132-7/+7
| | | | This resolves Bug 1019
* 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 ↵Timothy Pearson2012-03-101-1/+2
| | | | multiple calls to XLib threading init function
* Fix TQPainter::drawWinFocusRectTimothy Pearson2012-03-053-5/+15
| | | | This patch brings the behaviour on external paint devices in line with the documentation at http://trinitydesktop.org/docs/qt3/qpainter.html#drawWinFocusRect
* Undo prior accidental commitTimothy Pearson2012-03-0279-754/+754
|
* Rename additional global TQt functionsTimothy Pearson2012-03-0179-754/+754
|
* Export QAuBucket symbolsTimothy Pearson2012-02-211-1/+1
|
* Fix a few more build warningsTimothy Pearson2012-02-125-16/+19
|
* Add NFlags parameter to QWidget constructorTimothy Pearson2012-02-072-4/+4
| | | | This relies on GIT hash 0eb9f5e2 and breaks the ABI versus Qt 3.3.8
* Add NetWM/Motif controls to QWidgetTimothy Pearson2012-01-265-18/+185
| | | | This must break binary compatibility, so version was also bumped to 3.4.0
* Export QAuServer for tdebindingsTimothy Pearson2012-01-251-1/+1
|
* Initialize X11 threading when Qt threading is enabledTimothy Pearson2012-01-231-0/+6
| | | | This closes Bug 812
* Enable gcc visibility support in Qt3Timothy Pearson2012-01-083-29/+13
| | | | This partially closes Bug 696
* Fix Qt3 builds with libpng15Timothy Pearson2012-01-081-3/+111
| | | | This partially closes Bug 683
* Fix qimage header warningsTimothy Pearson2011-12-211-2/+2
|
* Fix accidental conversion of dockwinTimothy Pearson2011-11-082-2/+2
|
* Rename kwin to twin (part 1 of 2)Timothy Pearson2011-11-073-6/+6
|
* Apply qtkdeintegration patches to Qt3v3.5.13Timothy Pearson2011-10-064-0/+314
| | | | This partially resolves Bug #528
* Fix Qt3 libjpeg silent crash if compiled library version does not match the ↵Timothy Pearson2011-09-271-3/+3
| | | | | | shared library version present on the local system Thanks to "Fat-Zer" for the patch!
* Fix Qt3 compilation against new libpng versionsTimothy Pearson2011-09-121-0/+14
|
* Add new emitResizedSignal method to QDesktopWidgetTimothy Pearson2011-08-231-0/+2
|
* Increase size of internal shared double buffer to accommodate larger screens ↵Timothy Pearson2011-08-191-0/+16
| | | | more typical of modern (year 2011) systems
* Revert delayed init commit as it won't work the way I intendedTimothy Pearson2011-08-102-103/+0
|
* Add new delayed initialization constructor to QApplicationTimothy Pearson2011-08-102-0/+103
|