index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
gui
/
skin_engine
/
skin_touchsupport.c
Age
Commit message (
Expand
)
Author
2014-03-10
Implement time-based resume and playback start.
Michael Sevakis
2014-01-12
touchscreen/skin_engine: The touchregion handler didn't handle that vertical ...
Thomas Martitz
2012-07-06
skin_engine: Make pressing the setting bar touch region work
Jonathan Gordon
2012-07-05
skin_engine: Automatically create touch regions for skin bars
Jonathan Gordon
2012-04-30
Make DSP's replaygain independent of global_settings.
Michael Sevakis
2012-04-29
Make rbcodec/dsp includes more specific.
Michael Sevakis
2011-11-15
Use buflib for all skin engine allocations.
Jonathan Gordon
2011-09-15
skin-touchscreen: make %T(..., setting_set, ...) apply sound settings
Jonathan Gordon
2011-07-28
skin engine softlock support for touchscreens:
Jonathan Gordon
2011-05-23
Make volume and progresssbar touch regions work with touch timeouts
Jonathan Gordon
2011-05-22
Fix some residual 'defined but not used' warnings by GCC 4.6.0 for touchscree...
Andree Buschmann
2011-03-27
Fix touchregions muting volume, and change &<action> to mean 'needs long pres...
Jonathan Gordon
2011-03-22
Make repeat mode/shuffle work in the sbs also
Jonathan Gordon
2011-03-22
Add some playback controls to the SBS. 2 new touch regions wps_next/wps_prev ...
Jonathan Gordon
2011-03-01
Add an ability to set a setting to a specific value with a touchscreen action.
Jonathan Gordon
2011-03-01
fix yellow
Jonathan Gordon
2011-03-01
Remove code duplication in some generic skin touch action handling.
Jonathan Gordon
2011-02-28
Add the option of linking the %Tl (last touch) tag to a specific touchregion....
Jonathan Gordon
2010-09-06
2 new touch region options... "settings_inc" and "settings_dec" which will in...
Jonathan Gordon
2010-06-21
Allow the progressbar and volume touch regions to be reverse by prepending th...
Jonathan Gordon
2010-06-21
Touchregion support for the Base Skin and FM Skins. display obviously needs t...
Jonathan Gordon