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
/
x11
/
os_x11.cpp
Age
Commit message (
Expand
)
Author
2018-08-24
Merge pull request #20712 from marcelofg55/midi_open_close
Juan Linietsky
2018-08-24
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
Add print_verbose to print to stdout only in verbose mode
Rémi Verschelde
2018-08-21
BPTC support
elasota
2018-08-16
Replace XRaiseWindow with a _NET_ACTIVE_WINDOW ClientRequest
Hein-Pieter van Braam
2018-08-04
Add OS::open_midi_inputs and OS::close_midi_inputs
Marcelo Fernandez
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-21
Added a new MIDIDriver class
Marcelo Fernandez
2018-07-19
-Project/Editor settings now use new inspector
Juan Linietsky
2018-07-18
Style: Format code with clang-format 6.0.1
Rémi Verschelde
2018-06-25
Merge pull request #19718 from thduynguyen/bug_fixes
Rémi Verschelde
2018-06-22
bugfix: correct #ifdef for TOUCH_ENABLED and OPENGL_ENABLED
Duy-Nguyen Ta
2018-06-11
IME context detection.
Saracen
2018-05-28
Change position of validation in set_custom_mouse_cursor
Guilherme Felipe
2018-05-28
Merge pull request #19210 from guilhermefelipecgs/fix_invalid_image
Max Hilbrunner
2018-05-27
Add validation in set_custom_mouse_cursor
Guilherme Felipe
2018-05-26
Fix memory leak in set_custom_mouse_cursor
Guilherme Felipe
2018-05-23
More fixes to set_borderless_window
Guilherme Felipe
2018-05-20
Fix #19033
Guilherme Felipe
2018-05-10
Reset the cursor with Input.set_custom_mouse_cursor(null)
Guilherme Felipe
2018-05-09
Add support for atlas texture on set_custom_mouse_cursor
Guilherme Felipe
2018-05-08
Merge pull request #14622 from bruvzg/non-rectangular-windows
Hein-Pieter van Braam
2018-04-30
Implement universal translation of touch to mouse
Pedro J. Estébanez
2018-04-09
Fix custom cursor when it's hidden
Guilherme Felipe
2018-04-07
Experimental support for windows with per-pixel transparency (macOS, X11 and ...
bruvzg
2018-04-05
Remove size restriction for mouse cursor
Guilherme Felipe
2018-03-04
Clean and expose get_audio/video_driver_* funcs on OS class
Marcelo Fernandez
2018-03-02
Fix `--help` output, allow renderer override from command line (`--video-driv...
bruvzg
2018-03-01
add GLES 2 renderer for 2D
karroffel
2018-02-28
Fix various valgrind reported uninitialized variable uses
Hein-Pieter van Braam
2018-02-21
Fix typos with codespell
luz.paz
2018-02-19
Merge pull request #16675 from Iskustvo/improved_error_detectioin_in_move-to-...
Rémi Verschelde
2018-02-18
[X11] Improving error detection in move_to_trash
Iskustvo
2018-02-16
Remove window decorations for fullscreen on X11
Pedro J. Estébanez
2018-02-14
Merge pull request #15564 from RandomShaper/adpod-topmost
Rémi Verschelde
2018-02-14
Merge pull request #15864 from GodotExplorer/pr-get_unique_id-desktop-impl
Rémi Verschelde
2018-02-12
Added OS::center_window to center the window precisely on desktop platforms
Marcelo Fernandez
2018-01-31
X11: implement OS.get_unique_id
geequlim
2018-01-29
Fix Copy/Paste problems on X11
Hein-Pieter van Braam
2018-01-24
Silence verbose stderr info message on X11
Rémi Verschelde
2018-01-05
Add new window setting: always on top
Pedro J. Estébanez
2018-01-05
X11: Add missing return in OS_X11::initialize().
Andreas Haas
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-04
Change OS::initialize signature to return Error (fix segfault on x11)
Emmanuel Leblond
2018-01-03
Merge pull request #15092 from guilhermefelipecgs/fix_infinite_loop_on_splash...
Rémi Verschelde
2018-01-03
Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursor
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-27
Fix infinite loop introduced by 6f3486c4 on tiling windows managers
Guilherme Silva
2017-12-24
x11: Fix maximized splash-boot screen bug.
Enzo Nocera
2017-12-17
Add implementation for custom hardware cursor
Guilherme Silva
[next]