summaryrefslogtreecommitdiff
path: root/platform/windows/os_windows.h
AgeCommit message (Expand)Author
2020-01-23Make `OS.execute()` blocking by default if not specifiedHugo Locurcio
2020-01-06Merge pull request #33967 from Calinou/add-os-is-window-focusedRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-01iOS modular build and export implementation.bruvzg
2019-11-28Add an `OS.is_window_focused()` getterHugo Locurcio
2019-10-30[macOS, Windows, X11] Add graphic tablet pen pressure and tilt support to Inp...bruvzg
2019-10-27Fix invalid window border when toggled from fullscreen to windowed modeYuri Roubinsky
2019-10-24Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...bruvzg
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-07-09Fix cursor blinking in integrated GPUsGuilherme Felipe
2019-06-20Add option to toggle console window on WindowsLuka Dornhecker
2019-06-17Merge pull request #29752 from bruvzg/window_size_limitsRémi Verschelde
2019-06-15Adding a new Camera Server implementation to Godot.BastiaanOlij
2019-06-15Add ability to limit maximum/minimum window size.bruvzg
2019-05-24Add native window/taskbar icon support for Windows and macOS.bruvzg
2019-05-21added a const keyword for a methods that return constant literal...hbina085
2019-04-07Android now (optionally) builds the template when exportingJuan Linietsky
2019-04-15Add Input::get_current_cursor_shapeGuilherme Felipe
2019-03-03Ability to keep pumping messages while being debugged, may be a solution for ...Juan Linietsky
2019-02-25Update Windows global mouse position at startupJunwei Ng
2019-02-20Drop RtAudio driver on WindowsRémi Verschelde
2019-02-12Platform: Ensure classes match their header filenameRémi Verschelde
2019-02-12Drivers, main, servers: Ensure classes match their header filenameRémi Verschelde
2019-02-03Added set_environment to OS classIgnacio Etcheverry
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-20Added OS.get_system_time_msecs()volzhs
2018-11-30Fix wrong size and position when windows is minimized on WindowsMarcelo Fernandez
2018-11-09Fix mouse mode restoration on WindowsPedro J. Estébanez
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-27Revert "Try closing gracefully before terminating process"Ré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-20Try closing gracefully before terminating processMarcin Zawiejski
2018-07-30Relative motion based on raw input for WindowsMikko Mustonen
2018-07-21Added a new MIDIDriver classMarcelo Fernandez
2018-07-19-Project/Editor settings now use new inspectorJuan Linietsky
2018-06-11IME context detection.Saracen
2018-05-20Fix #19033Guilherme Felipe
2018-05-08Merge pull request #14622 from bruvzg/non-rectangular-windowsHein-Pieter van Braam
2018-05-07Local debugger fixes and extensionsBlazej Floch
2018-04-07Experimental support for windows with per-pixel transparency (macOS, X11 and ...bruvzg
2018-03-04Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez
2018-02-14Merge pull request #15564 from RandomShaper/adpod-topmostRémi Verschelde
2018-02-14Merge pull request #15864 from GodotExplorer/pr-get_unique_id-desktop-implRémi Verschelde
2018-02-12Added OS::center_window to center the window precisely on desktop platformsMarcelo Fernandez
2018-01-31Windows: implement OS.get_unique_id and OS.set_ime_positiongeequlim
2018-01-29Implement OS::get_processor_count() for WindowsHein-Pieter van Braam
2018-01-05Add new window setting: always on topPedro J. Estébanez