summaryrefslogtreecommitdiff
path: root/platform/windows
AgeCommit message (Expand)Author
2018-08-24Merge pull request #21375 from akien-mga/msvc-nominmaxRémi Verschelde
2018-08-24SCons: Disable min/max WinDef.h macros on MSVCRémi Verschelde
2018-08-24Merge pull request #20712 from marcelofg55/midi_open_closeJuan Linietsky
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-24Add print_verbose to print to stdout only in verbose modeRémi Verschelde
2018-08-22Modifications to raw input so the handling of absolute coordinates is more co...Juan Linietsky
2018-08-22Merge pull request #20523 from moiman100/windows-raw-inputJuan Linietsky
2018-08-21BPTC supportelasota
2018-08-21Merge pull request #21236 from dragmz/windows-graceful-closeRémi Verschelde
2018-08-21CI: Disable debug_symbols on Travis/AppVeyorRémi Verschelde
2018-08-20Try closing gracefully before terminating processMarcin Zawiejski
2018-08-20Add PROPERTY_HINT_PLACEHOLDER_TEXT for String propertiesRémi Verschelde
2018-08-19Merge pull request #21179 from elasota/vs-pdbRémi Verschelde
2018-08-19Support debug_symbols in VS optimized buildselasota
2018-08-18Fix errors during removing files or folders and fix for latin symbolsneonsoup
2018-08-14Fix impossibility of removing folder which contains non-latin symbols(on Wind...Chaosus
2018-08-04Add OS::open_midi_inputs and OS::close_midi_inputsMarcelo Fernandez
2018-07-30Relative motion based on raw input for WindowsMikko Mustonen
2018-07-30Fix Windows handles leakMarcin Zawiejski
2018-07-29Added missing support for traditional chinese on Windows, fixes #7674Juan Linietsky
2018-07-27Running builder (content generator) functions in subprocesses on WindowsViktor Ferenczi
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-25Merge pull request #20154 from marcelofg55/midi_driverRémi Verschelde
2018-07-24Merge pull request #20245 from bruvzg/fix_win_pp_transpRémi Verschelde
2018-07-21-Fix disable_3d flagJuan Linietsky
2018-07-21Added a new MIDIDriver classMarcelo Fernandez
2018-07-19-Project/Editor settings now use new inspectorJuan Linietsky
2018-07-18Fix OpenGL buffer depth for per pixel transparency support (Windows, NVIDIA)bruvzg
2018-07-18Style: Format code with clang-format 6.0.1Rémi Verschelde
2018-07-09Added support for extra mouse buttons.unknown
2018-07-03-Fix fullscreen on Windows with a HiDPI monitor but a non-HiDPI projectJuan Linietsky
2018-07-03Merge pull request #19919 from marcelofg55/notif_crashMax Hilbrunner
2018-07-03Merge pull request #19708 from RandomShaper/fix-windows-touchMax Hilbrunner
2018-07-02Add a new notification to detect crashes on native scriptsMarcelo Fernandez
2018-06-28Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio
2018-06-26Fix touch issues on WindowsPedro J. Estébanez
2018-06-11IME context detection.Saracen
2018-06-07Tweak some help texts in the build systemHugo Locurcio
2018-05-30Improve return value of OS.execute in blocking/non-blocking variantsRémi Verschelde
2018-05-28Change position of validation in set_custom_mouse_cursorGuilherme Felipe
2018-05-28Merge pull request #19210 from guilhermefelipecgs/fix_invalid_imageMax Hilbrunner
2018-05-27Add validation in set_custom_mouse_cursorGuilherme Felipe
2018-05-26Fix memory leak in set_custom_mouse_cursorGuilherme Felipe
2018-05-23More fixes to set_borderless_windowGuilherme Felipe
2018-05-21Merge pull request #19070 from guilhermefelipecgs/fix_19033Max Hilbrunner
2018-05-21Fix #15678Guilherme Felipe
2018-05-20Fix #19033Guilherme Felipe
2018-05-10Reset the cursor with Input.set_custom_mouse_cursor(null)Guilherme Felipe
2018-05-09Add support for atlas texture on set_custom_mouse_cursorGuilherme Felipe
2018-05-08Merge pull request #14622 from bruvzg/non-rectangular-windowsHein-Pieter van Braam