aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/GraphicsBase.h
Commit message (Collapse)AuthorAgeFilesLines
* HALF WORK!geo-arcYuqian Yang7 days1-0/+10
|
* Fix windows dynamic lib build.Yuqian Yang2025-09-081-2/+2
|
* Fix static lib build on win.Yuqian Yang2025-09-081-1/+1
|
* Move ImplementFormatterByToUtf8String.Yuqian Yang2025-09-071-15/+3
|
* Fix some compile error on macOS.Yuqian Yang2025-09-071-3/+31
|
* Remove some usage of my format.Yuqian Yang2025-09-071-3/+4
|
* Rename common to base.crupest2024-10-061-3/+3
|
* Fix typo: Infinate -> Infinitecrupest2023-10-181-5/+1
| | | | Actually I'm testing nvim-gitsigns...
* Re-think about ToString.crupest2023-10-141-11/+12
| | | | | | | ToString for a class should lies in the same namespace of the class. Argument-dependent name lookup will help make Format work. The problem is it will hide ToString at parent namespace. But if you call ToString explicitly, it's you duty to use the ToString in correct namespace.
* SvgGeometryBuilder done!crupest2023-10-121-12/+11
|
* ...crupest2022-03-121-2/+5
|
* ...crupest2022-03-021-1/+3
|
* ...crupest2022-02-081-0/+287