summaryrefslogtreecommitdiffstats
path: root/apps/action.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-08Undo the hacks that allowed targets without LEFT/RIGHT (UP/DN) to build.Solomon Peachy1-0/+5
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-3/+3
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy1-2/+0
2019-04-22Fix REMOTE_CONTEXT failureWilliam Wilgus1-1/+1
2017-12-18Fix error with action subsystem and custom context mappingWilliam Wilgus1-10/+5
2017-11-18Action Rewrite - Fix redWilliam Wilgus1-2/+2
2017-11-18Action.c FIX / Rework / Clean-up Action SystemWilliam Wilgus1-584/+930
2017-01-21action.c must desist in calling set_cpu_frequency from a tickMichael Sevakis1-49/+1
2017-01-17Selective Backlight Softlock Fix misleading indentation.William Wilgus1-1/+1
2017-01-17Selective Backlight/Advanced Softlock - Selective actions based on contextWilliam Wilgus1-62/+404
2016-03-18GUI boost for any buttonMihail Zenkov1-3/+1
2015-02-02iBasso DX50/DX90: Major code cleanup and reorganization.Udo Schläpfer1-0/+4
2013-09-05touch devices: Disable touch on softlock.Jean-Louis Biasini1-1/+15
2012-08-15Fix missed buttons in action.c if action_wait_for_release() was calledThomas Martitz1-0/+24
2012-08-14Revert "fix erroneous button read in yesno screen and missed buttons in actio...Jonathan Gordon1-6/+0
2012-07-18fix erroneous button read in yesno screen and missed buttons in action.c.Thomas Martitz1-0/+6
2012-04-05touchscreen: Fix kinetic scrolling when the statusbar is off.Thomas Martitz1-0/+4
2012-03-03Correct actionable offense for misappropriation of action context.Michael Sevakis1-1/+1
2012-03-03Change keyclick_click so that it may accept raw buttons or actions.Michael Sevakis1-1/+1
2012-01-28Use is_keys_locked when possibleWieland Hoffmann1-1/+1
2012-01-12keyclick: Add a callback so screens can cancel a click. Add a generic list ca...Jonathan Gordon1-6/+6
2011-11-13Use the timeout api for the gui boost implementation. This ensures that the C...Andree Buschmann1-9/+17
2011-11-11Finally submit GUI boost (FS#8668). With this change the CPU is boosted (with...Andree Buschmann1-0/+38
2011-07-08Have mpegplayer use the mixer (the playback channel, since it's mutually excl...Michael Sevakis1-3/+1
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis1-1/+1
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