rockbox/apps/gui
Michael Sevakis 023f6b6efd Get rid of some superfluous single-purpose functions in playback.
* Remove explicit tracking of elapsed time of previous track.
* Remove function to obtain auto skip flag.
* Most playback events now carry the extra information instead and
  pass 'struct track_event *' for data.
* Tweak scrobbler to use PLAYBACK_EVENT_TRACK_FINISH, which makes
  it cleaner and removes the struct mp3entry.

Change-Id: I500d2abb4056a32646496efc3617406e36811ec5
2013-07-13 00:08:51 -04:00
..
bitmap list widget: undo part of aaf3065 2013-02-13 09:22:24 +11:00
charcell
skin_engine skin_engine: Fix crash on skin_reset (e.g. on language change). 2013-06-23 20:55:46 +02:00
backdrop.c
backdrop.h
buttonbar.c
buttonbar.h
color_picker.c
color_picker.h
folder_select.c folder_select: fix problem when selecting / as folder. 2012-08-15 23:10:28 +02:00
folder_select.h New GUI browser to select one (or more) folders. 2012-07-30 21:20:51 +02:00
icon.c Fix checks on buflib allocated handles (0 is not a valid handle value) 2012-06-10 17:15:47 +02:00
icon.h
list.c simplelist: Fix simplelist_set_line_count() so it actually sets the count 2013-03-28 22:32:57 +11:00
list.h simplelist: Make better use of the static buffer and simplify API 2013-02-12 21:01:13 +11:00
option_select.c skin_engine: Make pressing the setting bar touch region work 2012-07-06 14:28:34 +10:00
option_select.h skin_engine: Make pressing the setting bar touch region work 2012-07-06 14:28:34 +10:00
pitchscreen.c Make rbcodec/dsp includes more specific. 2012-04-29 17:31:30 -04:00
pitchscreen.h
quickscreen.c Make the recorder build with HAVE_LCD_FLIP disabled. 2012-08-28 21:36:23 +02:00
quickscreen.h
scrollbar.c
scrollbar.h
splash.c
splash.h
statusbar-skinned.c
statusbar-skinned.h
statusbar.c
statusbar.h Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR. 2011-12-19 20:12:52 +00:00
usb_screen.c We should reload the playlist control file when leaving 2012-08-14 06:23:24 +02:00
usb_screen.h
viewport.c apps: lcd-remote.h is not needed if HAVE_REMOTE_LCD is not defined 2012-01-07 19:35:46 +00:00
viewport.h
wps.c Get rid of some superfluous single-purpose functions in playback. 2013-07-13 00:08:51 -04:00
wps.h Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR. 2011-12-19 20:12:52 +00:00
yesno.c yesno/touchscreen: Only accept on touch release. 2012-08-15 23:10:28 +02:00
yesno.h