index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
action.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
1
-3
/
+3
2020-07-24
[3/4] Completely remove HWCODEC support
Solomon Peachy
1
-2
/
+0
2019-04-22
Fix REMOTE_CONTEXT failure
William Wilgus
1
-1
/
+1
2017-12-18
Fix error with action subsystem and custom context mapping
William Wilgus
1
-10
/
+5
2017-11-18
Action Rewrite - Fix red
William Wilgus
1
-2
/
+2
2017-11-18
Action.c FIX / Rework / Clean-up Action System
William Wilgus
1
-584
/
+930
2017-01-21
action.c must desist in calling set_cpu_frequency from a tick
Michael Sevakis
1
-49
/
+1
2017-01-17
Selective Backlight Softlock Fix misleading indentation.
William Wilgus
1
-1
/
+1
2017-01-17
Selective Backlight/Advanced Softlock - Selective actions based on context
William Wilgus
1
-62
/
+404
2016-03-18
GUI boost for any button
Mihail Zenkov
1
-3
/
+1
2015-02-02
iBasso DX50/DX90: Major code cleanup and reorganization.
Udo Schläpfer
1
-0
/
+4
2013-09-05
touch devices: Disable touch on softlock.
Jean-Louis Biasini
1
-1
/
+15
2012-08-15
Fix missed buttons in action.c if action_wait_for_release() was called
Thomas Martitz
1
-0
/
+24
2012-08-14
Revert "fix erroneous button read in yesno screen and missed buttons in actio...
Jonathan Gordon
1
-6
/
+0
2012-07-18
fix erroneous button read in yesno screen and missed buttons in action.c.
Thomas Martitz
1
-0
/
+6
2012-04-05
touchscreen: Fix kinetic scrolling when the statusbar is off.
Thomas Martitz
1
-0
/
+4
2012-03-03
Correct actionable offense for misappropriation of action context.
Michael Sevakis
1
-1
/
+1
2012-03-03
Change keyclick_click so that it may accept raw buttons or actions.
Michael Sevakis
1
-1
/
+1
2012-01-28
Use is_keys_locked when possible
Wieland Hoffmann
1
-1
/
+1
2012-01-12
keyclick: Add a callback so screens can cancel a click. Add a generic list ca...
Jonathan Gordon
1
-6
/
+6
2011-11-13
Use the timeout api for the gui boost implementation. This ensures that the C...
Andree Buschmann
1
-9
/
+17
2011-11-11
Finally submit GUI boost (FS#8668). With this change the CPU is boosted (with...
Andree Buschmann
1
-0
/
+38
2011-07-08
Have mpegplayer use the mixer (the playback channel, since it's mutually excl...
Michael Sevakis
1
-3
/
+1
2011-06-29
Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...
Michael Sevakis
1
-1
/
+1
2011-03-24
Fix FS#12024. Scroll acceleration did not work -- at least reported for iRive...
Andree Buschmann
1
-1
/
+1
2011-02-02
Redo r29168. Use similar but existing mechanism in the action system which se...
Thomas Martitz
1
-0
/
+3
2010-11-14
Hopefully fix FS#11696: scrollwheel doesn't respond in some cases.
Magnus Holmgren
1
-1
/
+6
2010-10-31
Add support multimedia keys/buttons to the core, and adapt Rockbox on android...
Thomas Martitz
1
-2
/
+3
2010-06-21
Touchregion support for the Base Skin and FM Skins. display obviously needs t...
Jonathan Gordon
1
-1
/
+9
2010-05-04
Fix typos in the comment (now in .c)
Alexander Levin
1
-3
/
+3
2010-04-19
Fix typo in comment in the other file as well
Alexander Levin
1
-1
/
+1
2009-12-05
On RTL mode, flip + and - buttons (Cowon D2)
Tomer Shalev
1
-0
/
+11
2009-10-28
Touchscreen targets: fix software hold not locking touchscreen
Maurus Cuelenaere
1
-19
/
+20
2009-10-11
Add a action helper for touchscreen targets to only receive the touchpress co...
Thomas Martitz
1
-0
/
+19
2009-10-08
RTL: Fix context regarded as bit-field value, resulted in wrong contexts get
Tomer Shalev
1
-1
/
+2
2009-10-06
RTL: No need to swap *scrollwheel* in simulator, as it is being simulated by ...
Tomer Shalev
1
-4
/
+5
2009-10-05
Fix red: Invert buttons in RTL mode
Tomer Shalev
1
-16
/
+39
2009-10-05
Invert buttons in RTL mode
Tomer Shalev
1
-0
/
+22
2009-07-03
Fix the bug where the short-long fwd/back action would ffwd/rewind the next f...
Jonathan Gordon
1
-0
/
+21
2009-06-11
call default_event_handler() in action_userabort() for events other than ACTI...
Frank Gevaerts
1
-0
/
+5
2009-05-31
Replace use of CONTEXT_CUSTOM by get_custom_action with new CONTEXT_PLUGIN, t...
Andrew Mahone
1
-1
/
+1
2009-05-21
Simplify some redundant boolean expressions
Bertrik Sikken
1
-2
/
+2
2009-02-03
Gigabeat S: Get remote keymaps up to snuff and working. Do a couple tweaks on...
Michael Sevakis
1
-11
/
+15
2009-01-05
redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE even...
Jonathan Gordon
1
-4
/
+4
2009-01-02
More SYS_FOURHERTZ handling fixes.. (FS#9740 FS#9741)
Jonathan Gordon
1
-0
/
+3
2008-12-13
Keyclick fixup take two. It is only 88 samples (2msec) long so keep a small s...
Michael Sevakis
1
-1
/
+1
2008-12-07
Meg F/X can beep and click using a hardware timer so let us try it out. To ma...
Michael Sevakis
1
-1
/
+1
2008-08-23
Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN
Maurus Cuelenaere
1
-10
/
+10
2008-08-15
FS#9281 Rename of splash functions.
Nils Wallménius
1
-3
/
+3
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
[next]