summaryrefslogtreecommitdiff
path: root/platform/uwp/os_uwp.h
AgeCommit message (Expand)Author
2022-10-03Unix: Remove now unnecessary I/O defines, cleanupRémi Verschelde
2022-09-16Add get_distribution_name() and get_version() to OSMJacred
2022-09-10Fixes #65377: get_datetime_* functions can return wrong valuesJames
2022-08-27Remove unused force_quit variable from many OS abstractionsPedro J. Estébanez
2022-08-04Add support for multiple virtual keyboard typesBrian Semrau
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-05-03Add OS::is_process_running function.mdavisprog
2022-05-03Merge pull request #60714 from Calinou/typedef-remove-refRémi Verschelde
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-04-29Add GDNativeInterface::get_library_path to GDExtensionEmmanuel Leblond
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
2022-01-17Merge pull request #56012 from bruvzg/wt🤎4Rémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-18[Windows] Improve console handling and execute/create_process.bruvzg
2021-11-12Use "enum class" for input enumsAaron Franke
2021-10-28Update Time documentationAaron Franke
2021-10-21Remove unimplemented methodsMarcel Admiraal
2021-09-23Add missing WIN32_LEAN_AND_MEANBartłomiej T. Listwon
2021-08-10Use Key enum instead of plain integersAaron Franke
2021-06-20Use mouse and joypad enums instead of plain integersAaron Franke
2021-01-09Split OS::execute into two methodsMarcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-17Remove OS::can_draw() remnantsMarcel Admiraal
2020-12-08Merge pull request #43742 from qarmin/editor_modules_default_valuesRémi Verschelde
2020-12-04RenderingServer reorganizationreduz
2020-12-02Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-07-26Fix Return key events in LineEdit & TextEdit on AndroidPouleyKetchoupp
2020-07-10Fix cancel/OK button order on macOSDaniel Ting
2020-05-16Fix Android LineEdit editing bugsSkyJJ
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-14Remove incomplete battery status/power APIRémi Verschelde
2020-01-23Merge pull request #35438 from MadEqua/virtual-keyboard-line-editRémi Verschelde
2020-01-23Android virtual keyboard respecting LineEdit max length.Bruno Lourenço
2020-01-23Make `OS.execute()` blocking by default if not specifiedHugo Locurcio
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-01iOS modular build and export implementation.bruvzg
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-06-15Adding a new Camera Server implementation to Godot.BastiaanOlij
2019-05-21added a const keyword for a methods that return constant literal...hbina085
2019-05-16Fix OS_UWP::execute's signature after cd4449eRémi Verschelde
2019-04-15Add Input::get_current_cursor_shapeGuilherme Felipe
2019-02-12Platform: Ensure classes match their header filenameRémi Verschelde
2019-02-03Added set_environment to OS classIgnacio Etcheverry