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
/
servers
/
display_server.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix primary clipboard warning
ConteZero
2021-10-23
1
-0
/
+1
*
Added primary clipboard for Linux
ConteZero
2021-10-18
1
-0
/
+2
*
Allow for mapping keycodes to current layout
Frixuu
2021-09-21
1
-0
/
+1
*
Move `alert` function from `DisplayServer` to `OS`.
bruvzg
2021-07-22
1
-2
/
+0
*
Change VSync mode project setting enum type from string to integer
Hendrik Brucker
2021-07-12
1
-0
/
+2
*
Restructure and reimplement vsync options
Hendrik Brucker
2021-07-06
1
-17
/
+14
*
Use mouse and joypad enums instead of plain integers
Aaron Franke
2021-06-20
1
-1
/
+1
*
Add MOUSE_MODE_CONFINED_HIDDEN
Aaron Franke
2021-06-03
1
-1
/
+2
*
Use an enum to represent screen orientation in the Project Settings
Hugo Locurcio
2021-05-24
1
-0
/
+3
*
OS: Remove native video API only implemented on iOS
Rémi Verschelde
2021-05-07
1
-8
/
+0
*
Move tablet driver API from OS to DisplayServer.
bruvzg
2021-02-18
1
-0
/
+5
*
Make Servers truly Thread Safe
reduz
2021-02-10
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Reorganize rendering server.
reduz
2020-12-03
1
-1
/
+1
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
1
-1
/
+0
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-2
/
+2
*
Add window click-through support.
bruvzg
2020-09-17
1
-0
/
+2
*
Re-apply "Fixes for windows in X11 tiling WMs"
PouleyKetchoupp
2020-08-22
1
-0
/
+1
*
Revert "Fixes for windows in X11 tiling WMs"
Juan Linietsky
2020-08-19
1
-1
/
+0
*
Merge pull request #40487 from nekomatata/virtual-keyboard-enter-fixes
Rémi Verschelde
2020-07-26
1
-1
/
+1
|
\
|
*
Fix Return key events in LineEdit & TextEdit on Android
PouleyKetchoupp
2020-07-26
1
-1
/
+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
*
[macOS] Implement seamless display scaling.
bruvzg
2020-07-04
1
-0
/
+8
*
Environment: Refactor code for readability + more
Rémi Verschelde
2020-07-01
1
-1
/
+1
*
Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/...
bruvzg
2020-06-13
1
-12
/
+5
*
doc: Sync classref with current source
Rémi Verschelde
2020-05-20
1
-1
/
+1
*
Fix Android LineEdit editing bugs
SkyJJ
2020-05-16
1
-1
/
+1
*
Rename InputFilter back to Input
Rémi Verschelde
2020-04-28
1
-5
/
+5
*
Display Server support
PouleyKetchoupp
2020-04-08
1
-1
/
+1
*
Fix Clang warnings on Windows
Rémi Verschelde
2020-04-01
1
-0
/
+4
*
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
1
-1
/
+1
*
DisplayServer: Fix registration of GetRenderingDriversFunction
Rémi Verschelde
2020-03-27
1
-4
/
+6
*
Add macOS DisplayServer implementation.
bruvzg
2020-03-26
1
-5
/
+29
*
Implemented drag and drop across windows, both OS and embedded.
Juan Linietsky
2020-03-26
1
-1
/
+6
*
Reworked tooltips to use the popup system.
Juan Linietsky
2020-03-26
1
-1
/
+3
*
Popups have also been converted to windows
Juan Linietsky
2020-03-26
1
-0
/
+1
*
Open sub-windows as embedded if the OS does not support them
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Separate DisplayServer from OS on Windows
Juan Linietsky
2020-03-26
1
-0
/
+1
*
Support for transient windows
Juan Linietsky
2020-03-26
1
-0
/
+3
*
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
1
-5
/
+20
*
Added a Window node, and made it the scene root.
Juan Linietsky
2020-03-26
1
-1
/
+3
*
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-26
1
-14
/
+71
*
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-26
1
-0
/
+273
[prev]