aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform
Commit message (Collapse)AuthorAgeFilesLines
* Impl cursor on sdl.Yuqian Yang2025-11-282-0/+37
|
* sdl add event dispatch logic.Yuqian Yang2025-11-282-1/+6
|
* Impl key event handling of sdl native window.Yuqian Yang2025-11-282-2/+4
|
* Update doc.Yuqian Yang2025-11-281-7/+40
|
* Add event handling of sdl native window.Yuqian Yang2025-11-283-0/+21
|
* Impl sdl create native window.Yuqian Yang2025-11-281-4/+15
|
* Impl title,parent,style flag of native window on sdl.Yuqian Yang2025-11-271-0/+9
|
* Impl sdl get/set client/window rect.Yuqian Yang2025-11-272-1/+9
|
* Clean code. Use event define macro of native window on linux.Yuqian Yang2025-11-273-63/+6
|
* Clean codes on macos native window.Yuqian Yang2025-11-261-0/+5
|
* Clean native window events on osx.Yuqian Yang2025-11-251-16/+2
|
* Clean code. Clean events of native window.Yuqian Yang2025-11-252-48/+23
|
* Clean measure requirement codes.Yuqian Yang2025-11-221-0/+14
|
* Clean codes. Remove Measure1.Yuqian Yang2025-11-221-28/+12
|
* Clean codes. Remove member function const.Yuqian Yang2025-11-211-1/+1
|
* Use AutoDestruct to impl EventHandlerRevokerGuard.Yuqian Yang2025-11-211-4/+6
|
* Add overload of string_view for string utils. clean up codes.Yuqian Yang2025-11-181-4/+4
|
* Impl DeleteLater on XcbUiApplication.Yuqian Yang2025-11-181-0/+3
|
* Impl DeleteLater on OsxUiApplication.Yuqian Yang2025-11-181-0/+2
|
* Move delete later to platform::gui.Yuqian Yang2025-11-183-0/+58
|
* Fix some part of WinWindow.Yuqian Yang2025-11-161-4/+4
|
* Cleanup Win codes.Yuqian Yang2025-11-161-5/+14
|
* Fix text edit hittest trailing bug.Yuqian Yang2025-11-161-0/+1
|
* New timer impl on Windows. Add Event test. Fix delete later.Yuqian Yang2025-11-163-40/+3
|
* Abstract out AutoDestruct.Yuqian Yang2025-11-163-70/+10
|
* Impl win subprocess.Yuqian Yang2025-11-161-1/+1
|
* Fix Event on Windows.Yuqian Yang2025-11-071-10/+10
|
* Remove CRU_PLATFORM_* macros.Yuqian Yang2025-11-072-2/+2
|
* Win Resource.h to Base.h.Yuqian Yang2025-11-0727-328/+194
|
* Impl timer on SDL.devYuqian Yang2025-11-062-11/+18
|
* Refactor Event.Yuqian Yang2025-11-069-54/+54
|
* Move base Exception.h to Base.h.Yuqian Yang2025-11-043-3/+0
|
* Fix AutoHIMC no override destructor.Yuqian Yang2025-11-041-1/+1
|
* Osx remove Resource.h.Yuqian Yang2025-11-0318-162/+75
|
* Move WithTransform.Yuqian Yang2025-11-032-18/+11
|
* Merge platform/Exception.h Check.h to Base.h.Yuqian Yang2025-11-034-92/+78
|
* Remove Object2.Yuqian Yang2025-11-0310-35/+2
|
* Merge platform/Resource.h to Base.h.Yuqian Yang2025-11-0332-95/+85
|
* Use SDL as submodule.Yuqian Yang2025-10-291-1/+1
|
* Fix windows dynamic build.Yuqian Yang2025-10-172-3/+2
|
* Fix windows build.Yuqian Yang2025-10-179-23/+22
|
* Fix macOS build.Yuqian Yang2025-10-1714-33/+33
|
* Remove String stage 1.Yuqian Yang2025-10-1733-148/+133
|
* Platform base no String.Yuqian Yang2025-10-172-47/+23
|
* Exception remove string.Yuqian Yang2025-10-172-47/+0
|
* Bootstrap sdl.Yuqian Yang2025-10-163-0/+197
|
* Clean XIM codes.Yuqian Yang2025-10-161-1/+4
|
* Extract ConvertModifiersOfEvent.Yuqian Yang2025-10-121-0/+6
|
* Add more logging and fix init black window.Yuqian Yang2025-10-112-1/+6
|
* Fix text box on Linux.Yuqian Yang2025-10-101-1/+2
|