summaryrefslogtreecommitdiff
path: root/apps/playlist_viewer.c (follow)
Commit message (Expand)AuthorAge
* FS#6323: Speech for ID3 viewer, playlist catalog and playlist viewerSolomon Peachy2018-12-15
* Don't shorten the playlist on shuffle. Fixes FS#13040Thomas White2015-04-19
* Implement time-based resume and playback start.Michael Sevakis2014-03-10
* playlist_viewer: Reset icon callback after leaving the playlist viewer settings.Thomas Martitz2014-01-11
* playlist_viewer: Resurrect playlist viewer settings submenu in the playlist v...Thomas Martitz2014-01-11
* Fixing data abort (pc in strchr). when scrolling a big playlist very fast.Purdea Andrei2012-07-19
* FS#12378 : Remove various unused code, and comment out some unused code and d...Boris Gjenero2011-12-14
* Add an option to shuffle the playlist in the playlist viewerJonathan Gordon2011-09-17
* GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz2011-08-14
* %cs (current screen) changes:Jonathan Gordon2011-08-07
* revert r30226, which is apparently broken.Frank Gevaerts2011-08-01
* Reload the current playlist after reboot even if it has ended. (FS#11644)Frank Gevaerts2011-07-31
* Fix FS#8656 - Error saving non-current playlist fileJonathan Gordon2011-07-21
* s/Playlist/Current Playlist/ in the playlist viewer context menu.Jonathan Gordon2011-07-20
* FS#11808 - Major playlist handling changes (on disk playlists)Jonathan Gordon2011-07-20
* Whitespace and cosmetics consistency cleanup in playlist_viewer.c, no functio...Nils Wallménius2011-04-08
* Voice filenames in the playlist viewer, closes FS#11951Nils Wallménius2011-04-08
* Playlist viewer: Fix regression introduced by r28138 which made some buttons ...Thomas Martitz2010-11-23
* Playlist viewer: Fix off-by-one when moving tracks caused by r28131.Thomas Martitz2010-10-02
* Bad copy&paste.Thomas Martitz2010-09-21
* Use convenience function.Thomas Martitz2010-09-21
* Fix a bug in playlist viewer's list handling, causing superfluous redraws andThomas Martitz2010-09-20
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Playlist Viewer Changes to bring consistency:Thomas Martitz2010-02-20
* Accept FS#8321 by Lee Kang HyukJonathan Gordon2009-12-24
* Take out that code from the dynamic playlist viewer that aborts track move-in...Dave Hooper2009-11-25
* Make the formatter functions used by the settings return a pointer to avoid u...Nils Wallménius2009-08-20
* Make kbd_input() show a cancel splash to indicate user abort better and for b...Thomas Martitz2009-08-12
* Fix type mismatch warnings and errors exposed when building with EABI toolchain.Andrew Mahone2009-07-11
* Fix bug introduced in r21616 (my bad)- playlist moving array could show in pl...Dave Hooper2009-07-07
* Commit patch in FS#7967 by Vuong Minh Hiep (with some small changes to variab...Dave Hooper2009-07-02
* Fix playlist viewer behaviour when deleting tracks (one ret had missed being ...Dave Hooper2009-07-02
* Fix duplicate #includesBertrik Sikken2009-05-17
* Remove unneeded #include "backdrop.h"Bertrik Sikken2009-05-09
* Clean up some #includesBertrik Sikken2009-03-08
* Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon2008-12-31
* Search In PlaylistNils Wallménius2008-10-10
* Fix FS#9418 'Player unresponsive while searching playlist with directory cach...Nils Wallménius2008-09-29
* Change screens memebers char_width, char_height and nb_lines to functions ret...Peter D'Hoye2008-09-07
* FS#9281 Rename of splash functions.Nils Wallménius2008-08-15
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Const police raid.Steve Bavin2008-05-12
* use the playlist catalog code to generate the playlists under Playlist > Crea...Jonathan Gordon2008-05-04
* Slight readability improvementsNils Wallménius2008-04-09
* Pass the buffer length to the list_get_name callback functions instead of usi...Nils Wallménius2008-04-09
* the menu and list now accepts a parent viewport to draw in (and the menu can ...Jonathan Gordon2008-03-26
* Patch "Remain in PLViewer when move_track is canceled", by Lee Kang Hyuk. Clo...Antoine Cellerier2007-12-15
* Use the strrsplt function in one more placeNils Wallménius2007-11-18
* Playlist viewer move live preview. Closes FS #7968.Antoine Cellerier2007-10-15
* minor update to gui_synclist_do_button() which will hopefully simplify things...Jonathan Gordon2007-09-17