bruvzg
|
3e0262509f
Move tablet driver API from OS to DisplayServer.
|
4 years ago |
Marcel Admiraal
|
2a74b388d0
Split OS::execute into two methods
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
bruvzg
|
644f739660
Static analyzer fixes:
|
4 years ago |
Aaron Franke
|
02161aad5a
Remove empty lines around braces with the formatting script
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
Rémi Verschelde
|
819c3524a5
OS: Remove unused get_splash_tick_msec
|
4 years ago |
Andrii Doroshenko (Xrayez)
|
0cc05c5a31
Register GDScript test tools as test commands to run via command-line
|
5 years ago |
PouleyKetchoupp
|
b2d27214aa
Keep debug & verbose options after loading project from project manager
|
5 years ago |
Fabio Alessandrelli
|
1b6e3458b2
Move frame delaying functions from Main to OS.
|
5 years ago |
Emmanuel Leblond
|
c6de3872f9
Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_time return type to double
|
5 years ago |
bruvzg
|
d0b5174b6a
[Windows] Add tablet driver selection.
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Rémi Verschelde
|
1f6f364a56
Port member initialization from constructor to declaration (C++11)
|
5 years ago |
bruvzg
|
d978658f81
[Windows] Add support for the WinTab API for pen input.
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
bruvzg
|
15a9f94346
Add macOS DisplayServer implementation.
|
5 years ago |
Juan Linietsky
|
543fb1c4da
Separate DisplayServer from OS on Windows
|
5 years ago |
Juan Linietsky
|
f8a79a97c7
Effective DisplayServer separation, rename X11 -> LinuxBSD
|
5 years ago |
Rémi Verschelde
|
13a9bfbca7
Style: Harmonize header guards to style guide [Core]
|
5 years ago |
Pedro J. Estébanez
|
18fbdbb456
Reimplement Mutex with C++'s <mutex>
|
5 years ago |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 years ago |
Rémi Verschelde
|
3dea5fd631
Remove incomplete battery status/power API
|
5 years ago |
bruvzg
|
b456bfad5c
Add runtime GLES2 / Vulkan context selection.
|
6 years ago |
bruvzg
|
eb48be51db
Add static Vulkan loader.
|
6 years ago |
Rémi Verschelde
|
c2e07db071
Merge pull request #35438 from MadEqua/virtual-keyboard-line-edit
|
5 years ago |
Bruno Lourenço
|
a3bcdbeb78
Android virtual keyboard respecting LineEdit max length.
|
5 years ago |
Hugo Locurcio
|
90a1f8d8a7
Make `OS.execute()` blocking by default if not specified
|
5 years ago |
bruvzg
|
d07cdc594f
[macOS] Load PCK from the .app bundle resources, instead of changing working directory.
|
5 years ago |
Rémi Verschelde
|
8454804972
Merge pull request #33967 from Calinou/add-os-is-window-focused
|
5 years ago |