index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
linuxbsd
/
display_server_x11.cpp
Age
Commit message (
Expand
)
Author
2022-01-11
Merge pull request #56322 from madmiraal/fix-42450
Rémi Verschelde
2022-01-03
Merge pull request #56438 from madmiraal/fix-56428
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2022-01-02
Fix tablet tilt values returning bad values
Marcel Admiraal
2021-12-29
Rename speed to velocity when it's a directional Vector
Marcel Admiraal
2021-12-18
Fix initialising of gl_manager and checking gl_manager and context_vulkan pre...
Bastiaan Olij
2021-11-23
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-12
Use "enum class" for input enums
Aaron Franke
2021-11-09
Merge pull request #54315 from nekomatata/x11-key-events-log
Rémi Verschelde
2021-11-04
Fix BadWindow X11 errors when a window is closed while processing struts
PouleyKetchoupp
2021-11-01
Merge pull request #41565 from nekomatata/x11-usable-screen-size
Rémi Verschelde
2021-10-31
Use OpenGL 3.3 core profile instead of compatibility profile
Clay John
2021-10-30
Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
Hugo Locurcio
2021-10-30
Add GLES2 2D renderer + Linux display manager
lawnjelly
2021-10-29
Implemented screen_get_usable_rect for X11 Display Server
PouleyKetchoupp
2021-10-28
Merge pull request #42117 from nekomatata/x11-get-window-screen
Rémi Verschelde
2021-10-28
Fix window_get_current_screen for X11 display server
PouleyKetchoupp
2021-10-28
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-27
Fix input events random delay on X11
PouleyKetchoupp
2021-10-27
Add KeyPress & KeyRelease events to X11 debug events logging
PouleyKetchoupp
2021-10-23
Fix primary clipboard warning
ConteZero
2021-10-18
Added primary clipboard for Linux
ConteZero
2021-10-01
Merge pull request #52684 from Frixuu/master
Rémi Verschelde
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-21
Allow for mapping keycodes to current layout
Frixuu
2021-09-15
Mention that rebooting is required after updating graphics driver on Linux
Hugo Locurcio
2021-08-13
Add input buffering framework
Pedro J. Estébanez
2021-08-13
Improve input event accumulation
Pedro J. Estébanez
2021-08-10
Use Key enum instead of plain integers
Aaron Franke
2021-07-25
Fix various typos with codespell
luz paz
2021-07-22
Move `alert` function from `DisplayServer` to `OS`.
bruvzg
2021-07-21
Fix popup closing immediately after showing on some Linux WMs
PouleyKetchoupp
2021-07-06
Restructure and reimplement vsync options
Hendrik Brucker
2021-06-20
Add "Keep screen on" feature to `DisplayServerX11`
Niklas Higi
2021-06-20
Use mouse and joypad enums instead of plain integers
Aaron Franke
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-03
Add MOUSE_MODE_CONFINED_HIDDEN
Aaron Franke
2021-05-17
Merge pull request #48168 from LightningAA/control-to-ctrl-4.0
Rémi Verschelde
2021-05-08
Remove debugging prints in the Linux DisplayServer
Hugo Locurcio
2021-05-07
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-05-04
Rename `doubleclick` to `double_click`
Aaron Franke
2021-04-05
Style: Apply clang-tidy's `modernize-use-nullptr`
Rémi Verschelde
2021-03-28
Rename Texture.get_data() to get_image()
Marcel Admiraal
2021-03-23
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-08
Linux: Fix PRIME detection on Steam
Rémi Verschelde
2021-02-28
Fix out of bounds array access on DisplayServerX11 code
Pedro Rodrigues
2021-02-18
Modernize atomics
Pedro J. Estébanez
2021-01-31
Merge pull request #45315 from RandomShaper/modernize_thread
Rémi Verschelde
2021-01-29
Modernize Thread
Pedro J. Estébanez
[next]