summaryrefslogtreecommitdiffstats
path: root/platform/osx
Commit message (Expand)AuthorAgeFilesLines
* Update OSX GUID to SDL uid conversion.Marcel Admiraal2020-05-301-1/+8
* Merge pull request #33447 from bruvzg/macos_zip_signRémi Verschelde2020-05-191-181/+148
|\
| * macOS signing improvements: allow signed app exporting as ZIP, sign DMG after...bruvzg2020-05-151-181/+148
* | Fix popup positions on multiple screens (with same scaling only).bruvzg2020-05-161-10/+39
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-9/+14
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-142-0/+3
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-1412-47/+0
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-17/+51
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-102-5/+10
* Merge pull request #37802 from ThakeeNathees/window-position-bug-osx-x11Rémi Verschelde2020-04-291-1/+4
|\
| * display server window position bug fix (#37323)Thakee Nathees2020-04-111-1/+4
* | Rename InputFilter back to InputRémi Verschelde2020-04-286-35/+35
* | [macOS] Re-add define for build with 10.14 SDK, remove unsupported 10.12 checks.bruvzg2020-04-262-20/+16
|/
* Replace NULL with nullptrlupoDharkael2020-04-023-38/+38
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-303-107/+132
* Fixed missed occurrences in #37361 renamings.dankan18902020-03-281-1/+1
* Prevent recursive `_dispatch_input_event` calls, improve focus regain on wind...bruvzg2020-03-262-40/+50
* Add macOS DisplayServer implementation.bruvzg2020-03-269-3063/+3994
* Refactored input, goes all via windows now.Juan Linietsky2020-03-263-3/+3
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-262-3/+2
* Merge pull request #37219 from RajatGoswami/missing-include-guardsRémi Verschelde2020-03-231-0/+5
|\
| * Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* | Make file formatting comply with POSIX and Unix standardsAaron Franke2020-03-211-1/+1
|/
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-172-4/+4
* Revert "Change LINKFLAGS to FRAMEWORKS which is supported since"Rémi Verschelde2020-03-101-3/+3
* Replace IOHIDDeviceRegisterRemovalCallback with IOHIDManagerRegisterDeviceRem...bruvzg2020-03-062-8/+15
* Merge pull request #36752 from RandomShaper/rework_semaphoreRémi Verschelde2020-03-054-170/+0
|\
| * Drop old semaphore implementationPedro J. Estébanez2020-03-034-170/+0
* | Change LINKFLAGS to FRAMEWORKS which is supported sincehungrymonkey2020-03-041-3/+3
|/
* Rename `scancode` to `keycode`.bruvzg2020-02-252-14/+25
* Travis: Use Ubuntu 18.04 (bionic) as base imageRémi Verschelde2020-02-221-2/+2
* SCons: Bump required C++ standard to C++17Rémi Verschelde2020-02-221-2/+2
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-182-16/+9
* Remove incomplete battery status/power APIRémi Verschelde2020-02-145-333/+0
* Remove obsolete GLES3 backendRémi Verschelde2020-02-132-3/+0
* Vulkan: Move thirdparty code out of drivers, style fixesRémi Verschelde2020-02-114-8/+8
* Restore parts of #33783 and #32809 missing after rebase.bruvzg2020-02-113-65/+13
* Fix code formatting issues and VS compilationRémi Verschelde2020-02-111-6/+5
* Merge pull request #32821 from bruvzg/vlk_fix_macos_exitRémi Verschelde2020-02-111-13/+20
|\
| * Move Vulkan context/rendering_device destruction to windowWillClose notificat...bruvzg2020-02-111-13/+20
* | Improve HiDPI handling, fix incorrect window viewport clipping.bruvzg2020-02-111-0/+6
|/
* SCons: Streamline Vulkan buildsystem + fixupsRémi Verschelde2020-02-111-5/+4
* Merge pull request #29993 from bruvzg/vulkanRémi Verschelde2020-02-119-195/+620
|\
| * Add runtime GLES2 / Vulkan context selection.bruvzg2020-02-116-233/+444
| * Add static Vulkan loader.bruvzg2020-02-117-25/+239
* | Added a spinlock template as well as a thread work pool class.Juan Linietsky2020-02-112-3/+3
|/
* Custom material support seems complete.Juan Linietsky2020-02-111-1/+1
* Texture refactorJuan Linietsky2020-02-113-3/+3
* Merge pull request #35301 from Calinou/improve-console-error-loggingRémi Verschelde2020-02-101-19/+16
|\
| * Improve the console error logging appearanceHugo Locurcio2020-01-191-19/+16