summaryrefslogtreecommitdiffstats
path: root/platform/x11/os_x11.h
Commit message (Expand)AuthorAgeFilesLines
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-338/+0
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-3/+2
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Remove incomplete battery status/power APIRémi Verschelde2020-02-141-7/+0
* Add runtime GLES2 / Vulkan context selection.bruvzg2020-02-111-4/+9
* Custom material support seems complete.Juan Linietsky2020-02-111-1/+1
* Texture refactorJuan Linietsky2020-02-111-1/+1
* Initial work on Vulkan:Juan Linietsky2020-02-111-1/+8
* Restores correct window position after fullscreen toggling off on LinuxYuri Roubinsky2020-02-031-0/+1
* Merge pull request #33967 from Calinou/add-os-is-window-focusedRémi Verschelde2020-01-061-0/+2
|\
| * Add an `OS.is_window_focused()` getterHugo Locurcio2019-11-281-0/+2
* | Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* | iOS modular build and export implementation.bruvzg2019-12-011-3/+0
|/
* [macOS, Windows, X11] Add graphic tablet pen pressure and tilt support to Inp...bruvzg2019-10-301-0/+3
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-3/+0
* Fix cursor blinking in integrated GPUsGuilherme Felipe2019-07-091-0/+1
* Merge pull request #29752 from bruvzg/window_size_limitsRémi Verschelde2019-06-171-0/+7
|\
| * Add ability to limit maximum/minimum window size.bruvzg2019-06-151-0/+7
* | Adding a new Camera Server implementation to Godot.BastiaanOlij2019-06-151-0/+3
|/
* added a const keyword for a methods that return constant literal...hbina0852019-05-211-1/+1
* Add Input::get_current_cursor_shapeGuilherme Felipe2019-04-151-0/+1
* Drivers, main, servers: Ensure classes match their header filenameRémi Verschelde2019-02-121-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Use XInput2 RawMotion to generate MouseMotion eventsCosmic Chip Socket2018-12-141-9/+15
* Merge pull request #20385 from moiman100/unify-double-clickingRémi Verschelde2018-12-141-0/+1
|\
| * Added double clicking to all buttonsMikko Mustonen2018-08-121-0/+1
* | Merge pull request #20063 from moiman100/fix-button-maskRémi Verschelde2018-12-141-1/+1
|\ \
| * | Fixed button mask behaviormm2018-07-111-1/+1
* | | Fix various Clang 7 warnings about unused stuffRémi Verschelde2018-10-011-8/+3
* | | Merge pull request #21910 from hpvb/fix-8145-x11Rémi Verschelde2018-09-121-0/+1
|\ \ \
| * | | Update X11 global mouse position at startupHein-Pieter van Braam2018-09-091-0/+1
| | |/ | |/|
* / | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
|/ /
* | Added a new MIDIDriver classMarcelo Fernandez2018-07-211-0/+5
* | Fix some more build issues after c69de2ba4Rémi Verschelde2018-07-201-2/+2
* | -Project/Editor settings now use new inspectorJuan Linietsky2018-07-191-0/+3
|/
* IME context detection.Saracen2018-06-111-0/+5
* Merge pull request #14622 from bruvzg/non-rectangular-windowsHein-Pieter van Braam2018-05-081-0/+6
|\
| * Experimental support for windows with per-pixel transparency (macOS, X11 and ...bruvzg2018-04-071-0/+6
* | Implement universal translation of touch to mousePedro J. Estébanez2018-04-301-0/+1
|/
* Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez2018-03-041-11/+0
* Fix `--help` output, allow renderer override from command line (`--video-driv...bruvzg2018-03-021-0/+5
* Merge pull request #15564 from RandomShaper/adpod-topmostRémi Verschelde2018-02-141-0/+3
|\
| * Add new window setting: always on topPedro J. Estébanez2018-01-051-0/+3
* | Merge pull request #15864 from GodotExplorer/pr-get_unique_id-desktop-implRémi Verschelde2018-02-141-0/+2
|\ \
| * | X11: implement OS.get_unique_idgeequlim2018-01-311-0/+2
| |/
* | Added OS::center_window to center the window precisely on desktop platformsMarcelo Fernandez2018-02-121-0/+1
* | Fix inconsistencies and typos in argument namesPaolo Perkovic2018-02-011-1/+1
|/
* 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-1/+1
* Merge pull request #15092 from guilhermefelipecgs/fix_infinite_loop_on_splash...Rémi Verschelde2018-01-031-0/+2
|\