summaryrefslogtreecommitdiff
path: root/platform/windows/os_windows.cpp
AgeCommit message (Expand)Author
2016-03-09remove trailing whitespaceHubert Jarosz
2016-02-07Added constant to retrieve Windows' Documents pathFranco Eusébio Garcia
2016-02-04support horizontal mouse wheel, use in text editorhondres
2016-02-01remove pc_joystick_map.hhondres
2016-01-24Change default window size for desktopGeorge Marques
2016-01-12Merge pull request #3272 from Hinsbart/joy-bindingpunto-
2016-01-11Merge pull request #3230 from touilleMan/issue-55Rémi Verschelde
2016-01-10-Removed OS.get_system_time_msec(), this is undoable on Windows and also unus...Juan Linietsky
2016-01-08Add some joystick functions to input. Enables manipulation of mappings at run...hondres
2016-01-04Remove unnecessary null pointer checksEmmanuel Leblond
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-18Better gamepad supporthondres
2015-12-12-added windowed mode with -w, fixes #3020Juan Linietsky
2015-11-19Added missing \n in script error output.ZuBsPaCe
2015-11-19Nice error output padding. Code location behind " At: " is now aligned with t...ZuBsPaCe
2015-11-19Set console background color on windows in SetConsoleTextAttribute, otherwise...ZuBsPaCe
2015-11-19Set output color of ERR_SCRIPT messages to purple. Same as on linux.ZuBsPaCe
2015-11-19Removed ANSI error codes from windows terminal error output. Windows does not...ZuBsPaCe
2015-11-19Inconsistent code formatting in print_error (Newlines and spaces)ZuBsPaCe
2015-11-18Merge pull request #2718 from SaracenOne/audio_system_crash_fixJuan Linietsky
2015-11-18Merge pull request #2737 from akien-mga/type-specific-error-outputJuan Linietsky
2015-11-14windows crash and bind placeholder methodAriel Manzur
2015-11-10Fix error messages forcing a white font for subsequent messagesRémi Verschelde
2015-11-10Display error type (error, warning, script error) in OS::print_errorRémi Verschelde
2015-11-02Moved deleting sample player in OS finalize methods to before deleting audio ...Saracen
2015-09-24Added ability to set custom mouse cursors. Not hardware accelerated yet.Juan Linietsky
2015-08-06Add OS.get_system_time_msecMaximillian
2015-06-07Complete fix for windows compilabilityest31
2015-06-07Fix windows compilabilityest31
2015-06-06Add OS.get_time_zone_info functionest31
2015-06-06Add utc param to get_time and get_date methodsest31
2015-06-06Use local time for both time and date on winest31
2015-05-26ability to run 2D physics in a threadJuan Linietsky
2015-05-04Merge remote-tracking branch 'origin/master'Juan Linietsky
2015-05-04small unicode fixesJuan Linietsky
2015-03-25add missing WM_RBUTTONDBLCLK messagesanikoyes
2015-03-23window managements functions workJuan Linietsky
2015-03-22fixes to new window management APIJuan Linietsky
2015-03-16New option to send canvas to render bufferJuan Linietsky
2015-02-25fix get joystick name from registry on some systemsHinsbart
2015-02-15begin new serialization frameworkJuan Linietsky
2015-02-14fixes to mouse warpJuan Linietsky
2015-02-12fix get_joy_name() on windowsHinsbart
2015-02-09Merge pull request #1259 from laganojunior/feature/fix_modifier_key_unpressJuan Linietsky
2015-01-17Fix whitespace on previous commitManuel Lagang
2015-01-17Modifiers are unset on events for the modifier key itselfManuel Lagang
2015-01-18Fix mingw windows build errormarynate
2015-01-17added nvidia optimus enablementthe_mech
2015-01-11-Initial (untested) implementation of 2D shaders. Probably broken, will be fi...Juan Linietsky
2015-01-102D Rewrite Step [1]Juan Linietsky