- 17a3e80 Adding the rockbox file for all packages except the font-only packages might by Daniel Stenberg · 18 years ago
- 899aeb2 Oops, missed this file yesterday: fix buttons for morse input on virtual keyboard. Fixes FS#5271 and is the 2nd part of FS#5331 by Alexander Spyridakis. by Dominik Riebeling · 18 years ago
- a420dc3 'make zip' no longer includes the fonts. 'make fontzip' makes a font package by Daniel Stenberg · 18 years ago
- 2931bb2 Add a missing \daps macro by Martin Arver · 18 years ago
- 3fb52bb fix ondio buttons on my last commit. by Dominik Riebeling · 18 years ago
- 05a7b27 fix the screen scroll out of view description (FS#5331 with adjustments by me) by Dominik Riebeling · 18 years ago
- 0c262d8 Coldfire: Use the auto-align feature in conjunction with line reads for the playback DMA. Saves a bit of memory bandwidth. by Jens Arnold · 18 years ago
- bd0db08 Oops. Shouldn't have commited this. by Martin Arver · 18 years ago
- 2c9a8ed Fixes and corrections. Adds keymaps for ipods for the wps key table, virtual keyboard, sudoku (x5 as well). (Patches #5320, #5308, #5324. All from Mark Bright) by Martin Arver · 18 years ago
- 83d1a5e Only flush and reload tracks after the playlist has started. Fixes B#5312. by Hardeep Sidhu · 18 years ago
- 67faac4 Fix bug #5298 - hard-code the background color in Sokoban to prevent everything else from being potentially unreadable (if the user has set a dark background color). by Zakk Roberts · 18 years ago
- a0308f8 Allow BUTTON_REPEAT in the Jewels main menu for scroll, so navigation isn't annoying. by Zakk Roberts · 18 years ago
- c8e280c Reset id3 info when skipping directories. Fixes B#5323. by Hardeep Sidhu · 18 years ago
- f21f914 New macro: \config. Use this for tags, config file settings or in other places where a courier font is wanted. Adopted the wps-tag section to use this macro by Martin Arver · 18 years ago
- f033902 Add missing file types to tag description and make the long example line break by Dominik Riebeling · 18 years ago
- ddaf5f0 Revert a previous change, works around the problem of freezing on stop-while-paused, and skipping with crossfade by Brandon Low · 18 years ago
- b9b2bcd Fixed freezing after loader error messages. by Stepan Moskovchenko · 18 years ago
- 1d08533 Ipod: Move the HW revision to 'View HW info' where it belongs, and make both the HW revision and port debug work on mini (didn't fit the LCD). by Jens Arnold · 18 years ago
- 106f773 We don't need 2 different CRC functions. by Jens Arnold · 18 years ago
- 61b8604 Ondio: (Hopefully) fix the occasional freezes during playback: Use DMA channel 0 for MMC transfer. As it has higher priority than channel 3 (used for playback), the risk of serial receive overruns is minimised. by Jens Arnold · 18 years ago
- 595a204 Whoops! Lousy button code... by Stepan Moskovchenko · 18 years ago
- 68af7ba Added ability to adjust the volume during playback. by Stepan Moskovchenko · 18 years ago
- a95068c Fixed voice prompts from id3 db by Hardeep Sidhu · 18 years ago
- 33bd218 Patch #5182 by Liberman Shachar - Vertical screen scroll bug fix (inverse bar crop in vertical scroll) by Linus Nielsen Feltzing · 18 years ago
- b4efbdc Viewer: Don't say 'yes' to every option ;-) (Voice ID must be -1 for 'no clip'). by Jens Arnold · 18 years ago
- ed41ba0 Fixed bug with playlist_skip_entry when track to be skipped was less then current index by Hardeep Sidhu · 18 years ago
- 000397d Fix folder icons in tagcache by Hardeep Sidhu · 18 years ago
- a85b23f Enabled playlist functions on tracks in tagcache by Hardeep Sidhu · 18 years ago
- b961551 Hopefully fix some old audio playing during manual track skip w/o crossfade. Worst case was 1/5 second of audio from pcmbuflen bytes later than the playign position of the old track would play. by Brandon Low · 18 years ago
- 15a0a17 Fix viewer crash due to uninitialsed usage of rb-> by Jens Arnold · 18 years ago
- 2343a19 Text viewer: * Only show those options which really exist. * Basic button functions now available on all targets. * Implemented option setting in a more straightforward way (like the core options menus). by Jens Arnold · 18 years ago
- 542d9b5 Greyscale ipods: Fixed screendump for the (not-so-) new framebuffer format. by Jens Arnold · 18 years ago
- 85faccb Increase language buffer from 14000 to 16000 so that russian.lang fits again. Fix for bug 5286. by Peter D'Hoye · 18 years ago
- 69433c8 Fix fillrect calculation error for 'Screen scrolls out of view'. Fixes bug 5267. Also some minor code policing. by Peter D'Hoye · 18 years ago
- 28b5afd Optimize synth code by pre-computing the volume scaling for each note. by Stepan Moskovchenko · 18 years ago
- 7f1d214 Correct a Coldfire asm constraint. by Magnus Holmgren · 18 years ago
- 6a267a8 Don't initiate track change if at end of playlist by Hardeep Sidhu · 18 years ago
- 7033bae Only reset resume settings when we're really at the end of the playlist by Hardeep Sidhu · 18 years ago
- f67a942 Remove some debug junk, start a new build. by Stepan Moskovchenko · 18 years ago
- 47efba8 Fix file descriptor leak that would cause a hard lockup every 7 files by Stepan Moskovchenko · 18 years ago
- 224b0bf Improvements to the sections regarding the File Menu and the Playlist Submenu. Restructured File Menu section to track actual Rockbox menu order. Rewrote some portions of the Playlist Submenu section to make it more user-friendly. by Michael DiFebbo · 18 years ago
- a3be63d iPod: Bass/Treble settings need 5 bits, not 4 - fixes bug report #5276. This also increases the CONFIG_BLOCK_VERSION on all platforms - this will reset your settings. by Dave Chapman · 18 years ago
- 93ff949 Player: Credits plugin correctly working with UTF-8. Patch by Marcoen Hirschberg. by Jens Arnold · 18 years ago
- 982d995 Stop playing current track before starting a new playlist with an offset (eg. bookmarks). by Hardeep Sidhu · 18 years ago
- f79d35a ipods - First implementation of pcf50605_init() function. This enables the power-out in the Dock connector, which may help getting some accessories working - if they don't need to talk to the ipod via the Apple Accessory Protocol. Thanks to julius in IRC for testing. by Dave Chapman · 18 years ago
- b1feebe Oops, correctly calculate the interrupt number in UIE(). by Jens Arnold · 18 years ago
- b2f1b5d ---------------------------------------------------------------------- by Stepan Moskovchenko · 18 years ago
- 9e3da0d Fix red bootbox builds with gcc 4.x and -Os. Save a bit of code by not including the never called UIE0..UIE3. by Jens Arnold · 18 years ago
- 442b58c now use -Os with patched gcc by Daniel Stenberg · 18 years ago
- 5c1087b Alert the user for gcc compiler version used for SH if not gcc4 with rockbox patch by Daniel Stenberg · 18 years ago
- 23aa325 Caption-backlight: don't keep backlight on if paused as this keeps the backlight on forever. Fixes bug 5050. by Peter D'Hoye · 18 years ago
- b8d1a55 Properly set audio_is_initialized flag for swcodec devices ad use it when initializing crossfade. This should fix the problems with resuming playback at startup. by Hardeep Sidhu · 18 years ago
- 3e85306 Added description of 'Auto change directory' and 2 tag cache options to Playback Settings section of manual. by Michael DiFebbo · 18 years ago
- 9fe9a4f Also clear WPS backdrop when shutting down (same fix as in usb event handling). Fixes bug 5222 by Peter D'Hoye · 18 years ago
- e9cc570 Applied patch 2917: Fix retrieval of total sample count in get_vorbis_metadata. by Magnus Holmgren · 18 years ago
- 6488177 Init voice before audio because audio needs to know the voice buffer size. Seems to fix the occasional freeze at startup (if voice is used), and also seems to fix voice eating itself after playback. by Peter D'Hoye · 18 years ago
- d5e1157 Tweak MP3 seeking a little, and don't do gapless trim if a seek has been done. by Magnus Holmgren · 18 years ago
- b4f0efc Call rb->yield() during the random game generation. by Dave Chapman · 18 years ago
- ac36f71 Bump the api version when something is added to the api! by Jens Arnold · 18 years ago
- a90f092 Oops, fix Ondio builds. by Zakk Roberts · 18 years ago
- 07fcf77 Patch #5056 by Jonathan Gordon, with rework and additions by me: Updated Viewer plugin. Replaces annoying mode-toggle key-combos with a settings menu, including a new 'Scroll by Line' option. I've also added a 'hands-free' auto-scroll feature and added lcd_setmargins to the plugin API, since we need it here. by Zakk Roberts · 18 years ago
- 0d6b555 Fix red builds? by Peter D'Hoye · 18 years ago
- 67ff262 Recording buffer offset must be passed on to the firmware calls, not the other way around. Should fix yellow builds. by Peter D'Hoye · 18 years ago
- 8e71f90 The recording buffer should not try to use the voice buffer, so map our buffer after it. On swcodec targets, recording always uses this buffer so always notify the others that we did. Fixes bug 4754. by Peter D'Hoye · 18 years ago
- 65167c9 Synced, and some fixes/updates. by Magnus Holmgren · 18 years ago
- e5b132d Ondio, gmini, ipod: Don't trigger vkeyboard accept if the button is already pressed when entering it. Fixes inability to save a new game from sudoku on Ondio, and potential similar problems. by Jens Arnold · 18 years ago
- f376eb5 Silence 2 gcc4 warnings. by Jens Arnold · 18 years ago
- e187e01 Fix one seeking bug: when seeking back to before a resume point, audio from another track could be played. by Magnus Holmgren · 18 years ago
- 3bd4b0b Fix problem with loading bookmarks from the root folder (causing the simulator to crash). by Magnus Holmgren · 18 years ago
- b236dc6 Fixed problem with incorrect first index after resume by Hardeep Sidhu · 18 years ago
- fede7ff Fixed playlist control corruption on dircache systems by Hardeep Sidhu · 18 years ago
- 290801f Ooops. Fix red bootbox builds. by Jens Arnold · 18 years ago
- 03cff57 SH1: Moved exception vector table generation and weak aliasing into an asm block. Allows building with gcc 4.x by Jens Arnold · 18 years ago
- 4bfdd1f Clear wps backdrop on USB event when in wps. Fix for bug report 4752 by Peter D'Hoye · 18 years ago
- 2220d39 Whoops... by Zakk Roberts · 18 years ago
- c9d2d45 Boxes WPS for 320x240 LCDs (iPod 5G). by Zakk Roberts · 18 years ago
- a8b0a6d ATA driver: * Don't lie to gcc about which parameters the assembler optimised loops touch. Fixes problems with higher optimisation levels. Some slight tweaks for SH1. * Prevent the assembler loops from being inlined as this is less efficient than having them in IRAM (only relevant at higher optimisation levels). by Jens Arnold · 18 years ago
- ee72027 Fix the first-frame memmove from pretending the data is interleaved, which it isn't anymore. This should fix all remaining gapless problems with Musepack. by Thom Johansen · 18 years ago
- c9dfa68 Move the screenshot in pacbox and add a caption to the general settings screen shot by Martin Arver · 18 years ago
- 43a105a Make libmusepack output the last frame in two passes. Reclaim the IRAM taken in the last commit. Please let me know if you can hear any artifacts or get any broken files from this! by Thom Johansen · 18 years ago
- a181a4c Fixed a bug where it didn't warn on lack of quotes as it was supposed to. by Daniel Stenberg · 18 years ago
- 07aaf52 empty strings should be provided as "" and not as plain blanks by Daniel Stenberg · 18 years ago
- 5f0395d While waiting further and better improvements, this fixes the bug to by Daniel Stenberg · 18 years ago
- f004315 Patch #5219 by Antonius Hellmann. Several optimisations to libmad. Both Coldfire and ARM targets should benefit much from this. by Thom Johansen · 18 years ago
- 103ebf7 Converted sound settings chapter to use \settings macro. by Thom Johansen · 18 years ago
- 9c426e9 Add new macro \setting for settings / menu entries. Used in tagcache section. by Dominik Riebeling · 18 years ago
- 7ab7c56 Fix the icons to not be target specific (by making them b/w) by Martin Arver · 18 years ago
- 70295bf Add a caption to the sound setting screen. dos2unix'ed the file as well. by Martin Arver · 18 years ago
- a7c20ac Replaced remaining '#pragma interrupt' with __attribute__((interrupt_handler)). It's cleaner this way, and fixes sh-elf-gcc 3.4.x builds with -Os or -O2. by Jens Arnold · 18 years ago
- 171b5ff H300: add a small delay between lcd enable and backlight on. Avoids a flash at backlight on when using dark backgrounds. (fix for bug 4764) by Peter D'Hoye · 18 years ago
- 52ad389 Improve the crossfade entry by Brandon Low · 18 years ago
- 4564f5c Don't magically skip tracks without user interraction by Brandon Low · 18 years ago
- f6db368 Change the float placement to H (as in HERE) for screenshots and in-text-tables. by Martin Arver · 18 years ago
- 69cf4f5 This seems to fix a few bugs in that by Brandon Low · 18 years ago
- da1cddf This seems to make selecting a new track from the file browser work very close to right. by Brandon Low · 18 years ago
- 96dce1d SH targets: Protect against a gcc 3.3.x bug triggered by -O2 or -Os, in preparation for switching to -Os. Workaround could be removed again for gcc 3.4.x. by Jens Arnold · 18 years ago
- 5398f72 The last frame of Musepack files can contain double the amount of samples as in ordinary frames, so let's double our buffer size to accomodate... by Thom Johansen · 18 years ago
- 75de60b Reduce instructions in debug audio thread loop slightly by Brandon Low · 18 years ago
- 1191fa4 Make playback not screw up if the user tries to seek on musepack by Brandon Low · 18 years ago
- 9df0ea8 Fix warning. by Thom Johansen · 18 years ago