Age | Commit message (Expand) | Author |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | 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-03-26 | Add macOS DisplayServer implementation. | bruvzg |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
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-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-14 | Remove incomplete battery status/power API | 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 | Add runtime GLES2 / Vulkan context selection. | bruvzg |
2020-02-11 | Add static Vulkan loader. | bruvzg |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-02-10 | Merge pull request #35301 from Calinou/improve-console-error-logging | Rémi Verschelde |
2020-02-05 | Remove duplicate ERR_PRINT macro. | Marcel Admiraal |
2020-01-31 | Adds extra cursors for macOS | Haoyu Qiu |
2020-01-19 | Improve the console error logging appearance | Hugo Locurcio |
2020-01-14 | Fixes IME input backspace on macOS | Haoyu Qiu |
2020-01-10 | [macOS] Load PCK from the .app bundle resources, instead of changing working ... | bruvzg |
2020-01-06 | Merge pull request #33967 from Calinou/add-os-is-window-focused | Rémi Verschelde |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-08 | [macOS] Send resize event without actually resizing window on backing change. | bruvzg |
2019-12-01 | iOS modular build and export implementation. | bruvzg |
2019-11-28 | Add an `OS.is_window_focused()` getter | Hugo Locurcio |
2019-11-25 | [macOS] Fix locale detection. | bruvzg |
2019-11-21 | [macOS] Remove CVDisplayLink v-sync hack. | bruvzg |
2019-10-30 | [macOS, Windows, X11] Add graphic tablet pen pressure and tilt support to Inp... | bruvzg |
2019-10-24 | Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f... | bruvzg |
2019-10-13 | Fix non-HiDPI mode on HiDPI displays on macOS Catalina. | bruvzg |
2019-10-03 | Properly revert cursor when using set_custom_mouse_cursor with null | PouleyKetchoupp |
2019-08-26 | [macOS] Add methods to modify global and dock menus. Add ability to open mult... | bruvzg |
2019-08-09 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"... | Robin Hübner |
2019-07-30 | Turn `OS.set_min/max_window_size()` warnings into errors | Hugo Locurcio |
2019-07-24 | Fix crash caused by a9a0d0fb15cc5e028dbf8dab8b46d3dc197c4678 | Guilherme Felipe |
2019-07-09 | Fix cursor blinking in integrated GPUs | Guilherme Felipe |
2019-06-18 | Update macOS global mouse position at startup | bruvzg |
2019-06-17 | Merge pull request #29752 from bruvzg/window_size_limits | Rémi Verschelde |
2019-06-15 | Adding a new Camera Server implementation to Godot. | BastiaanOlij |
2019-06-15 | Add ability to limit maximum/minimum window size. | bruvzg |
2019-06-12 | Merge pull request #29481 from bruvzg/macos_fix_dvorak_qwerty_cmd_hotkeys | Rémi Verschelde |
2019-06-12 | Merge pull request #29465 from bruvzg/per_pixel_transp_impr | Rémi Verschelde |
2019-06-04 | [macOS] Fixes hotkeys on "Dvorak - QWERTY ⌘" keyboard layout. | bruvzg |
2019-06-04 | [macOS] Fixes unicode input with IME mode inactive, Improves IME mode documen... | bruvzg |
2019-06-04 | Removes redundant "display/window/per_pixel_transparency/splash" setting, imp... | bruvzg |
2019-05-24 | Add native window/taskbar icon support for Windows and macOS. | bruvzg |