Commit graph

40 commits

Author SHA1 Message Date
notaz
d1f5849cf4 don't use a and s for menu functions
leave them for rom seeking
2013-09-08 21:25:29 +03:00
Grazvydas Ignotas
cab9194354 fix clang warnings
so that they don't annoy me
2013-07-29 01:54:51 +03:00
notaz
f89d84717a update license in source code itself 2012-09-13 01:41:57 +03:00
notaz
a86e9a3e58 move common files to root 2012-09-13 01:41:53 +03:00
notaz
dd1e717286 menu: support seeking the filelist with letter keys
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@956 be3aeb3a-fb24-0410-a615-afba39da0efa
2012-07-22 16:56:34 +00:00
notaz
705bdf6366 input: move default bind handling to input core
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@953 be3aeb3a-fb24-0410-a615-afba39da0efa
2012-07-22 14:37:07 +00:00
notaz
2f54e52c1e input: evdev: do centering adjustment
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@940 be3aeb3a-fb24-0410-a615-afba39da0efa
2011-12-10 23:35:16 +00:00
notaz
f342bededb input: support analog read
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@937 be3aeb3a-fb24-0410-a615-afba39da0efa
2011-12-09 23:58:48 +00:00
notaz
9056e81f4a input: make it more modular
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@935 be3aeb3a-fb24-0410-a615-afba39da0efa
2011-10-27 23:23:08 +00:00
notaz
f35e50efad a bugfix and cleanup in common code
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@929 be3aeb3a-fb24-0410-a615-afba39da0efa
2011-05-22 13:37:20 +00:00
notaz
0c9246818b input: add hack to allow abs-only devices
this is mainly for pandora nubs.


git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@926 be3aeb3a-fb24-0410-a615-afba39da0efa
2011-03-21 00:53:04 +00:00
notaz
090c1b1a30 input: detect dead devices, always set keynames
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@925 be3aeb3a-fb24-0410-a615-afba39da0efa
2011-03-21 00:46:31 +00:00
notaz
bde5dcbb2c input: don't use unintialized memory
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@922 be3aeb3a-fb24-0410-a615-afba39da0efa
2011-03-19 22:34:27 +00:00
notaz
39771a7c54 in_evdev: don't stop on bit0
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@911 be3aeb3a-fb24-0410-a615-afba39da0efa
2010-12-09 23:06:19 +00:00
notaz
e30684582a in_evdev: revert multi event handling from r901 to avoid unwanted blocking
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@910 be3aeb3a-fb24-0410-a615-afba39da0efa
2010-12-09 22:21:07 +00:00
notaz
957a9eac90 license some code GPL compatible to use in PCSX
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@908 be3aeb3a-fb24-0410-a615-afba39da0efa
2010-12-09 16:44:25 +00:00
notaz
9a58d7d618 in_evdev: remove defbinds (should go to plat code)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@907 be3aeb3a-fb24-0410-a615-afba39da0efa
2010-12-09 15:57:23 +00:00
notaz
74065be8cd in_evdev: do all events in update_keycode
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@901 be3aeb3a-fb24-0410-a615-afba39da0efa
2010-11-07 21:55:57 +00:00
notaz
e9b2926437 input: rework abs handling, change API, allow custom key names
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@894 be3aeb3a-fb24-0410-a615-afba39da0efa
2010-09-17 09:36:48 +00:00
notaz
f6eaae4f09 tweaking pandora frontend
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@874 be3aeb3a-fb24-0410-a615-afba39da0efa
2010-05-31 22:12:46 +00:00
notaz
b2c5ee473d 1.70beta0 pandora release
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@847 be3aeb3a-fb24-0410-a615-afba39da0efa
2009-12-22 11:06:52 +00:00
notaz
fbe111032e bugfixes
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@844 be3aeb3a-fb24-0410-a615-afba39da0efa
2009-12-20 19:45:40 +00:00
notaz
0c2e114ed7 bugfix + some tweaks
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@737 be3aeb3a-fb24-0410-a615-afba39da0efa
2009-08-07 14:11:03 +00:00
notaz
782b026efc bugfix
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@733 be3aeb3a-fb24-0410-a615-afba39da0efa
2009-08-05 19:19:26 +00:00
notaz
0d6fbb2c33 support kernels without EVIOCGKEY
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@730 be3aeb3a-fb24-0410-a615-afba39da0efa
2009-08-03 21:50:56 +00:00
notaz
9b8ad40b48 in_evdev: try to avoid touchscreens
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@722 be3aeb3a-fb24-0410-a615-afba39da0efa
2009-07-31 22:02:05 +00:00
notaz
8e77275eda input: get rid of pl2 flag, use 'bind types' instead
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@713 be3aeb3a-fb24-0410-a615-afba39da0efa
2009-07-25 17:14:06 +00:00
notaz
388947f33d more unification; replace some magic bits to defines
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@708 be3aeb3a-fb24-0410-a615-afba39da0efa
2009-07-22 15:46:09 +00:00
notaz
82abf46f3d gp2x->common menu migration finished, gp2x now only uses input fwk
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@692 be3aeb3a-fb24-0410-a615-afba39da0efa
2009-05-14 13:41:48 +00:00
notaz
2c60056042 key combos for new input code
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@690 be3aeb3a-fb24-0410-a615-afba39da0efa
2009-05-11 20:58:55 +00:00
notaz
13b692eb4e asyn-only dev support + in_gp2x driver
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@637 be3aeb3a-fb24-0410-a615-afba39da0efa
2009-02-16 21:12:29 +00:00
notaz
7f022a8d57 move select from evdev to upper level
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@636 be3aeb3a-fb24-0410-a615-afba39da0efa
2009-02-16 15:09:05 +00:00
notaz
0b3e1198e7 use non-blocking mode by default (for cmdline), add pnd default binds
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@633 be3aeb3a-fb24-0410-a615-afba39da0efa
2009-02-03 10:45:07 +00:00
notaz
54563d7189 fix events loss
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@630 be3aeb3a-fb24-0410-a615-afba39da0efa
2009-01-03 18:42:09 +00:00
notaz
86883f7f8a gamepad suppord (fake d-pad digital btns) for input layer
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@629 be3aeb3a-fb24-0410-a615-afba39da0efa
2009-01-02 22:43:08 +00:00
notaz
906bdc9fb5 more input layer tweaks
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@627 be3aeb3a-fb24-0410-a615-afba39da0efa
2009-01-02 19:43:27 +00:00
notaz
da767bd51b input layer mostly complete
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@626 be3aeb3a-fb24-0410-a615-afba39da0efa
2009-01-01 22:35:33 +00:00
notaz
595491c499 more input wip
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@624 be3aeb3a-fb24-0410-a615-afba39da0efa
2008-12-30 22:25:38 +00:00
notaz
34581c95f8 more input wip
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@623 be3aeb3a-fb24-0410-a615-afba39da0efa
2008-12-30 16:53:18 +00:00
notaz
289cd18ef0 renamed evdev
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@622 be3aeb3a-fb24-0410-a615-afba39da0efa
2008-12-28 01:33:53 +00:00
Renamed from linux/event.c (Browse further)