Age | Commit message (Expand) | Author |
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 |
2020-03-05 | Merge pull request #36752 from RandomShaper/rework_semaphore | Rémi Verschelde |
2020-03-04 | Change LINKFLAGS to FRAMEWORKS which is supported since | hungrymonkey |
2020-03-03 | Drop old semaphore implementation | Pedro J. Estébanez |
2020-02-25 | Rename `scancode` to `keycode`. | bruvzg |
2020-02-22 | Travis: Use Ubuntu 18.04 (bionic) as base image | Rémi Verschelde |
2020-02-22 | SCons: Bump required C++ standard to C++17 | Rémi Verschelde |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-14 | Remove incomplete battery status/power API | Rémi Verschelde |
2020-02-13 | Remove obsolete GLES3 backend | Rémi Verschelde |
2020-02-11 | Vulkan: Move thirdparty code out of drivers, style fixes | Rémi Verschelde |
2020-02-11 | Restore parts of #33783 and #32809 missing after rebase. | bruvzg |
2020-02-11 | Fix code formatting issues and VS compilation | Rémi Verschelde |
2020-02-11 | Merge pull request #32821 from bruvzg/vlk_fix_macos_exit | Rémi Verschelde |
2020-02-11 | Move Vulkan context/rendering_device destruction to windowWillClose notificat... | bruvzg |
2020-02-11 | Improve HiDPI handling, fix incorrect window viewport clipping. | bruvzg |
2020-02-11 | SCons: Streamline Vulkan buildsystem + fixups | Rémi Verschelde |
2020-02-11 | Merge pull request #29993 from bruvzg/vulkan | Rémi Verschelde |
2020-02-11 | Add runtime GLES2 / Vulkan context selection. | bruvzg |
2020-02-11 | Add static Vulkan loader. | bruvzg |
2020-02-11 | Added a spinlock template as well as a thread work pool class. | Juan Linietsky |
2020-02-11 | Custom material support seems complete. | Juan Linietsky |