summaryrefslogtreecommitdiff
path: root/apps/onplay.c (follow)
Commit message (Expand)AuthorAge
* Accept FS#6188: study mode.Stéphane Doyon2008-05-04
* use the playlist catalog code to generate the playlists under Playlist > Crea...Jonathan Gordon2008-05-04
* Const police raid, making a lot of pointers to lang strings const and removin...Nils Wallménius2008-04-26
* fix FS#7780 - remove some possibly dangerous items from the file browser cont...Jonathan Gordon2008-04-21
* Use file_exists and dir_exists functions where appropriate, fix one wrong fil...Nils Wallménius2008-04-16
* Dont show the playlist catalog item in the file context menu unless the file ...Jonathan Gordon2008-04-14
* FS#8738 - move the progress bar to the bottom of the screen (fixes FS#8736 -...Robert Kukla2008-04-09
* fix FS#8860 - File browser context menu shows unnecessary items in an empty d...Robert Kukla2008-04-09
* Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h",...Dave Chapman2008-03-29
* the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon2008-03-26
* fix FS#8599 - First Song in Tagcache can't be ratedRobert Kukla2008-02-12
* Accept FS #8570 by Thomas Martitz: recording dir location was not saved when ...Peter D'Hoye2008-02-10
* only display set rating menu entry if "gather runtime data" is enabled (was r...Robert Kukla2007-11-08
* rework the set song rating setting so it uses the standard list. also the men...Jonathan Gordon2007-11-08
* revert my previous commit and do it in a much less hacky way (both of these w...Jonathan Gordon2007-11-04
* return to the main menu if stop is pressed in the wps context menu, (blame po...Jonathan Gordon2007-11-04
* Add a voice callback to dynamic menus, along side the text_callback.Stéphane Doyon2007-10-09
* Accept FS #7667 by Alexander Levin with minor fixes by me. Splits the shortcu...Peter D'Hoye2007-09-03
* Fix bug where cross volume cut/paste would report failure even though it succ...Barry Wardell2007-08-22
* Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius2007-08-06
* Oops remove misleading left-behind commentNils Wallménius2007-08-05
* *** Lang v2 cleanup (FS#6574) ***Nils Wallménius2007-08-05
* Accept FS#7486 - shortcuts plugin.Jonathan Gordon2007-08-05
* Address FS#6310 - shows an "infinite" slider when deleting/copying/moving files.Jonathan Gordon2007-08-05
* Accept FS#7437 - add the delete option to the wps context menu so the current...Jonathan Gordon2007-07-31
* Queue song statistical data to the tagcache system and update entirely in bac...Miika Pekkarinen2007-07-21
* User configurable recording path (my patch in FS#7201). path defaults to / an...Jonathan Gordon2007-07-10
* Add splash messages while copying, moving, and deleting files. Also boost the...Dan Everton2007-05-20
* Remove unused function and unused headerNils Wallménius2007-05-19
* Use INSERT_LAST when inserting tracks before playback has started. Fixes FS#...Hardeep Sidhu2007-05-15
* Add an item to the WPS context menu to browse a currently playing cuesheet. T...Nicolas Pennequin2007-05-14
* Enable playlist functions for m3u filesHardeep Sidhu2007-05-03
* The menu code needs to know that the function wants a param...Jonathan Gordon2007-05-01
* Convert onplay.c to the new manu API. only plugins are still using the old AP...Jonathan Gordon2007-04-30
* Change some ifdefs for the recent backdrop changes (fixes the yellow builds) ...Nicolas Pennequin2007-04-25
* No more type punning where it's not funny.Michael Sevakis2007-04-21
* Missed a couple. Hopefully fix all warnings.Michael Sevakis2007-04-21
* General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis2007-04-21
* Move the inbuilt filetype info into filetypes.c and rename the defines. Jonathan Gordon2007-04-18
* Fix sim crashes on long filenames. Patch by Sean Morrisey with some minor cha...Peter D'Hoye2007-04-12
* Give all menus using the old API a nice title and icons (except plugins)Jonathan Gordon2007-04-08
* Recode filetypes.c to remove its need for a static string buffer.Jonathan Gordon2007-03-29
* #ifdef HAVE_TAGCACHE the set_rating code and remove some old, unused codeRobert Kukla2007-03-26
* Rating support for database and WPS (based on FS# 6301). A value between 0 an...Robert Kukla2007-03-26
* Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold2007-03-16
* Introducing the root menu!Jonathan Gordon2007-03-01
* Character-encoding policingDave Chapman2007-02-28
* Code Police: Remove tabs throught apps/ . Hopefully no actual code Jonathan Gordon2007-02-27
* fix FS#6700. If you really need to paste into the source directory, do Jonathan Gordon2007-02-27
* Convert the EQ menusJonathan Gordon2007-02-19