aboutsummaryrefslogtreecommitdiff
path: root/platform/windows (follow)
Commit message (Expand)AuthorAgeFilesLines
* property output unix seconds since epoch in windows get_system_time_secs, fix...Juan Linietsky2016-06-111-1/+7
* -make freetype build for all platforms the same, default as builtin except on...Juan Linietsky2016-06-091-9/+0
* GLEW: Define static + enabled and includes via SConsRémi Verschelde2016-06-082-3/+3
* Windows: Hide mouse on MOUSE_MODE_CAPTUREDJ08nY2016-06-071-1/+1
* vsync supportJuan Linietsky2016-06-054-1/+42
* -customizable shortcuts in editorJuan Linietsky2016-06-041-1/+1
* change invalid characters when get user data dir on Windows & Unixvolzhs2016-06-031-1/+1
* removed dependency on shcore.dll to get DPIJuan Linietsky2016-06-012-15/+75
* Icon: Remove more grey capsules behind official logoRémi Verschelde2016-05-301-0/+0
* hidpi for now not available on mingw, sorryJuan Linietsky2016-05-291-1/+1
* DPI Detection supportJuan Linietsky2016-05-293-3/+27
* fix freetype paths on osx and mingwJuan Linietsky2016-05-291-2/+3
* Finalized DynamicFont implementationJuan Linietsky2016-05-291-2/+2
* Changed import workflowJuan Linietsky2016-05-271-0/+28
* remove trailing whitespaceHubert Jarosz2016-05-211-1/+1
* Working even when re-entering window.Mattias Cibien2016-05-091-0/+2
* Cursor hides only in client areaMattias Cibien2016-05-092-1/+19
* Fix windows 64-bits build.George Marques2016-05-031-0/+2
* Fixed behavior of OS.set_window_resizableMattias Cibien2016-05-031-1/+1
* Merge pull request #4274 from Griefchief/masterRémi Verschelde2016-05-021-0/+89
|\
| * Fixes 64 bit MSVC builds, disables bits parameterAleksandar Danilovic2016-04-101-0/+89
* | Implement OS.get_process_ID for WindowsGeorge Marques2016-04-292-0/+6
|/
* Remove trailing spacesRémi Verschelde2016-04-021-29/+29
* Borderless window support for the Win32 build. Default window position is now...Saracen2016-03-122-2/+15
* remove trailing whitespaceHubert Jarosz2016-03-095-56/+56
* Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACTRémi Verschelde2016-02-171-1/+1
* win: fix xinput triggers not resetting correctlyHondres2016-02-121-1/+1
* Added constant to retrieve Windows' Documents pathFranco Eusébio Garcia2016-02-071-1/+1
* Removed PE-bliss, win32 binares so far remain without icon, had many issues w...Juan Linietsky2016-02-042-374/+2
* -removed buggy flags, makes mingw+32 bits+optimized work again,Juan Linietsky2016-02-041-1/+1
* support horizontal mouse wheel, use in text editorhondres2016-02-042-3/+20
* remove pc_joystick_map.hhondres2016-02-011-1/+0
* Revert "make msvc 64bits build again, fixes #3098"George Marques2016-01-261-1/+1
* -Many fixes to windows build system with Mingw on Windows. Fixes #2690Juan Linietsky2016-01-251-35/+1
* Change default window size for desktopGeorge Marques2016-01-241-1/+1
* Fix 32 bit windows export crashmrezai2016-01-161-2/+8
* Merge pull request #3272 from Hinsbart/joy-bindingpunto-2016-01-122-0/+10
|\
| * Add some joystick functions to input. Enables manipulation of mappings at run...hondres2016-01-082-0/+10
* | Merge pull request #3230 from touilleMan/issue-55Rémi Verschelde2016-01-111-2/+1
|\ \
| * | Remove unnecessary null pointer checksEmmanuel Leblond2016-01-041-2/+1
* | | make msvc 64bits build again, fixes #3098Juan Linietsky2016-01-101-1/+1
* | | -Removed OS.get_system_time_msec(), this is undoable on Windows and also unus...Juan Linietsky2016-01-102-3/+9
| |/ |/|
* | Better fix for visual studio project generation.Peace Sells2016-01-061-1/+1
* | define XUSER_MAX_COUNT if not presenthondres2016-01-051-0/+3
|/
* Update copyright to 2016 in headersGeorge Marques2016-01-0118-18/+18
* Fix joystick hotplugging on windows, using right indices nowHondres2015-12-261-8/+16
* windows resource version thingAriel Manzur2015-12-201-2/+2
* this failed on mingw on linux (but not on msvc) with 2 problems:Ariel Manzur2015-12-201-3/+3
* Use tabs instead of spaces for new gamepad codehondres2015-12-182-384/+384
* Better gamepad supporthondres2015-12-186-299/+682