aboutsummaryrefslogtreecommitdiff
path: root/src/platform/gui
Commit message (Expand)AuthorAgeFilesLines
* Enable bootstrap of xcb.Yuqian Yang5 days1-0/+8
* Impl xcb cursor manager.Yuqian Yang5 days3-4/+44
* Init XcbCursor.Yuqian Yang5 days1-0/+22
* CruPlatformGuiX11 -> CruPlatformGuiXcbYuqian Yang6 days2-2/+3
* Impl GetAllWindow CreateWindow GetGraphicsFactory GetApplicationMenu of XcbUi...Yuqian Yang6 days1-0/+17
* Impl SetToForeground RequestRepaint of xcb window.Yuqian Yang6 days1-0/+14
* SetCursor and GetInputMethodContext stub impl.Yuqian Yang6 days1-0/+4
* Impl GetMousePosition Capture/ReleaseMouse of xcb window.Yuqian Yang6 days1-0/+22
* Impl RequestFocus of xcb window.Yuqian Yang6 days1-0/+7
* Impl window rect of xcb window.Yuqian Yang6 days1-8/+81
* Impl client rect of xcb window.Yuqian Yang7 days1-0/+35
* Implement visibility of xcb window.Yuqian Yang2025-09-152-16/+99
* 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-101-1/+24
* 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-077-29/+29
* Remove some usage of my format.Yuqian Yang2025-09-071-0/+2
* Override Run and AddOnQuitHandler.Yuqian Yang2025-09-031-1/+16
* Init XcbUiApplication.Yuqian Yang2025-09-031-5/+8
* Bootstrap xcb.Yuqian Yang2025-09-033-0/+29
* Rename CRU_LOG_* to CRU_LOG_TAG_*.Yuqian Yang2025-08-187-29/+29
* Rename ToCFStringRef to ToCFString.Yuqian Yang2025-08-184-13/+13
* Move Core Foundation string out of cru String. Still error.Yuqian Yang2025-08-164-30/+36
* Remove some files of OSX. Symbol Point is conflict and needs to beYuqian Yang2025-06-156-42/+26
* Rename common to base.crupest2024-10-0615-19/+19
* Get rid of GSL.crupest2024-02-084-7/+6
* Fix input method bugs on macos.crupest2023-10-182-16/+24
* Start to work on emscripten.crupest2022-09-293-3/+3
* ...crupest2022-05-1515-0/+2079
* ...crupest2022-05-1514-0/+1581
* ...crupest2022-05-151-3/+3
* ...crupest2022-02-083-3/+3
* ...crupest2022-02-061-0/+10
* ...crupest2022-02-033-1/+15
* ...crupest2022-01-171-10/+0