summaryrefslogtreecommitdiffstats
path: root/platform/windows/os_windows.h
Commit message (Expand)AuthorAgeFilesLines
...
* Update Time documentationAaron Franke2021-10-281-2/+2
* Add missing WIN32_LEAN_AND_MEANBartłomiej T. Listwon2021-09-231-0/+2
* Add partial support for Android scoped storage.ne0fhyk2021-08-161-1/+1
* Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-221-0/+2
* Move tablet driver API from OS to DisplayServer.bruvzg2021-02-181-8/+0
* Split OS::execute into two methodsMarcel Admiraal2021-01-091-1/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add missing override keywords in os_windows.hMarcel Admiraal2020-12-181-2/+2
* Add override keywords to core/os.h derived classes.Marcel Admiraal2020-12-171-43/+43
* RenderingServer reorganizationreduz2020-12-041-1/+1
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...Emmanuel Leblond2020-05-311-3/+1
* [Windows] Add tablet driver selection.bruvzg2020-05-201-0/+8
* [Windows] Add quotes only to the command line arguments with special characters.bruvzg2020-05-191-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* Rename InputFilter back to InputRémi Verschelde2020-04-281-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Renaming of servers for coherency.Juan Linietsky2020-03-271-2/+2
* Separate DisplayServer from OS on WindowsJuan Linietsky2020-03-261-281/+9
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-1/+1
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-2/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Remove incomplete battery status/power APIRémi Verschelde2020-02-141-7/+0
* Add runtime GLES2 / Vulkan context selection.bruvzg2020-02-111-2/+3
* Add static Vulkan loader.bruvzg2020-02-111-1/+15
* Custom material support seems complete.Juan Linietsky2020-02-111-1/+1
* Texture refactorJuan Linietsky2020-02-111-1/+1
* Make `OS.execute()` blocking by default if not specifiedHugo Locurcio2020-01-231-1/+1
* Merge pull request #33967 from Calinou/add-os-is-window-focusedRémi Verschelde2020-01-061-0/+2
|\
| * Add an `OS.is_window_focused()` getterHugo Locurcio2019-11-281-0/+2
* | Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* | iOS modular build and export implementation.bruvzg2019-12-011-2/+0
|/
* [macOS, Windows, X11] Add graphic tablet pen pressure and tilt support to Inp...bruvzg2019-10-301-0/+68
* Fix invalid window border when toggled from fullscreen to windowed modeYuri Roubinsky2019-10-271-1/+2
* Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...bruvzg2019-10-241-1/+2
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-4/+0
* Fix cursor blinking in integrated GPUsGuilherme Felipe2019-07-091-0/+1
* Add option to toggle console window on WindowsLuka Dornhecker2019-06-201-0/+3
* Merge pull request #29752 from bruvzg/window_size_limitsRémi Verschelde2019-06-171-0/+7
|\
| * Add ability to limit maximum/minimum window size.bruvzg2019-06-151-0/+7
* | Adding a new Camera Server implementation to Godot.BastiaanOlij2019-06-151-0/+2
|/
* Add native window/taskbar icon support for Windows and macOS.bruvzg2019-05-241-0/+21
* added a const keyword for a methods that return constant literal...hbina0852019-05-211-1/+1
* Android now (optionally) builds the template when exportingJuan Linietsky2019-04-071-1/+1
* Add Input::get_current_cursor_shapeGuilherme Felipe2019-04-151-0/+1
* Ability to keep pumping messages while being debugged, may be a solution for ...Juan Linietsky2019-03-031-0/+3
* Update Windows global mouse position at startupJunwei Ng2019-02-251-0/+1
* Drop RtAudio driver on WindowsRémi Verschelde2019-02-201-4/+0
* Platform: Ensure classes match their header filenameRémi Verschelde2019-02-121-4/+4
* Drivers, main, servers: Ensure classes match their header filenameRémi Verschelde2019-02-121-4/+5