aboutsummaryrefslogtreecommitdiff
path: root/src/platform/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Remove String on Linux.Yuqian Yang13 days1-1/+0
|
* Use std::from_chars.Yuqian Yang13 days1-8/+6
|
* Remove String stage 1.Yuqian Yang13 days17-118/+96
|
* Exception remove string.Yuqian Yang13 days16-69/+69
|
* Fix window not updated.Yuqian Yang2025-10-111-0/+5
|
* Add more logging and fix init black window.Yuqian Yang2025-10-111-0/+2
|
* Fix TextSinglePoint and ime demo.Yuqian Yang2025-10-051-2/+9
|
* Fix pango TextRangeRect.Yuqian Yang2025-09-281-17/+21
|
* Pango use ink extent.Yuqian Yang2025-09-271-6/+6
|
* Fix pango scale.Yuqian Yang2025-09-271-9/+27
|
* Fix pango font rendering.Yuqian Yang2025-09-273-2/+6
|
* Fix svg parsing bug caused by evaluation order.Yuqian Yang2025-09-151-51/+80
|
* Use std::string in logger.Yuqian Yang2025-09-071-1/+1
|
* Remove some usage of my format.Yuqian Yang2025-09-071-0/+2
|
* Rename CRU_LOG_* to CRU_LOG_TAG_*.Yuqian Yang2025-08-181-1/+1
|
* Rename ToCFStringRef to ToCFString.Yuqian Yang2025-08-183-3/+3
|
* Fix compiling error of name conflict.Yuqian Yang2025-08-161-1/+1
|
* Move Core Foundation string out of cru String. Still error.Yuqian Yang2025-08-163-7/+10
|
* Remove some files of OSX. Symbol Point is conflict and needs to beYuqian Yang2025-06-153-23/+7
| | | | fixed.
* Rename common to base.crupest2024-10-0615-20/+20
|
* Get rid of GSL.crupest2024-02-081-2/+2
|
* Re-think about ToString.crupest2023-10-141-3/+3
| | | | | | | 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.
* ...crupest2023-10-124-3/+41
|
* Make svg geometry builder a mixin. Record a lot of notes for geometry.crupest2023-10-125-131/+135
|
* SvgGeometryBuilder done!crupest2023-10-121-0/+120
|
* Make compile work again.crupest2023-10-121-3/+5
|
* ...crupest2023-10-121-0/+6
|
* ...crupest2023-10-127-2/+71
|
* ...crupest2023-10-092-1/+39
|
* ...crupest2023-10-094-5/+42
|
* ...crupest2023-10-081-0/+32
|
* ...crupest2023-10-084-1/+27
|
* ...crupest2023-10-072-0/+1
|
* ...crupest2023-10-071-1/+4
|
* Try to unify meson projects. So deps will be well organized.crupest2023-10-071-3/+3
|
* Start migrating cairo for emsripten.crupest2023-10-071-12/+19
|
* ...crupest2023-10-061-1/+0
|
* Init web canvas.crupest2023-10-063-0/+19
|
* Start to work on emscripten.crupest2022-09-294-5/+5
|
* ...crupest2022-06-091-18/+34
|
* ...crupest2022-06-091-13/+16
|
* ...crupest2022-06-091-4/+9
|
* ...crupest2022-06-091-3/+0
|
* ...crupest2022-06-091-7/+21
|
* ...crupest2022-06-091-4/+4
|
* ...crupest2022-06-092-4/+13
|
* ...crupest2022-06-092-1/+7
|
* ...crupest2022-06-092-4/+172
|
* ...crupest2022-06-091-1/+10
|
* ...crupest2022-06-092-0/+28
|