summaryrefslogtreecommitdiffstats
path: root/apps/onplay.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg1-1/+1
2008-10-05Accept FS#9231 - viewportify the pitch screen by Thomas Martitz.Jonathan Gordon1-1/+2
2008-09-11Used correct voice messages for some splash screens.Alessio Lenzi1-1/+1
2008-09-07Change screens memebers char_width, char_height and nb_lines to functions ret...Peter D'Hoye1-2/+3
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-13/+13
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-29the splash should set the viewport to NULL untill we start passing it a vp. (...Jonathan Gordon1-6/+2
2008-05-28Create WPS context (onplay) menus using MAKE_ONPLAYMENU macro. Partial fix fo...Bertrik Sikken1-5/+6
2008-05-22Restore the 'Open With...' menu item to the wps context menu wich was lost so...Nils Wallménius1-2/+4
2008-05-22FS#9019 - Tidied up WPS context menu. Moved playlist to the top, added Playb...Steve Bavin1-49/+1
2008-05-13Fix FS#8986, problem where current file changes during deletion.Steve Bavin1-6/+9
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin1-1/+1
2008-05-04Accept FS#6188: study mode.Stéphane Doyon1-0/+36
2008-05-04use the playlist catalog code to generate the playlists under Playlist > Crea...Jonathan Gordon1-2/+3
2008-04-26Const police raid, making a lot of pointers to lang strings const and removin...Nils Wallménius1-6/+6
2008-04-21fix FS#7780 - remove some possibly dangerous items from the file browser cont...Jonathan Gordon1-0/+7
2008-04-16Use file_exists and dir_exists functions where appropriate, fix one wrong fil...Nils Wallménius1-12/+2
2008-04-14Dont show the playlist catalog item in the file context menu unless the file ...Jonathan Gordon1-0/+7
2008-04-09FS#8738 - move the progress bar to the bottom of the screen (fixes FS#8736 -...Robert Kukla1-18/+12
2008-04-09fix FS#8860 - File browser context menu shows unnecessary items in an empty d...Robert Kukla1-4/+8
2008-03-29Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...Dave Chapman1-3/+0
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon1-1/+1
2008-02-12fix FS#8599 - First Song in Tagcache can't be ratedRobert Kukla1-1/+1
2008-02-10Accept FS #8570 by Thomas Martitz: recording dir location was not saved when ...Peter D'Hoye1-0/+1
2007-11-08only display set rating menu entry if "gather runtime data" is enabled (was r...Robert Kukla1-1/+13
2007-11-08rework the set song rating setting so it uses the standard list. also the men...Jonathan Gordon1-50/+14
2007-11-04revert my previous commit and do it in a much less hacky way (both of these w...Jonathan Gordon1-12/+20
2007-11-04return to the main menu if stop is pressed in the wps context menu, (blame po...Jonathan Gordon1-1/+1
2007-10-09Add a voice callback to dynamic menus, along side the text_callback.Stéphane Doyon1-1/+1
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