summaryrefslogtreecommitdiff
path: root/platform/uwp
AgeCommit message (Expand)Author
2021-09-24Replace `#pragma once` by traditional include guards for consistencyHugo Locurcio
2021-08-31Make platform feature tag names lowercaseHugo Locurcio
2021-08-12Split uwp platform export template into multiple filesSergey Minakov
2021-08-10Use Key enum instead of plain integersAaron Franke
2021-07-15Misc cleanup of header includesRémi Verschelde
2021-06-20Use mouse and joypad enums instead of plain integersAaron Franke
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-17UWP: Keep upstream names for capabilities preset settings to avoid mismatchGromph
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-03Add MOUSE_MODE_CONFINED_HIDDENAaron Franke
2021-05-31Implement shader cachingreduz
2021-05-25Rename File::get_len() get_length()Marcel Admiraal
2021-05-22[UWP] Add missing `get_scansym` argument.bruvzg
2021-05-17Merge pull request #48168 from LightningAA/control-to-ctrl-4.0Rémi Verschelde
2021-05-11SCons: Fix UWP build after #45315Rémi Verschelde
2021-05-07Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A
2021-05-06Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio
2021-04-27Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde
2021-04-14Fix EditorExportPlugin _export_begin and _export_end functions not being call...Gromph
2021-03-28Rename Texture.get_data() to get_image()Marcel Admiraal
2021-03-23Rename some more global enums (Key, Joy, MIDI)Aaron Franke
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-20Merge pull request #46966 from qarmin/faster_releaseRémi Verschelde
2021-03-17Converted sensor acceleration units to m/s^2 on iOS and UWPMarcus Brummer
2021-03-14Allow to not optimize release buildRafał Mikrut
2021-02-10Make Servers truly Thread Safereduz
2021-01-29Modernize ThreadPedro J. Estébanez
2021-01-19Modernize RWLockPedro J. Estébanez
2021-01-12CI: Update to clang-format 11 and apply ternary operator changesRémi Verschelde
2021-01-09Split OS::execute into two methodsMarcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-17Remove OS::can_draw() remnantsMarcel Admiraal
2020-12-16SCons: Add only selected platform's opts to envRémi Verschelde
2020-12-08Merge pull request #43742 from qarmin/editor_modules_default_valuesRémi Verschelde
2020-12-04RenderingServer reorganizationreduz
2020-12-03Reorganize rendering server.reduz
2020-12-02Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut
2020-11-20Export: Reorder options for consistency across platformsRémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-10-09[Windows, MSVC] Correctly set source file encoding.bruvzg
2020-10-08Fixed an issue in UWP export caused by duplicate entry for extensions in cont...unknown
2020-10-08SCons: Refactor and cleanup warnings definitionRémi Verschelde
2020-09-14Only display the Windows toggle console option if it can actually be usedHugo Locurcio
2020-09-05Adds PCK encryption support (using script encryption key for export).bruvzg
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-08-13Remove obsolete GLES2 backend codeRémi Verschelde
2020-07-26Merge pull request #40487 from nekomatata/virtual-keyboard-enter-fixesRémi Verschelde
2020-07-26Fix Return key events in LineEdit & TextEdit on AndroidPouleyKetchoupp