aboutsummaryrefslogtreecommitdiff
path: root/src/platform/gui/osx
Commit message (Collapse)AuthorAgeFilesLines
* Refactor CRU_LOG_TAG_*.Yuqian Yang2025-12-051-1/+1
|
* Remove CRU_DEFINE_CLASS_LOG_TAG.Yuqian Yang2025-12-051-1/+3
|
* Impl key event handling of sdl native window.Yuqian Yang2025-11-282-4/+4
|
* 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
|
* Add overload of string_view for string utils. clean up codes.Yuqian Yang2025-11-181-7/+12
|
* Fix SetImmediate on osx.Yuqian Yang2025-11-181-2/+3
|
* Make SetImmediate follow scheduling order on osx.Yuqian Yang2025-11-181-11/+20
|
* Impl DeleteLater on OsxUiApplication.Yuqian Yang2025-11-181-10/+17
|
* Abstract out AutoDestruct.Yuqian Yang2025-11-162-2/+1
|
* Refactor Event.Yuqian Yang2025-11-064-16/+16
|
* Move base Exception.h to Base.h.Yuqian Yang2025-11-042-2/+0
|
* Osx remove Resource.h.Yuqian Yang2025-11-039-19/+11
|
* Merge platform/Exception.h Check.h to Base.h.Yuqian Yang2025-11-031-1/+0
|
* Remove Object2.Yuqian Yang2025-11-031-4/+0
|
* Fix macOS build.Yuqian Yang2025-10-179-38/+40
|
* Remove String stage 1.Yuqian Yang2025-10-171-4/+4
|
* Exception remove string.Yuqian Yang2025-10-173-7/+7
|
* Fix some compile error on macOS.Yuqian Yang2025-09-072-6/+8
|
* Use std::string in logger.Yuqian Yang2025-09-072-2/+2
|
* Rename CRU_LOG_* to CRU_LOG_TAG_*.Yuqian Yang2025-08-182-4/+4
|
* 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-067-9/+9
|
* Get rid of GSL.crupest2024-02-081-1/+1
|
* 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-291-1/+1
|
* ...crupest2022-05-1515-0/+2079