Age | Commit message (Expand) | Author |
2019-02-26 | -Remove harcoded opengl extension testing from OS, ask rasterizer instead. | Juan Linietsky |
2019-02-21 | Fix all -Wtype-limits warnings. | marxin |
2019-02-14 | Merge pull request #25879 from hpvb/fix-25629 | Rémi Verschelde |
2019-02-14 | Detect when primusrun/optirun is in use | Hein-Pieter van Braam |
2019-02-14 | Don't crash if there's no application name | Hein-Pieter van Braam |
2019-01-30 | Fix many asan and ubsan reported issues | Hein-Pieter van Braam |
2019-01-28 | Properly detect when to use DRI_PRIME | Hein-Pieter van Braam |
2019-01-03 | Merge pull request #24477 from lupoDharkael/nouveau | Hein-Pieter van Braam |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-21 | Fix missed captured mouse events on x11 | Lee Pugh |
2018-12-20 | Don't enable DRI_PRIME if nouveau is loaded | lupoDharkael |
2018-12-15 | switch middle and secondary mouse buttons order | Mikko Mustonen |
2018-12-14 | Use XInput2 RawMotion to generate MouseMotion events | Cosmic Chip Socket |
2018-12-14 | Merge pull request #20385 from moiman100/unify-double-clicking | Rémi Verschelde |
2018-12-14 | Merge pull request #20063 from moiman100/fix-button-mask | Rémi Verschelde |
2018-12-07 | Merge pull request #22733 from guilhermefelipecgs/fix_wm_class | Rémi Verschelde |
2018-11-18 | Fix X11 running a project with fullscreen setting on and resizable off with m... | Marcelo Fernandez |
2018-11-06 | Set DRI_PRIME=1 by default on X11 if not already set | Hein-Pieter van Braam |
2018-11-01 | Fix init of VisualServerRaster | Rémi Verschelde |
2018-11-01 | Fix initialization of visual server in all platforms | George Marques |
2018-10-25 | Repaired mistyped of 'its' on several files. | M. Huri |
2018-10-06 | Remove redundant "== false" code | Aaron Franke |
2018-10-06 | Remove redundant "== true" code | Aaron Franke |
2018-10-05 | [x11] Use "application/config/name" for WM_CLASS | Guilherme Felipe |
2018-10-01 | Changed the comment where reduz yells at the X11 API to a less explicitive one | LikeLakers2 |
2018-09-19 | Merge pull request #22070 from capnm/fix_Input.set_default_cursor_shape_take2 | Rémi Verschelde |
2018-09-17 | Fix Input::set_custom_mouse_cursor showing cursor when it's invisible | Guilherme Felipe |
2018-09-15 | Fix set_default_cursor_shape interaction with Control nodes | Martin Capitanio |
2018-09-13 | Fix set_custom_mouse_cursor changing to incorrect cursor shape | Guilherme Felipe |
2018-09-12 | Merge pull request #21753 from guilhermefelipecgs/fix_confined_mode | Rémi Verschelde |
2018-09-12 | Merge pull request #21914 from hpvb/fix-21720 | Rémi Verschelde |
2018-09-12 | Merge pull request #21910 from hpvb/fix-8145-x11 | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-10 | When resizing an X11 window wait for the WM to process our request | Hein-Pieter van Braam |
2018-09-09 | Update X11 global mouse position at startup | Hein-Pieter van Braam |
2018-09-05 | Fixes to mouse mode confined and captured | Guilherme Felipe |
2018-09-04 | Really fix the custom cursor hotspot | Martin Capitanio |
2018-09-03 | Fix custom cursor hotspot | Guilherme Felipe |
2018-08-27 | Merge pull request #21387 from hpvb/fix-15324 | Rémi Verschelde |
2018-08-27 | When setting an X11 icon fails, try halving the size | Hein-Pieter van Braam |
2018-08-26 | Fall back to GLES2 if GLES3 is not working | Hein-Pieter van Braam |
2018-08-25 | Support more X11 dialogs for X11::alert() | Hein-Pieter van Braam |
2018-08-24 | Merge pull request #20712 from marcelofg55/midi_open_close | Juan Linietsky |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |
2018-08-24 | Add print_verbose to print to stdout only in verbose mode | Rémi Verschelde |
2018-08-21 | BPTC support | elasota |
2018-08-16 | Replace XRaiseWindow with a _NET_ACTIVE_WINDOW ClientRequest | Hein-Pieter van Braam |
2018-08-12 | Added double clicking to all buttons | Mikko Mustonen |
2018-08-04 | Add OS::open_midi_inputs and OS::close_midi_inputs | Marcelo Fernandez |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |