summaryrefslogtreecommitdiffstats
path: root/platform/windows
Commit message (Expand)AuthorAgeFilesLines
* [Windows Export] Use temporary file for osslsigncode signing.bruvzg2021-06-291-1/+11
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-203-20/+20
* Move many input enums to their own fileAaron Franke2021-06-201-9/+9
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-192-11/+11
* Merge pull request #49123 from aaronfranke/it-is-timeRémi Verschelde2021-06-121-2/+2
|\
| * Add Time singletonAaron Franke2021-06-111-2/+2
* | Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-ioRémi Verschelde2021-06-111-1/+1
|\ \
| * | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
| |/
* | Merge pull request #49279 from Calinou/rename-string-is-abs-path-methodRémi Verschelde2021-06-111-3/+3
|\ \ | |/ |/|
| * Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio2021-06-031-3/+3
* | Style: Cleanup uses of double spaces between wordsRémi Verschelde2021-06-072-2/+2
* | Rename Quat to QuaternionMarcel Admiraal2021-06-041-4/+4
* | Merge pull request #38430 from aaronfranke/transform3dRémi Verschelde2021-06-031-2/+2
|\ \
| * | Rename Variant TRANSFORM to TRANSFORM3DAaron Franke2021-06-031-2/+2
| |/
* / Add MOUSE_MODE_CONFINED_HIDDENAaron Franke2021-06-031-19/+30
|/
* Fixed window_can_draw of DisplayServerWindowsHendrik Brucker2021-06-021-1/+1
* OS: Remove code duplicate in XDG paths handlingRémi Verschelde2021-05-211-11/+7
* Only allow absolute paths in XDG environment variablesHugo Locurcio2021-05-201-4/+22
* Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-072-32/+32
* Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-061-1/+1
* Rename `doubleclick` to `double_click`Aaron Franke2021-05-041-4/+4
* Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde2021-04-291-6/+6
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-1/+1
* Fix window resizing after minimization on Windowsfloppyhammer2021-03-301-0/+2
* Rename Texture.get_data() to get_image()Marcel Admiraal2021-03-281-2/+2
* Rename some more global enums (Key, Joy, MIDI)Aaron Franke2021-03-232-3/+3
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-10/+10
* Merge pull request #46966 from qarmin/faster_releaseRémi Verschelde2021-03-201-4/+6
|\
| * Allow to not optimize release buildRafał Mikrut2021-03-141-4/+6
* | Merge pull request #46941 from goostengine/asan-msvcRémi Verschelde2021-03-131-0/+7
|\ \
| * | Add `use_asan` option for MSVC to enable AddressSanitizerAndrii Doroshenko (Xrayez)2021-03-121-0/+7
* | | Merge pull request #46900 from Ev1lbl0w/bugfix-malloc_callsRémi Verschelde2021-03-132-8/+8
|\ \ \ | |_|/ |/| |
| * | Replace malloc's with Godot's memalloc macroEv1lbl0w2021-03-132-8/+8
| |/
* / Fixes small typos and grammar correctionAnshul7sp12021-03-123-5/+5
|/
* Added LocalVector to Visual Studio debugger visualizationPouleyKetchoupp2021-02-241-0/+10
* Move tablet driver API from OS to DisplayServer.bruvzg2021-02-184-83/+78
* Make Servers truly Thread Safereduz2021-02-101-1/+0
* Use /Zi and /FS for including debugger symbols on Windows with MSVCBastiaan Olij2021-02-091-2/+3
* SCons: Fix debug_symbols tests after switch to BoolVariableRémi Verschelde2021-02-082-4/+4
* Cancel event dispatch on errorkobewi2021-02-071-1/+4
* SCons: Add `production=yes` option to use production defaultsRémi Verschelde2021-02-031-1/+1
* Modernize ThreadPedro J. Estébanez2021-01-291-3/+0
* Merge pull request #45314 from RandomShaper/modernize_rwlockRémi Verschelde2021-01-221-2/+0
|\
| * Modernize RWLockPedro J. Estébanez2021-01-191-2/+0
* | BUGFIX: Fix unintialized cursor_shape on windows display serverMarios Staikopoulos2021-01-181-1/+1
|/
* Split OS::execute into two methodsMarcel Admiraal2021-01-093-43/+51
* Removes semicolon typo in display_server_windowsYuri Roubinsky2021-01-061-1/+1
* Fix PopupMenu's which are not closed after a recent commitYuri Roubinsky2021-01-062-37/+45
* Merge pull request #44299 from Chaosus/fix_win32_warningRémi Verschelde2021-01-052-23/+35
|\
| * Fixed warning at project startup (WIN32)Yuri Roubinsky2021-01-012-23/+35