summaryrefslogtreecommitdiffstats
path: root/apps/onplay.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-20Playlist Viewer Changes to bring consistency:Thomas Martitz1-4/+4
2010-02-15onplay.c: optimize a little bit.Teruaki Kawashima1-55/+43
2010-02-14onplay: move functions to a bit more logical order; some functions, some menu...Teruaki Kawashima1-212/+193
2010-01-29skin rework (FS#10922) notable changes:Jonathan Gordon1-3/+3
2010-01-01Simplify some expressions using the ? operatorBertrik Sikken1-1/+1
2010-01-01Make the delete_handler function return the actual result, instead of just 'f...Mohamed Tarek1-1/+1
2009-12-18Fix FS#10433 - "Play Next" should use the "warn on playlist change" setting l...Jonathan Gordon1-0/+2
2009-11-11remove 3 bad viewport functions:Jonathan Gordon1-4/+6
2009-11-09Removed unneeded includesJeffrey Goode1-1/+0
2009-11-01Show insert_last_shuffled item and queue_last_shuffled item when playlist fil...Teruaki Kawashima1-11/+15
2009-10-28Committing FS#10717 by Tomasz Kowalyczyk: add PLAYLIST_INSERT_LAST_SHUFFLED (...Dave Hooper1-1/+24
2009-08-23Change the "Rename failed" message to a splash.Thomas Martitz1-5/+1
2009-08-23Bound the progress slider into the currently used viewport (which should be t...Thomas Martitz1-3/+5
2009-08-06Add backdrop functions to the multiscreen api and add a enum backdrop_type pa...Thomas Martitz1-2/+2
2009-07-20rework cuesheet support:Jonathan Gordon1-4/+4
2009-07-14FS#10080Nils Wallménius1-7/+7
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken1-1/+0
2009-03-08Fix playlist "Insert" a bit.Thomas Martitz1-15/+3
2009-02-26Fix FS#9945 - Paste operation doesn't detect disk full (and possibly other er...Jonas Häggqvist1-1/+1
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-1/+0
2008-12-21fix FS#9687 - 'set song rating' should not be shown if the DB isnt useableJonathan Gordon1-1/+2
2008-12-01Fix FS#9357 'Cut/Paste does not remove old folder when replacing', fix sugges...Nils Wallménius1-2/+8
2008-11-30Make struct text_message const in apps/onplay.cBertrik Sikken1-2/+2
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