summaryrefslogtreecommitdiff
path: root/apps/playlist_viewer.c (follow)
Commit message (Expand)AuthorAge
* You can now leave the playlist viewer with OFF, and the hold-Play context men...Linus Nielsen Feltzing2004-11-17
* Avoid TREE_RUN trailing release eventBjörn Stenberg2004-10-14
* Flattened browser button code more. TREE_SHIFT removed. OnPlay menu is now av...Björn Stenberg2004-10-05
* The ON+Play menu in the playlist browser now behaves better, and it stays in ...Linus Nielsen Feltzing2004-09-28
* Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg2004-09-19
* Const policed pointer arguments to functions, part 3Jens Arnold2004-08-18
* First step in revamping the USB event handling, paving the way for the upcomi...Linus Nielsen Feltzing2004-07-26
* New way of defining menus and options allows to declare them static const, wh...Jörg Hohensohn2004-07-23
* Const'ed the logo, the bitmaps and the credits (optimization for running from...Jens Arnold2004-07-19
* The status bar now keeps track of the mpeg status, instead of having to call ...Linus Nielsen Feltzing2004-06-27
* Handle button events immediately. Fixes problem with USB screen not coming u...Hardeep Sidhu2004-04-15
* Third step of the voice-UI: numerical settings are spoken (composed at runtim...Jörg Hohensohn2004-03-19
* First shot at a nice little button bar at the bottom of the recorder LCD. Ena...Linus Nielsen Feltzing2004-03-16
* Second step of the voice-UI: Option values are spoken, if they are translatab...Jörg Hohensohn2004-03-15
* First step of the voice-UI: the menus can talk. You need a "voicefont" file i...Jörg Hohensohn2004-03-14
* First step towards context sensitive and configurable menus, by Brent CouttsLinus Nielsen Feltzing2004-03-12
* Fixed an array index out of bounds errorHardeep Sidhu2004-02-01
* Modified playlist handling to allow for multiple playlists to be edited at th...Hardeep Sidhu2004-01-26
* Added Benjamin Metzlers bookmarking feature (patch #669440)Björn Stenberg2004-01-14
* The splash() function's second argument (keymask) is now removed, as itDaniel Stenberg2004-01-08
* Since some code isn't used if no ON button exist, we need to ifdef aroundDaniel Stenberg2003-12-15
* Make it build without ON button. We should probably allow a different keyDaniel Stenberg2003-12-12
* Added viewer for currently playing playlist. Accessed from Menu->Playlist Op...Hardeep Sidhu2003-12-10