summaryrefslogtreecommitdiffstats
path: root/apps/playlist_viewer.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-22keyboard add ability to specify temporary custom layoutsWilliam Wilgus1-1/+1
2020-05-20Playlist Viewer Fix FS#13197William Wilgus1-3/+8
2018-12-15FS#6323: Speech for ID3 viewer, playlist catalog and playlist viewerSolomon Peachy1-21/+52
2015-04-19Don't shorten the playlist on shuffle. Fixes FS#13040Thomas White1-4/+5
2014-03-10Implement time-based resume and playback start.Michael Sevakis1-4/+6
2014-01-11playlist_viewer: Reset icon callback after leaving the playlist viewer settings.Thomas Martitz1-0/+5
2014-01-11playlist_viewer: Resurrect playlist viewer settings submenu in the playlist v...Thomas Martitz1-2/+8
2012-07-19Fixing data abort (pc in strchr). when scrolling a big playlist very fast.Purdea Andrei1-5/+41
2011-12-14FS#12378 : Remove various unused code, and comment out some unused code and d...Boris Gjenero1-11/+0
2011-09-17Add an option to shuffle the playlist in the playlist viewerJonathan Gordon1-1/+6
2011-08-14GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz1-3/+0
2011-08-07%cs (current screen) changes:Jonathan Gordon1-0/+2
2011-08-01revert r30226, which is apparently broken.Frank Gevaerts1-1/+1
2011-07-31Reload the current playlist after reboot even if it has ended. (FS#11644)Frank Gevaerts1-1/+1
2011-07-21Fix FS#8656 - Error saving non-current playlist fileJonathan Gordon1-0/+8
2011-07-20s/Playlist/Current Playlist/ in the playlist viewer context menu.Jonathan Gordon1-1/+1
2011-07-20FS#11808 - Major playlist handling changes (on disk playlists)Jonathan Gordon1-33/+38
2011-04-08Whitespace and cosmetics consistency cleanup in playlist_viewer.c, no functio...Nils Wallménius1-65/+66
2011-04-08Voice filenames in the playlist viewer, closes FS#11951Nils Wallménius1-0/+30
2010-11-23Playlist viewer: Fix regression introduced by r28138 which made some buttons ...Thomas Martitz1-1/+1
2010-10-02Playlist viewer: Fix off-by-one when moving tracks caused by r28131.Thomas Martitz1-3/+5
2010-09-21Bad copy&paste.Thomas Martitz1-1/+1
2010-09-21Use convenience function.Thomas Martitz1-7/+4
2010-09-20Fix a bug in playlist viewer's list handling, causing superfluous redraws andThomas Martitz1-15/+20
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+0
2010-02-20Playlist Viewer Changes to bring consistency:Thomas Martitz1-19/+13
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