Age | Commit message (Expand) | Author |
2020-07-15 | Merge pull request #40268 from DanielZTing/master | Rémi Verschelde |
2020-07-14 | [macOS] Fix window size on macOS Big Sur (title bar height is no longer same ... | bruvzg |
2020-07-14 | Merge pull request #40354 from bruvzg/add_vulkan_init_message | Rémi Verschelde |
2020-07-13 | Commit other files changed by file_format.sh | Aaron Franke |
2020-07-13 | Add error messages if Vulkan init failed, prevent Vulkan context freeing unin... | bruvzg |
2020-07-10 | Fix cancel/OK button order on macOS | Daniel Ting |
2020-07-10 | Add override keywords. | Marcel Admiraal |
2020-07-09 | [macOS] Fix transient windows. | bruvzg |
2020-07-05 | Merge pull request #40111 from DanielZTing/master | Rémi Verschelde |
2020-07-04 | [macOS] Implement seamless display scaling. | bruvzg |
2020-07-03 | Fix opening URLS with special characters in macOS | Daniel Ting |
2020-07-03 | Improve the situation of DND on X11 | Juan Linietsky |
2020-07-02 | [macOS] Implement confined mouse mode. | bruvzg |
2020-07-01 | Merge pull request #39788 from bruvzg/macos_apple_silicon | Rémi Verschelde |
2020-07-01 | Environment: Refactor code for readability + more | Ré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-22 | macOS, prevent multiple CGDisplayHideCursor calls unpaired with CGDisplayShow... | bruvzg |
2020-06-20 | Set proper file type attribute for OSX zip export | PouleyKetchoupp |
2020-06-19 | Rename "Identifier" to "Bundle Identifier" in macOS/iOS export presets | Hugo Locurcio |
2020-06-15 | Merge pull request #39457 from bruvzg/kbd_layouts | Rémi Verschelde |
2020-06-13 | Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/... | bruvzg |
2020-06-10 | macOS export, add notarization support and id / signing / notarization config... | bruvzg |
2020-05-30 | Update OSX GUID to SDL uid conversion. | Marcel Admiraal |
2020-05-19 | Merge pull request #33447 from bruvzg/macos_zip_sign | Rémi Verschelde |
2020-05-16 | Fix popup positions on multiple screens (with same scaling only). | bruvzg |
2020-05-15 | macOS signing improvements: allow signed app exporting as ZIP, sign DMG after... | bruvzg |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-04-29 | Merge pull request #37802 from ThakeeNathees/window-position-bug-osx-x11 | Rémi Verschelde |
2020-04-28 | Rename InputFilter back to Input | Rémi Verschelde |
2020-04-26 | [macOS] Re-add define for build with 10.14 SDK, remove unsupported 10.12 checks. | bruvzg |
2020-04-11 | display server window position bug fix (#37323) | Thakee Nathees |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-30 | SCons: Format buildsystem files with psf/black | Rémi Verschelde |
2020-03-28 | Fixed missed occurrences in #37361 renamings. | dankan1890 |
2020-03-26 | Prevent recursive `_dispatch_input_event` calls, improve focus regain on wind... | bruvzg |
2020-03-26 | Add macOS DisplayServer implementation. | bruvzg |
2020-03-26 | Refactored input, goes all via windows now. | Juan Linietsky |
2020-03-26 | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky |
2020-03-23 | Merge pull request #37219 from RajatGoswami/missing-include-guards | Rémi Verschelde |
2020-03-23 | Adding missing include guards to header files identified by LGTM. | Rajat Goswami |
2020-03-21 | Make file formatting comply with POSIX and Unix standards | Aaron Franke |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-03-10 | Revert "Change LINKFLAGS to FRAMEWORKS which is supported since" | Rémi Verschelde |
2020-03-06 | Replace IOHIDDeviceRegisterRemovalCallback with IOHIDManagerRegisterDeviceRem... | bruvzg |