aboutsummaryrefslogtreecommitdiff
path: root/platform/x11/os_x11.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19718 from thduynguyen/bug_fixesRémi Verschelde2018-06-251-1/+11
|\
| * bugfix: correct #ifdef for TOUCH_ENABLED and OPENGL_ENABLEDDuy-Nguyen Ta2018-06-221-1/+11
* | IME context detection.Saracen2018-06-111-1/+21
|/
* Change position of validation in set_custom_mouse_cursorGuilherme Felipe2018-05-281-1/+2
* Merge pull request #19210 from guilhermefelipecgs/fix_invalid_imageMax Hilbrunner2018-05-281-0/+1
|\
| * Add validation in set_custom_mouse_cursorGuilherme Felipe2018-05-271-0/+1
* | Fix memory leak in set_custom_mouse_cursorGuilherme Felipe2018-05-261-1/+4
|/
* More fixes to set_borderless_windowGuilherme Felipe2018-05-231-0/+3
* Fix #19033Guilherme Felipe2018-05-201-1/+1
* Reset the cursor with Input.set_custom_mouse_cursor(null)Guilherme Felipe2018-05-101-0/+8
* Add support for atlas texture on set_custom_mouse_cursorGuilherme Felipe2018-05-091-6/+36
* Merge pull request #14622 from bruvzg/non-rectangular-windowsHein-Pieter van Braam2018-05-081-0/+31
|\
| * Experimental support for windows with per-pixel transparency (macOS, X11 and ...bruvzg2018-04-071-0/+31
* | Implement universal translation of touch to mousePedro J. Estébanez2018-04-301-0/+17
* | Fix custom cursor when it's hiddenGuilherme Felipe2018-04-091-1/+1
|/
* Remove size restriction for mouse cursorGuilherme Felipe2018-04-051-5/+5
* Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez2018-03-041-28/+0
* Fix `--help` output, allow renderer override from command line (`--video-driv...bruvzg2018-03-021-10/+10
* add GLES 2 renderer for 2Dkarroffel2018-03-011-4/+27
* Fix various valgrind reported uninitialized variable usesHein-Pieter van Braam2018-02-281-4/+7
* Fix typos with codespellluz.paz2018-02-211-1/+1
* Merge pull request #16675 from Iskustvo/improved_error_detectioin_in_move-to-...Rémi Verschelde2018-02-191-18/+37
|\
| * [X11] Improving error detection in move_to_trashIskustvo2018-02-181-18/+37
* | Remove window decorations for fullscreen on X11Pedro J. Estébanez2018-02-161-0/+10
|/
* Merge pull request #15564 from RandomShaper/adpod-topmostRémi Verschelde2018-02-141-3/+54
|\
| * Add new window setting: always on topPedro J. Estébanez2018-01-051-3/+54
* | Merge pull request #15864 from GodotExplorer/pr-get_unique_id-desktop-implRémi Verschelde2018-02-141-0/+15
|\ \
| * | X11: implement OS.get_unique_idgeequlim2018-01-311-0/+15
* | | Added OS::center_window to center the window precisely on desktop platformsMarcelo Fernandez2018-02-121-0/+20
|/ /
* | Fix Copy/Paste problems on X11Hein-Pieter van Braam2018-01-291-11/+29
* | Silence verbose stderr info message on X11Rémi Verschelde2018-01-241-1/+1
|/
* X11: Add missing return in OS_X11::initialize().Andreas Haas2018-01-051-0/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond2018-01-041-12/+15
* Merge pull request #15092 from guilhermefelipecgs/fix_infinite_loop_on_splash...Rémi Verschelde2018-01-031-2/+48
|\
| * Fix infinite loop introduced by 6f3486c4 on tiling windows managersGuilherme Silva2017-12-271-2/+48
* | Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursorRémi Verschelde2018-01-031-0/+42
|\ \
| * | Add implementation for custom hardware cursorGuilherme Silva2017-12-171-0/+42
* | | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| |/ |/|
* | x11: Fix maximized splash-boot screen bug.Enzo Nocera2017-12-241-0/+4
|/
* Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.Juan Linietsky2017-12-161-3/+3
* Fix type mismatch in OS::set_borderless_windowRémi Verschelde2017-12-141-1/+1
* -Add lightmapperJuan Linietsky2017-12-141-0/+7
* Fix no mouse if touch device present in X11Pedro J. Estébanez2017-12-101-16/+17
* X11: Process entire event queue at startup.Andreas Haas2017-12-091-6/+5
* Fixes vsync setting ignored when using a separate thread for renderingStefano Bonicatti2017-12-091-0/+2
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-4/+3
* Implement multitouch on X11Pedro J. Estébanez2017-12-061-0/+160
* Merge pull request #12387 from santouits/x1111Rémi Verschelde2017-11-201-47/+37
|\
| * Fix x11 boot logo position in fullscreen and in maximizedsantouits2017-10-261-47/+37