summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2002-06-16Eric Linenberg joins the credit listRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1024 a1c6a512-1295-4272-9138-f99709370657
2002-06-16added menu options for bounce, sokoban and corrected screensaver => boxes ↵Robert Hak
reference git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1022 a1c6a512-1295-4272-9138-f99709370657
2002-06-16increased lines on menu displayRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1021 a1c6a512-1295-4272-9138-f99709370657
2002-06-16first there was tetris, now we have sokobanRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1020 a1c6a512-1295-4272-9138-f99709370657
2002-06-16renamed screensaver.[ch] to boxesRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1019 a1c6a512-1295-4272-9138-f99709370657
2002-06-15This is the start of a text file viewer for the Player. It is not calledDaniel Stenberg
from anywhere at this point. It still compiles nicely. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1018 a1c6a512-1295-4272-9138-f99709370657
2002-06-15the playlist loader now ignores lines that start with # as they are meantDaniel Stenberg
to be "comments" and other secret magic stuff added by winamp etc git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1016 a1c6a512-1295-4272-9138-f99709370657
2002-06-15unused variable, remove compiler warningDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1015 a1c6a512-1295-4272-9138-f99709370657
2002-06-15made ss_loop staticDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1013 a1c6a512-1295-4272-9138-f99709370657
2002-06-15Lemme describe it this way:Daniel Stenberg
Two sine waves. Seven letters. They're all flying! ;-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1012 a1c6a512-1295-4272-9138-f99709370657
2002-06-15Selector was already the cursor image, so I removed the duplicateDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1010 a1c6a512-1295-4272-9138-f99709370657
2002-06-15made the player simulator get a "nice" cursor too!Daniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1009 a1c6a512-1295-4272-9138-f99709370657
2002-06-14current_tick is now simulated too (hey Felix, this breaks the win32 sim!)Daniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1006 a1c6a512-1295-4272-9138-f99709370657
2002-06-14killed off a warningDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@998 a1c6a512-1295-4272-9138-f99709370657
2002-06-14hehe, we better clear at y*8 not y*6 ;-)Daniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@997 a1c6a512-1295-4272-9138-f99709370657
2002-06-14the cursor is now only 4 pixels wideDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@995 a1c6a512-1295-4272-9138-f99709370657
2002-06-14nicer cursor and a folder bitmap that is horizontally aligned with the fileDaniel Stenberg
one git-svn-id: svn://svn.rockbox.org/rockbox/trunk@994 a1c6a512-1295-4272-9138-f99709370657
2002-06-14made to use the new cursor bitmap on the recorder, so put_cursorxy() isDaniel Stenberg
now a better way to position the cursor git-svn-id: svn://svn.rockbox.org/rockbox/trunk@993 a1c6a512-1295-4272-9138-f99709370657
2002-06-14Added cursor bitmapDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@992 a1c6a512-1295-4272-9138-f99709370657
2002-06-14the shuffle says something if we don't have a playlist loadedDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@991 a1c6a512-1295-4272-9138-f99709370657
2002-06-13allow CRLF or LF or in fact just CR too as line separatorsDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@990 a1c6a512-1295-4272-9138-f99709370657
2002-06-13Don't try to scroll in an empty dirBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@989 a1c6a512-1295-4272-9138-f99709370657
2002-06-13Cosmetic change to playlist loader progress displayBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@988 a1c6a512-1295-4272-9138-f99709370657
2002-06-13Loading playlists using 512 byte buffer. Added feedback display during load.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@987 a1c6a512-1295-4272-9138-f99709370657
2002-06-13Added playlist shuffle menu optionBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@986 a1c6a512-1295-4272-9138-f99709370657
2002-06-12make init() a void always, this should heal the build againDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@984 a1c6a512-1295-4272-9138-f99709370657
2002-06-12remove WIN32 usageDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@983 a1c6a512-1295-4272-9138-f99709370657
2002-06-12need to include "sprintf.h" for win32 simulatorFelix Arends
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@980 a1c6a512-1295-4272-9138-f99709370657
2002-06-12included threads.h so that init_threads is defined.Felix Arends
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@979 a1c6a512-1295-4272-9138-f99709370657
2002-06-12Set margins when clearing screenBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@978 a1c6a512-1295-4272-9138-f99709370657
2002-06-12Removed erroneous {Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@973 a1c6a512-1295-4272-9138-f99709370657
2002-06-12Cleaned out a lot of #ifdefsBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@972 a1c6a512-1295-4272-9138-f99709370657
2002-06-12Fixed scroll screen garbage bugBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@970 a1c6a512-1295-4272-9138-f99709370657
2002-06-12playlist icon now displayed for playlistsRobert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@968 a1c6a512-1295-4272-9138-f99709370657
2002-06-12uh, make sure we start with a slash when playing songsDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@967 a1c6a512-1295-4272-9138-f99709370657
2002-06-12fix multiple slash problemsDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@965 a1c6a512-1295-4272-9138-f99709370657
2002-06-11Added simple scroll speed settingBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@963 a1c6a512-1295-4272-9138-f99709370657
2002-06-11Stop scrolling before leaving directoryBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@956 a1c6a512-1295-4272-9138-f99709370657
2002-06-11Changed to correct target name for recorderBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@952 a1c6a512-1295-4272-9138-f99709370657
2002-06-11now that show_logo() doesn't mess with the disk we call it as early asDaniel Stenberg
possible before most initing but after the LCD init git-svn-id: svn://svn.rockbox.org/rockbox/trunk@950 a1c6a512-1295-4272-9138-f99709370657
2002-06-11we now handle playlists in a block of 255 bytes instead of a single byte at ↵Robert Hak
a time git-svn-id: svn://svn.rockbox.org/rockbox/trunk@947 a1c6a512-1295-4272-9138-f99709370657
2002-06-11we now handle playlists in a block of 255 bytes instead of a single byte at ↵Robert Hak
a time git-svn-id: svn://svn.rockbox.org/rockbox/trunk@946 a1c6a512-1295-4272-9138-f99709370657
2002-06-10Initializations done in the correct orderLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@943 a1c6a512-1295-4272-9138-f99709370657
2002-06-10Use only internally provided logotype, as we are too early in the initDaniel Stenberg
stage here to use the ATA stuff for loading! The BMP file loading code is still left here for educational purposes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@942 a1c6a512-1295-4272-9138-f99709370657
2002-06-10lcd_init() for player tooBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@941 a1c6a512-1295-4272-9138-f99709370657
2002-06-10Added filename scrollingBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@937 a1c6a512-1295-4272-9138-f99709370657
2002-06-10Added simulator initBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@933 a1c6a512-1295-4272-9138-f99709370657
2002-06-10Added leading slash to the mp3 file nameLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@927 a1c6a512-1295-4272-9138-f99709370657
2002-06-10Changed prototype of playtuneLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@926 a1c6a512-1295-4272-9138-f99709370657
2002-06-07include string.h to remove compiler warning on targetDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@919 a1c6a512-1295-4272-9138-f99709370657