summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-261-1/+1
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-251-2/+2
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-241-5/+5
|
* Reset submodule main/applications/gtk3-tqt-engine/admin to latest HEADAutomated System2013-01-221-0/+0
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-221-2/+2
|
* Reset submodule main/applications/gtk3-tqt-engine/admin to latest HEADAutomated System2013-01-201-0/+0
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-191-4/+4
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-191-1/+1
|
* Fix checkbox drawingTimothy Pearson2013-01-142-7/+12
| | | | Draw frame backgrounds
* Fix checkbox drawingTimothy Pearson2012-12-011-3/+17
| | | | Fix tree view background drawing
* Set GTK event passthrough on startupTimothy Pearson2012-11-302-1/+49
| | | | Fix menu item text highlight color
* Reset submodule main/applications/gtk3-tqt-engine/cmake to latest HEADAutomated System2012-11-271-0/+0
|
* Reset submodule main/applications/gtk3-tqt-engine/admin to latest HEADAutomated System2012-11-271-0/+0
|
* Use currently active TDE icon themeTimothy Pearson2012-11-221-0/+33
|
* Fix drawing glitch when line width < 1pxTimothy Pearson2012-11-224-2/+102
|
* Use MIT SHM where possible to speed up drawingTimothy Pearson2012-11-213-1/+37
|
* Add commentTimothy Pearson2012-11-211-0/+3
|
* Increase drawing speedTimothy Pearson2012-11-213-196/+219
|
* Keep both the device and intermediate painter states in syncTimothy Pearson2012-11-212-2/+38
|
* Regenerate theme control file if new version of theme engine is installedTimothy Pearson2012-11-202-41/+42
| | | | Fix scrollbars
* Reset submodule main/applications/gtk3-tqt-engine/cmake to latest HEADAutomated System2012-11-201-0/+0
|
* Reset submodule main/applications/gtk3-tqt-engine/admin to latest HEADAutomated System2012-11-201-0/+0
|
* Code cleanupTimothy Pearson2012-11-191-98/+122
|
* Add GtkLevelBar supportTimothy Pearson2012-11-193-2/+72
|
* Add GtkSwitch supportTimothy Pearson2012-11-193-7/+64
| | | | Speed up drawing operations on newer GTK/Cairo versions
* Fix drawing problems on GTK 3.7Timothy Pearson2012-11-183-14/+118
|
* Fix rc installation directoryTimothy Pearson2012-11-171-1/+1
|
* Migrate to TDE build system and fix crashesTimothy Pearson2012-11-1213-671/+396
|
* Added common directoriesTimothy Pearson2012-11-113-0/+6
|
* Remove build directoryTimothy Pearson2012-11-114-283/+0
|
* Work around GTK crash on startupTimothy Pearson2012-11-112-133/+128
|
* Split user css information and main engine css control filesTimothy Pearson2012-11-116-7/+17
|
* Additional scrollbar fixesTimothy Pearson2012-11-111-13/+29
|
* Fix scrollbarsTimothy Pearson2012-11-112-34/+83
|
* Draw sliders with TQt3 methodsTimothy Pearson2012-11-104-30/+238
|
* Fix toolbar renderingTimothy Pearson2012-11-082-136/+416
|
* Fix mask transformsTimothy Pearson2012-11-055-415/+528
| | | | Use full TQt3 progress bar drawing code
* CleanupTimothy Pearson2012-11-042-79/+84
|
* Fix scrollbars and buttonsTimothy Pearson2012-11-033-45/+156
|
* All widgets are now (more or less) drawn with TQt3 style primitivesTimothy Pearson2012-11-012-94/+290
|
* Quite a few widgets now workTimothy Pearson2012-11-012-164/+561
|
* Finished tab widgets, group boxes, and add preliminary popup menu supportTimothy Pearson2012-10-304-237/+262
|
* Add tab prelighting supportTimothy Pearson2012-10-2911-4/+1788
|
* A few widgets are now working somewhatTimothy Pearson2012-10-2918-1124/+4332
|
* Fix pixel imperfection, image drawing, and clipping problemsTimothy Pearson2012-10-153-94/+223
| | | | Update test suite
* Implement remaining raster operationsTimothy Pearson2012-09-171-1/+85
|
* Implement framework for raster operationsTimothy Pearson2012-09-173-59/+131
|
* Add tab stop controlsTimothy Pearson2012-09-172-19/+57
|
* Add world matrix stackTimothy Pearson2012-09-172-6/+25
|
* Add preliminary font layout supportTimothy Pearson2012-09-173-30/+153
| | | | Add image painting support