summaryrefslogtreecommitdiffstats
path: root/apps/action.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-24Fix FS#12024. Scroll acceleration did not work -- at least reported for iRive...Andree Buschmann1-1/+1
2011-02-02Redo r29168. Use similar but existing mechanism in the action system which se...Thomas Martitz1-0/+3
2010-11-14Hopefully fix FS#11696: scrollwheel doesn't respond in some cases.Magnus Holmgren1-1/+6
2010-10-31Add support multimedia keys/buttons to the core, and adapt Rockbox on android...Thomas Martitz1-2/+3
2010-06-21Touchregion support for the Base Skin and FM Skins. display obviously needs t...Jonathan Gordon1-1/+9
2010-05-04Fix typos in the comment (now in .c)Alexander Levin1-3/+3
2010-04-19Fix typo in comment in the other file as wellAlexander Levin1-1/+1
2009-12-05On RTL mode, flip + and - buttons (Cowon D2)Tomer Shalev1-0/+11
2009-10-28Touchscreen targets: fix software hold not locking touchscreenMaurus Cuelenaere1-19/+20
2009-10-11Add a action helper for touchscreen targets to only receive the touchpress co...Thomas Martitz1-0/+19
2009-10-08RTL: Fix context regarded as bit-field value, resulted in wrong contexts getTomer Shalev1-1/+2
2009-10-06RTL: No need to swap *scrollwheel* in simulator, as it is being simulated by ...Tomer Shalev1-4/+5
2009-10-05Fix red: Invert buttons in RTL modeTomer Shalev1-16/+39
2009-10-05Invert buttons in RTL modeTomer Shalev1-0/+22
2009-07-03Fix the bug where the short-long fwd/back action would ffwd/rewind the next f...Jonathan Gordon1-0/+21
2009-06-11call default_event_handler() in action_userabort() for events other than ACTI...Frank Gevaerts1-0/+5
2009-05-31Replace use of CONTEXT_CUSTOM by get_custom_action with new CONTEXT_PLUGIN, t...Andrew Mahone1-1/+1
2009-05-21Simplify some redundant boolean expressionsBertrik Sikken1-2/+2
2009-02-03Gigabeat S: Get remote keymaps up to snuff and working. Do a couple tweaks on...Michael Sevakis1-11/+15
2009-01-05redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE even...Jonathan Gordon1-4/+4
2009-01-02More SYS_FOURHERTZ handling fixes.. (FS#9740 FS#9741)Jonathan Gordon1-0/+3
2008-12-13Keyclick fixup take two. It is only 88 samples (2msec) long so keep a small s...Michael Sevakis1-1/+1
2008-12-07Meg F/X can beep and click using a hardware timer so let us try it out. To ma...Michael Sevakis1-1/+1
2008-08-23Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREENMaurus Cuelenaere1-10/+10
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-3/+3
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-021) Make touchscreen interface more intuitiveMaurus Cuelenaere1-6/+7
2008-06-01Even more touchscreen improvements.Maurus Cuelenaere1-1/+1
2008-05-30(Simulator) Touchscreen improvements.Maurus Cuelenaere1-0/+3
2008-01-21Keyclick option (FS#7307). Disabled by default, go into System settings to en...Steve Bavin1-41/+48
2007-10-23mrobe changes:Jonathan Gordon1-1/+1
2007-10-22First go at getting the touchpad working in the ui. lists only for now.Jonathan Gordon1-1/+55
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius1-3/+3
2007-07-22Wheel acceleration for e200. A general acceleration interface intended for us...Michael Sevakis1-0/+8
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon1-18/+9
2007-06-04Fix FS#7242 - the action code now checks the time difference between events t...Jonathan Gordon1-1/+6
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-3/+3
2007-03-11Fix bug in action_getstatus() where it didnt store the last action so it Jonathan Gordon1-0/+1
2007-03-04Add a function to get the actual button that was pressed (and some Jonathan Gordon1-1/+22
2006-12-12Action code: Made all private functions & variables static. Better module sep...Jens Arnold1-10/+10
2006-11-16implement actions in the plugins, bubbles and metronome converted.Jonathan Gordon1-1/+2
2006-08-21sorryJonathan Gordon1-2/+2
2006-08-21Action lists no longer automatically "chain" to the CONTEXT_STD unless explic...Jonathan Gordon1-5/+2
2006-08-17forgot to translate the splash messagesJonathan Gordon1-3/+5
2006-08-17software keylock works againJonathan Gordon1-40/+48
2006-08-17really fix the yes/no screen now, also id3 viewer shows the status barJonathan Gordon1-2/+1
2006-08-16remove remote button checking for taregts with no remoteJonathan Gordon1-2/+18
2006-08-16Changed the button action code to allow both single-fire and multi-fire event...Jens Arnold1-19/+7
2006-08-15Finally, the new button action system is here, thanks to Jonathan Gordon. Som...Linus Nielsen Feltzing1-0/+215