aboutsummaryrefslogtreecommitdiff
path: root/platform/x11 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add joystick vibration support on Linux (#5043)Wilhem Barbier2016-06-152-2/+79
* x11: fix XRandr GetMonitorsAndreas Haas2016-06-122-8/+28
* Merge pull request #4905 from Hinsbart/x11_dpiJuan Linietsky2016-06-113-1/+84
|\
| * x11: Implemented dpi detectionAndreas Haas2016-06-093-1/+84
* | -make freetype build for all platforms the same, default as builtin except on...Juan Linietsky2016-06-091-5/+2
|/
* GLEW: Define static + enabled and includes via SConsRémi Verschelde2016-06-082-2/+3
* x11: fix vsync supportAndreas Haas2016-06-071-5/+29
* temporary fix for vsync call on x11Ariel Manzur2016-06-051-2/+5
* vsync supportJuan Linietsky2016-06-054-0/+32
* Merge pull request #4874 from Hinsbart/x11_dragndropRémi Verschelde2016-05-292-0/+177
|\
| * xdnd: can handle more than 3 different target typesAndreas Haas2016-05-291-22/+61
| * x11: Add support for filesystem drag & drop using xdndAndreas Haas2016-05-282-0/+138
* | Finalized DynamicFont implementationJuan Linietsky2016-05-291-2/+2
|/
* x11: Flush the X output buffer after changing mouse modeIgnacio Etcheverry2016-04-121-0/+2
* memdelete 'joy_thread' + 'joy_mutex' on ::~joystick_linux()MSC2016-04-031-0/+2
* Remove trailing spacesRémi Verschelde2016-04-021-8/+8
* fix possible crash in platform/x11/joystick_linux.cppHubert Jarosz2016-03-091-0/+6
* remove trailing whitespaceHubert Jarosz2016-03-097-196/+196
* x11: fix joysticks not recognizing some buttonshinsbart2016-02-241-3/+1
* Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACTRémi Verschelde2016-02-171-1/+1
* include libudev only on udev buildshondres2016-02-151-1/+4
* x11: make dependancy on libudev optionalhondres2016-02-143-11/+41
* Merge pull request #3615 from Hinsbart/joy_check_fixpunto-2016-02-071-2/+4
|\
| * x11: more verbose checking for joystick capabilitieshondres2016-02-071-2/+4
* | added option to link libstdc++ staticallyJuan Linietsky2016-02-041-0/+4
|/
* Merge pull request #3575 from Hinsbart/_net_wm_nameRémi Verschelde2016-02-041-0/+4
|\
| * x11: set _net_wm_name propertyhondres2016-02-041-0/+4
* | Merge pull request #3493 from Hinsbart/wm_classRémi Verschelde2016-02-032-0/+18
|\ \
| * | x11: use different strings for WM_CLASS depending on contexthondres2016-01-272-0/+18
* | | Merge pull request #3538 from Hinsbart/tempRémi Verschelde2016-02-031-1/+0
|\ \ \ | | |/ | |/|
| * | remove pc_joystick_map.hhondres2016-02-011-1/+0
* | | x11: fix non-gamepad devices being detected as joystickshondres2016-02-021-3/+4
|/ /
* / close file descriptor if ioctls failedhondres2016-02-011-0/+1
|/
* remove dependancy on libevdevhondres2016-01-263-103/+133
* Change default window size for desktopGeorge Marques2016-01-241-1/+1
* Merge pull request #3272 from Hinsbart/joy-bindingpunto-2016-01-122-0/+12
|\
| * Add some joystick functions to input. Enables manipulation of mappings at run...hondres2016-01-082-0/+12
* | Enable ALSA driver in non-linux X11 when availableeska2016-01-101-1/+5
* | Fix pthread renaming in Open/FreeBSDeska2016-01-091-0/+1
|/
* Make joydev build using udev and evdev opt-out but blocking (linux)Rémi Verschelde2016-01-061-11/+18
* fix x11 crash on exithondres2016-01-051-3/+3
* having active items is pointless in input mapJuan Linietsky2016-01-031-1/+11
* send axis events only once per frame on linuxhondres2016-01-032-1/+13
* make num_buttons local, no need to keep in joystick structhondres2016-01-022-8/+9
* Update copyright to 2016 in headersGeorge Marques2016-01-0110-10/+10
* -Fix parsing of comments in VariantParser, fixes #3175Juan Linietsky2015-12-311-1/+2
* Check pkg-config for libudev and enable gamepad code only if found. Linux onl...hondres2015-12-215-12/+18
* -fixed build system to use pkg-config for evdevJuan Linietsky2015-12-212-3/+8
* Use tabs instead of spaces for new gamepad codehondres2015-12-182-282/+282
* Better gamepad supporthondres2015-12-186-219/+512