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
/
linuxbsd
/
display_server_x11.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #57341 from bruvzg/win_multiwin_fs
Rémi Verschelde
2022-02-04
1
-0
/
+2
|
\
|
*
[Windows] Add WS_BORDER flag to windows in WINDOW_MODE_FULLSCREEN mode to al...
bruvzg
2022-02-04
1
-0
/
+2
*
|
Merge pull request #57617 from bruvzg/char_cleanup
Rémi Verschelde
2022-02-04
1
-1
/
+1
|
\
\
|
*
|
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-04
1
-1
/
+1
|
|
/
*
|
Merge pull request #57335 from jordigcs/display-refresh-rate
Rémi Verschelde
2022-02-04
1
-0
/
+60
|
\
\
|
|
/
|
/
|
|
*
Add screen_get_refresh_rate to DisplayServer
jordi
2022-02-03
1
-0
/
+60
*
|
Fix captured mouse mode
Hendrik Brucker
2022-02-01
1
-12
/
+13
*
|
simplify formatting scripts, add a clang-tidy script, and run clang-tidy
Nathan Franke
2022-01-29
1
-1
/
+2
*
|
Merge pull request #56785 from bruvzg/nat_handles_4
Rémi Verschelde
2022-01-27
1
-0
/
+18
|
\
\
|
|
/
|
/
|
|
*
Add support for getting native display, window, and view handles.
bruvzg
2022-01-14
1
-0
/
+18
*
|
Merge pull request #56754 from madmiraal/fix-45592
Rémi Verschelde
2022-01-24
1
-1
/
+0
|
\
\
|
*
|
Use mouse event relative motion to calculate mouse velocity
Marcel Admiraal
2022-01-13
1
-1
/
+0
*
|
|
Rename or refactor macros to avoid leading underscores
Omar Polo
2022-01-20
1
-1
/
+0
*
|
|
Window management improvements.
bruvzg
2022-01-18
1
-15
/
+0
|
|
/
|
/
|
*
|
Fix various typos
luz paz
2022-01-13
1
-1
/
+1
|
/
*
Merge pull request #56322 from madmiraal/fix-42450
Rémi Verschelde
2022-01-11
1
-2
/
+2
|
\
|
*
Rename speed to velocity when it's a directional Vector
Marcel Admiraal
2021-12-29
1
-2
/
+2
*
|
Merge pull request #56438 from madmiraal/fix-56428
Rémi Verschelde
2022-01-03
1
-7
/
+11
|
\
\
|
*
|
Fix tablet tilt values returning bad values
Marcel Admiraal
2022-01-02
1
-7
/
+11
|
|
/
*
/
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
*
Fix initialising of gl_manager and checking gl_manager and context_vulkan pre...
Bastiaan Olij
2021-12-18
1
-12
/
+12
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-1
/
+1
*
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-33
/
+33
*
Merge pull request #54315 from nekomatata/x11-key-events-log
Rémi Verschelde
2021-11-09
1
-1
/
+8
|
\
|
*
Add KeyPress & KeyRelease events to X11 debug events logging
PouleyKetchoupp
2021-10-27
1
-1
/
+8
*
|
Fix BadWindow X11 errors when a window is closed while processing struts
PouleyKetchoupp
2021-11-04
1
-2
/
+21
*
|
Merge pull request #41565 from nekomatata/x11-usable-screen-size
Rémi Verschelde
2021-11-01
1
-11
/
+257
|
\
\
|
*
|
Implemented screen_get_usable_rect for X11 Display Server
PouleyKetchoupp
2021-10-29
1
-11
/
+257
*
|
|
Use OpenGL 3.3 core profile instead of compatibility profile
Clay John
2021-10-31
1
-29
/
+22
*
|
|
Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
Hugo Locurcio
2021-10-30
1
-30
/
+26
*
|
|
Add GLES2 2D renderer + Linux display manager
lawnjelly
2021-10-30
1
-22
/
+105
|
/
/
*
|
Merge pull request #42117 from nekomatata/x11-get-window-screen
Rémi Verschelde
2021-10-28
1
-26
/
+49
|
\
\
|
*
|
Fix window_get_current_screen for X11 display server
PouleyKetchoupp
2021-10-28
1
-26
/
+49
*
|
|
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
1
-21
/
+1
*
|
|
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
1
-19
/
+19
|
/
/
*
/
Fix input events random delay on X11
PouleyKetchoupp
2021-10-27
1
-18
/
+28
|
/
*
Fix primary clipboard warning
ConteZero
2021-10-23
1
-0
/
+1
*
Added primary clipboard for Linux
ConteZero
2021-10-18
1
-5
/
+43
*
Merge pull request #52684 from Frixuu/master
Rémi Verschelde
2021-10-01
1
-0
/
+18
|
\
|
*
Allow for mapping keycodes to current layout
Frixuu
2021-09-21
1
-0
/
+18
*
|
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-49
/
+49
|
/
*
Mention that rebooting is required after updating graphics driver on Linux
Hugo Locurcio
2021-09-15
1
-1
/
+2
*
Add input buffering framework
Pedro J. Estébanez
2021-08-13
1
-1
/
+1
*
Improve input event accumulation
Pedro J. Estébanez
2021-08-13
1
-10
/
+10
*
Use Key enum instead of plain integers
Aaron Franke
2021-08-10
1
-9
/
+9
*
Fix various typos with codespell
luz paz
2021-07-25
1
-1
/
+1
*
Move `alert` function from `DisplayServer` to `OS`.
bruvzg
2021-07-22
1
-68
/
+4
*
Fix popup closing immediately after showing on some Linux WMs
PouleyKetchoupp
2021-07-21
1
-3
/
+7
*
Restructure and reimplement vsync options
Hendrik Brucker
2021-07-06
1
-8
/
+24
*
Add "Keep screen on" feature to `DisplayServerX11`
Niklas Higi
2021-06-20
1
-0
/
+32
[next]