summaryrefslogtreecommitdiffstats
path: root/tests/test-painter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace TRUE/FALSE with boolean values true/falser14.1.4r14.1.xMichele Calgaro2025-04-021-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cf5326589a1c4d0b795ed0e91c837ab7dcc9f783)
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-131-4/+4
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6a57fe022a5669d12195eda34c08d7b8870ca0c1)
* Fix drawing glitch when line width < 1pxTimothy Pearson2012-11-221-0/+16
|
* A few widgets are now working somewhatTimothy Pearson2012-10-291-0/+90
|
* Fix pixel imperfection, image drawing, and clipping problemsTimothy Pearson2012-10-151-1/+27
| | | | Update test suite
* Implement framework for raster operationsTimothy Pearson2012-09-171-0/+9
|
* Add preliminary font layout supportTimothy Pearson2012-09-171-2/+12
| | | | Add image painting support
* Add intermediate surfaceTimothy Pearson2012-09-171-0/+15
| | | | Enable clip regions
* Add transformation supportTimothy Pearson2012-09-171-0/+34
|
* Add initial Pango font supportTimothy Pearson2012-09-171-22/+84
|
* Add more primitives to Cairo drawing backendTimothy Pearson2012-09-161-1/+60
|
* Activate lines and polylinesTimothy Pearson2012-09-161-19/+45
|
* Rectangle drawing via Cairo now functionsTimothy Pearson2012-09-151-9/+41
|
* Add initial interface code skeleton for later developmentTimothy Pearson2012-09-151-0/+27