summaryrefslogtreecommitdiffstats
path: root/apps/playlist_viewer.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-17Buffer margin was off by 1 causing corruption when page scrollingHardeep Sidhu1-1/+1
2006-04-20Stop playback and exit viewer if last track in current playlist is removedHardeep Sidhu1-10/+15
2006-04-03Fix unexitable playlist viewer menu for iPods and possibly other models.Zakk Roberts1-7/+10
2006-03-05For backlight_on() to work, you need backlight.h :)Tomas Salfischberger1-0/+1
2006-03-04Patch FS#4759 by Jonathan Gordon - searching in playlists.Tomas Salfischberger1-0/+110
2006-02-09Currently playing playlist can now be overwritten. Save playlist screen defa...Hardeep Sidhu1-11/+2
2006-01-17Proper fix for the playlist viewer crashLinus Nielsen Feltzing1-2/+4
2006-01-17Fixed a crash when wrapping the playlist viewer backwards, and made it always...Linus Nielsen Feltzing1-4/+4
2005-12-05kill gcc4 warningsDaniel Stenberg1-6/+7
2005-11-19If follow playlist is enabled, the playlist viewer should start at the curren...Hardeep Sidhu1-14/+22
2005-11-16show/hide icons now works properly in playlist viewerKevin Ferrare1-2/+8
2005-11-16replaced all the splash calls by gui_sync_splash, added some missing remote k...Kevin Ferrare1-2/+23
2005-11-16fixed the warning and changed playlist max entries in buffer to 200 as it was...Kevin Ferrare1-1/+5
2005-11-16Multi screen support for playlist viewer, some fixes in other gui filesKevin Ferrare1-614/+315
2005-10-21iRiver: Fixed broken items skipping on playlist: Now skipping andMiika Pekkarinen1-2/+8
2005-09-01On popular demand, the arrow cursor is reintroducedLinus Nielsen Feltzing1-13/+21
2005-08-30Removed the line selector option, it is now always an inverse bar (except for...Linus Nielsen Feltzing1-21/+13
2005-08-24Icon code cleanup, optimisation & policeing. Removed unused icons. Applied un...Jens Arnold1-2/+2
2005-07-064-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig...Jens Arnold1-2/+2
2005-06-28Second part of graphics api rework. Bitmap drawing and text output converted;...Jens Arnold1-2/+1
2005-06-24First part of graphics api rework. Special functions, parameter handling, pix...Jens Arnold1-1/+3
2005-06-24Put back the playlist creation options in the main menuLinus Nielsen Feltzing1-2/+2
2005-06-23Don't need to stop audio before changing tracks. Fixes problem when selectin...Hardeep Sidhu1-8/+1
2005-06-23Henrik Backes patch for WPS and tag database context menus. Tag database cont...Linus Nielsen Feltzing1-1/+2
2005-04-04More audio code restructuring, mostly renaming functions so farLinus Nielsen Feltzing1-7/+7
2004-11-17You can now leave the playlist viewer with OFF, and the hold-Play context men...Linus Nielsen Feltzing1-4/+4
2004-10-14Avoid TREE_RUN trailing release eventBjörn Stenberg1-1/+6
2004-10-05Flattened browser button code more. TREE_SHIFT removed. OnPlay menu is now av...Björn Stenberg1-10/+11
2004-09-28The ON+Play menu in the playlist browser now behaves better, and it stays in ...Linus Nielsen Feltzing1-1/+4
2004-09-19Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg1-51/+16
2004-08-18 Const policed pointer arguments to functions, part 3Jens Arnold1-4/+4
2004-07-26First step in revamping the USB event handling, paving the way for the upcomi...Linus Nielsen Feltzing1-6/+9
2004-07-23New way of defining menus and options allows to declare them static const, wh...Jörg Hohensohn1-12/+9
2004-07-19Const'ed the logo, the bitmaps and the credits (optimization for running from...Jens Arnold1-4/+0
2004-06-27The status bar now keeps track of the mpeg status, instead of having to call ...Linus Nielsen Feltzing1-3/+0
2004-04-15Handle button events immediately. Fixes problem with USB screen not coming u...Hardeep Sidhu1-4/+4
2004-03-19Third step of the voice-UI: numerical settings are spoken (composed at runtim...Jörg Hohensohn1-0/+2
2004-03-16First shot at a nice little button bar at the bottom of the recorder LCD. Ena...Linus Nielsen Feltzing1-11/+12
2004-03-15Second step of the voice-UI: Option values are spoken, if they are translatab...Jörg Hohensohn1-3/+3
2004-03-14First step of the voice-UI: the menus can talk. You need a "voicefont" file i...Jörg Hohensohn1-4/+7
2004-03-12First step towards context sensitive and configurable menus, by Brent CouttsLinus Nielsen Feltzing1-2/+2
2004-02-01Fixed an array index out of bounds errorHardeep Sidhu1-2/+2
2004-01-26Modified playlist handling to allow for multiple playlists to be edited at th...Hardeep Sidhu1-79/+321
2004-01-14Added Benjamin Metzlers bookmarking feature (patch #669440)Björn Stenberg1-2/+2
2004-01-08The splash() function's second argument (keymask) is now removed, as itDaniel Stenberg1-3/+3
2003-12-15Since some code isn't used if no ON button exist, we need to ifdef aroundDaniel Stenberg1-0/+4
2003-12-12Make it build without ON button. We should probably allow a different keyDaniel Stenberg1-0/+4
2003-12-10Added viewer for currently playing playlist. Accessed from Menu->Playlist Op...Hardeep Sidhu1-0/+848