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>
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-04-021-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* Changed names of side frame parts from top / bottom to upper / lower to ↵Daniel Würl2025-03-131-6/+6
| | | | | | enhance code readability. Signed-off-by: Daniel Würl <trinity@dwrl.de>
* Renamed variables used for mask bitmaps to remove historical typo and ↵Daniel Würl2025-03-101-1/+1
| | | | | | clarify their purpose. Signed-off-by: Daniel Würl <trinity@dwrl.de>
* Add support for top border above the title bar and for bottom border on ↵Daniel Würl2025-03-041-16/+22
| | | | | | shaded windows. Adjust resizing handles to consider the new images. Signed-off-by: Daniel Würl <trinity@dwrl.de>
* Add pseudotransparency for DeKorator themes with transparent pixmapsrjb3302024-11-141-1/+7
| | | | Signed-off-by: rjb330 <122177540+rjb330@users.noreply.github.com>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-201-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>