summaryrefslogtreecommitdiffstats
path: root/platform/windows/display_server_windows.h
Commit message (Expand)AuthorAgeFilesLines
* Add window click-through support.bruvzg2020-09-171-0/+4
* Revert "[Windows] Attach to parent console instead of creating new one."bruvzg2020-08-171-1/+0
* [Windows] Attach to parent console instead of creating new one.bruvzg2020-08-111-0/+1
* DisplayServer: separate window showing into another functionLorenzo Cerqua2020-07-231-0/+1
* Fix cancel/OK button order on macOSDaniel Ting2020-07-101-1/+1
* Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky2020-06-301-0/+1
* Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/...bruvzg2020-06-131-1/+5
* Block WM_MOUSEMOVE during Windows Ink pen handling.bruvzg2020-05-221-0/+9
* [Windows] Add tablet driver selection.bruvzg2020-05-201-0/+5
* Fix input event being dispatched multiple times on WindowsHaSa10022020-05-161-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* [Windows] Add support for the WinTab API for pen input.bruvzg2020-05-051-0/+104
* [Linux/Windows] Set pressure to 1.0f when primary button is pressed and devic...bruvzg2020-05-031-0/+16
* Rename InputFilter back to InputRémi Verschelde2020-04-281-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Fix Clang warnings on WindowsRémi Verschelde2020-04-011-1/+0
* Fix copyright headers for recently added filesRémi Verschelde2020-03-281-0/+30
* Renaming of servers for coherency.Juan Linietsky2020-03-271-3/+3
* Implemented drag and drop across windows, both OS and embedded.Juan Linietsky2020-03-261-1/+8
* Reworked tooltips to use the popup system.Juan Linietsky2020-03-261-1/+2
* Popups have also been converted to windowsJuan Linietsky2020-03-261-0/+1
* Fixes to window style flagsJuan Linietsky2020-03-261-1/+2
* Open sub-windows as embedded if the OS does not support themJuan Linietsky2020-03-261-2/+2
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-1/+1
* Separate DisplayServer from OS on WindowsJuan Linietsky2020-03-261-0/+379