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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-18
Action.c FIX / Rework / Clean-up Action System
William Wilgus
1
-8
/
+73
2017-01-17
Selective Backlight/Advanced Softlock - Selective actions based on context
William Wilgus
1
-38
/
+64
2012-07-06
skin_engine: Make pressing the setting bar touch region work
Jonathan Gordon
1
-0
/
+1
2012-03-13
Add new actions to %Tp (Touchscreen areas)
Osborne Jacobs
1
-0
/
+2
2012-03-03
Correct actionable offense for misappropriation of action context.
Michael Sevakis
1
-5
/
+0
2012-03-03
Change keyclick_click so that it may accept raw buttons or actions.
Michael Sevakis
1
-0
/
+5
2012-01-23
skin touchregions: fix the 'none' region firing when it shouldnt.
Jonathan Gordon
1
-1
/
+2
2011-07-28
skin engine softlock support for touchscreens:
Jonathan Gordon
1
-0
/
+1
2011-03-27
Fix touchregions muting volume, and change &<action> to mean 'needs long pres...
Jonathan Gordon
1
-0
/
+2
2011-03-01
Add an ability to set a setting to a specific value with a touchscreen action.
Jonathan Gordon
1
-0
/
+1
2011-01-13
New Touchscreen region type... 'mute' which un/mutes volume without pausing p...
Jonathan Gordon
1
-0
/
+1
2010-06-18
ACTION_FM_QUICKSCREEN is unused
Rafaël Carré
1
-1
/
+0
2010-06-15
first step of making touch regions usable in all skins, not just the WPS.. no...
Jonathan Gordon
1
-0
/
+1
2010-05-04
Fix typos in the comment
Alexander Levin
1
-3
/
+3
2010-04-19
Fix typo in comment
Alexander Levin
1
-1
/
+1
2010-04-01
FS#11081 - Hotkey patch. Many targets supported, but some keymaps need work ...
Jeffrey Goode
1
-0
/
+2
2010-02-20
Quickscreen for the radio screen. I added a keymap for almost all targets. I ...
Thomas Martitz
1
-0
/
+1
2010-01-16
FS#10785: Add new context CONTEXT_MORSE_INPUT for keymaps which is used durin...
Teruaki Kawashima
1
-0
/
+1
2009-11-06
Merge duplicating code to move cursor left/right.
Teruaki Kawashima
1
-1
/
+0
2009-10-17
USB HID: Use different context for each mode; Use constant for each action;
Tomer Shalev
1
-17
/
+39
2009-10-11
Add a action helper for touchscreen targets to only receive the touchpress co...
Thomas Martitz
1
-5
/
+19
2009-10-05
Add USB HID mouse support for H10
Tomer Shalev
1
-0
/
+2
2009-09-30
Commit "FS#10468 - USB HID: Show keypad mode on screen"
Tomer Shalev
1
-7
/
+46
2009-08-29
Quickscreen: 4th item
Thomas Martitz
1
-3
/
+1
2009-07-22
Commit part of FS#9873 - Utilise buttons for playlisting
Thomas Martitz
1
-0
/
+1
2009-07-03
Fix the bug where the short-long fwd/back action would ffwd/rewind the next f...
Jonathan Gordon
1
-0
/
+6
2009-06-12
FS#8894 - Add time stretching feature to all SWCODEC targets - the current al...
Steve Bavin
1
-0
/
+2
2009-06-01
Fix PF keymap issue caused by conflict between new CONTEXT_PLUGIN and ALLOW_S...
Andrew Mahone
1
-1
/
+1
2009-05-31
Replace use of CONTEXT_CUSTOM by get_custom_action with new CONTEXT_PLUGIN, t...
Andrew Mahone
1
-0
/
+1
2009-05-23
Add HID keymap handling in usb screen. This allows to use the DAP as a keypad...
Frank Gevaerts
1
-0
/
+10
2009-05-15
allow the user to change the shuffle and repeat modes from the touchscreen, u...
Jonathan Gordon
1
-0
/
+8
2008-08-23
Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN
Maurus Cuelenaere
1
-5
/
+5
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-05-28
Updated recording trigger screen (seems to be a feature almost noone uses?)
Jonathan Gordon
1
-0
/
+1
2008-04-15
Setup the touchpads to have two modes - stylus and button - and set them in b...
Jonathan Gordon
1
-3
/
+5
2007-10-22
First go at getting the touchpad working in the ui. lists only for now.
Jonathan Gordon
1
-0
/
+10
2007-08-02
Finally use the rec button to get to the rec screen on sansa and iriver hxxx....
Jonathan Gordon
1
-0
/
+2
2007-07-22
Wheel acceleration for e200. A general acceleration interface intended for us...
Michael Sevakis
1
-2
/
+4
2007-07-22
remove the need for action_signalscreenchange().
Jonathan Gordon
1
-4
/
+0
2007-05-26
FS#7158 - Bookmark selection as a list.
Magnus Holmgren
1
-2
/
+0
2007-04-13
rename ACTION_WPSAB_RESET to ACTION_WPS_ABRESET to be more consistent with th...
Marcoen Hirschberg
1
-1
/
+1
2007-04-08
minor actions cleanup:
Jonathan Gordon
1
-3
/
+7
2007-03-04
Add a function to get the actual button that was pressed (and some
Jonathan Gordon
1
-2
/
+11
2007-03-01
Introducing the root menu!
Jonathan Gordon
1
-0
/
+1
2007-02-27
returning ACTION_EXIT_AFTER_THIS_MENUITEM from a menu callback will exit
Jonathan Gordon
1
-0
/
+2
2007-02-08
beginning of the new menu system. This commit shouldnt break anything,
Jonathan Gordon
1
-0
/
+4
2006-12-22
Make AB mode uable on the ipods. In AB mode select is used to set/reset
Jonathan Gordon
1
-1
/
+5
2006-11-16
implement actions in the plugins, bubbles and metronome converted.
Jonathan Gordon
1
-0
/
+2
2006-11-06
Patch #6145 by Alexander Levin - Pitch adjustment in semitone steps
Linus Nielsen Feltzing
1
-0
/
+1
2006-09-25
fix the bug where when scrolling text left in the filebrowser you could sudde...
Martin Scarratt
1
-0
/
+1
[next]