summaryrefslogtreecommitdiffstats
path: root/apps/playlist_viewer.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-24Accept FS#8321 by Lee Kang HyukJonathan Gordon1-1/+1
2009-11-25Take out that code from the dynamic playlist viewer that aborts track move-in...Dave Hooper1-3/+1
2009-08-20Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius1-7/+7
2009-08-12Make kbd_input() show a cancel splash to indicate user abort better and for b...Thomas Martitz1-1/+1
2009-07-11Fix type mismatch warnings and errors exposed when building with EABI toolchain.Andrew Mahone1-1/+2
2009-07-07Fix bug introduced in r21616 (my bad)- playlist moving array could show in pl...Dave Hooper1-0/+5
2009-07-02Commit patch in FS#7967 by Vuong Minh Hiep (with some small changes to variab...Dave Hooper1-24/+29
2009-07-02Fix playlist viewer behaviour when deleting tracks (one ret had missed being ...Dave Hooper1-1/+9
2009-05-17Fix duplicate #includesBertrik Sikken1-1/+0
2009-05-09Remove unneeded #include "backdrop.h"Bertrik Sikken1-1/+0
2009-03-08Clean up some #includesBertrik Sikken1-1/+0
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-5/+0
2008-10-10Search In PlaylistNils Wallménius1-15/+26
2008-09-29Fix FS#9418 'Player unresponsive while searching playlist with directory cach...Nils Wallménius1-0/+1
2008-09-07Change screens memebers char_width, char_height and nb_lines to functions ret...Peter D'Hoye1-3/+3
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-4/+4
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-12Const police raid.Steve Bavin1-4/+5
2008-05-04use the playlist catalog code to generate the playlists under Playlist > Crea...Jonathan Gordon1-1/+1
2008-04-09Slight readability improvementsNils Wallménius1-5/+13
2008-04-09Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius1-5/+10
2008-03-26the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon1-4/+5
2007-12-15Patch "Remain in PLViewer when move_track is canceled", by Lee Kang Hyuk. Clo...Antoine Cellerier1-1/+11
2007-11-18Use the strrsplt function in one more placeNils Wallménius1-4/+1
2007-10-15Playlist viewer move live preview. Closes FS #7968.Antoine Cellerier1-5/+27
2007-09-17minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon1-4/+3
2007-08-25Accept FS #7627: allow viewing of dynamic playlist when it has endedPeter D'Hoye1-0/+6
2007-08-21Accept FS #7626: allow viewing playlist files if no playlist is loadedPeter D'Hoye1-8/+4
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius1-11/+6
2007-08-04sync and commit FS#4954 - return any results found when aborting a playlist s...Jonathan Gordon1-1/+5
2007-07-22remove the need for action_signalscreenchange().Jonathan Gordon1-3/+0
2007-04-26Fix some naughty variable name reuse (hopefully correctly)Jonathan Gordon1-6/+6
2007-04-26Accept FS7078, try to show the last playlist if no audio is being playedJonathan Gordon1-9/+13
2007-04-25oops, wrong return valueJonathan Gordon1-1/+1
2007-04-25convert the playlist viewer menus to the newer APIJonathan Gordon1-68/+18
2007-04-21No more type punning where it's not funny.Michael Sevakis1-2/+2
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-2/+2
2007-04-18Move the inbuilt filetype info into filetypes.c and rename the defines. Jonathan Gordon1-2/+2
2007-04-16Customizable icons for all bitmap targets. (FS#7013)Jonathan Gordon1-42/+7
2007-04-12Consistency fix: pressing play (on) button also takes you to the WPS just lik...Peter D'Hoye1-0/+1
2007-04-11Make sure selected track of playlist viewer doesn't become bigger than number...Peter D'Hoye1-0/+2
2007-04-08Give all menus using the old API a nice title and icons (except plugins)Jonathan Gordon1-1/+1
2007-04-05Give the playlist viewer a title (FS#6898)Jonathan Gordon1-0/+7
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-4/+4
2007-03-11fix FS#6784Jonathan Gordon1-0/+1
2007-02-23Remove useless defineNils Wallménius1-4/+0
2007-02-12Remove the File Options menu from the playlist viewer, but put the Jonathan Gordon1-11/+14
2006-12-25Next round of static'ing and related fixes.Jens Arnold1-24/+25
2006-11-18SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two...Michael Sevakis1-0/+2