Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-20 | Remove the vibration effect from the joystick when stopping | Wilhem Barbier | |
2016-06-19 | fix memset calls | Dennis Brakhane | |
Order is "mem, val, count", not "mem, count, val" | |||
2016-06-18 | Add missing license headers in our source files (#5255) | Rémi Verschelde | |
Also removes a couple wrong Godot headers from third-party source files. | |||
2016-06-15 | Add joystick vibration support on Linux (#5043) | Wilhem Barbier | |
2016-06-12 | x11: fix XRandr GetMonitors | Andreas Haas | |
2016-06-11 | Merge pull request #4905 from Hinsbart/x11_dpi | Juan Linietsky | |
x11: Implemented dpi detection | |||
2016-06-09 | -make freetype build for all platforms the same, default as builtin except ↵ | Juan Linietsky | |
on x11. closes #5119 | |||
2016-06-09 | x11: Implemented dpi detection | Andreas Haas | |
depends on XRandR. Had to dynamically load `XRRGetMonitors` as Ubuntu 12.04 doesn't have it. Also removed libudev from travis install list. | |||
2016-06-08 | GLEW: Define static + enabled and includes via SCons | Rémi Verschelde | |
This allows us not to have to hack our definitions in the upstream files, making it easier to upgrade to newer versions in the future. For the include paths to work, the headers are moved to a GL subfolder to match their upstream location. | |||
2016-06-07 | x11: fix vsync support | Andreas Haas | |
2016-06-05 | temporary fix for vsync call on x11 | Ariel Manzur | |
2016-06-05 | vsync support | Juan Linietsky | |
-works on windows -may not work on X11, if so please fix -OSX does not seem to support disabling vsync | |||
2016-05-29 | Merge pull request #4874 from Hinsbart/x11_dragndrop | Rémi Verschelde | |
x11: Add support for filesystem drag & drop using xdnd | |||
2016-05-29 | xdnd: can handle more than 3 different target types | Andreas Haas | |
Now dropping also works with Nemo and PCManFM(gtk) | |||
2016-05-29 | Finalized DynamicFont implementation | Juan Linietsky | |
-DynamicFont uses Freetype by default -Editor fonts are now scalable thanks to this -Cleaned up documentation browser and added fonts for this | |||
2016-05-28 | x11: Add support for filesystem drag & drop using xdnd | Andreas Haas | |
2016-04-12 | x11: Flush the X output buffer after changing mouse mode | Ignacio Etcheverry | |
2016-04-03 | memdelete 'joy_thread' + 'joy_mutex' on ::~joystick_linux() | MSC | |
2016-04-02 | Remove trailing spaces | Rémi Verschelde | |
2016-03-09 | fix possible crash in platform/x11/joystick_linux.cpp | Hubert Jarosz | |
ev may be tainted and out of MAX_KEY range, which will cause joy->key_map[ev.code] to crash | |||
2016-03-09 | remove trailing whitespace | Hubert Jarosz | |
2016-02-24 | x11: fix joysticks not recognizing some buttons | hinsbart | |
dpad on x360 pads with kernel < 4.3 is working now | |||
2016-02-17 | Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT | Rémi Verschelde | |
The former name was incorrect in English, though for us latin lovers it's an understandable mistake. Second part of and closes #3626. | |||
2016-02-15 | include libudev only on udev builds | hondres | |
2016-02-14 | x11: make dependancy on libudev optional | hondres | |
2016-02-07 | Merge pull request #3615 from Hinsbart/joy_check_fix | punto- | |
x11: more verbose checking for joystick capabilities | |||
2016-02-07 | x11: more verbose checking for joystick capabilities | hondres | |
2016-02-04 | added option to link libstdc++ statically | Juan Linietsky | |
2016-02-04 | Merge pull request #3575 from Hinsbart/_net_wm_name | Rémi Verschelde | |
x11: set _net_wm_name property | |||
2016-02-04 | x11: set _net_wm_name property | hondres | |
2016-02-03 | Merge pull request #3493 from Hinsbart/wm_class | Rémi Verschelde | |
x11: use different strings for WM_CLASS depending on context | |||
2016-02-03 | Merge pull request #3538 from Hinsbart/temp | Rémi Verschelde | |
remove pc_joystick_map.h | |||
2016-02-02 | x11: fix non-gamepad devices being detected as joysticks | hondres | |
2016-02-01 | remove pc_joystick_map.h | hondres | |
2016-02-01 | close file descriptor if ioctls failed | hondres | |
2016-01-27 | x11: use different strings for WM_CLASS depending on context | hondres | |
2016-01-26 | remove dependancy on libevdev | hondres | |
2016-01-24 | Change default window size for desktop | George Marques | |
Fix #3149 | |||
2016-01-12 | Merge pull request #3272 from Hinsbart/joy-binding | punto- | |
Add some joystick functions to input. Enables manipulation of mapping… | |||
2016-01-10 | Enable ALSA driver in non-linux X11 when available | eska | |
2016-01-09 | Fix pthread renaming in Open/FreeBSD | eska | |
2016-01-08 | Add some joystick functions to input. Enables manipulation of mappings at ↵ | hondres | |
runtime | |||
2016-01-06 | Make joydev build using udev and evdev opt-out but blocking (linux) | Rémi Verschelde | |
It is enabled by default, users have to specifically ask for it if they don't want gamepad support. If libudev or libevdev are missing, the build aborts and tells the user the reason and that they can disable gamepad support with the "gamepad=no" option. | |||
2016-01-05 | fix x11 crash on exit | hondres | |
2016-01-03 | having active items is pointless in input map | Juan Linietsky | |
2016-01-03 | send axis events only once per frame on linux | hondres | |
2016-01-02 | make num_buttons local, no need to keep in joystick struct | hondres | |
2016-01-01 | Update copyright to 2016 in headers | George Marques | |
2015-12-31 | -Fix parsing of comments in VariantParser, fixes #3175 | Juan Linietsky | |
2015-12-21 | Check pkg-config for libudev and enable gamepad code only if found. Linux ↵ | hondres | |
only for now |