aboutsummaryrefslogtreecommitdiff
path: root/src/platform
Commit message (Collapse)AuthorAgeFilesLines
* xcb window title.Yuqian Yang2025-09-112-0/+22
|
* xcb window style flag.Yuqian Yang2025-09-112-7/+64
|
* xcb window reparent.Yuqian Yang2025-09-105-5/+33
|
* xcb window painter.Yuqian Yang2025-09-103-20/+76
|
* xcb window visibility event.Yuqian Yang2025-09-101-0/+22
|
* xcb window resize event.Yuqian Yang2025-09-101-0/+19
|
* xcb window create destroy event.Yuqian Yang2025-09-101-8/+21
|
* update ConvertModifiers.Yuqian Yang2025-09-091-21/+2
|
* xcb window focus event.Yuqian Yang2025-09-091-4/+25
|
* Implement xcb keyboard.Yuqian Yang2025-09-092-13/+190
|
* Implement mouse button events.Yuqian Yang2025-09-093-23/+84
|
* Develop some xcb window.Yuqian Yang2025-09-092-7/+199
|
* Init xcb window.Yuqian Yang2025-09-092-1/+19
|
* Implement more on XcbUiApplication.Yuqian Yang2025-09-091-4/+30
|
* Implement timers on XcbUiApplication.Yuqian Yang2025-09-091-0/+18
|
* Fix windows dynamic lib build.Yuqian Yang2025-09-081-1/+6
|
* Fix some compile errors on Windows.Yuqian Yang2025-09-081-4/+3
|
* Fix some compile error on macOS.Yuqian Yang2025-09-072-6/+8
|
* Use std::string in logger.Yuqian Yang2025-09-078-30/+30
|
* Remove some usage of my format.Yuqian Yang2025-09-073-22/+43
|
* Override Run and AddOnQuitHandler.Yuqian Yang2025-09-031-1/+16
|
* Init XcbUiApplication.Yuqian Yang2025-09-031-5/+8
|
* Bootstrap xcb.Yuqian Yang2025-09-034-0/+30
|
* Rename CRU_LOG_* to CRU_LOG_TAG_*.Yuqian Yang2025-08-188-30/+30
|
* Rename ToCFStringRef to ToCFString.Yuqian Yang2025-08-187-16/+16
|
* 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-167-37/+46
|
* Remove some files of OSX. Symbol Point is conflict and needs to beYuqian Yang2025-06-1510-66/+35
| | | | fixed.
* Rename common to base.crupest2024-10-0631-40/+40
|
* feat: fix linux build, complete PosixSpawnSubProcess.crupest2024-06-251-0/+2
| | | | NEED TEST: BufferStream, AutoReadStream, SubProcess.
* Get rid of GSL.crupest2024-02-086-17/+12
|
* Fix input method bugs on macos.crupest2023-10-182-16/+24
| | | | | | There are a lot of problems about input methods and we will definitely spend more on this. And the bug made me awkward on today's interview when showing the demo.
* Re-think about ToString.crupest2023-10-142-7/+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-123-0/+51
|
* ...crupest2023-10-1210-14/+85
|
* ...crupest2023-10-092-1/+39
|
* ...crupest2023-10-096-5/+54
|
* ...crupest2023-10-081-0/+32
|
* ...crupest2023-10-085-1/+30
|
* ...crupest2023-10-072-0/+1
|
* Drop cairo for web.crupest2023-10-071-1/+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-072-12/+20
|
* ...crupest2023-10-062-1/+1
|
* Init web canvas.crupest2023-10-066-0/+28
|