summaryrefslogtreecommitdiff
path: root/platform/x11/os_x11.cpp
AgeCommit message (Expand)Author
2018-10-06Remove redundant "== false" codeAaron Franke
2018-10-06Remove redundant "== true" codeAaron Franke
2018-10-01Changed the comment where reduz yells at the X11 API to a less explicitive oneLikeLakers2
2018-09-19Merge pull request #22070 from capnm/fix_Input.set_default_cursor_shape_take2Rémi Verschelde
2018-09-17Fix Input::set_custom_mouse_cursor showing cursor when it's invisibleGuilherme Felipe
2018-09-15Fix set_default_cursor_shape interaction with Control nodesMartin Capitanio
2018-09-13Fix set_custom_mouse_cursor changing to incorrect cursor shapeGuilherme Felipe
2018-09-12Merge pull request #21753 from guilhermefelipecgs/fix_confined_modeRémi Verschelde
2018-09-12Merge pull request #21914 from hpvb/fix-21720Rémi Verschelde
2018-09-12Merge pull request #21910 from hpvb/fix-8145-x11Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-10When resizing an X11 window wait for the WM to process our requestHein-Pieter van Braam
2018-09-09Update X11 global mouse position at startupHein-Pieter van Braam
2018-09-05Fixes to mouse mode confined and capturedGuilherme Felipe
2018-09-04Really fix the custom cursor hotspotMartin Capitanio
2018-09-03Fix custom cursor hotspotGuilherme Felipe
2018-08-27Merge pull request #21387 from hpvb/fix-15324Rémi Verschelde
2018-08-27When setting an X11 icon fails, try halving the sizeHein-Pieter van Braam
2018-08-26Fall back to GLES2 if GLES3 is not workingHein-Pieter van Braam
2018-08-25Support more X11 dialogs for X11::alert()Hein-Pieter van Braam
2018-08-24Merge pull request #20712 from marcelofg55/midi_open_closeJuan Linietsky
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-24Add print_verbose to print to stdout only in verbose modeRémi Verschelde
2018-08-21BPTC supportelasota
2018-08-16Replace XRaiseWindow with a _NET_ACTIVE_WINDOW ClientRequestHein-Pieter van Braam
2018-08-04Add OS::open_midi_inputs and OS::close_midi_inputsMarcelo Fernandez
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-21Added a new MIDIDriver classMarcelo Fernandez
2018-07-19-Project/Editor settings now use new inspectorJuan Linietsky
2018-07-18Style: Format code with clang-format 6.0.1Rémi Verschelde
2018-06-25Merge pull request #19718 from thduynguyen/bug_fixesRémi Verschelde
2018-06-22bugfix: correct #ifdef for TOUCH_ENABLED and OPENGL_ENABLEDDuy-Nguyen Ta
2018-06-11IME context detection.Saracen
2018-05-28Change position of validation in set_custom_mouse_cursorGuilherme Felipe
2018-05-28Merge pull request #19210 from guilhermefelipecgs/fix_invalid_imageMax Hilbrunner
2018-05-27Add validation in set_custom_mouse_cursorGuilherme Felipe
2018-05-26Fix memory leak in set_custom_mouse_cursorGuilherme Felipe
2018-05-23More fixes to set_borderless_windowGuilherme Felipe
2018-05-20Fix #19033Guilherme Felipe
2018-05-10Reset the cursor with Input.set_custom_mouse_cursor(null)Guilherme Felipe
2018-05-09Add support for atlas texture on set_custom_mouse_cursorGuilherme Felipe
2018-05-08Merge pull request #14622 from bruvzg/non-rectangular-windowsHein-Pieter van Braam
2018-04-30Implement universal translation of touch to mousePedro J. Estébanez
2018-04-09Fix custom cursor when it's hiddenGuilherme Felipe
2018-04-07Experimental support for windows with per-pixel transparency (macOS, X11 and ...bruvzg
2018-04-05Remove size restriction for mouse cursorGuilherme Felipe
2018-03-04Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez
2018-03-02Fix `--help` output, allow renderer override from command line (`--video-driv...bruvzg
2018-03-01add GLES 2 renderer for 2Dkarroffel
2018-02-28Fix various valgrind reported uninitialized variable usesHein-Pieter van Braam