summaryrefslogtreecommitdiffstats
path: root/apps/onplay.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-03Accept FS #7667 by Alexander Levin with minor fixes by me. Splits the shortcu...Peter D'Hoye1-1/+1
2007-08-22Fix bug where cross volume cut/paste would report failure even though it succ...Barry Wardell1-1/+1
2007-08-06Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius1-8/+11
2007-08-05Oops remove misleading left-behind commentNils Wallménius1-1/+0
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius1-3/+4
2007-08-05Accept FS#7486 - shortcuts plugin.Jonathan Gordon1-2/+12
2007-08-05Address FS#6310 - shows an "infinite" slider when deleting/copying/moving files.Jonathan Gordon1-1/+22
2007-07-31Accept FS#7437 - add the delete option to the wps context menu so the current...Jonathan Gordon1-1/+1
2007-07-21Queue song statistical data to the tagcache system and update entirely in bac...Miika Pekkarinen1-2/+5
2007-07-10User configurable recording path (my patch in FS#7201). path defaults to / an...Jonathan Gordon1-1/+18
2007-05-20Add splash messages while copying, moving, and deleting files. Also boost the...Dan Everton1-0/+14
2007-05-19Remove unused function and unused headerNils Wallménius1-1/+0
2007-05-15Use INSERT_LAST when inserting tracks before playback has started. Fixes FS#...Hardeep Sidhu1-32/+72
2007-05-14Add an item to the WPS context menu to browse a currently playing cuesheet. T...Nicolas Pennequin1-1/+28
2007-05-03Enable playlist functions for m3u filesHardeep Sidhu1-2/+5
2007-05-01The menu code needs to know that the function wants a param...Jonathan Gordon1-9/+9
2007-04-30Convert onplay.c to the new manu API. only plugins are still using the old AP...Jonathan Gordon1-358/+366
2007-04-25Change some ifdefs for the recent backdrop changes (fixes the yellow builds) ...Nicolas Pennequin1-3/+4
2007-04-21No more type punning where it's not funny.Michael Sevakis1-2/+3
2007-04-21Missed a couple. Hopefully fix all warnings.Michael Sevakis1-1/+1
2007-04-21General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis1-1/+2
2007-04-18Move the inbuilt filetype info into filetypes.c and rename the defines. Jonathan Gordon1-4/+4
2007-04-12Fix sim crashes on long filenames. Patch by Sean Morrisey with some minor cha...Peter D'Hoye1-4/+3
2007-04-08Give all menus using the old API a nice title and icons (except plugins)Jonathan Gordon1-4/+5
2007-03-29Recode filetypes.c to remove its need for a static string buffer.Jonathan Gordon1-20/+1
2007-03-26#ifdef HAVE_TAGCACHE the set_rating code and remove some old, unused codeRobert Kukla1-13/+15
2007-03-26Rating support for database and WPS (based on FS# 6301). A value between 0 an...Robert Kukla1-3/+40
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-7/+7
2007-03-01Introducing the root menu!Jonathan Gordon1-1/+1
2007-02-28Character-encoding policingDave Chapman1-1/+1
2007-02-27Code Police: Remove tabs throught apps/ . Hopefully no actual code Jonathan Gordon1-1/+1
2007-02-27fix FS#6700. If you really need to paste into the source directory, do Jonathan Gordon1-6/+14
2007-02-19Convert the EQ menusJonathan Gordon1-1/+1
2007-02-06Fix FS #6624 - remove useless menu items from the context menu in an empty di...Jonathan Gordon1-6/+8
2007-02-03Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold1-2/+2
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold1-1/+1
2006-12-27Minor changes to the delete screen (FS#6022). Use multi-screen api.Jonathan Gordon1-5/+14
2006-12-26Accept FS#6464 by Chris Taylor. Adds a "Play Next" playlist insertionJonathan Gordon1-0/+5
2006-12-25Next round of static'ing and related fixes.Jens Arnold1-4/+4
2006-12-14Directory delete: 1) show which directory is being removed when going through...Peter D'Hoye1-0/+11
2006-12-111) Delete unused files from old database and old gui files 2) Remove unnecces...Nils Wallménius1-1/+0
2006-11-30File and (recursive) directories properties in the file browser context menu....Peter D'Hoye1-0/+13
2006-11-13Backdrop support for greyscale targets. WPS backdrop is untested.Jens Arnold1-4/+4
2006-10-25ifdef all the tagcache code, allows rombox to be compiled again, Thanks Austi...Jonathan Gordon1-1/+5
2006-09-19Use INSERT_LAST when creating a new playlist. Fixes B#6028.Hardeep Sidhu1-1/+1
2006-09-15Always set random seed before inserting tracks shuffled. Fixes problem with ...Hardeep Sidhu1-0/+4
2006-08-16* fixed the pitch screen key mappings for all targets, targets require aJonathan Gordon1-1/+1
2006-08-15Finally, the new button action system is here, thanks to Jonathan Gordon. Som...Linus Nielsen Feltzing1-5/+1
2006-08-12Better UI response with playlist operations.Miika Pekkarinen1-0/+2
2006-08-10Only sync playlist once when adding bunch of files from tagcache.Miika Pekkarinen1-1/+1