aboutsummaryrefslogtreecommitdiff
path: root/platform/windows/os_windows.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Drop EXEC PATHP?? super verbose info messageRémi Verschelde2017-04-171-1/+0
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-2/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Revert "8145 - Mouse Position is unknown until first mouse event on X11"Juan Linietsky2017-04-061-3/+0
* Merge pull request #8246 from GodotNativeTools/dlscript-moduleRémi Verschelde2017-04-041-0/+26
|\
| * added dlscript moduleKarroffel2017-04-031-6/+6
| * Added methods for opening dynamic libraries to OSKarroffel2017-03-291-0/+26
* | 8145 - Mouse Position is unknown until first mouse event on X11 & WinSergey Pusnei2017-03-281-0/+3
|/
* Input: Remove usage of platform dependent event IDs.Andreas Haas2017-03-261-9/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-776/+647
* Add API to access battery power stateJulian Murgia2017-03-041-0/+14
* Merge pull request #7854 from neikeq/pr-execute-iterRémi Verschelde2017-02-261-3/+3
|\
| * Replace misuse of list iterationIgnacio Etcheverry2017-02-201-3/+3
* | Merge pull request #7848 from hpvb/fix-7839Rémi Verschelde2017-02-261-6/+5
|\ \
| * | Windows: Close audiodriver sooner on exitHein-Pieter van Braam2017-02-191-6/+5
| |/
* / -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-1/+1
|/
* Merge pull request #7782 from SaracenOne/windows_relative_cursor_fixRémi Verschelde2017-02-121-2/+3
|\
| * Fix glitches when sampling relative cursor data in CAPTURED mouse mode on Win...Saracen2017-02-111-2/+3
* | Merge pull request #7771 from Limb/winaudiodriverRémi Verschelde2017-02-121-0/+5
|\ \
| * | Close out audio drivers when exiting.Kenneth Lorthioir2017-02-091-0/+5
| |/
* | Merge pull request #7770 from Limb/removedx9Rémi Verschelde2017-02-121-7/+0
|\ \
| * | Removed DX9 Rasterizer in windows.Kenneth Lorthioir2017-02-091-7/+0
| |/
* / Fixed compilation issues with Visual StudioKenneth Lorthioir2017-02-081-0/+5
|/
* Added focus tracking in X11 and Windows classes, added new confined mouse mod...Ilija Boshkov2017-01-251-11/+30
* Merge pull request #7558 from Faless/fix_windows_outputRémi Verschelde2017-01-161-10/+2
|\
| * Fix gibberish output for windows/mingw.Fabio Alessandrelli2017-01-161-10/+2
* | Adapt platforms to AudioServer refactoringRémi Verschelde2017-01-161-30/+5
|/
* Oops! Audio engine has vanished :DJuan Linietsky2017-01-151-5/+5
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-12/+16
* rename Input.get_mouse_speed() to Input.get_last_mouse_speed()Juan Linietsky2017-01-131-2/+2
* More fixes to Joypad renaming.Andreas Haas2017-01-081-1/+1
* renamed joystick to joypad everywhere around source code!Juan Linietsky2017-01-081-5/+5
* Windows: Define _WIN32_WINRT to 0x0600 (Vista)Rémi Verschelde2017-01-081-1/+1
* Added missing readers writers lock to windows, should compile and run again..Juan Linietsky2017-01-081-0/+2
* fixes compilation in windows?Juan Linietsky2017-01-081-14/+2
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-1/+1
* -Changed memory functions, Memory::alloc_static*, simplified them, made them ...Juan Linietsky2017-01-061-4/+0
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2017-01-051-3/+5
|\