Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
03dd4b92be7dcd5c8ab06da3810887060e06abd5
/
apps
/
appevents.h
023f6b6
Get rid of some superfluous single-purpose functions in playback.
by Michael Sevakis
· 11 years ago
e62cb56
Have voice fire an event when it starts and stops playing.
by Michael Sevakis
· 11 years ago
0ebfb93
Fix some lockup caused by handles not being initialized to < 0...
by Michael Sevakis
· 12 years ago
94139ac
Fix FS#12606 - next track can cause the screen to be cleared
by Jonathan Gordon
· 13 years ago
f31e7a1
Revert "Fix FS#12606 - next track can cause the screen to be cleared"
by Jonathan Gordon
· 13 years ago
cb9bc3b
Fix FS#12606 - next track can cause the screen to be cleared
by Jonathan Gordon
· 13 years ago
caf907e
Workaround an occasional problem where album art or cuesheets might not be ready by the time the track change event is send which can result in the WPS not immediately being aware that the handles are ready. A better solution will be sought that hopefully doesn't require the additional event.
by Michael Sevakis
· 13 years ago
c537d59
Commit FS#12069 - Playback rework - first stages. Gives as thorough as possible a treatment of codec management, track change and metadata logic as possible while maintaining fairly narrow focus and not rewriting everything all at once. Please see the rockbox-dev mail archive on 2011-04-25 (Playback engine rework) for a more thorough manifest of what was addressed. Plugins and codecs become incompatible.
by Michael Sevakis
· 13 years ago
7d5e0d7
FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Base Skin when the radio is running.
by Jonathan Gordon
· 14 years ago
6fef14b
Set svn:keywords property on .c and .h files that didn't already have it. Correct svn:executable property on some files.
by Bertrik Sikken
· 15 years ago
b2eb44c
FS#10824 - viewport/statusbar API rework.
by Jonathan Gordon
· 15 years ago
2eb1cb6
Fix buttonbar handling/theme changed handling in lists.
by Thomas Martitz
· 15 years ago
4c48b59
User definable UI viewport, to be able to restrict the UI into a viewport for all bitmap displays.
by Thomas Martitz
· 15 years ago
843c7ef
FS9795 - some playback cleanup.
by Jonathan Gordon
· 16 years ago
8b9fdb5
redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE event every time get_action() is called. The event wont be as realiable (timewise) as before, but seems to work better
by Jonathan Gordon
· 16 years ago
e385ee1
Decouple the statusbar drawing from the rest of the screen drawing. it is not drawn roughly 4x per second automatically.
by Jonathan Gordon
· 16 years ago
71898e5
Accept FS#9480 - centralise and organise the events in the apps/ layer.
by Jonathan Gordon
· 16 years ago