aboutsummaryrefslogtreecommitdiff
path: root/src/platform/gui
Commit message (Collapse)AuthorAgeFilesLines
* Let WM handle mouse grabbing.Yuqian Yang20 hours1-7/+11
|
* Impl xcb window set cursor.Yuqian Yang4 days1-2/+19
|
* Impl SetQuitOnAllWindowClosed and fix RequestQuit of EventLoop.Yuqian Yang5 days3-0/+18
|
* Flush xcb.Yuqian Yang5 days2-0/+13
|
* Free all xcb reply.Yuqian Yang5 days3-18/+23
|
* Fix sigterm.Yuqian Yang5 days1-0/+21
|
* Window can show but app crash.Yuqian Yang6 days1-1/+0
|
* Enable bootstrap of xcb.Yuqian Yang6 days1-0/+8
|
* Impl xcb cursor manager.Yuqian Yang6 days3-4/+44
|
* Init XcbCursor.Yuqian Yang6 days1-0/+22
|
* CruPlatformGuiX11 -> CruPlatformGuiXcbYuqian Yang6 days2-2/+3
|
* Impl GetAllWindow CreateWindow GetGraphicsFactory GetApplicationMenu of ↵Yuqian Yang6 days1-0/+17
| | | | XcbUiApplication.
* Impl SetToForeground RequestRepaint of xcb window.Yuqian Yang7 days1-0/+14
|
* SetCursor and GetInputMethodContext stub impl.Yuqian Yang7 days1-0/+4
|
* Impl GetMousePosition Capture/ReleaseMouse of xcb window.Yuqian Yang7 days1-0/+22
|
* Impl RequestFocus of xcb window.Yuqian Yang7 days1-0/+7
|
* Impl window rect of xcb window.Yuqian Yang7 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
| | | | fixed.
* 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
| | | | | | 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.
* Start to work on emscripten.crupest2022-09-293-3/+3
|