summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-11-07Changed return code of ata_write_sectors() to be the same as for ↵Björn Stenberg
ata_read_sectors(). (0 == Success) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2811 a1c6a512-1295-4272-9138-f99709370657
2002-11-07added binlangDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2810 a1c6a512-1295-4272-9138-f99709370657
2002-11-05Now also displays WPS lines without format codesLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2809 a1c6a512-1295-4272-9138-f99709370657
2002-11-05Now updates the time info on FF/REWLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2808 a1c6a512-1295-4272-9138-f99709370657
2002-11-05Corrected return value check.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2807 a1c6a512-1295-4272-9138-f99709370657
2002-11-05Bug fixes: fat_seek(0) would sometimes start at sector 1. ↵Björn Stenberg
find_free_cluster() didn't find all free clusters. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2806 a1c6a512-1295-4272-9138-f99709370657
2002-11-04blatantly stupid proto added for mingw simulator compiles to get rid ofDaniel Stenberg
the darned warning git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2805 a1c6a512-1295-4272-9138-f99709370657
2002-11-04somewhat kludgey work-around to prevent the <io.h>'s version of the mkdir()Daniel Stenberg
proto to ruin our compile git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2804 a1c6a512-1295-4272-9138-f99709370657
2002-11-04Bugfix: lseek() did not invalidate sector cache when seeking to start of file.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2803 a1c6a512-1295-4272-9138-f99709370657
2002-11-04Bugfix: If last sector of a requested transfer was nonconsecutive, it would ↵Björn Stenberg
not be written. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2802 a1c6a512-1295-4272-9138-f99709370657
2002-11-01Added remove()Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2801 a1c6a512-1295-4272-9138-f99709370657
2002-11-01Added a 5 pixel border around the content. Looks better (that's all).Kjell Ericson
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2800 a1c6a512-1295-4272-9138-f99709370657
2002-11-01Removed warning.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2799 a1c6a512-1295-4272-9138-f99709370657
2002-11-01Changed the battery icon so it doesn't clear the inner part of the icon.Kjell Ericson
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2798 a1c6a512-1295-4272-9138-f99709370657
2002-10-31Removed bug list from front pageBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2797 a1c6a512-1295-4272-9138-f99709370657
2002-10-31Fixed lseek().Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2796 a1c6a512-1295-4272-9138-f99709370657
2002-10-31Added lseek() to chkfile test.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2795 a1c6a512-1295-4272-9138-f99709370657
2002-10-31Improved tests.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2794 a1c6a512-1295-4272-9138-f99709370657
2002-10-31More graceful handling when running out of space.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2793 a1c6a512-1295-4272-9138-f99709370657
2002-10-31Icons created.Mats Lidell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2792 a1c6a512-1295-4272-9138-f99709370657
2002-10-31Adjusted position of second icon line.Mats Lidell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2791 a1c6a512-1295-4272-9138-f99709370657
2002-10-31Fat writing update. File creation now works, though still only short filenames.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2790 a1c6a512-1295-4272-9138-f99709370657
2002-10-31Added 'bad' table classBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2789 a1c6a512-1295-4272-9138-f99709370657
2002-10-31added new oscillo and menu stringArnaud de Bonald
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2788 a1c6a512-1295-4272-9138-f99709370657
2002-10-31add 'errno' here, since it makes the mingw32 build work fine againDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2787 a1c6a512-1295-4272-9138-f99709370657
2002-10-31font_get() and lcd_update_rect() are bitmap functionsDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2786 a1c6a512-1295-4272-9138-f99709370657
2002-10-30Some more tech infoLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2785 a1c6a512-1295-4272-9138-f99709370657
2002-10-30Some peak meter optimizationsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2784 a1c6a512-1295-4272-9138-f99709370657
2002-10-30Improved find_free_cluster(). Split readwrite() in two to simplify debugging.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2783 a1c6a512-1295-4272-9138-f99709370657
2002-10-30Remodeled as a test applicationBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2782 a1c6a512-1295-4272-9138-f99709370657
2002-10-30Fat driver test scriptBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2781 a1c6a512-1295-4272-9138-f99709370657
2002-10-29Fixed red buildMarkus Braun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2780 a1c6a512-1295-4272-9138-f99709370657
2002-10-29New repeat and repeat-one iconsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2779 a1c6a512-1295-4272-9138-f99709370657
2002-10-29added printf() protoDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2778 a1c6a512-1295-4272-9138-f99709370657
2002-10-29made the language loader output all new strings on stdout when loaded inDaniel Stenberg
the simulator, as it really helps to detect language-loading related problems git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2777 a1c6a512-1295-4272-9138-f99709370657
2002-10-29Move the new strings last in the file. It reallly is important that *ALL*Daniel Stenberg
new strings are added last. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2776 a1c6a512-1295-4272-9138-f99709370657
2002-10-29Magnus Holmgren's .cfg file parser patchLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2775 a1c6a512-1295-4272-9138-f99709370657
2002-10-29Phil Pertermann's dB peak meter patchLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2774 a1c6a512-1295-4272-9138-f99709370657
2002-10-29usb detection in bounce, and all files use default font (not loaded)Robert Hak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2773 a1c6a512-1295-4272-9138-f99709370657
2002-10-29The lcd_clear_display() didn't work.Kjell Ericson
Added some debug-stuff. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2772 a1c6a512-1295-4272-9138-f99709370657
2002-10-29Better handling of large frames in V2 tagsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2771 a1c6a512-1295-4272-9138-f99709370657
2002-10-29LANG_BACKLIGHT_ON was never a working string in the first place (it wasDaniel Stenberg
added wrongly formatted already from the start) so when it was "corrected" it suddenly appeared as a new string and broke the order for all the translated languages. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2770 a1c6a512-1295-4272-9138-f99709370657
2002-10-291. If the translated file used ID strings not present in the english one,Daniel Stenberg
the first string was ruined (it was stored as a blank on number 0!) 2. This script now accepts -v to display verbose debug-friendly output. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2769 a1c6a512-1295-4272-9138-f99709370657
2002-10-28Now reads the tags frame by frame, to avoid missing frames when there are ↵Linus Nielsen Feltzing
large blobs in the tag. This fixes bug #623510. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2768 a1c6a512-1295-4272-9138-f99709370657
2002-10-28A try to fix a compilation error for the Win32 recorder simulator. (not tested).Kjell Ericson
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2767 a1c6a512-1295-4272-9138-f99709370657
2002-10-28Definitions of "struct coordinate" and "struct rectangle" and definitionsKjell Ericson
of the drawing functions needed for the simulators. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2766 a1c6a512-1295-4272-9138-f99709370657
2002-10-28The lcd_ascii-pointer is global for a while in order to be reachable fromKjell Ericson
the simulator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2765 a1c6a512-1295-4272-9138-f99709370657
2002-10-28Changed XPoint to "struct coordinate".Kjell Ericson
New lcd_update for the player simulator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2764 a1c6a512-1295-4272-9138-f99709370657
2002-10-28New file font-player.c is added.Kjell Ericson
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2763 a1c6a512-1295-4272-9138-f99709370657
2002-10-28Using the structures "rectangle" and "points" when drawing (Win32 doesn't ↵Kjell Ericson
have XPoint). Added the funtion drawrectangles() that is used for the player simulation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2762 a1c6a512-1295-4272-9138-f99709370657