summaryrefslogtreecommitdiff
path: root/platform/osx
AgeCommit message (Expand)Author
2020-07-02[macOS] Implement confined mouse mode.bruvzg
2020-07-01Merge pull request #39788 from bruvzg/macos_apple_siliconRémi Verschelde
2020-07-01Environment: Refactor code for readability + moreRémi Verschelde
2020-06-30[macOS] Add application become/resign active notifications.bruvzg
2020-06-30[macOS export] Set correct external file attributes (Unix mode), and creation...bruvzg
2020-06-29[macOS] Add support for the Apple Silicon (ARM64) build target.bruvzg
2020-06-22macOS, prevent multiple CGDisplayHideCursor calls unpaired with CGDisplayShow...bruvzg
2020-06-20Set proper file type attribute for OSX zip exportPouleyKetchoupp
2020-06-19Rename "Identifier" to "Bundle Identifier" in macOS/iOS export presetsHugo Locurcio
2020-06-15Merge pull request #39457 from bruvzg/kbd_layoutsRémi Verschelde
2020-06-13Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/...bruvzg
2020-06-10macOS export, add notarization support and id / signing / notarization config...bruvzg
2020-05-30 Update OSX GUID to SDL uid conversion.Marcel Admiraal
2020-05-19Merge pull request #33447 from bruvzg/macos_zip_signRémi Verschelde
2020-05-16Fix popup positions on multiple screens (with same scaling only).bruvzg
2020-05-15macOS signing improvements: allow signed app exporting as ZIP, sign DMG after...bruvzg
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-29Merge pull request #37802 from ThakeeNathees/window-position-bug-osx-x11Rémi Verschelde
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-26[macOS] Re-add define for build with 10.14 SDK, remove unsupported 10.12 checks.bruvzg
2020-04-11display server window position bug fix (#37323)Thakee Nathees
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-28Fixed missed occurrences in #37361 renamings.dankan1890
2020-03-26Prevent recursive `_dispatch_input_event` calls, improve focus regain on wind...bruvzg
2020-03-26Add macOS DisplayServer implementation.bruvzg
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-03-23Merge pull request #37219 from RajatGoswami/missing-include-guardsRémi Verschelde
2020-03-23Adding missing include guards to header files identified by LGTM.Rajat Goswami
2020-03-21Make file formatting comply with POSIX and Unix standardsAaron Franke
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-10Revert "Change LINKFLAGS to FRAMEWORKS which is supported since"Rémi Verschelde
2020-03-06Replace IOHIDDeviceRegisterRemovalCallback with IOHIDManagerRegisterDeviceRem...bruvzg
2020-03-05Merge pull request #36752 from RandomShaper/rework_semaphoreRémi Verschelde
2020-03-04Change LINKFLAGS to FRAMEWORKS which is supported sincehungrymonkey
2020-03-03Drop old semaphore implementationPedro J. Estébanez
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-22Travis: Use Ubuntu 18.04 (bionic) as base imageRémi Verschelde
2020-02-22SCons: Bump required C++ standard to C++17Rémi Verschelde
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-14Remove incomplete battery status/power APIRémi Verschelde
2020-02-13Remove obsolete GLES3 backendRémi Verschelde
2020-02-11Vulkan: Move thirdparty code out of drivers, style fixesRémi Verschelde
2020-02-11Restore parts of #33783 and #32809 missing after rebase.bruvzg
2020-02-11Fix code formatting issues and VS compilationRémi Verschelde