aboutsummaryrefslogtreecommitdiff
path: root/src/platform/gui
Commit message (Collapse)AuthorAgeFilesLines
* Add paint invalid area.Yuqian Yang13 days1-1/+1
|
* Clean codes.Yuqian Yang2025-12-101-17/+19
|
* Fix SDL window pos with parent. Remove all sync.Yuqian Yang2025-12-071-17/+20
|
* Fix unnecessary sync of cursor update.Yuqian Yang2025-12-071-0/+1
|
* Lower timer priority (including rendering) in SDL.Yuqian Yang2025-12-072-14/+21
|
* Clean destroyed sdl window early.Yuqian Yang2025-12-071-7/+18
|
* Add SDL mouse motion event.Yuqian Yang2025-12-071-0/+6
|
* Fix SDL popup window.Yuqian Yang2025-12-072-14/+40
|
* Handle more SDL events.Yuqian Yang2025-12-062-2/+17
|
* Use derive for opengl renderer painter.Yuqian Yang2025-12-061-3/+17
|
* Add Measure time log. Clean up OpenGL renderer.Yuqian Yang2025-12-051-8/+3
|
* Refactor CRU_LOG_TAG_*.Yuqian Yang2025-12-058-68/+72
|
* Remove CRU_DEFINE_CLASS_LOG_TAG.Yuqian Yang2025-12-051-1/+3
|
* Impl sdl opengl renderer.Yuqian Yang2025-12-053-15/+271
|
* Move out OpengGLRenderer.Yuqian Yang2025-12-013-22/+38
|
* Init gl on sdl.Yuqian Yang2025-12-013-0/+1020
|
* Impl sdl window GetMousePosition.Yuqian Yang2025-12-011-1/+5
|
* Impl sdl clipboard.Yuqian Yang2025-11-303-2/+29
|
* Impl sdl input method context.Yuqian Yang2025-11-294-35/+109
|
* Use scan code in sdk input.Yuqian Yang2025-11-292-6/+6
|
* Remove DebugFlags.h in gui.Yuqian Yang2025-11-281-11/+4
|
* Impl cursor on sdl.Yuqian Yang2025-11-283-5/+65
|
* sdl add event dispatch logic.Yuqian Yang2025-11-282-0/+51
|
* Impl key event handling of sdl native window.Yuqian Yang2025-11-286-10/+132
|
* Add event handling of sdl native window.Yuqian Yang2025-11-283-4/+119
|
* Impl sdl create native window.Yuqian Yang2025-11-281-22/+41
|
* Impl title,parent,style flag of native window on sdl.Yuqian Yang2025-11-271-8/+80
|
* Impl sdl get/set client/window rect.Yuqian Yang2025-11-271-7/+30
|
* Clean code. Use event define macro of native window on linux.Yuqian Yang2025-11-273-111/+42
|
* Clean codes on macos native window.Yuqian Yang2025-11-262-195/+214
|
* Clean native window events on osx.Yuqian Yang2025-11-252-54/+22
|
* Fix macos build.Yuqian Yang2025-11-251-2/+2
|
* Clean code. Clean events of native window.Yuqian Yang2025-11-252-17/+27
|
* Fix delete later in delete later destructor.Yuqian Yang2025-11-241-6/+11
|
* Clean codes. Remove member function const.Yuqian Yang2025-11-212-6/+6
|
* Delete all delete later in UiApplication destructing on win.Yuqian Yang2025-11-201-1/+4
| | | | Fix a bug in LayoutRenderObject.
* Remove all children when control destroyed.Yuqian Yang2025-11-191-7/+3
|
* Add overload of string_view for string utils. clean up codes.Yuqian Yang2025-11-184-27/+26
|
* (xcb): fix cairo fill geometry. fix get mouse pos after window destroyed.Yuqian Yang2025-11-181-0/+3
|
* Fix AutoFreePtr.Yuqian Yang2025-11-183-20/+20
|
* Fix SetImmediate on osx.Yuqian Yang2025-11-181-2/+3
|
* Impl DeleteLater on XcbUiApplication.Yuqian Yang2025-11-181-22/+28
|
* Make SetImmediate follow scheduling order on osx.Yuqian Yang2025-11-181-11/+20
|
* Impl DeleteLater on OsxUiApplication.Yuqian Yang2025-11-181-10/+17
|
* Move delete later to platform::gui.Yuqian Yang2025-11-182-2/+22
|
* Fix set cursor bug on windows.Yuqian Yang2025-11-181-1/+1
|
* Bring back ControlHost and refactor tree management of control.Yuqian Yang2025-11-181-1/+0
|
* Add stdio logger.Yuqian Yang2025-11-171-6/+6
|
* Remove SelfResolvable.Yuqian Yang2025-11-161-3/+2
|
* Fix some part of WinWindow.Yuqian Yang2025-11-161-14/+36
|