summaryrefslogtreecommitdiffstats
path: root/platform/windows
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Update copyright statements to 2021Rémi Verschelde2021-01-0121-42/+42
* | Fix window restoring after fullscreen againYuri Roubinsky2020-12-312-11/+15
* | Merge pull request #44757 from andrew-softdev/my-bug-fixRémi Verschelde2020-12-281-33/+27
|\ \
| * | Incorrect format specifiers used to display some String/StringName dataandrew-softdev2020-12-281-33/+27
* | | Merge pull request #44593 from madmiraal/rename-mainloop-methodsRémi Verschelde2020-12-281-2/+2
|\ \ \
| * | | Rename MainLoop methods to match Node methodsMarcel Admiraal2020-12-221-2/+2
| |/ /
* / / Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
|/ /
* | Rename Rect2 and Rect2i clip() to intersection()Marcel Admiraal2020-12-191-1/+1
* | 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
* | SCons: Add only selected platform's opts to envRémi Verschelde2020-12-161-3/+1
* | Don't handle BaseException in build scriptsMarcel Admiraal2020-12-121-1/+1
|/
* Merge pull request #40708 from bruvzg/improve_os_localeRémi Verschelde2020-12-101-4/+4
|\
| * Improve `OS::get_locale()` on macOS and Windows, replace "-" with "_" and use...bruvzg2020-08-111-4/+4
* | Merge pull request #44161 from Faless/fix/fa_buffered_removeRémi Verschelde2020-12-091-1/+0
|\ \
| * | Remove now unused FileAccessBuffered.Fabio Alessandrelli2020-12-061-1/+0
* | | Merge pull request #43742 from qarmin/editor_modules_default_valuesRémi Verschelde2020-12-084-15/+13
|\ \ \ | |/ / |/| |
| * | Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-024-15/+13
* | | RenderingServer reorganizationreduz2020-12-043-4/+4
* | | Added driving joystick type to windows joystick handlingBastiaan Olij2020-12-041-1/+1
* | | Merge pull request #44074 from reduz/reorganize-3dRémi Verschelde2020-12-041-1/+1
|\ \ \
| * | | Reorganize rendering server.reduz2020-12-031-1/+1
| |/ /
* | | Merge pull request #44018 from lyubomirv/mingw_use_static_cpp_optionRémi Verschelde2020-12-031-5/+12
|\ \ \ | |/ / |/| |
| * | Add 'use_static_cpp' option for MinGW and MSVC buildsLyubomir Vasilev2020-12-031-5/+12
* | | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-2/+38
|/ /
* | SCons: Remove unnecessary $LINK overridesRémi Verschelde2020-11-191-4/+3
* | Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-2/+0
* | Fixed exit code retrieval of spawned processes on WindowsMarcus Brummer2020-11-161-1/+3
* | Merge pull request #43412 from akien-mga/variant-rename-_RID-to-RIDRémi Verschelde2020-11-091-2/+2
|\ \
| * | Variant: Rename Type::_RID to Type::RIDRémi Verschelde2020-11-091-2/+2
* | | Remove `debug_symbols=full` in favor of `debug_symbols=yes`Hugo Locurcio2020-11-092-7/+3
|/ /
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-074-4/+4
* | Merge pull request #43353 from madmiraal/fix-43352Rémi Verschelde2020-11-062-3/+3
|\ \
| * | Use LONG instead of DWORD (unsigned int) when interacting with DIJOFS constants.unknown2020-11-062-3/+3
* | | Changed path behaviour for WindowsEv1lbl0w2020-10-241-4/+6
|/ /