summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-21Recording trigger screen: Fix display for font heights != 8 pixels. Remove ↵Jens Arnold
unnecessary code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11286 a1c6a512-1295-4272-9138-f99709370657
2006-10-21FlipIt: Set black foreground, otherwise text might be unreadable.....Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11285 a1c6a512-1295-4272-9138-f99709370657
2006-10-21Ooops.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11284 a1c6a512-1295-4272-9138-f99709370657
2006-10-21Star: * Uses bitmap build system for all resolutions. * Working bitmaps for ↵Jens Arnold
H10_5GB and iPod mini, and extra bitmaps for iPod Nano, by Marianne Arnold. * 6x7 pixel bitmaps for archos to utilise the full screen width, have almost correct aspect ratio, and real stars. * Working button definitions for X5, some cleanup for Gigabeat and H10. * Faster transition update, working properly for portrait displays. * Proper vertical alignment and nicer horizontal alignment for the info display. * Better tile animation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11283 a1c6a512-1295-4272-9138-f99709370657
2006-10-21Bugfix: bidi_l2v() returned a pointer to value on the stack when the ↵Jens Arnold
argument was an empty string. * Don't protect against NULL pointer, that would be a bug in the caller. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11282 a1c6a512-1295-4272-9138-f99709370657
2006-10-20Get rid of some OR-ing and conditional expressions in lcd driver when ↵Michael Sevakis
register values can just be saved in shorts. Touch-up to comment in asm part. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11281 a1c6a512-1295-4272-9138-f99709370657
2006-10-20Don't try to show the progress bar on top of the picture on grayscale lib ↵Peter D'Hoye
targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11280 a1c6a512-1295-4272-9138-f99709370657
2006-10-20Add some iriver h100/h300 specific strings to the lang. Mostly OFF changed ↵Nils Wallménius
to STOP in a few places. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11279 a1c6a512-1295-4272-9138-f99709370657
2006-10-20this shouldn't have been committedMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11278 a1c6a512-1295-4272-9138-f99709370657
2006-10-20generalise the wolfson codec code a bitMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11277 a1c6a512-1295-4272-9138-f99709370657
2006-10-20Make slideshow mode more slideshow: keep showing previous picture until next ↵Peter D'Hoye
one is ready, just show a small progressbar to indicate loading git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11276 a1c6a512-1295-4272-9138-f99709370657
2006-10-20Fix FS#6107 so ID3 view voices correct numbersSteve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11275 a1c6a512-1295-4272-9138-f99709370657
2006-10-19When seeking, actually use the MP3 VBR TOC again, if available.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11274 a1c6a512-1295-4272-9138-f99709370657
2006-10-19Patch #6052 - More responsive skip on ArchosLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11273 a1c6a512-1295-4272-9138-f99709370657
2006-10-19Add default keys for ipods to close task #5822Martin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11272 a1c6a512-1295-4272-9138-f99709370657
2006-10-19Minor fix to close task #5815Martin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11271 a1c6a512-1295-4272-9138-f99709370657
2006-10-19Put the CVS revision in the CLIENT string in the scrobbler log fileLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11270 a1c6a512-1295-4272-9138-f99709370657
2006-10-19Patch #5166 by Robert Keevil - Last.fm loggingLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11269 a1c6a512-1295-4272-9138-f99709370657
2006-10-19Remove a spaceMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11268 a1c6a512-1295-4272-9138-f99709370657
2006-10-19Oops; sleep != yieldSteve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11267 a1c6a512-1295-4272-9138-f99709370657
2006-10-19Keep the WPS progress bar updating at end of playbackSteve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11266 a1c6a512-1295-4272-9138-f99709370657
2006-10-18Two more bits of precision for shelving EQ filters and some comment updates. ↵Thom Johansen
Tested quite thoroughly, but as always with audio related commits: mind your ears. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11265 a1c6a512-1295-4272-9138-f99709370657
2006-10-18Updated solitaire keytable to the recent changes, added a 'show menu' row ↵Marianne Arnold
and cleaned up (the mess caused by me before) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11264 a1c6a512-1295-4272-9138-f99709370657
2006-10-18Fix fixme for the H10's in the volume sectionBarry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11263 a1c6a512-1295-4272-9138-f99709370657
2006-10-18Solitaire: better button assignments for H10 and X5 (with working shortcuts)Marianne Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11262 a1c6a512-1295-4272-9138-f99709370657
2006-10-18iAudio X5: USB mode working againLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11261 a1c6a512-1295-4272-9138-f99709370657
2006-10-18Archos recorders, Ondios: aspect corrected rockbox logo, by Marianne Arnold.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11260 a1c6a512-1295-4272-9138-f99709370657
2006-10-18FlipIt: Separate graphics for 160x128 pixel LCDs, by Marianne Arnold.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11259 a1c6a512-1295-4272-9138-f99709370657
2006-10-18Add FlipIt to the Player manualMarianne Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11258 a1c6a512-1295-4272-9138-f99709370657
2006-10-18Don't try to fade unless audio is playing.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11257 a1c6a512-1295-4272-9138-f99709370657
2006-10-18Fade out audio on shutdown if enabled.Miika Pekkarinen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11256 a1c6a512-1295-4272-9138-f99709370657
2006-10-18Add fixme for the h10's in the volume sectionMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11255 a1c6a512-1295-4272-9138-f99709370657
2006-10-18Make -t support a range of "targets", which reallly should be one targetDaniel Stenberg
and a range of named features. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11254 a1c6a512-1295-4272-9138-f99709370657
2006-10-18Change Star to display levels as 1-20 rather than 0-19 (FS#6126 Thanks to ↵Barry Wardell
Dave Hooper for the patch). Also add Star button help text for H10. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11253 a1c6a512-1295-4272-9138-f99709370657
2006-10-18Fix off-by-1 error in Bubbles level recording when you win. FS#6127. Thanks ↵Barry Wardell
to Dave Hooper for the patch. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11252 a1c6a512-1295-4272-9138-f99709370657
2006-10-17Do not include the pitch screen info in the player manualsMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11251 a1c6a512-1295-4272-9138-f99709370657
2006-10-17Add keymaps for H10 to the "Main Menu" section of the manual. Also add ↵Barry Wardell
instructions for uninstalling Rockbox on the H10. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11250 a1c6a512-1295-4272-9138-f99709370657
2006-10-17OoopsMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11249 a1c6a512-1295-4272-9138-f99709370657
2006-10-17Add missing h10 button definitions for the game plugins.Martin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11248 a1c6a512-1295-4272-9138-f99709370657
2006-10-17Remove fill_bytesleft, simplify some buffering code, fix bug 5906Brandon Low
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11247 a1c6a512-1295-4272-9138-f99709370657
2006-10-17Fix for more consistent and proper British English. (-ize/-ise etc)Martin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11246 a1c6a512-1295-4272-9138-f99709370657
2006-10-17Fix some missing/bad referencesMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11245 a1c6a512-1295-4272-9138-f99709370657
2006-10-17Adopt pitch screen table to Action codes.Martin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11244 a1c6a512-1295-4272-9138-f99709370657
2006-10-17Add Action codes for the virtual keyboard. This makes the vt kb table be ↵Martin Arver
included in the h10 manuals. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11243 a1c6a512-1295-4272-9138-f99709370657
2006-10-17Clean up, remove tab charactersMartin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11242 a1c6a512-1295-4272-9138-f99709370657
2006-10-17now only make bz2 archives, and rely on it being a GNU tar since we use theDaniel Stenberg
-j option for it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11241 a1c6a512-1295-4272-9138-f99709370657
2006-10-16Make sure that the H10 manual has the correct button mappings for A-B repeat.Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11240 a1c6a512-1295-4272-9138-f99709370657
2006-10-16Added necessary bits & pieces for building an ipod 3rd gen simulator.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11239 a1c6a512-1295-4272-9138-f99709370657
2006-10-16Add keymap for A-B repeat on H10 and enable support for it.Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11238 a1c6a512-1295-4272-9138-f99709370657
2006-10-16Big Sansa update: Go back to using the common crt0-pp.S. Add LCD driver. ↵Daniel Ankers
Add ADC driver (may not be needed). Fix a bug in the button driver. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11237 a1c6a512-1295-4272-9138-f99709370657