summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update adds prboom's high resolution support, also makes the scaling for ↵Karl Kurbjun2006-04-02
| | | | | | platforms w/ resolution less then 320x200 much nicer. IDoom's lookup table code has been removed. Also fixed a pallete bug. Some graphic errors are present in menu and status bar. Also updates some headers and output formatting. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9418 a1c6a512-1295-4272-9138-f99709370657
* The maximum label size was too small for some translations (e.g. german).Jens Arnold2006-04-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9417 a1c6a512-1295-4272-9138-f99709370657
* iPod mini 2G: Working button check in bootloader.Jens Arnold2006-04-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9416 a1c6a512-1295-4272-9138-f99709370657
* Change (and hopefully simplify) the iPod button mappings and correct some ↵Dave Chapman2006-04-02
| | | | | | comments. iPod mappings are now: Clickwheel for cursor movement, next/prev to increment/decrement number under cursor, MENU to bring up the menu, and PLAY to add a number to the scratchpad. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9415 a1c6a512-1295-4272-9138-f99709370657
* greyscale iPod LCD: Working display flip. * Correct register definitions for ↵Jens Arnold2006-04-01
| | | | | | HD66753. * Correct 1/3 and 2/3 greylevels. * Some tweaks. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9414 a1c6a512-1295-4272-9138-f99709370657
* Add audio playback menuDave Chapman2006-04-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9413 a1c6a512-1295-4272-9138-f99709370657
* Fixed typos.Jens Arnold2006-04-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9412 a1c6a512-1295-4272-9138-f99709370657
* make the archos devices table look niceDominik Riebeling2006-04-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9411 a1c6a512-1295-4272-9138-f99709370657
* Properly translated new voice: entries. * Tweaked some translationsJens Arnold2006-04-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9410 a1c6a512-1295-4272-9138-f99709370657
* Extention of \screenshot to drop a warning if image not found by me. This ↵Dominik Riebeling2006-04-01
| | | | | | makes it possible to build the manual with missing image files. Use \screenshot on all remaining places. Add the \genericimg macro to some screenshots (part of FS #4981 by Mark Bright) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9409 a1c6a512-1295-4272-9138-f99709370657
* The ipod mini 2g gets the same manual as the ipod mini.Dave Chapman2006-04-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9408 a1c6a512-1295-4272-9138-f99709370657
* Move Sudoku plugin into its own subdirectory and add a random game generator.Dave Chapman2006-04-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9407 a1c6a512-1295-4272-9138-f99709370657
* German language update by Alexander Bondar (patch #4942)Peter D'Hoye2006-04-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9406 a1c6a512-1295-4272-9138-f99709370657
* add ipod mini 2g LCD size (from FS#4981). Code policing by me. Use tabularx ↵Dominik Riebeling2006-04-01
| | | | | | for LCD table git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9405 a1c6a512-1295-4272-9138-f99709370657
* make use of the \note macro on plugins and appendixDominik Riebeling2006-04-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9404 a1c6a512-1295-4272-9138-f99709370657
* simulator stubs for iriver recording, iriver sims now have a recording ↵Peter D'Hoye2006-04-01
| | | | | | screen (doesn't actually record!) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9403 a1c6a512-1295-4272-9138-f99709370657
* Update references in 'Main Menu' chapter to reflect changes to 'Configure ↵Michael DiFebbo2006-04-01
| | | | | | Rockbox' chapters. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9402 a1c6a512-1295-4272-9138-f99709370657
* Split 'Configure Rockbox' chapter into separate chapters for Sound Settings ↵Michael DiFebbo2006-04-01
| | | | | | and General Settings. Some cosmetic updates. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9401 a1c6a512-1295-4272-9138-f99709370657
* extend note and warn macro not to fail when outside par mode. Now they also ↵Dominik Riebeling2006-04-01
| | | | | | set a new paragraph. Still has problems from within tables though git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9400 a1c6a512-1295-4272-9138-f99709370657
* Missing file from .lang reworkJens Arnold2006-04-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9399 a1c6a512-1295-4272-9138-f99709370657
* Thorough .lang rework: Removed all deprecated strings, combined string which ↵Jens Arnold2006-04-01
| | | | | | were only split because long ago we had no splash(), sorted strings into logical groups to ease the transition to langv2. Bunped binary .lng version. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9398 a1c6a512-1295-4272-9138-f99709370657
* Add apps/plugins/SUBDIRS file for specifying when to build each of the ↵Dave Chapman2006-04-01
| | | | | | multi-file plugins instead of specifying it directly in the Makefile git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9397 a1c6a512-1295-4272-9138-f99709370657
* Patch #4934 by Ralf Herz: FixesHristo Kovachev2006-04-01
| | | | | | | | 1) Backlight stays on when set to always off (at least on the iPods (signed/unsigned problem)) 2) Buttons not working when the backlight is set to always off and turned on the "first keypress enables backlight only" git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9396 a1c6a512-1295-4272-9138-f99709370657
* Add a platform file for the ipodmini. Note, the ipodmini manual will not ↵Martin Arver2006-04-01
| | | | | | build due to lack of screenshots for the 138x110x2 resolution git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9395 a1c6a512-1295-4272-9138-f99709370657
* fix broken ondio manual build. FS#4980 by Mark BrightDominik Riebeling2006-03-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9394 a1c6a512-1295-4272-9138-f99709370657
* Only compile iriverify for the iriver H1x0 and H3x0 targetsDave Chapman2006-03-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9393 a1c6a512-1295-4272-9138-f99709370657
* Mikachu's color patchDaniel Stenberg2006-03-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9392 a1c6a512-1295-4272-9138-f99709370657
* Optimize keyboard code a bitFrank Dischner2006-03-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9391 a1c6a512-1295-4272-9138-f99709370657
* Code policeMartin Arver2006-03-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9390 a1c6a512-1295-4272-9138-f99709370657
* note and warnings macro from Dominik Riebeling. (Patch #4974)Martin Arver2006-03-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9389 a1c6a512-1295-4272-9138-f99709370657
* Add check for ipod 3G keypad - these checks looks like they should beDave Chapman2006-03-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9388 a1c6a512-1295-4272-9138-f99709370657
* code policeMartin Arver2006-03-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9387 a1c6a512-1295-4272-9138-f99709370657
* Ondio buttons for spacerocksLinus Nielsen Feltzing2006-03-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9386 a1c6a512-1295-4272-9138-f99709370657
* Add button mappings for ipod 3GDave Chapman2006-03-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9385 a1c6a512-1295-4272-9138-f99709370657
* Adds a \fixme{} macro, for parts of the text that needs attention.Martin Arver2006-03-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9384 a1c6a512-1295-4272-9138-f99709370657
* Patch #2864 by Mat Holton - Spacerocks, an Asteroids cloneLinus Nielsen Feltzing2006-03-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9383 a1c6a512-1295-4272-9138-f99709370657
* Patch #4972 from Dominik Riebeling. Fix reference to plugin chapter.Martin Arver2006-03-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9382 a1c6a512-1295-4272-9138-f99709370657
* Patch #4973 from Dominik Riebeling. Use proporsional fonts for urls.Martin Arver2006-03-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9381 a1c6a512-1295-4272-9138-f99709370657
* Enabled RTC and virtual disk LED on iAudio X5Linus Nielsen Feltzing2006-03-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9380 a1c6a512-1295-4272-9138-f99709370657
* Ooops, iPod 3G used lcd_enable() to switch backlight. Blind fix, needs testing.Jens Arnold2006-03-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9379 a1c6a512-1295-4272-9138-f99709370657
* Greyscale iPod LCD driver: Fixed lcd_update_rect() to work properly for ↵Jens Arnold2006-03-31
| | | | | | partial updates. Working display invert. Use register name macros. Some cleanup & optimisations. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9378 a1c6a512-1295-4272-9138-f99709370657
* Add Brick Mania for all bitmap targets in the manual and use button macrosNils Wallménius2006-03-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9377 a1c6a512-1295-4272-9138-f99709370657
* Patch #4966 from Dominik Riebeling. Nicer headings!Martin Arver2006-03-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9376 a1c6a512-1295-4272-9138-f99709370657
* Fix 64bit warningsJens Arnold2006-03-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9375 a1c6a512-1295-4272-9138-f99709370657
* Minor fix to the frontpageMartin Arver2006-03-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9374 a1c6a512-1295-4272-9138-f99709370657
* Use english language rules for the manufacturer names. (Ipod, Iriver..)Martin Arver2006-03-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9373 a1c6a512-1295-4272-9138-f99709370657
* Patch #4945 from Mark Bright. Tab-removal by me. Only include the fm section ↵Martin Arver2006-03-30
| | | | | | for targets with tuner. Adapt tables to keymacros/tabularx. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9372 a1c6a512-1295-4272-9138-f99709370657
* Enabled metronome and battery_bench for X5Daniel Stenberg2006-03-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9371 a1c6a512-1295-4272-9138-f99709370657
* Adjustable CPU frequency is working on iPod mini 2GJens Arnold2006-03-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9370 a1c6a512-1295-4272-9138-f99709370657
* iPod mini 2G: Properly reboot into diskmode for USB access.Jens Arnold2006-03-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9369 a1c6a512-1295-4272-9138-f99709370657