M. Liebmann
383af04cb7
CRCInput::setKeyRepeatDelay: Change hardware dependency,
...
HD2 driver is not so very ugly. ;)
2017-02-22 12:04:58 +01:00
svenhoefer
1eec78ccfd
- rc_input: we have d_printf, so let's use it
2017-02-22 11:50:09 +01:00
Stefan Seyfried
844020b2fe
rcinput: add less ugly hack for crappy hd2 driver
2017-02-22 11:43:37 +01:00
svenhoefer
d7ed439e53
- rc_input: just cosmetics to satisfy syntax-highlighters
2017-02-22 08:59:56 +01:00
svenhoefer
0e435bb389
- rc_input: rename checkLnkDev() to checkdev_lnk(); ...
...
just to align form-style to latest changes
2017-02-22 08:59:56 +01:00
Stefan Seyfried
eab0a0ac0a
Revert "CRCInput::set_rc_hw: Fix device check for cs hd2"
...
This reverts commit 5cac45ccb8
.
2017-02-22 08:46:05 +01:00
Stefan Seyfried
215bf87173
Revert "rcinput: Add exception handling for cs hd2"
...
This reverts commit 1b79faff78
.
Wrong in so many ways :-)
2017-02-22 08:45:37 +01:00
Stefan Seyfried
5c95139207
Merge remote-tracking branch 'tuxbox/master'
2017-02-22 08:44:53 +01:00
M. Liebmann
9209326a1b
Merge branch 'master' into pu/fb-setmode
2017-02-22 06:25:45 +01:00
M. Liebmann
5cac45ccb8
CRCInput::set_rc_hw: Fix device check for cs hd2
2017-02-22 06:24:48 +01:00
Stefan Seyfried
f45456d7a8
rcinput: remove unused/unimplemented click functions
2017-02-22 06:24:48 +01:00
Stefan Seyfried
dceb6989a8
rcinput: remove now unused (and broken) getFileHandle()
2017-02-22 06:24:48 +01:00
Stefan Seyfried
8b8b4ce0e2
keybind_setup: use rcinput->setKeyRepeatDelay()
2017-02-22 06:24:48 +01:00
Stefan Seyfried
41958cc029
rcinput: fix set_rc_hw() after dynamic devices patch
...
...this could use some tests... :-)
2017-02-22 06:24:48 +01:00
Stefan Seyfried
0df5a8df7f
rcinput: add setKeyRepeatDelay() function
...
this allows to get rid of the broken getFileHandle function later
2017-02-22 06:24:48 +01:00
M. Liebmann
1b79faff78
rcinput: Add exception handling for cs hd2
...
- Supplement to previous commit
2017-02-22 06:24:48 +01:00
Stefan Seyfried
7b3aa2b181
rcinput: use a dynamic list of input devices
...
Instead of the fixed, static list of input devices, scan /dev/input/ for
proper event devices. A "good" input device is one that supports the
EVIOCGBIT ioctl and at least the EV_KEY event type.
This probably needs further fixes, e.g. in repeat rate setting code.
2017-02-22 06:24:48 +01:00
M. Liebmann
e35969afe2
Fix compiler format warnings
2017-02-22 06:24:48 +01:00
M. Liebmann
d932a1a326
rcinput: Transfer from neutrino-mp for better compatibility
2017-02-22 06:24:48 +01:00
M. Liebmann
0c182785e2
src/system/helpers.cpp: Add function readLink()
2017-02-22 06:24:48 +01:00
M. Liebmann
eb0d7afa95
Merge branch 'master' into pu/fb-setmode
2017-02-21 06:39:24 +01:00
M. Liebmann
8bee8b4c6d
fb_generic: use more swidth variables in fbCopyArea()
2017-02-21 06:38:48 +01:00
Stefan Seyfried
9385bd8bd9
fb_accel_glfb: fix color palette setting
2017-02-21 06:38:48 +01:00
Stefan Seyfried
418819e261
libtuxtxt: remove unused fd parameter from tuxtx_main()
2017-02-21 06:38:48 +01:00
Stefan Seyfried
dd653288d8
fb_generic: use 32bit pointers instead of 8bit
2017-02-21 06:38:48 +01:00
Stefan Seyfried
7c7d5f08dd
fb_generic: add swidth variable, "stride in fb_pixel_t units"
...
this should allow to use fb_pixel_t pointer arithmetics more often
instead of byte pointers
2017-02-21 06:38:48 +01:00
Stefan Seyfried
9b8524b37b
rcinput: remove unused/unimplemented click functions
2017-02-20 20:36:45 +01:00
Stefan Seyfried
63c3157dd8
rcinput: remove now unused (and broken) getFileHandle()
2017-02-20 20:26:39 +01:00
Stefan Seyfried
f308ca649a
keybind_setup: use rcinput->setKeyRepeatDelay()
2017-02-20 20:25:57 +01:00
Stefan Seyfried
57fa882b81
rcinput: fix set_rc_hw() after dynamic devices patch
...
...this could use some tests... :-)
2017-02-20 20:22:32 +01:00
Stefan Seyfried
7a6dd0c46e
rcinput: add setKeyRepeatDelay() function
...
this allows to get rid of the broken getFileHandle function later
2017-02-20 20:20:54 +01:00
M. Liebmann
d76c9c536c
Merge branch 'master' into pu/fb-setmode
2017-02-20 00:11:48 +01:00
M. Liebmann
cc5a1b3b31
framebuffer: Add fbCopyArea function
...
- Copies areas within the frame buffer
- Hardware accelerated function for cs hd2
- Copying overlapping areas does not always work correctly
without hardware acceleration
2017-02-20 00:09:46 +01:00
svenhoefer
43dbfed1ba
- move ENABLE_CHANGE_OSD_RESOLUTION to scale2Res() function
2017-02-19 23:31:46 +01:00
svenhoefer
726302f945
- settings.h: scale RADIUS- and OFFSET-defines
2017-02-19 23:22:12 +01:00
svenhoefer
e631c3e3c0
- framebuffer: rename scaleFont() to scale2Res()
2017-02-19 23:22:12 +01:00
Stefan Seyfried
98557462ef
rcinput: use a dynamic list of input devices
...
Instead of the fixed, static list of input devices, scan /dev/input/ for
proper event devices. A "good" input device is one that supports the
EVIOCGBIT ioctl and at least the EV_KEY event type.
This probably needs further fixes, e.g. in repeat rate setting code.
2017-02-19 23:16:09 +01:00
Stefan Seyfried
dce9f53654
fb_accel_glfb: fix color palette setting
2017-02-19 17:57:59 +01:00
Stefan Seyfried
eb3fa7f2af
libtuxtxt: remove unused fd parameter from tuxtx_main()
2017-02-19 11:52:37 +01:00
Stefan Seyfried
73dc5eea71
fb_generic: use 32bit pointers instead of 8bit
2017-02-19 11:29:20 +01:00
Jacek Jendrzej
e908858c19
try to fix segfault with --enable-cleanup
2017-02-17 12:11:03 +01:00
Jacek Jendrzej
4bfe34bf5d
src/driver/scanepg.cpp avoid possible segfault
2017-02-17 11:09:53 +01:00
Stefan Seyfried
a6fc59ad6c
fb_generic: add swidth variable, "stride in fb_pixel_t units"
...
this should allow to use fb_pixel_t pointer arithmetics more often
instead of byte pointers
2017-02-15 20:30:52 +01:00
Stefan Seyfried
1d9d81d448
Merge remote-tracking branch 'tuxbox/master'
2017-02-15 20:26:44 +01:00
M. Liebmann
aa5f8e9a65
Merge branch 'master' into pu/fb-setmode
2017-02-15 18:40:47 +01:00
M. Liebmann
84edb25f3f
fb_accel_cs_hd2: add missing getBackBufferPointer()
2017-02-15 18:39:02 +01:00
Stefan Seyfried
20a85c3874
fb_accel_td: add missing getBackBufferPointer()
...
this fixes tuxtxt rendering problems
2017-02-15 18:38:03 +01:00
svenhoefer
d457cc8ef5
- neutrino: small code cosmetics in loadSetup()
2017-02-15 08:48:38 +01:00
svenhoefer
56b99e0b47
- disable strange try-to-detect-bad-config-file if-statement
2017-02-15 08:48:38 +01:00
Stefan Seyfried
3413af4236
fb_accel_td: add missing getBackBufferPointer()
...
this fixes tuxtxt rendering problems
2017-02-15 00:10:59 +01:00