summaryrefslogtreecommitdiffstats
path: root/client/deKoratorclient.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement optional images for inactive states.Daniel Würl2025-04-051-0/+3
| | | | | Signed-off-by: Daniel Würl <trinity@dwrl.de> (cherry picked from commit 04e8bbd8b043741500017bcd61cfee8a72be89b6)
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-04-021-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c1251983b0ca1554af65bc518a787e14b1f383db)
* Move logic for loading border images into it's own method. The method checks ↵Daniel Würl2025-03-261-0/+1
| | | | | | | for new and old filenames on each image, and can be extended in the future to handle images for inactive frames as well. Signed-off-by: Daniel Würl <trinity@dwrl.de> (cherry picked from commit 80d3473b44407c23f062eee61c24fb27f6c3950e)
* Changed names of side frame parts from top / bottom to upper / lower to ↵Daniel Würl2025-03-171-6/+6
| | | | | | | enhance code readability. Signed-off-by: Daniel Würl <trinity@dwrl.de> (cherry picked from commit b6dee27cb60e6a5884085356682a7c1eacd93074)
* Renamed variables used for mask bitmaps to remove historical typo and ↵Daniel Würl2025-03-171-1/+1
| | | | | | | clarify their purpose. Signed-off-by: Daniel Würl <trinity@dwrl.de> (cherry picked from commit 73e9a06f2fb1558fb3e0348c2b6d4002d6fa4533)
* Add support for top border above the title bar and for bottom border on ↵Daniel Würl2025-03-171-16/+22
| | | | | | | shaded windows. Adjust resizing handles to consider the new images. Signed-off-by: Daniel Würl <trinity@dwrl.de> (cherry picked from commit 215d11de367f7573c28485789403014ca496b263)
* Add pseudotransparency for DeKorator themes with transparent pixmapsrjb3302024-11-141-1/+7
| | | | | Signed-off-by: rjb330 <122177540+rjb330@users.noreply.github.com> (cherry picked from commit ae5e4d76b139f8bf5d235ab7ed8f4857f20ea512)
* Replace Q_OBJECT with TQ_OBJECTr14.1.1Michele Calgaro2023-07-251-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ae3a79b23710ff34cc799dbdb8aafd57706683b2)
* Conversion KDE3→TDEMavridis Philippe2021-06-261-5/+5
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Conversion Qt3→TQtMavridis Philippe2021-06-261-50/+50
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Initial commit - imported KDE3 versionMavridis Philippe2021-06-261-0/+322
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>