summaryrefslogtreecommitdiff
path: root/apps/onplay.c
AgeCommit message (Expand)Author
2007-04-08Give all menus using the old API a nice title and icons (except plugins)Jonathan Gordon
2007-03-29Recode filetypes.c to remove its need for a static string buffer.Jonathan Gordon
2007-03-26#ifdef HAVE_TAGCACHE the set_rating code and remove some old, unused codeRobert Kukla
2007-03-26Rating support for database and WPS (based on FS# 6301). A value between 0 an...Robert Kukla
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold
2007-03-01Introducing the root menu!Jonathan Gordon
2007-02-28Character-encoding policingDave Chapman
2007-02-27Code Police: Remove tabs throught apps/ . Hopefully no actual code Jonathan Gordon
2007-02-27fix FS#6700. If you really need to paste into the source directory, do Jonathan Gordon
2007-02-19Convert the EQ menusJonathan Gordon
2007-02-06Fix FS #6624 - remove useless menu items from the context menu in an empty di...Jonathan Gordon
2007-02-03Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold
2006-12-27Minor changes to the delete screen (FS#6022). Use multi-screen api.Jonathan Gordon
2006-12-26Accept FS#6464 by Chris Taylor. Adds a "Play Next" playlist insertionJonathan Gordon
2006-12-25Next round of static'ing and related fixes.Jens Arnold
2006-12-14Directory delete: 1) show which directory is being removed when going through...Peter D'Hoye
2006-12-111) Delete unused files from old database and old gui files 2) Remove unnecces...Nils Wallménius
2006-11-30File and (recursive) directories properties in the file browser context menu....Peter D'Hoye
2006-11-13Backdrop support for greyscale targets. WPS backdrop is untested.Jens Arnold
2006-10-25ifdef all the tagcache code, allows rombox to be compiled again, Thanks Austi...Jonathan Gordon
2006-09-19Use INSERT_LAST when creating a new playlist. Fixes B#6028.Hardeep Sidhu
2006-09-15Always set random seed before inserting tracks shuffled. Fixes problem with ...Hardeep Sidhu
2006-08-16* fixed the pitch screen key mappings for all targets, targets require aJonathan Gordon
2006-08-15Finally, the new button action system is here, thanks to Jonathan Gordon. Som...Linus Nielsen Feltzing
2006-08-12Better UI response with playlist operations.Miika Pekkarinen
2006-08-10Only sync playlist once when adding bunch of files from tagcache.Miika Pekkarinen
2006-08-02Tagcache: Fixed runtime stats not being gathered when tagcache is keptMiika Pekkarinen
2006-07-25Enabled playlist submenu for tagcache!Miika Pekkarinen
2006-07-18Patch #5179 by Sebastian Henriksen and Hardeep Sidhu - Playlist catalogLinus Nielsen Feltzing
2006-05-21Reworked backdrop handling. Fixes a bug that wasn't in the tracker yet ;)Peter D'Hoye
2006-04-19Allow insert shuffled option for directories when playlist is empty. Based o...Hardeep Sidhu
2006-03-26Initial version of tagcache! There are still some bugs in the engineMiika Pekkarinen
2006-03-22Whoops, the Archos Player/Studio doesn't have the ability to change pitch..Zakk Roberts
2006-03-22Pitch screen now accessible from the WPS context menu for all targets. This m...Zakk Roberts
2006-03-21Patch #4833 by Jonas Häggqvist: "Use abstracted gui for recursive inse...Hristo Kovachev
2006-03-20Add 'clipboard' type functionality to onplay menu. You can cut/copy/paste dir...Dan Everton
2006-03-13Patch #4791 by Jonathan Gordon - Remove duplicates from the Open-with menu, a...Linus Nielsen Feltzing
2006-03-04Patch FS#4759 by Jonathan Gordon - searching in playlists.Tomas Salfischberger
2006-02-09Currently playing playlist can now be overwritten. Save playlist screen defa...Hardeep Sidhu
2006-02-07Add Equalizer configuration to Sound Settings menu.Dan Everton
2006-02-02Fix typos - tests for HAVE_LCD_COLOR should use #ifdef, not #ifDave Chapman
2006-02-02Oops - fix the builds broken by the backdrop image patchDave Chapman
2006-02-02Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds...Dave Chapman
2006-01-25Added "Queue shuffled", for completenessLinus Nielsen Feltzing
2005-12-05kill gcc4 warningsDaniel Stenberg
2005-11-22Commited George Styles's patch which added multi-screen support to the delete...Kevin Ferrare
2005-11-20removed old statusbar and buttonbar codeKevin Ferrare
2005-11-17Remote WPS support (and some WPS bugfixes) by Stephan WezelChristi Scarborough
2005-11-16replaced all the splash calls by gui_sync_splash, added some missing remote k...Kevin Ferrare