summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Collapse)AuthorAge
...
* Do not stop playback until stop button has been released or shutdownMiika Pekkarinen2006-04-06
| | | | | | | triggered. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9532 a1c6a512-1295-4272-9138-f99709370657
* Fix seeking on swcodec, but probably break some cases of skipping. Another ↵Brandon Low2006-04-06
| | | | | | important rework here, buffer management is serialized along with most other operations on the audio thread. This has some minor performance issues on ipod that can lead to audio skips during buffer fill as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9529 a1c6a512-1295-4272-9138-f99709370657
* Add tagnavi.configDave Chapman2006-04-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9528 a1c6a512-1295-4272-9138-f99709370657
* Patches from bug #5001 by Rani Hod, should make settings more resiliant to ↵Brandon Low2006-04-05
| | | | | | having 'off-step' values in a general way, but specifically fixes that bug report, and also round the current sleep timer value up when entering settings for sleep timer git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9527 a1c6a512-1295-4272-9138-f99709370657
* Revert the <source> section change for non-english in order to make genlang ↵Jens Arnold2006-04-05
| | | | | | -u catch the change for the translator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9526 a1c6a512-1295-4272-9138-f99709370657
* Somehow one desc: string was lost. * Synced deutsch.lang.Jens Arnold2006-04-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9525 a1c6a512-1295-4272-9138-f99709370657
* Fix buggy WPS change from earlierBrandon Low2006-04-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9524 a1c6a512-1295-4272-9138-f99709370657
* Tagcache engine: Better handling for track numbers and genre strings.Miika Pekkarinen2006-04-05
| | | | | | | | Browser: Don't jam if search string was not supplied. Don't show incorrect track numbers. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9523 a1c6a512-1295-4272-9138-f99709370657
* Remove wasted instructionBrandon Low2006-04-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9521 a1c6a512-1295-4272-9138-f99709370657
* Remove workaround for broken ARM memset.Thom Johansen2006-04-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9520 a1c6a512-1295-4272-9138-f99709370657
* CP1251 is cyrillic, and not only russian codepageHristo Kovachev2006-04-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9518 a1c6a512-1295-4272-9138-f99709370657
* Inspired by patch 4784 by Dominik, add pitch to WPSBrandon Low2006-04-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9517 a1c6a512-1295-4272-9138-f99709370657
* Fix bug #3003 (old Vorbis encode crashes Rockbox), and hopefully not break ↵Magnus Holmgren2006-04-05
| | | | | | any other files. :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9516 a1c6a512-1295-4272-9138-f99709370657
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* Fix pause bugAdam Boot2006-04-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9474 a1c6a512-1295-4272-9138-f99709370657
* langv2Daniel Stenberg2006-04-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9470 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
* Initial conditional filtering support for the tagcache engine and aMiika Pekkarinen2006-04-03
| | | | | | | fix while building the lookup list. UI part not yet ready. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9465 a1c6a512-1295-4272-9138-f99709370657
* Do not crash when resuming playback.Miika Pekkarinen2006-04-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9464 a1c6a512-1295-4272-9138-f99709370657
* Prevent a potential unaligned memory accessDave Chapman2006-04-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9462 a1c6a512-1295-4272-9138-f99709370657
* Clean up the (incorrect) #ifdef spaghetti for the timer. We now have a user ↵Dave Chapman2006-04-03
| | | | | | timer on the ipods, so we use it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9461 a1c6a512-1295-4272-9138-f99709370657
* Finishing touchesKarl Kurbjun2006-04-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9460 a1c6a512-1295-4272-9138-f99709370657
* Doom can't use the user timer at the same time as using the grayscale lib.Dave Chapman2006-04-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9459 a1c6a512-1295-4272-9138-f99709370657