summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Fixed problem with auto change directory not working when browsing pluginsHardeep Sidhu2006-04-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9715 a1c6a512-1295-4272-9138-f99709370657
* Jewels: switch back to Sysfixed font after exiting the Playback menu.Zakk Roberts2006-04-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9714 a1c6a512-1295-4272-9138-f99709370657
* Add Equalizer image for 320x240x16 LCD (iPod 5G).Zakk Roberts2006-04-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9713 a1c6a512-1295-4272-9138-f99709370657
* Replace the Sudoku screenshot for Nano with a new one without KDE gear.Dominik Riebeling2006-04-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9712 a1c6a512-1295-4272-9138-f99709370657
* Fix the use of equalizer pre-cut in combination with replaygain.Magnus Holmgren2006-04-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9711 a1c6a512-1295-4272-9138-f99709370657
* Fix red buildsBrandon Low2006-04-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9710 a1c6a512-1295-4272-9138-f99709370657
* Add copy and adjust helper for mp3entry struct as it is 1) not copy safe and ↵Brandon Low2006-04-17
| | | | | | 2) nonobvious that its not copy safe git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9709 a1c6a512-1295-4272-9138-f99709370657
* Reduce code size when logf is off. Add a todo. Undo a previous fix that ↵Brandon Low2006-04-17
| | | | | | broke crossfade on manual track changes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9708 a1c6a512-1295-4272-9138-f99709370657
* Add better error message for messed up graphics.Karl Kurbjun2006-04-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9707 a1c6a512-1295-4272-9138-f99709370657
* Properly cache animations at level start. Switches still need some caching ↵Karl Kurbjun2006-04-17
| | | | | | code. Added a debug cache flag for use in the sim to w_wad.c. Should be taken out when switches are handled. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9706 a1c6a512-1295-4272-9138-f99709370657
* Fix/add some comments and remove some old leftover crossfeed code.Thom Johansen2006-04-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9705 a1c6a512-1295-4272-9138-f99709370657
* Misc. minor fixes: Guarantee aligned buffer. Enable load-codec-from-disk if ↵Brandon Low2006-04-17
| | | | | | a new track requires a different codec than the playing track, but does not already have it on the buffer. Stop playback immediately on a manual track skip. Handle seeking a distance greater than the size of the audio buffer. Enforce the 'no malloc for voice codec'. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9704 a1c6a512-1295-4272-9138-f99709370657
* Fix Nim and Jackpot plugins for player. Add new platforms for Sudoku and ↵Dominik Riebeling2006-04-17
| | | | | | Bubbles. (FS#5154, FS#5158 by Mark Bright) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9703 a1c6a512-1295-4272-9138-f99709370657
* Add in error return if appropriate.Karl Kurbjun2006-04-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9702 a1c6a512-1295-4272-9138-f99709370657
* Changed the way the addons and demos menus are displayed and built. Should ↵Karl Kurbjun2006-04-17
| | | | | | be a good setup for adding multiple wad files as addons. Need to add some status feedback to let the user know what has been selected previously. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9701 a1c6a512-1295-4272-9138-f99709370657
* Finally add support for unlimited number of addons and demos. Also cleaned ↵Karl Kurbjun2006-04-17
| | | | | | up the code and made a general function to handle the addons and demos. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9700 a1c6a512-1295-4272-9138-f99709370657
* Bubbles adapted to archos recorder & Ondio. Gfx work by Marianne Arnold.Jens Arnold2006-04-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9699 a1c6a512-1295-4272-9138-f99709370657
* Temporary fix for the high-pitched sounds on iPod: they should sound correct ↵Zakk Roberts2006-04-17
| | | | | | now, but the real problem (frequency adjustment) still needs fixing; this is merely a workaround. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9698 a1c6a512-1295-4272-9138-f99709370657
* Some code cleanup. Adds Always run to configuration options.Karl Kurbjun2006-04-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9697 a1c6a512-1295-4272-9138-f99709370657
* Ooops^2Jens Arnold2006-04-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9696 a1c6a512-1295-4272-9138-f99709370657
* New harddisk icon for units (and remotes) without real harddisk LED.Jens Arnold2006-04-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9695 a1c6a512-1295-4272-9138-f99709370657
* Ooops.Jens Arnold2006-04-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9694 a1c6a512-1295-4272-9138-f99709370657
* H300: Optimised PCF50606 driver, significantly reduces CPU power drain from ↵Jens Arnold2006-04-16
| | | | | | the button tick (with both main & remote buttons: 50%->13% at 11MHz, 12%->6% at 45MHz): * Delay is adapted to the current CPU clock, aiming at constant 400kHz i2c clock. * Reduced number of port accesses (accessing GPIO is very slow, especially with the atomic boolean instructions) by implementing an open-collector-like behaviour. * Time-critical functions implemented in assembler. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9693 a1c6a512-1295-4272-9138-f99709370657
* Fix run so that it stays enabled across level loads. Removed some unused ↵Karl Kurbjun2006-04-16
| | | | | | code and added some back in for hopeful future use. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9692 a1c6a512-1295-4272-9138-f99709370657
* H300 (and H1x0): Improved button debouncing. Solves the possible 'fake ↵Jens Arnold2006-04-16
| | | | | | doubleclick' effect by not pretending no button is pressed if the reading is unstable. Now it uses the latest stable reading instead. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9691 a1c6a512-1295-4272-9138-f99709370657
* Decrease doom's code size and some code cleanup.Karl Kurbjun2006-04-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9690 a1c6a512-1295-4272-9138-f99709370657
* Build Sudoku for the iPod Nano - just use the 160x128 bitmaps.Dave Chapman2006-04-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9689 a1c6a512-1295-4272-9138-f99709370657
* Update and cleanup of Bookmarking Section (FS#5120 by Mark Bright). Fix a ↵Dominik Riebeling2006-04-16
| | | | | | glitch from my last commit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9688 a1c6a512-1295-4272-9138-f99709370657
* Tidy up of System Options section (FS#5119 by Mark Bright with additional ↵Dominik Riebeling2006-04-16
| | | | | | corrections by me) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9687 a1c6a512-1295-4272-9138-f99709370657
* Commit tagcache in background when possible (at least dircache enabled).Miika Pekkarinen2006-04-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9686 a1c6a512-1295-4272-9138-f99709370657
* Missing id3 viewer screenshot (FS#5147 by Mark Bright)Dominik Riebeling2006-04-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9685 a1c6a512-1295-4272-9138-f99709370657
* Missing ipod screenshots for doom (FS#5146 by Mark Bright)Dominik Riebeling2006-04-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9684 a1c6a512-1295-4272-9138-f99709370657
* Disable some unused code (code used in network play) to bring the plugin ↵Dave Chapman2006-04-16
| | | | | | size back down to under 512KB on the ipod video - more work needs to be done to further decrease the plugin size. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9683 a1c6a512-1295-4272-9138-f99709370657
* Slight code cleanups, fixed sound parameter - now it saves. Old ↵Karl Kurbjun2006-04-15
| | | | | | configurations will be reset. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9682 a1c6a512-1295-4272-9138-f99709370657
* Proper chunked browsing support when dirbuffer limit is reached.Miika Pekkarinen2006-04-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9681 a1c6a512-1295-4272-9138-f99709370657
* Also add a config-specific 'Default' value, this should fix the sim builds.Zakk Roberts2006-04-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9680 a1c6a512-1295-4272-9138-f99709370657
* Removed an extra newline.Zakk Roberts2006-04-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9679 a1c6a512-1295-4272-9138-f99709370657
* Move the battery min/max capacity to player config files and add an ↵Zakk Roberts2006-04-15
| | | | | | increment setting (amount of mAh to increase/decrease by in the settings menu) for more precise battery value tweaking/limiting per-model. This allows the proper range for iAudio X5 - 950mAh, or 2250mAh for the X5L. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9678 a1c6a512-1295-4272-9138-f99709370657
* Patch #5102 by Anton Romanov: Bubbles for ipod mini.Jens Arnold2006-04-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9677 a1c6a512-1295-4272-9138-f99709370657
* Chessbox: Patch #5052 by Miguel A. Arevalo: opening book. * Simplified ↵Jens Arnold2006-04-15
| | | | | | drawing of board borders, and fixed a graphical glitch only visible on targets where all 4 borders are visible (ipod mini). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9676 a1c6a512-1295-4272-9138-f99709370657
* Chessbox: New pieces for ipod mini, and simplified, easier recognisable ↵Jens Arnold2006-04-15
| | | | | | pieces for the tiny archos LCD, by Marianne Arnold. * Mapped restart button for Ondios & recorders. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9675 a1c6a512-1295-4272-9138-f99709370657
* Remove an unneeded WPS update signal. Make the codec thread more polite ↵Brandon Low2006-04-15
| | | | | | about requesting buffering. Prevent more Codec failure pops when the codec was _asked_ to stop. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9674 a1c6a512-1295-4272-9138-f99709370657
* New Sudoku bitmaps for 220x176x16 and larger LCDs.Zakk Roberts2006-04-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9673 a1c6a512-1295-4272-9138-f99709370657
* Only show the 'Loading...' splash if the file is actually loading (won't be ↵Zakk Roberts2006-04-15
| | | | | | displayed if the file isn't supported). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9672 a1c6a512-1295-4272-9138-f99709370657
* Fix main_menu.c for long translated strings that also need scrollingBrandon Low2006-04-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9671 a1c6a512-1295-4272-9138-f99709370657
* Put new_track on the codec_api, and use it instead of the reload_codec ↵Brandon Low2006-04-15
| | | | | | variable in most places. Should help with problems people have had with GUI vs. playback sync. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9670 a1c6a512-1295-4272-9138-f99709370657
* Francais.lang update by Mustapha Senhaji: adapted for v2, reworked and synced.Zakk Roberts2006-04-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9669 a1c6a512-1295-4272-9138-f99709370657
* This might fix the buffering problem. Didn't happen to me the way I usually ↵Brandon Low2006-04-14
| | | | | | reproduce it just now git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9668 a1c6a512-1295-4272-9138-f99709370657
* Start of profiling support for doom.Karl Kurbjun2006-04-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9667 a1c6a512-1295-4272-9138-f99709370657
* Still not brightBrandon Low2006-04-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9666 a1c6a512-1295-4272-9138-f99709370657