aboutsummaryrefslogtreecommitdiff
path: root/platform/windows/os_windows.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* IME context detection.Saracen2018-06-111-0/+5
* Fix #19033Guilherme Felipe2018-05-201-0/+1
* Merge pull request #14622 from bruvzg/non-rectangular-windowsHein-Pieter van Braam2018-05-081-0/+13
|\
| * Experimental support for windows with per-pixel transparency (macOS, X11 and ...bruvzg2018-04-071-0/+13
* | Local debugger fixes and extensionsBlazej Floch2018-05-071-0/+1
|/
* Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez2018-03-041-6/+0
* Merge pull request #15564 from RandomShaper/adpod-topmostRémi Verschelde2018-02-141-0/+2
|\
| * Add new window setting: always on topPedro J. Estébanez2018-01-051-0/+2
* | Merge pull request #15864 from GodotExplorer/pr-get_unique_id-desktop-implRémi Verschelde2018-02-141-0/+4
|\ \
| * | Windows: implement OS.get_unique_id and OS.set_ime_positiongeequlim2018-01-311-0/+4
* | | Added OS::center_window to center the window precisely on desktop platformsMarcelo Fernandez2018-02-121-0/+1
|/ /
* / Implement OS::get_processor_count() for WindowsHein-Pieter van Braam2018-01-291-0/+3
|/
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond2018-01-041-1/+1
* Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursorRémi Verschelde2018-01-031-0/+3
|\
| * Add implementation for custom hardware cursorGuilherme Silva2017-12-171-0/+3
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.Juan Linietsky2017-12-161-2/+2
* Fix type mismatch in OS::set_borderless_windowRémi Verschelde2017-12-141-1/+1
* -Add lightmapperJuan Linietsky2017-12-141-0/+2
* Remove guards for the now targeted Windows 7+Pedro J. Estébanez2017-12-061-3/+1
* Improve/fix multitouch on WindowsPedro J. Estébanez2017-12-061-2/+5
* Changed the dynamic library open function to allow setting the path of the li...Juan Linietsky2017-11-301-1/+1
* Return and repair file loggingRuslan Mustakov2017-11-211-1/+0
* Add initial support for the XDG Base Directory specRémi Verschelde2017-11-191-1/+7
* Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde2017-11-171-1/+1
* Make video mode initialization more intuitive, fixes #12022Juan Linietsky2017-11-091-2/+0
* Implemented physics plugAndreaCatania2017-11-041-6/+1
* 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-3/+1
|\
| * Extract logging logicRuslan Mustakov2017-09-251-3/+1
* | FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trashMarcelo Fernandez2017-09-251-0/+2
|/
* Rename pos to position in user facing methods and variablesletheed2017-09-201-1/+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/+6
|/
* Added new WASAPI driver for WindowsMarcelo Fernandez2017-08-271-0/+4
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* p_screen param from get_screen_* funcs now default to the current screenMarcelo Fernandez2017-08-211-3/+3
* Fix get_screen_* funcs returning old values after resolution changes on WindowsMarcelo Fernandez2017-08-141-10/+0
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-1/+1
* added an optional parameter to OS symbol lookupKarroffel2017-07-271-1/+1
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-1/+1
* Fixed issues with borderless windows on WindowsMarcelo Fernandez2017-07-091-0/+2
* Fix a few issues compiling windows and using VS2015 and earlierBastiaanOlij2017-05-231-2/+1
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-0/+1
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-1/+1
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* added dlscript moduleKarroffel2017-04-031-3/+3