mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-14 01:47:51 -04:00
The old code was very confusing. The scrolling modes need to be handled differently, thus a state machine makes sense. Should fix numerious glitches and be easier to maintain. NOTE: Behavior is still a bit glitchy with an SBS in use, because the skin engine sees the touch events earlier than the list code. Change-Id: I4ccead359c81de0d0fc3dea636fe2cb3a28d1bc6 |
||
|---|---|---|
| .. | ||
| bitmaps | ||
| codecs | ||
| gui | ||
| hosted/android | ||
| keymaps | ||
| lang | ||
| menus | ||
| player | ||
| plugins | ||
| radio | ||
| recorder | ||
| abrepeat.c | ||
| abrepeat.h | ||
| action.c | ||
| action.h | ||
| alarm_menu.c | ||
| alarm_menu.h | ||
| appevents.h | ||
| applimits.h | ||
| apps.make | ||
| audio_path.c | ||
| beep.c | ||
| bookmark.c | ||
| bookmark.h | ||
| buffering.c | ||
| buffering.h | ||
| codec_thread.c | ||
| codec_thread.h | ||
| codecs.c | ||
| codecs.h | ||
| core_asmdefs.c | ||
| cuesheet.c | ||
| cuesheet.h | ||
| debug_menu.c | ||
| debug_menu.h | ||
| enc_config.c | ||
| enc_config.h | ||
| features.txt | ||
| filetree.c | ||
| filetree.h | ||
| filetypes.c | ||
| filetypes.h | ||
| fixedpoint.c | ||
| fixedpoint.h | ||
| fracmul.h | ||
| iap.c | ||
| keyboard.h | ||
| language.c | ||
| language.h | ||
| logfdisp.c | ||
| logfdisp.h | ||
| main.c | ||
| menu.c | ||
| menu.h | ||
| misc.c | ||
| misc.h | ||
| mpeg.c | ||
| mpeg.h | ||
| onplay.c | ||
| onplay.h | ||
| pcmbuf.c | ||
| pcmbuf.h | ||
| playback.c | ||
| playback.h | ||
| playlist.c | ||
| playlist.h | ||
| playlist_catalog.c | ||
| playlist_catalog.h | ||
| playlist_menu.h | ||
| playlist_viewer.c | ||
| playlist_viewer.h | ||
| plugin.c | ||
| plugin.h | ||
| README | ||
| root_menu.c | ||
| root_menu.h | ||
| screen_access.c | ||
| screen_access.h | ||
| screens.c | ||
| screens.h | ||
| scrobbler.c | ||
| scrobbler.h | ||
| settings.c | ||
| settings.h | ||
| settings_list.c | ||
| settings_list.h | ||
| shortcuts.c | ||
| shortcuts.h | ||
| sound_menu.h | ||
| SOURCES | ||
| status.c | ||
| status.h | ||
| tagcache.c | ||
| tagcache.h | ||
| tagnavi.config | ||
| tagtree.c | ||
| tagtree.h | ||
| talk.c | ||
| talk.h | ||
| tree.c | ||
| tree.h | ||
| usb_keymaps.c | ||
| usb_keymaps.h | ||
| voice_thread.c | ||
| voice_thread.h | ||
For general information see: docs/README For API information see: docs/API