Daniel Stenberg
c346991af8
when building a simulator for the player, we do lcd_update() from within
...
the lcd_puts() call.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@823 a1c6a512-1295-4272-9138-f99709370657
2002-05-30 14:08:27 +00:00
Björn Stenberg
1fc4fee8cb
Added directory sorting
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@822 a1c6a512-1295-4272-9138-f99709370657
2002-05-30 14:01:36 +00:00
Björn Stenberg
f88f91153f
STOP in root dir stops playback
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@821 a1c6a512-1295-4272-9138-f99709370657
2002-05-30 13:23:03 +00:00
Björn Stenberg
4afa709e95
Moved show_logo() to after malloc_init
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@820 a1c6a512-1295-4272-9138-f99709370657
2002-05-30 12:17:18 +00:00
Björn Stenberg
f39125d280
Added cvs@haxx.se to loginfo
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@819 a1c6a512-1295-4272-9138-f99709370657
2002-05-30 11:39:39 +00:00
Daniel Stenberg
64c5ff8f3f
removed odd unused extern
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@818 a1c6a512-1295-4272-9138-f99709370657
2002-05-30 09:50:54 +00:00
Daniel Stenberg
2426025bbf
fixed show_logo()
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@817 a1c6a512-1295-4272-9138-f99709370657
2002-05-30 09:49:54 +00:00
Daniel Stenberg
5813fa90d3
removed unused variables, removed static variables
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@816 a1c6a512-1295-4272-9138-f99709370657
2002-05-30 08:40:21 +00:00
Robert Hak
3c3bcf4e43
we now show the splash screen from the menu on a delay
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@815 a1c6a512-1295-4272-9138-f99709370657
2002-05-30 08:26:22 +00:00
Robert Hak
c501ac7be2
corrected the curson not being drawn for the recorder
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@814 a1c6a512-1295-4272-9138-f99709370657
2002-05-30 08:06:42 +00:00
Daniel Stenberg
00c6f5136f
corrected the comment regarding what kind of BMP files this reads
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@813 a1c6a512-1295-4272-9138-f99709370657
2002-05-30 07:00:56 +00:00
Daniel Stenberg
b169804437
rearranged to prevent compiler warnings
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@812 a1c6a512-1295-4272-9138-f99709370657
2002-05-30 06:59:47 +00:00
Daniel Stenberg
fbbdf0484d
prevent compiler warning by using unsigned int where suitable
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@811 a1c6a512-1295-4272-9138-f99709370657
2002-05-30 06:57:39 +00:00
Daniel Stenberg
43d96f9c41
lcd_getfontsize() now takes an unsigned font size as first argument
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@810 a1c6a512-1295-4272-9138-f99709370657
2002-05-30 06:55:48 +00:00
Daniel Stenberg
7ec047c3a4
The recorder's lcd_putsxy() will now output '?' instead of just skipping
...
unknown characters.
I think we will need a rather full ISO-8859-1 character set.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@809 a1c6a512-1295-4272-9138-f99709370657
2002-05-30 06:49:39 +00:00
Daniel Stenberg
dd0785273f
Added the two Player-specific keys to the description. The X11 simulator is
...
so far the only simulator that can simulate a Player
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@808 a1c6a512-1295-4272-9138-f99709370657
2002-05-30 06:40:57 +00:00
Daniel Stenberg
acfb29ee32
prototype for the BMP file reader function
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@807 a1c6a512-1295-4272-9138-f99709370657
2002-05-30 06:36:09 +00:00
Daniel Stenberg
1b06c8f868
#include "bmp.h" moved into the conditional include for BITMAP displays
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@806 a1c6a512-1295-4272-9138-f99709370657
2002-05-30 06:32:06 +00:00
Daniel Stenberg
e29d0307cb
Changed the size argument to be a size_t type, to make the prototype look
...
like the system one as otherwise the compiler complains a lot.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@805 a1c6a512-1295-4272-9138-f99709370657
2002-05-30 06:31:24 +00:00
Felix Arends
d69cb5545f
define functions in sprintf.c
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@804 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 16:42:56 +00:00
Felix Arends
ebbbe4b863
included sprintf.h for snprintf definition
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@803 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 16:38:19 +00:00
Felix Arends
175ac8961e
Removed some files to save space, made bitmap smaller, brought everything up to date
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@802 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 16:34:40 +00:00
Björn Stenberg
56f7202328
Stopped writting outsite screen. Removed LCD_ASCII macro.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@801 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 16:29:17 +00:00
Daniel Stenberg
6c3a351c98
Felix popped up and fixed the win32 simulator, it works again and we include
...
the files in the tarball!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@800 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 15:18:23 +00:00
Felix Arends
ae59b0c7c4
win32 simulator up to date
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@799 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 15:15:55 +00:00
Felix Arends
1f50b8bd2d
included debug.h for debugf function
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@798 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 14:36:09 +00:00
Felix Arends
2e98c5348a
included string.h for memset in windows
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@797 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 14:32:05 +00:00
Björn Stenberg
4caebab366
Fixed draw bug. Removed wrapping.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@796 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 14:25:06 +00:00
Felix Arends
86a9ab2556
cas and cas2 not defined for simulator any more
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@795 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 14:09:21 +00:00
Daniel Stenberg
794713a3de
make the version string say "CVS" when retrieved from CVS, it gets
...
generated automaticly when building tarball releases
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@794 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 12:57:28 +00:00
Daniel Stenberg
bdf24904c9
allow commented lines in FILES
...
generate the apps/version.h version define properly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@793 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 12:56:35 +00:00
Daniel Stenberg
7bf7914811
I've commented all the win32 files right now as no one is maintaining
...
the win32 simulator and thus it doesn't work right now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@792 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 12:44:38 +00:00
Björn Stenberg
60fad547e0
MENU exits menu
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@791 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 12:28:08 +00:00
Linus Nielsen Feltzing
3a25aa4fd4
Even better end-of-song handling. It might even work now...
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@790 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 12:25:21 +00:00
Björn Stenberg
3ad66b95fb
FAT cache now uses static memory
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@789 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 11:56:42 +00:00
Björn Stenberg
d2a90d2d32
Version waits for key press instead of 1s sleep
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@788 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 10:57:29 +00:00
Björn Stenberg
220f69c24e
Added version display to menu
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@787 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 10:55:49 +00:00
Linus Nielsen Feltzing
f779e26c89
Boosted the volume. Now handles end-of-song better
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@786 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 10:26:06 +00:00
Daniel Stenberg
7b719114a1
APPSVERSION is defined in a stand-alone header file, and main.c sets
...
a global variable accordingly. Keep the header file clean, we want to
be able to machine-generate it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@785 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 10:05:27 +00:00
Linus Nielsen Feltzing
0f60775ecd
Added system_init call
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@784 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 09:14:38 +00:00
Daniel Stenberg
93d720473a
modified button_get() according to its new prototype, added lots of blurb
...
for various file/dir functions, added the memory allocation functions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@783 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 09:13:27 +00:00
Linus Nielsen Feltzing
678c770396
New section for reset vectors
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@782 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 09:12:34 +00:00
Björn Stenberg
6c890966a4
Show splash during init, no delay
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@781 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 09:12:21 +00:00
Linus Nielsen Feltzing
951fe18a40
New system_init function
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@780 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 09:11:04 +00:00
Björn Stenberg
082ba5196d
Don't scroll past end of file list
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@779 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 09:00:13 +00:00
Daniel Stenberg
349e73079e
add the FILES file itself
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@778 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 08:56:30 +00:00
Daniel Stenberg
24d5db0a51
added FILES and all sorts of missing win32 simulator files
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@777 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 08:53:04 +00:00
Daniel Stenberg
d68ee12d1b
shorten the sleep for blocking key-gets to make it behave better
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@776 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 08:37:06 +00:00
Björn Stenberg
cc78063f70
Added changelog
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@775 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 08:30:36 +00:00
Björn Stenberg
f03d691af1
Fixed bad display on recorder
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@774 a1c6a512-1295-4272-9138-f99709370657
2002-05-29 08:18:46 +00:00