summaryrefslogtreecommitdiffstats
path: root/platform/x11
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20154 from marcelofg55/midi_driverRémi Verschelde2018-07-253-1/+13
|\
| * Added a new MIDIDriver classMarcelo Fernandez2018-07-213-1/+13
* | SCons: Add "execinfo" option to force linking libexecinfoRémi Verschelde2018-07-221-0/+4
* | -Fix disable_3d flagJuan Linietsky2018-07-211-2/+10
|/
* Fix some more build issues after c69de2ba4Rémi Verschelde2018-07-201-2/+2
* -Project/Editor settings now use new inspectorJuan Linietsky2018-07-192-2/+11
* Style: Format code with clang-format 6.0.1Rémi Verschelde2018-07-181-2/+2
* Add a new notification to detect crashes on native scriptsMarcelo Fernandez2018-07-021-0/+4
* Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio2018-06-281-0/+0
* 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-112-1/+26
|/
* Tweak some help texts in the build systemHugo Locurcio2018-06-071-2/+2
* SCons: Allow unbundling libwebsockets and miniupnpcRémi Verschelde2018-06-071-12/+18
* 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-085-20/+107
|\
| * Experimental support for windows with per-pixel transparency (macOS, X11 and ...bruvzg2018-04-075-20/+107
* | Implement universal translation of touch to mousePedro J. Estébanez2018-04-302-0/+18
* | Fix custom cursor when it's hiddenGuilherme Felipe2018-04-091-1/+1
* | Merge pull request #17742 from marcelofg55/audio_device_listJuan Linietsky2018-04-071-2/+2
|\ \ | |/ |/|
| * Added new audio device functions to set/get the audio deviceMarcelo Fernandez2018-03-261-2/+2
* | Remove size restriction for mouse cursorGuilherme Felipe2018-04-051-5/+5
|/
* Explicitly set OpenGL profile to core (X11, Windows).bruvzg2018-03-061-0/+1
* Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez2018-03-042-39/+0
* Fix `--help` output, allow renderer override from command line (`--video-driv...bruvzg2018-03-022-10/+15
* add GLES 2 renderer for 2Dkarroffel2018-03-014-22/+72
* Fix server build on FreeBSDFabio Alessandrelli2018-03-011-1/+2
* 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
* | Merge pull request #16696 from BTaskaya/masterRémi Verschelde2018-02-191-3/+3
|\ \
| * | PEP3101 applied with changing old type string formatting as new onesBTaskaya2018-02-141-3/+3
* | | Remove window decorations for fullscreen on X11Pedro J. Estébanez2018-02-161-0/+10
| |/ |/|
* | X11: Link libgcc statically with use_static_cpp optionRémi Verschelde2018-02-161-3/+3
|/
* Merge pull request #15564 from RandomShaper/adpod-topmostRémi Verschelde2018-02-142-3/+57
|\
| * Add new window setting: always on topPedro J. Estébanez2018-01-052-3/+57
* | Merge pull request #15864 from GodotExplorer/pr-get_unique_id-desktop-implRémi Verschelde2018-02-142-0/+17
|\ \
| * | X11: implement OS.get_unique_idgeequlim2018-01-312-0/+17
* | | Allow building with system wide mbedtls on X11Fabio Alessandrelli2018-02-141-0/+4
* | | Deleting OpenSSL module and libraryFabio Alessandrelli2018-02-141-4/+0
* | | Added OS::center_window to center the window precisely on desktop platformsMarcelo Fernandez2018-02-122-0/+21
* | | Fix inconsistencies and typos in argument namesPaolo Perkovic2018-02-011-1/+1
|/ /