summaryrefslogtreecommitdiff
path: root/platform/x11
AgeCommit message (Expand)Author
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-12Added double clicking to all buttonsMikko Mustonen
2018-08-04Add OS::open_midi_inputs and OS::close_midi_inputsMarcelo Fernandez
2018-07-27Running builder (content generator) functions in subprocesses on WindowsViktor Ferenczi
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-25Merge pull request #20154 from marcelofg55/midi_driverRémi Verschelde
2018-07-22SCons: Add "execinfo" option to force linking libexecinfoRémi Verschelde
2018-07-21-Fix disable_3d flagJuan Linietsky
2018-07-21Added a new MIDIDriver classMarcelo Fernandez
2018-07-20Fix some more build issues after c69de2ba4Rémi Verschelde
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-07-11Fixed button mask behaviormm
2018-07-02Add a new notification to detect crashes on native scriptsMarcelo Fernandez
2018-06-28Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio
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-06-07Tweak some help texts in the build systemHugo Locurcio
2018-06-07SCons: Allow unbundling libwebsockets and miniupnpcRémi Verschelde
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-07Merge pull request #17742 from marcelofg55/audio_device_listJuan Linietsky
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-26Added new audio device functions to set/get the audio deviceMarcelo Fernandez
2018-03-06Explicitly set OpenGL profile to core (X11, Windows).bruvzg
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-03-01Fix server build on FreeBSDFabio Alessandrelli
2018-02-28Fix various valgrind reported uninitialized variable usesHein-Pieter van Braam
2018-02-21Fix typos with codespellluz.paz
2018-02-19Merge pull request #16675 from Iskustvo/improved_error_detectioin_in_move-to-...Rémi Verschelde
2018-02-19Merge pull request #16696 from BTaskaya/masterRémi Verschelde
2018-02-18[X11] Improving error detection in move_to_trashIskustvo
2018-02-16Remove window decorations for fullscreen on X11Pedro J. Estébanez
2018-02-16X11: Link libgcc statically with use_static_cpp optionRémi Verschelde
2018-02-14PEP3101 applied with changing old type string formatting as new onesBTaskaya