summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-06-03* xobox.c: - Speed it up (makes it play without lag on iPod Video).Antoine Cellerier
- Fix wrong qix angle after hiting wall. - Fix area with qix being filled if qix was on the wall (during rebound). - Fix rendering of qixes when they overlap. - Change the player and qix bitmaps so that they're centered on the 8x8 block. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13543 a1c6a512-1295-4272-9138-f99709370657
2007-06-03Hebrew update by Lamed (Liberman Shachar).Nils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13542 a1c6a512-1295-4272-9138-f99709370657
2007-06-03e200: Add KBD_CURSOR_KEYS and KBD_MODES to the keyboard.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13541 a1c6a512-1295-4272-9138-f99709370657
2007-06-03e200: Better keymap for time screen. Use left and right to switch fields, ↵Michael Sevakis
Menu to revert and fix the scrollwheel direction in button_context_settings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13540 a1c6a512-1295-4272-9138-f99709370657
2007-06-03e200: Update the button init code to be more correct for using GPIO IRQs.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13539 a1c6a512-1295-4272-9138-f99709370657
2007-06-03e200: Finally use GPIO IRQs for the buttons...it's IRQ enable bit 33 ↵Michael Sevakis
afterall and verified independently. There shouldn't now be a need to add tick tasks to monitor GPIO level status in other code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13538 a1c6a512-1295-4272-9138-f99709370657
2007-06-03Move the old api out of the core and into the plugin lib.Jonathan Gordon
ew plugins shuold use the new api and not this one. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13537 a1c6a512-1295-4272-9138-f99709370657
2007-06-02Add --write-embedded (-we) option. This replaces the Apple firmware with ↵Dave Chapman
the bootloader embedded in ipodpatcher (equivalent to -wf bootloader-ipodxxx.ipod when using an external bootloader). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13536 a1c6a512-1295-4272-9138-f99709370657
2007-06-01Correct butoon help text for ipods, fixes FS#7243Nils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13535 a1c6a512-1295-4272-9138-f99709370657
2007-06-01Fixed bug in the WAV metadata parser: A long has 4 bytes...Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13534 a1c6a512-1295-4272-9138-f99709370657
2007-06-01Tiny fix for an unlikely error path.Steve Bavin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13533 a1c6a512-1295-4272-9138-f99709370657
2007-06-01First attempt at an MPEG player section in the manual, mostly copied from ↵Nils Wallménius
the wiki. Add HAVE_LCD_COLOR option to the gigabeatf platform file to enable color specific options git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13532 a1c6a512-1295-4272-9138-f99709370657
2007-06-01e200: Use clocking set up by loader and skip setting the values for now. ↵Michael Sevakis
Change a DMA related register value and leave another alone. Seems to stop the melting screen and gives a speedup especially to video and graphics. If the former isn't quite fixed, the latter definitely works. Please don't enable frequency scaling for now as that will clobber the register values. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13531 a1c6a512-1295-4272-9138-f99709370657
2007-05-31Correct an incorrect reference in the ipod installation chapterNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13530 a1c6a512-1295-4272-9138-f99709370657
2007-05-31fix simulator builds for FreeBSDMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13529 a1c6a512-1295-4272-9138-f99709370657
2007-05-30Revert changes to id3.h, removing those members from the struct made binsize ↵Nils Wallménius
increase almost 1KB on some targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13528 a1c6a512-1295-4272-9138-f99709370657
2007-05-30Remove unused struct members and ifdef some for SWCODECNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13527 a1c6a512-1295-4272-9138-f99709370657
2007-05-30Better default values for crossfade durationNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13526 a1c6a512-1295-4272-9138-f99709370657
2007-05-30Fix warningNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13525 a1c6a512-1295-4272-9138-f99709370657
2007-05-30Move the setvol wrapper function to misc.c and use it in more places instead ↵Nils Wallménius
of doing the same checks everywhere git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13524 a1c6a512-1295-4272-9138-f99709370657
2007-05-30Last list commit for a while. fix the multi-item lists at the very end of ↵Jonathan Gordon
the list git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13523 a1c6a512-1295-4272-9138-f99709370657
2007-05-30fix non-paged scrolling aroun the ends of listsJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13522 a1c6a512-1295-4272-9138-f99709370657
2007-05-30few more list anomolys fixed..Jonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13521 a1c6a512-1295-4272-9138-f99709370657
2007-05-30Fix the last (?) of the selction wierdness, this time when moving at the ↵Jonathan Gordon
begining of the list git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13520 a1c6a512-1295-4272-9138-f99709370657
2007-05-29FS#7235 by Mauricio Peccorini: update manual to match recent chessbox changes.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13519 a1c6a512-1295-4272-9138-f99709370657
2007-05-29fix recorder manual build.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13518 a1c6a512-1295-4272-9138-f99709370657
2007-05-29Commit my patch from FS#7179 - a standalone command-line checkwps tool. To ↵Dave Chapman
build, just type "make checkwps" in tools and run it with "checkwps wpsname.wps". git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13517 a1c6a512-1295-4272-9138-f99709370657
2007-05-29Oops forgot to svn add new filesNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13516 a1c6a512-1295-4272-9138-f99709370657
2007-05-29Accept FS#7209 by Mauricio Peccorini, Make chessbox able to view games ↵Nils Wallménius
stored in PGN format git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13515 a1c6a512-1295-4272-9138-f99709370657
2007-05-29fix selection wierdness when scrolling down at the end of listsJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13514 a1c6a512-1295-4272-9138-f99709370657
2007-05-29Really fix FS#7230 this time.Jonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13513 a1c6a512-1295-4272-9138-f99709370657
2007-05-29Fix FS#7230 - the second line in a multi-line item could be the selected itemJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13512 a1c6a512-1295-4272-9138-f99709370657
2007-05-29only create the recpresets directory on recording targets.Jonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13511 a1c6a512-1295-4272-9138-f99709370657
2007-05-29this adds 2 options to the recording settings menu to let you save all the ↵Jonathan Gordon
recording settings to a .cfg and view your saved presets. saves them in /.rockbox/recpresets. also moves the default location for "write theme config" to /.rockbox/themes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13510 a1c6a512-1295-4272-9138-f99709370657
2007-05-28Fix the warning.Nicolas Pennequin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13509 a1c6a512-1295-4272-9138-f99709370657
2007-05-28Add the possibility to store cuesheets in /.rockbox/cue. The code will look ↵Nicolas Pennequin
for a cuesheet there in case there wasn't one in the same folder as the audio file. This is to reduce the clutter created by one cuesheet per audio file in some places. Also some duplicate code was replaced by a function call. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13508 a1c6a512-1295-4272-9138-f99709370657
2007-05-28rbutil: put the Theme description in a scrolling Control, also updated a few ↵Dominik Wenger
descriptions git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13507 a1c6a512-1295-4272-9138-f99709370657
2007-05-28Oops people are supposed to come before teamsNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13506 a1c6a512-1295-4272-9138-f99709370657
2007-05-28Accept FS#7228 by Dagni McPhee enable pitchscreen on sansaNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13505 a1c6a512-1295-4272-9138-f99709370657
2007-05-28Add correct buttons to the instructions for a-b repeat as well as dirskip ↵Nils Wallménius
for several targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13504 a1c6a512-1295-4272-9138-f99709370657
2007-05-28Fix typo in the bootloader instalation dialog boxNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13503 a1c6a512-1295-4272-9138-f99709370657
2007-05-28Accept FS#7200 - updated italian translationJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13502 a1c6a512-1295-4272-9138-f99709370657
2007-05-28Wavrecord: Let the menu start at the most convenient item.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13501 a1c6a512-1295-4272-9138-f99709370657
2007-05-27Fix FS#7181 and make the main screen resizeable in rbutilDominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13500 a1c6a512-1295-4272-9138-f99709370657
2007-05-27Accept FS#6798 - scan acceleration for the lists.Jonathan Gordon
Settings are in display > scrolling git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13499 a1c6a512-1295-4272-9138-f99709370657
2007-05-27Prevent destroying dircache pointers in tagcache DB while updating runtime ↵Miika Pekkarinen
stats. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13498 a1c6a512-1295-4272-9138-f99709370657
2007-05-27Fix the audiohw settings stub for the sim so the rec screen doesnt crash anymoreJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13497 a1c6a512-1295-4272-9138-f99709370657
2007-05-26Use the new VOICE_ strings, and not the deprecated ones. Thanks to n1s for ↵Magnus Holmgren
noticing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13496 a1c6a512-1295-4272-9138-f99709370657
2007-05-26FS#7158 - Bookmark selection as a list.Magnus Holmgren
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13495 a1c6a512-1295-4272-9138-f99709370657
2007-05-26Adapt Pacbox for the Sansa's LCD - it was using the ipod Nano display ↵Dave Chapman
routine before. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13494 a1c6a512-1295-4272-9138-f99709370657