aboutsummaryrefslogtreecommitdiff
path: root/platform/windows/os_windows.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Return and repair file loggingRuslan Mustakov2017-11-211-10/+3
* Pass engine name and version parts as proper stringsRémi Verschelde2017-11-201-1/+1
* Merge pull request #12988 from akien-mga/xdg-home-pathsRémi Verschelde2017-11-201-10/+47
|\
| * Add initial support for the XDG Base Directory specRémi Verschelde2017-11-191-9/+46
| * Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde2017-11-171-2/+2
* | Cleanup old references to GLES2 rendererRémi Verschelde2017-11-191-1/+1
|/
* Make video mode initialization more intuitive, fixes #12022Juan Linietsky2017-11-091-5/+0
* Merge pull request #12262 from AndreaCatania/pplugJuan Linietsky2017-11-031-13/+0
|\
| * Implemented physics plugAndreaCatania2017-11-041-13/+0
* | Disable logging until the logs location is sorted outRémi Verschelde2017-10-291-1/+3
|/
* OS::execute can now read from stderr too when executing with a pipeMarcelo Fernandez2017-10-031-1/+1
* Merge pull request #11568 from endragor/loggersAndreas Haas2017-10-021-133/+10
|\
| * Extract logging logicRuslan Mustakov2017-09-251-133/+10
* | FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trashMarcelo Fernandez2017-09-251-0/+27
|/
* Rename pos to position in user facing methods and variablesletheed2017-09-201-1/+1
* Merge pull request #11252 from marcelofg55/fix_noaudio_crashRémi Verschelde2017-09-171-6/+1
|\
| * Fix crash when no audio driver is availableMarcelo Fernandez2017-09-131-6/+1
* | Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog2017-09-151-1/+1
|\ \ | |/ |/|
| * Fix enums bindingsMaxim Sheronov2017-09-131-1/+1
* | Added a crash handler to dump the backtrace on Windows, Linux and OS XMarcelo Fernandez2017-09-131-0/+10
* | Style: Apply clang-format to @reduz's changesRémi Verschelde2017-09-131-8/+6
* | HiDPI support on Windows.. yes this is all it took.Juan Linietsky2017-09-121-0/+22
|/
* Remove assignment and declarations in if statementsHein-Pieter van Braam2017-09-081-1/+10
* Added new WASAPI driver for WindowsMarcelo Fernandez2017-08-271-0/+3
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Merge pull request #10487 from marcelofg55/curscr_as_defaultRémi Verschelde2017-08-221-3/+3
|\
| * p_screen param from get_screen_* funcs now default to the current screenMarcelo Fernandez2017-08-211-3/+3
* | Removed unnecessary assignmentsWilson E. Alvarez2017-08-211-2/+1
|/
* Workaround missing WM_TOUCH on mingw-w64 < 4.0Rémi Verschelde2017-08-181-4/+3
* Removed unused variableWilson E. Alvarez2017-08-171-1/+0
* Fix get_screen_* funcs returning old values after resolution changes on WindowsMarcelo Fernandez2017-08-141-38/+96
* Merge pull request #10141 from ISylvox/lower_case_godot_apiRémi Verschelde2017-08-071-1/+1
|\
| * Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-1/+1
* | Merge pull request #10045 from marcelofg55/audioserver_finishRémi Verschelde2017-08-071-4/+0
|\ \ | |/ |/|
| * Fix double finalisation of audio driversMarcelo Fernandez2017-08-021-4/+0
* | Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov2017-08-061-1/+1
|/
* Merge pull request #9886 from bruvzg/3.0-win-num-enter-fixRémi Verschelde2017-07-311-1/+6
|\
| * Fix Numpad Enter key on Windowsbruvzg2017-07-261-1/+6
* | added an optional parameter to OS symbol lookupKarroffel2017-07-271-3/+7
|/
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-5/+5
* -Reorganized all properties of project settings (Sorry, Again).Juan Linietsky2017-07-171-1/+1
* Fixed issues with borderless windows on WindowsMarcelo Fernandez2017-07-091-72/+42
* Fix MouseWheel position on WindowsGeorge Marques2017-06-151-2/+2
* Restired multithread support in OSX and Windows, should stop the crashes.Juan Linietsky2017-06-101-8/+6
* renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-3/+3
* InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-031-17/+17
* Fix a few issues compiling windows and using VS2015 and earlierBastiaanOlij2017-05-231-1/+1
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-130/+129
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-7/+8
* Implemented scrolling factor for smooth trackpad scrollingtoger52017-05-071-2/+5