summaryrefslogtreecommitdiffstats
path: root/core/os
Commit message (Expand)AuthorAgeFilesLines
* Static analyzer fixes:bruvzg2020-12-092-6/+0
* [Complex Text Layouts] Implement TextServer interface. Implement Fallback Tex...bruvzg2020-11-262-0/+2
* Initialize class/struct variables with default values in core/ and drivers/Rafał Mikrut2020-11-232-3/+2
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-166-8/+0
* Merge pull request #40748 from RandomShaper/improve_packed_fs_apiRémi Verschelde2020-11-101-3/+7
|\
| * Improve/fix packed data APIPedro J. Estébanez2020-07-271-3/+7
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-0721-25/+822
* | MainLoop: Remove deprecated methodsHaSa10022020-11-011-5/+0
* | OS: Remove unused get_splash_tick_msecRémi Verschelde2020-09-242-6/+0
* | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-4/+4
* | Register GDScript test tools as test commands to run via command-lineAndrii Doroshenko (Xrayez)2020-09-021-1/+3
|/
* Keep debug & verbose options after loading project from project managerPouleyKetchoupp2020-07-092-0/+6
* Move frame delaying functions from Main to OS.Fabio Alessandrelli2020-06-302-0/+39
* Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky2020-06-302-4/+8
* Merge pull request #39189 from touilleMan/issue-38925Rémi Verschelde2020-06-152-12/+2
|\
| * Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...Emmanuel Leblond2020-05-312-12/+2
* | Print errors when calling MIDI input methods on unsupported platformsHugo Locurcio2020-05-311-1/+5
|/
* [Windows] Add tablet driver selection.bruvzg2020-05-201-2/+5
* Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-195-28/+29
* Style: Fix unnecessary semicolons that confused clang-formatRémi Verschelde2020-05-191-3/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-1411-67/+124
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-144-0/+11
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-1420-229/+0
* Modernize remaining uses of 0/NULL instead of nullptr (C++11)Rémi Verschelde2020-05-141-2/+2
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-1416-117/+33
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-102-8/+16
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-104-9/+16
* [Windows] Add support for the WinTab API for pen input.bruvzg2020-05-051-0/+2
* Rename InputFilter back to InputRémi Verschelde2020-04-282-3/+3
* Replace NULL with nullptrlupoDharkael2020-04-0211-41/+41
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-1/+1
* Add macOS DisplayServer implementation.bruvzg2020-03-263-11/+3
* Separate DisplayServer from OS on WindowsJuan Linietsky2020-03-261-0/+1
* Working multiple window support, including editorJuan Linietsky2020-03-261-7/+7
* Refactored input, goes all via windows now.Juan Linietsky2020-03-264-44/+3
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-262-466/+5
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-267-2306/+4
* Style: Harmonize header guards to style guide [Core]Rémi Verschelde2020-03-2515-17/+17
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-173-5/+5
* Fix mutex when building with no threads.Fabio Alessandrelli2020-03-082-9/+21
* Merge pull request #36752 from RandomShaper/rework_semaphoreRémi Verschelde2020-03-055-51/+16
|\
| * Drop old semaphore implementationPedro J. Estébanez2020-03-035-51/+16
* | Improve UX of drive lettersPedro J. Estébanez2020-03-032-1/+7
|/
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-014-23/+70
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-254-23/+70
* | Fix InputEventKey::echo type from INT to BOOLYuri Roubinsky2020-03-011-1/+1
* | Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-267-163/+63
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-252-8/+8
|/
* Added StringName as a variant type.Juan Linietsky2020-02-211-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-187-17/+12