summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Synced, and some minor changes.Magnus Holmgren2006-04-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9515 a1c6a512-1295-4272-9138-f99709370657
* Fix bug #4896 and make the beep code a bit cleanerBrandon Low2006-04-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9514 a1c6a512-1295-4272-9138-f99709370657
* ranlib the .a file after creationDaniel Stenberg2006-04-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9513 a1c6a512-1295-4272-9138-f99709370657
* Fix bug #5037, spotted by David Rothenberger, also increase the max threads' ↵Hristo Kovachev2006-04-05
| | | | | | count by 2 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9512 a1c6a512-1295-4272-9138-f99709370657
* Fix finale text and try and prevent some data corruption due to the scaling ↵Karl Kurbjun2006-04-05
| | | | | | code. Also allows the non-standard GP32 mods to work with some bounds checking. More comments are in v_video.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9511 a1c6a512-1295-4272-9138-f99709370657
* More work on swcodec. No significant pcmbuf functions are called from the ↵Brandon Low2006-04-05
| | | | | | audio thread now. Do not be surprised if seek or skip behavior gets weird after this, but it Works for Me (TM), and is a significant step in the right direction. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9510 a1c6a512-1295-4272-9138-f99709370657
* Fix automap coordinatesKarl Kurbjun2006-04-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9509 a1c6a512-1295-4272-9138-f99709370657
* Make savegame strings more informativeKarl Kurbjun2006-04-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9508 a1c6a512-1295-4272-9138-f99709370657
* Convert 'pixels' in the scroll settings menu to a LANG string for ↵Zakk Roberts2006-04-04
| | | | | | translations (bug FS#5027). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9507 a1c6a512-1295-4272-9138-f99709370657
* Fix up configurable keys, edit exit string, more work needs to be done on ↵Karl Kurbjun2006-04-04
| | | | | | menu keys git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9506 a1c6a512-1295-4272-9138-f99709370657
* Small adjustments to pacbox description.Dominik Riebeling2006-04-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9505 a1c6a512-1295-4272-9138-f99709370657
* First section to describe tagcache.Dominik Riebeling2006-04-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9504 a1c6a512-1295-4272-9138-f99709370657
* Doom on H1x0: Don't waste memory, the grayscale lib doesn't need that much, ↵Jens Arnold2006-04-04
| | | | | | but properly tell the lib how much memory it may use. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9503 a1c6a512-1295-4272-9138-f99709370657
* Forgot to commit the browser configuration file.Miika Pekkarinen2006-04-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9502 a1c6a512-1295-4272-9138-f99709370657
* Initial support for the advanced conditional fully configurable tagcacheMiika Pekkarinen2006-04-04
| | | | | | | | browser. Browsing not supported by numeric tags yet, and some features work currently only when tagcache is loaded in ram. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9501 a1c6a512-1295-4272-9138-f99709370657
* Disable backlight fade out for shutdownBrandon Low2006-04-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9500 a1c6a512-1295-4272-9138-f99709370657
* Initial attempt for doom plugin. Still incomplete.Dominik Riebeling2006-04-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9499 a1c6a512-1295-4272-9138-f99709370657
* MP3 encoder enhancements and optimisations by Antonius Hellman. DetailsThom Johansen2006-04-04
| | | | | | | at http://www.rockbox.org/tracker/task/5033 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9498 a1c6a512-1295-4272-9138-f99709370657
* Adjusted stats plugin to recent changes. Add screenshots for release 3.0 ↵Dominik Riebeling2006-04-04
| | | | | | targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9497 a1c6a512-1295-4272-9138-f99709370657
* Fixed swapped screen access functions. Bug found by an anonymous person.Linus Nielsen Feltzing2006-04-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9496 a1c6a512-1295-4272-9138-f99709370657
* Correct minimum value for TLV320 volumeLinus Nielsen Feltzing2006-04-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9495 a1c6a512-1295-4272-9138-f99709370657
* Add configurable keys to Doom, enter, escape and run still need to be ↵Karl Kurbjun2006-04-04
| | | | | | handled. More game keys need to be added to the options. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9494 a1c6a512-1295-4272-9138-f99709370657
* Some small corrections to Advanced Topics. Code policing.Dominik Riebeling2006-04-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9493 a1c6a512-1295-4272-9138-f99709370657
* Synced and slightly tweaked. Don't know what to do about high/low shelf filter.Jonas Häggqvist2006-04-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9492 a1c6a512-1295-4272-9138-f99709370657
* In fact there's a named constant for this value, use that instead.Jonas Häggqvist2006-04-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9491 a1c6a512-1295-4272-9138-f99709370657
* Oops, rename the global bool exit to doneHristo Kovachev2006-04-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9490 a1c6a512-1295-4272-9138-f99709370657
* Update of "Main Menu" section by Mark Bright (FS#5014) with minor changes by meDominik Riebeling2006-04-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9489 a1c6a512-1295-4272-9138-f99709370657
* Patch #5011 by Peter K. Cawley: added playback_control menu in text viewer ↵Hristo Kovachev2006-04-04
| | | | | | plugin git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9488 a1c6a512-1295-4272-9138-f99709370657
* iPod: Make the hold switch bring up the in-game menu.Dave Chapman2006-04-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9487 a1c6a512-1295-4272-9138-f99709370657
* Correct the #ifdef logic for timer_unregister() and add a comment describing ↵Dave Chapman2006-04-04
| | | | | | why we need to surround the use of the user timer with #ifdefs git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9486 a1c6a512-1295-4272-9138-f99709370657
* Add sudoku (in its new subdirectory), doom and plugins/SUBDIRSDave Chapman2006-04-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9485 a1c6a512-1295-4272-9138-f99709370657
* iAudio X5: joystick click selects in the file browser, like on the iriver ↵Linus Nielsen Feltzing2006-04-04
| | | | | | targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9484 a1c6a512-1295-4272-9138-f99709370657
* Hopefully working battery display on Nanos.Thom Johansen2006-04-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9483 a1c6a512-1295-4272-9138-f99709370657
* Use the display->width property instead of the hardcoded LCD_WIDTH. Now the ↵Hristo Kovachev2006-04-04
| | | | | | quickscreen is displayed correctly on the LCD remotes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9482 a1c6a512-1295-4272-9138-f99709370657
* Fix: don't ask for what file to save to if you 'Save Changes' with a file ↵Zakk Roberts2006-04-04
| | | | | | already opened. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9481 a1c6a512-1295-4272-9138-f99709370657
* Fix greyscale iPod sims for new LCD format.Jens Arnold2006-04-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9480 a1c6a512-1295-4272-9138-f99709370657
* Simplification for user timer on coldfire. We define TIMER_FREQ separately ↵Jens Arnold2006-04-04
| | | | | | anyway. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9479 a1c6a512-1295-4272-9138-f99709370657
* Grayscale iPods: Bit-flipped the 2bit LCD driver to use the same format as ↵Jens Arnold2006-04-04
| | | | | | apple. No more mirrored display when loading retailos, after a bootloader update. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9478 a1c6a512-1295-4272-9138-f99709370657
* Make the core key mappings more logical - e.g. map KEY_UPARROW to "key_up". ↵Dave Chapman2006-04-04
| | | | | | This makes the ipod work as expected, but will change the H300 behaviour - future changes to key bindings should be made in i_video.c. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9477 a1c6a512-1295-4272-9138-f99709370657
* Workaround for Rockbox's broken memset on ARMDave Chapman2006-04-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9476 a1c6a512-1295-4272-9138-f99709370657
* Added environment to unify button mapping tables. Adjust plugins to use it.Dominik Riebeling2006-04-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9475 a1c6a512-1295-4272-9138-f99709370657
* Fix pause bugAdam Boot2006-04-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9474 a1c6a512-1295-4272-9138-f99709370657
* Fixed the 7zip and tar targets for langv2 supportDaniel Stenberg2006-04-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9473 a1c6a512-1295-4272-9138-f99709370657
* we're on langversion 3!Daniel Stenberg2006-04-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9472 a1c6a512-1295-4272-9138-f99709370657
* detect pdflatex mode in preparation for work on HTML generationDominik Riebeling2006-04-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9471 a1c6a512-1295-4272-9138-f99709370657
* langv2Daniel Stenberg2006-04-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9470 a1c6a512-1295-4272-9138-f99709370657
* Patch #5013 by Jonas Häggqvist - Fix spurious fwpatcher patching attemptsLinus Nielsen Feltzing2006-04-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9469 a1c6a512-1295-4272-9138-f99709370657
* Updates doom menu w/ new graphics, now requires rockdoom.wad: ↵Karl Kurbjun2006-04-03
| | | | | | http://alamode.mines.edu/~kkurbjun/rockdoom.wad git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9468 a1c6a512-1295-4272-9138-f99709370657
* Synced.Jens Arnold2006-04-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9467 a1c6a512-1295-4272-9138-f99709370657
* Removed voice: strings from IDs that aren't voiced.Jens Arnold2006-04-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9466 a1c6a512-1295-4272-9138-f99709370657