index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
playlist_viewer.c
Age
Commit message (
Expand
)
Author
2010-11-23
Playlist viewer: Fix regression introduced by r28138 which made some buttons ...
Thomas Martitz
2010-10-02
Playlist viewer: Fix off-by-one when moving tracks caused by r28131.
Thomas Martitz
2010-09-21
Bad copy&paste.
Thomas Martitz
2010-09-21
Use convenience function.
Thomas Martitz
2010-09-20
Fix a bug in playlist viewer's list handling, causing superfluous redraws and
Thomas Martitz
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-02-20
Playlist Viewer Changes to bring consistency:
Thomas Martitz
2009-12-24
Accept FS#8321 by Lee Kang Hyuk
Jonathan Gordon
2009-11-25
Take out that code from the dynamic playlist viewer that aborts track move-in...
Dave Hooper
2009-08-20
Make the formatter functions used by the settings return a pointer to avoid u...
Nils Wallménius
2009-08-12
Make kbd_input() show a cancel splash to indicate user abort better and for b...
Thomas Martitz
2009-07-11
Fix type mismatch warnings and errors exposed when building with EABI toolchain.
Andrew Mahone
2009-07-07
Fix bug introduced in r21616 (my bad)- playlist moving array could show in pl...
Dave Hooper
2009-07-02
Commit patch in FS#7967 by Vuong Minh Hiep (with some small changes to variab...
Dave Hooper
2009-07-02
Fix playlist viewer behaviour when deleting tracks (one ret had missed being ...
Dave Hooper
2009-05-17
Fix duplicate #includes
Bertrik Sikken
2009-05-09
Remove unneeded #include "backdrop.h"
Bertrik Sikken
2009-03-08
Clean up some #includes
Bertrik Sikken
2008-12-31
Decouple the statusbar drawing from the rest of the screen drawing. it is not...
Jonathan Gordon
2008-10-10
Search In Playlist
Nils Wallménius
2008-09-29
Fix FS#9418 'Player unresponsive while searching playlist with directory cach...
Nils Wallménius
2008-09-07
Change screens memebers char_width, char_height and nb_lines to functions ret...
Peter D'Hoye
2008-08-15
FS#9281 Rename of splash functions.
Nils Wallménius
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-12
Const police raid.
Steve Bavin
2008-05-04
use the playlist catalog code to generate the playlists under Playlist > Crea...
Jonathan Gordon
2008-04-09
Slight readability improvements
Nils Wallménius
2008-04-09
Pass the buffer length to the list_get_name callback functions instead of usi...
Nils Wallménius
2008-03-26
the menu and list now accepts a parent viewport to draw in (and the menu can ...
Jonathan Gordon
2007-12-15
Patch "Remain in PLViewer when move_track is canceled", by Lee Kang Hyuk. Clo...
Antoine Cellerier
2007-11-18
Use the strrsplt function in one more place
Nils Wallménius
2007-10-15
Playlist viewer move live preview. Closes FS #7968.
Antoine Cellerier
2007-09-17
minor update to gui_synclist_do_button() which will hopefully simplify things...
Jonathan Gordon
2007-08-25
Accept FS #7627: allow viewing of dynamic playlist when it has ended
Peter D'Hoye
2007-08-21
Accept FS #7626: allow viewing playlist files if no playlist is loaded
Peter D'Hoye
2007-08-05
*** Lang v2 cleanup (FS#6574) ***
Nils Wallménius
2007-08-04
sync and commit FS#4954 - return any results found when aborting a playlist s...
Jonathan Gordon
2007-07-22
remove the need for action_signalscreenchange().
Jonathan Gordon
2007-04-26
Fix some naughty variable name reuse (hopefully correctly)
Jonathan Gordon
2007-04-26
Accept FS7078, try to show the last playlist if no audio is being played
Jonathan Gordon
2007-04-25
oops, wrong return value
Jonathan Gordon
2007-04-25
convert the playlist viewer menus to the newer API
Jonathan Gordon
2007-04-21
No more type punning where it's not funny.
Michael Sevakis
2007-04-21
Missed a couple. Hopefully fix all warnings.
Michael Sevakis
2007-04-21
General housekeeping: Make plugin buffer functions take size_t * instead of i...
Michael Sevakis
2007-04-18
Move the inbuilt filetype info into filetypes.c and rename the defines.
Jonathan Gordon
2007-04-16
Customizable icons for all bitmap targets. (FS#7013)
Jonathan Gordon
2007-04-12
Consistency fix: pressing play (on) button also takes you to the WPS just lik...
Peter D'Hoye
2007-04-11
Make sure selected track of playlist viewer doesn't become bigger than number...
Peter D'Hoye
2007-04-08
Give all menus using the old API a nice title and icons (except plugins)
Jonathan Gordon
[next]