aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-0710-24/+82
* Handle more SDL events.Yuqian Yang2025-12-062-2/+17
* Use derive for opengl renderer painter.Yuqian Yang2025-12-063-23/+17
* Add Measure time log. Clean up OpenGL renderer.Yuqian Yang2025-12-052-8/+16
* Refactor CRU_LOG_TAG_*.Yuqian Yang2025-12-0523-135/+130
* Remove CRU_DEFINE_CLASS_LOG_TAG.Yuqian Yang2025-12-051-1/+3
* Impl sdl opengl renderer.Yuqian Yang2025-12-056-17/+283
* 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-254-18/+30
* Add cache logic for layout.Yuqian Yang2025-11-243-18/+35
* Fix delete later in delete later destructor.Yuqian Yang2025-11-241-6/+11
* Clean measure requirement codes.Yuqian Yang2025-11-2217-227/+144
* Clean codes. Remove Measure1.Yuqian Yang2025-11-226-108/+2
* Remove ui Helper.h,cppYuqian Yang2025-11-2111-60/+48
* Clean codes. Remove member function const in RenderObject.Yuqian Yang2025-11-2113-56/+54
* Clean codes. Remove member function const.Yuqian Yang2025-11-2141-206/+143
* Delete all delete later in UiApplication destructing on win.Yuqian Yang2025-11-203-3/+16
* Fix use after free in render object.Yuqian Yang2025-11-201-0/+2
* Remove all children when control destroyed.Yuqian Yang2025-11-194-23/+18
* Add overload of string_view for string utils. clean up codes.Yuqian Yang2025-11-1814-95/+71
* (xcb): fix cairo fill geometry. fix get mouse pos after window destroyed.Yuqian Yang2025-11-182-0/+4
* Fix AutoFreePtr.Yuqian Yang2025-11-184-22/+22
* Fix SetImmediate on osx.Yuqian Yang2025-11-181-2/+3
* Impl DeleteLater on XcbUiApplication.Yuqian Yang2025-11-182-22/+31
* 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-1810-47/+44
* Fix text layout TextSinglePoint on win.Yuqian Yang2025-11-181-1/+1