index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
platform
/
windows
/
display_server_windows.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add window click-through support.
bruvzg
2020-09-17
1
-0
/
+4
*
Revert "[Windows] Attach to parent console instead of creating new one."
bruvzg
2020-08-17
1
-1
/
+0
*
[Windows] Attach to parent console instead of creating new one.
bruvzg
2020-08-11
1
-0
/
+1
*
DisplayServer: separate window showing into another function
Lorenzo Cerqua
2020-07-23
1
-0
/
+1
*
Fix cancel/OK button order on macOS
Daniel Ting
2020-07-10
1
-1
/
+1
*
Add a separate application focus/in notification out from Window focus notifi...
Juan Linietsky
2020-06-30
1
-0
/
+1
*
Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/...
bruvzg
2020-06-13
1
-1
/
+5
*
Block WM_MOUSEMOVE during Windows Ink pen handling.
bruvzg
2020-05-22
1
-0
/
+9
*
[Windows] Add tablet driver selection.
bruvzg
2020-05-20
1
-0
/
+5
*
Fix input event being dispatched multiple times on Windows
HaSa1002
2020-05-16
1
-0
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-1
/
+0
*
[Windows] Add support for the WinTab API for pen input.
bruvzg
2020-05-05
1
-0
/
+104
*
[Linux/Windows] Set pressure to 1.0f when primary button is pressed and devic...
bruvzg
2020-05-03
1
-0
/
+16
*
Rename InputFilter back to Input
Rémi Verschelde
2020-04-28
1
-1
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-1
/
+1
*
Fix Clang warnings on Windows
Rémi Verschelde
2020-04-01
1
-1
/
+0
*
Fix copyright headers for recently added files
Rémi Verschelde
2020-03-28
1
-0
/
+30
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-3
/
+3
*
Implemented drag and drop across windows, both OS and embedded.
Juan Linietsky
2020-03-26
1
-1
/
+8
*
Reworked tooltips to use the popup system.
Juan Linietsky
2020-03-26
1
-1
/
+2
*
Popups have also been converted to windows
Juan Linietsky
2020-03-26
1
-0
/
+1
*
Fixes to window style flags
Juan Linietsky
2020-03-26
1
-1
/
+2
*
Open sub-windows as embedded if the OS does not support them
Juan Linietsky
2020-03-26
1
-2
/
+2
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Separate DisplayServer from OS on Windows
Juan Linietsky
2020-03-26
1
-0
/
+379