| Commit message (Expand) | Author | Age | Files | Lines |
| * | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde | 2020-05-10 | 4 | -9/+16 |
| * | [Windows] Add support for the WinTab API for pen input. | bruvzg | 2020-05-05 | 1 | -0/+2 |
| * | Rename InputFilter back to Input | Rémi Verschelde | 2020-04-28 | 2 | -3/+3 |
| * | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 11 | -41/+41 |
| * | SCons: Format buildsystem files with psf/black | Rémi Verschelde | 2020-03-30 | 1 | -1/+1 |
| * | Add macOS DisplayServer implementation. | bruvzg | 2020-03-26 | 3 | -11/+3 |
| * | Separate DisplayServer from OS on Windows | Juan Linietsky | 2020-03-26 | 1 | -0/+1 |
| * | Working multiple window support, including editor | Juan Linietsky | 2020-03-26 | 1 | -7/+7 |
| * | Refactored input, goes all via windows now. | Juan Linietsky | 2020-03-26 | 4 | -44/+3 |
| * | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky | 2020-03-26 | 2 | -466/+5 |
| * | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky | 2020-03-26 | 7 | -2306/+4 |
| * | Style: Harmonize header guards to style guide [Core] | Rémi Verschelde | 2020-03-25 | 15 | -17/+17 |
| * | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde | 2020-03-17 | 3 | -5/+5 |
| * | Fix mutex when building with no threads. | Fabio Alessandrelli | 2020-03-08 | 2 | -9/+21 |
| * | Merge pull request #36752 from RandomShaper/rework_semaphore | Rémi Verschelde | 2020-03-05 | 5 | -51/+16 |
| |\ |
|
| | * | Drop old semaphore implementation | Pedro J. Estébanez | 2020-03-03 | 5 | -51/+16 |
| * | | Improve UX of drive letters | Pedro J. Estébanez | 2020-03-03 | 2 | -1/+7 |
| |/ |
|
| * | Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes | Rémi Verschelde | 2020-03-01 | 4 | -23/+70 |
| |\ |
|
| | * | Rename `scancode` to `keycode`. | bruvzg | 2020-02-25 | 4 | -23/+70 |
| * | | Fix InputEventKey::echo type from INT to BOOL | Yuri Roubinsky | 2020-03-01 | 1 | -1/+1 |
| * | | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez | 2020-02-26 | 7 | -163/+63 |
| * | | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky | 2020-02-25 | 2 | -8/+8 |
| |/ |
|
| * | Added StringName as a variant type. | Juan Linietsky | 2020-02-21 | 1 | -1/+1 |
| * | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 7 | -17/+12 |
| * | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky | 2020-02-15 | 1 | -2/+2 |
| * | Remove incomplete battery status/power API | Rémi Verschelde | 2020-02-14 | 2 | -24/+0 |
| * | Merge pull request #29993 from bruvzg/vulkan | Rémi Verschelde | 2020-02-11 | 2 | -3/+3 |
| |\ |
|
| | * | Add runtime GLES2 / Vulkan context selection. | bruvzg | 2020-02-11 | 2 | -6/+3 |
| | * | Add static Vulkan loader. | bruvzg | 2020-02-11 | 2 | -0/+3 |
| * | | Added a spinlock template as well as a thread work pool class. | Juan Linietsky | 2020-02-11 | 4 | -10/+44 |
| |/ |
|
| * | Remove duplicate WARN_PRINT macro. | Marcel Admiraal | 2020-02-05 | 1 | -1/+1 |
| * | Remove duplicate ERR_PRINT macro. | Marcel Admiraal | 2020-02-05 | 1 | -2/+2 |
| * | Merge pull request #35438 from MadEqua/virtual-keyboard-line-edit | Rémi Verschelde | 2020-01-23 | 2 | -2/+2 |
| |\ |
|
| | * | Android virtual keyboard respecting LineEdit max length. | Bruno Lourenço | 2020-01-23 | 2 | -2/+2 |
| * | | Make `OS.execute()` blocking by default if not specified | Hugo Locurcio | 2020-01-23 | 1 | -1/+1 |
| * | | ALSA MIDI driver: | Ovnuniarchos | 2020-01-22 | 1 | -1/+6 |
| |/ |
|
| * | [macOS] Load PCK from the .app bundle resources, instead of changing working ... | bruvzg | 2020-01-10 | 2 | -0/+7 |
| * | Merge pull request #33967 from Calinou/add-os-is-window-focused | Rémi Verschelde | 2020-01-06 | 1 | -0/+1 |
| |\ |
|
| | * | Add an `OS.is_window_focused()` getter | Hugo Locurcio | 2019-11-28 | 1 | -0/+1 |
| * | | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 32 | -64/+64 |
| * | | Added support for vertical syncing via the Windows OS compositor (DWM.) | TerminalJack | 2019-12-04 | 2 | -1/+17 |
| * | | fixed set pitch bend value and implemented midi running status | あるる / きのもと 結衣 | 2019-12-03 | 2 | -16/+33 |
| |/ |
|
| * | Remove ERR_EXPLAIN macros and the scaffolding they needed. | Marcel Admiraal | 2019-11-11 | 2 | -40/+0 |
| * | Remove all uses of ERR_EXPLAIN macros. | Marcel Admiraal | 2019-11-11 | 1 | -6/+3 |
| * | doc: Sync classref with current source | Rémi Verschelde | 2019-11-08 | 1 | -1/+1 |
| * | Merge pull request #33052 from KoBeWi/naughty_sliders | Rémi Verschelde | 2019-11-08 | 2 | -4/+4 |
| |\ |
|
| | * | Fix analog input in sliders | Tomasz Chabora | 2019-11-07 | 2 | -4/+4 |
| * | | [macOS, Windows, X11] Add graphic tablet pen pressure and tilt support to Inp... | bruvzg | 2019-10-30 | 2 | -0/+43 |
| |/ |
|
| * | Add request permission automatically at android | Cagdas | 2019-10-22 | 2 | -0/+4 |
| * | Remove circular include between core/typedefs.h and core/error_macros.h | Marcel Admiraal | 2019-10-08 | 1 | -0/+1 |