summaryrefslogtreecommitdiffstats
path: root/apps/plugins/lib/playback_control.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-13Plugin parameters should be const.Steve Bavin1-3/+3
2008-05-04pluginlib: made local functions in static and made sure that source files inc...Bertrik Sikken1-4/+5
2008-04-23option_screen() now accepts a viewportJonathan Gordon1-4/+8
2008-04-23allow the plugin playback control menu to be put in a viewport.Jonathan Gordon1-2/+3
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon1-1/+1
2007-10-20Accept FS#7966 by Bertrik Sikken, correcting captions in playback control sub...Nils Wallménius1-3/+3
2007-07-23Fix the text for settings which have a different title than what is shown in ...Jonathan Gordon1-3/+3
2007-07-11Rearrange and cleanup settings codeJonathan Gordon1-28/+13
2007-06-13Accept FS#7264 'Build with -Os switch for coldfire targets'.Nils Wallménius1-4/+6
2007-03-26woops, used the wrong defineJonathan Gordon1-1/+1
2007-03-26Convert the playback control menu to the new API. Makes a good example Jonathan Gordon1-18/+23
2007-03-12Make the Play / Pause option restart playback if its stopped alsoJonathan Gordon1-1/+10
2006-11-28Fix minor typo in the plugin playback control menu c->CNils Wallménius1-1/+1
2006-08-11'no voice' is -1 not 0 and menu_items does have a pointerMarcoen Hirschberg1-7/+7
2006-08-11don't assign NULL to a long (fixes sim build warnings)Marcoen Hirschberg1-7/+7
2006-03-26Basic plugin playback control menu by Jonathan Gordon (Patch #4874)Linus Nielsen Feltzing1-0/+114