- aec5814 Some fixes to doom dehacked loading - make embedded dehacked files actually load, fix end of file detection in the string loader, fix ammo changes, fix bex code pointers. Also added the * flag to sscanf - still only tested against rockdoom sscanf calls. by Karl Kurbjun · 18 years ago
- 7428b79 * minesweeper.c: Cosmetics. by Antoine Cellerier · 18 years ago
- ffcc94e * xobox.c: Don't call lcd_clear_display() since we're redrawing every single screen pixel afterwards. by Antoine Cellerier · 18 years ago
- e9680ae * xobox.c: simplify a bit more. by Antoine Cellerier · 18 years ago
- b5d5f7f * xobox.c: - Speed it up (makes it play without lag on iPod Video). by Antoine Cellerier · 18 years ago
- 673e323 Hebrew update by Lamed (Liberman Shachar). by Nils Wallménius · 18 years ago
- 3d7ce02 e200: Add KBD_CURSOR_KEYS and KBD_MODES to the keyboard. by Michael Sevakis · 18 years ago
- 90dd336 e200: Better keymap for time screen. Use left and right to switch fields, Menu to revert and fix the scrollwheel direction in button_context_settings. by Michael Sevakis · 18 years ago
- ebe67b2 e200: Update the button init code to be more correct for using GPIO IRQs. by Michael Sevakis · 18 years ago
- 5c32faa e200: Finally use GPIO IRQs for the buttons...it's IRQ enable bit 33 afterall and verified independently. There shouldn't now be a need to add tick tasks to monitor GPIO level status in other code. by Michael Sevakis · 18 years ago
- 20a8a9a Move the old api out of the core and into the plugin lib. by Jonathan Gordon · 18 years ago
- bbde445 Add --write-embedded (-we) option. This replaces the Apple firmware with the bootloader embedded in ipodpatcher (equivalent to -wf bootloader-ipodxxx.ipod when using an external bootloader). by Dave Chapman · 18 years ago
- 52a64c3 Correct butoon help text for ipods, fixes FS#7243 by Nils Wallménius · 18 years ago
- d884851 Fixed bug in the WAV metadata parser: A long has 4 bytes... by Jens Arnold · 18 years ago
- 9e107b4 Tiny fix for an unlikely error path. by Steve Bavin · 18 years ago
- 68505ba First attempt at an MPEG player section in the manual, mostly copied from the wiki. Add HAVE_LCD_COLOR option to the gigabeatf platform file to enable color specific options by Nils Wallménius · 18 years ago
- 13067f6 e200: Use clocking set up by loader and skip setting the values for now. Change a DMA related register value and leave another alone. Seems to stop the melting screen and gives a speedup especially to video and graphics. If the former isn't quite fixed, the latter definitely works. Please don't enable frequency scaling for now as that will clobber the register values. by Michael Sevakis · 18 years ago
- 70b6132 Correct an incorrect reference in the ipod installation chapter by Nils Wallménius · 18 years ago
- e6efaf4 fix simulator builds for FreeBSD by Marcoen Hirschberg · 18 years ago
- 7956c92 Revert changes to id3.h, removing those members from the struct made binsize increase almost 1KB on some targets by Nils Wallménius · 18 years ago
- cd715d8 Remove unused struct members and ifdef some for SWCODEC by Nils Wallménius · 18 years ago
- ce3cbcd Better default values for crossfade duration by Nils Wallménius · 18 years ago
- fbdbd21 Fix warning by Nils Wallménius · 18 years ago
- f46657e Move the setvol wrapper function to misc.c and use it in more places instead of doing the same checks everywhere by Nils Wallménius · 18 years ago
- dfb071d Last list commit for a while. fix the multi-item lists at the very end of the list by Jonathan Gordon · 18 years ago
- 0178568 fix non-paged scrolling aroun the ends of lists by Jonathan Gordon · 18 years ago
- 5983e7f few more list anomolys fixed.. by Jonathan Gordon · 18 years ago
- 155e3d3 Fix the last (?) of the selction wierdness, this time when moving at the begining of the list by Jonathan Gordon · 18 years ago
- ebab48b FS#7235 by Mauricio Peccorini: update manual to match recent chessbox changes. by Dominik Riebeling · 18 years ago
- ca63d2f fix recorder manual build. by Dominik Riebeling · 18 years ago
- f0d4fc6 Commit my patch from FS#7179 - a standalone command-line checkwps tool. To build, just type "make checkwps" in tools and run it with "checkwps wpsname.wps". by Dave Chapman · 18 years ago
- be0cbc9 Oops forgot to svn add new files by Nils Wallménius · 18 years ago
- 3e190c8 Accept FS#7209 by Mauricio Peccorini, Make chessbox able to view games stored in PGN format by Nils Wallménius · 18 years ago
- 6fd3d96 fix selection wierdness when scrolling down at the end of lists by Jonathan Gordon · 18 years ago
- 2020201 Really fix FS#7230 this time. by Jonathan Gordon · 18 years ago
- 195ac12 Fix FS#7230 - the second line in a multi-line item could be the selected item by Jonathan Gordon · 18 years ago
- b2ecf1b only create the recpresets directory on recording targets. by Jonathan Gordon · 18 years ago
- 9adf056 this adds 2 options to the recording settings menu to let you save all the recording settings to a .cfg and view your saved presets. by Jonathan Gordon · 18 years ago
- d696769 Fix the warning. by Nicolas Pennequin · 18 years ago
- 6579818 Add the possibility to store cuesheets in /.rockbox/cue. The code will look for a cuesheet there in case there wasn't one in the same folder as the audio file. This is to reduce the clutter created by one cuesheet per audio file in some places. by Nicolas Pennequin · 18 years ago
- 1bae792 rbutil: put the Theme description in a scrolling Control, also updated a few descriptions by Dominik Wenger · 18 years ago
- 993dbe6 Oops people are supposed to come before teams by Nils Wallménius · 18 years ago
- 68030f1 Accept FS#7228 by Dagni McPhee enable pitchscreen on sansa by Nils Wallménius · 18 years ago
- 8b6d9b3 Add correct buttons to the instructions for a-b repeat as well as dirskip for several targets by Nils Wallménius · 18 years ago
- 19519d7 Fix typo in the bootloader instalation dialog box by Nils Wallménius · 18 years ago
- 6e51203 Accept FS#7200 - updated italian translation by Jonathan Gordon · 18 years ago
- 0416452 Wavrecord: Let the menu start at the most convenient item. by Jens Arnold · 18 years ago
- 5f6832d Fix FS#7181 and make the main screen resizeable in rbutil by Dominik Wenger · 18 years ago
- 42698e4 Accept FS#6798 - scan acceleration for the lists. by Jonathan Gordon · 18 years ago
- 4cee8d9 Prevent destroying dircache pointers in tagcache DB while updating runtime stats. by Miika Pekkarinen · 18 years ago
- 43c299e Fix the audiohw settings stub for the sim so the rec screen doesnt crash anymore by Jonathan Gordon · 18 years ago
- f9f3cad Use the new VOICE_ strings, and not the deprecated ones. Thanks to n1s for noticing. by Magnus Holmgren · 18 years ago
- e676b81 FS#7158 - Bookmark selection as a list. by Magnus Holmgren · 18 years ago
- 1186c18 Adapt Pacbox for the Sansa's LCD - it was using the ipod Nano display routine before. by Dave Chapman · 18 years ago
- 31df21c Bring buttons back to the e200 bootloader? by Michael Sevakis · 18 years ago
- e1374b0 Oops, remove accidentally left in, commented out code by Nils Wallménius · 18 years ago
- 11dd5c7 Remove unused struct members by Nils Wallménius · 18 years ago
- 5c7e0d2 verify that a few required tools are present to prevent "odd" messages later by Daniel Stenberg · 18 years ago
- 18c348f remove leftover debug output by Daniel Stenberg · 18 years ago
- c2a7756 Remove dead code. by Nils Wallménius · 18 years ago
- 77bdacc Probably one of the most useless commits ever: change "CVS" to "SVN". by Nicolas Pennequin · 18 years ago
- 46b634f Fix typo. by Jens Arnold · 18 years ago
- 621725a Fix compilation on the H10 - it doesn't have BUTTON_SELECT. by Dave Chapman · 18 years ago
- e6a9ba5 Rockbox now supports all ipod video variations, including the 80GB by Dave Chapman · 18 years ago
- 92b9c23 Bump version number for 1.0 release (v1.1 bootloaders) by Dave Chapman · 18 years ago
- 7b3abf2 Allow ColdFire targets to be buildt with GCC >= 4.1.0. by Magnus Holmgren · 18 years ago
- c5d71aa ATA driver: * Support for drives with large physical sectors and no support for partial access in the firmware (i.e. Toshiba MK8010GAH - iPod G5.5/80GB). Sequential writes with a single 512-byte buffer to that disk are really slow, so this is an intermediate solution that allows to adjust the FAT driver and the file system gradually. * Assume multisectors = 16 if the value reported by the drive is invalid (also MK8010GAH). by Jens Arnold · 18 years ago
- c5302d5 Clarify the need to hold MENU+SELECT to reboot an ipod by Dave Chapman · 18 years ago
- 73ef83f Extended test_disk plugin: * Measure directory manipulation speed (file create/open/delete, directory scan) and file create/write/read access speed for several buffer sizes. * Added log file writing (one file per menu action). by Jens Arnold · 18 years ago
- 85f06b8 the DAC drivers need to include audiohw.h now by Marcoen Hirschberg · 18 years ago
- 10e21d1 make audiohw.h include the DAC header files by Marcoen Hirschberg · 18 years ago
- 4df0c77 Remove the check for ipod-specific magic in the MBR (which caused problems when users repartitioned their ipods and removed that magic) and instead check that the partition layout looks like an ipod. by Dave Chapman · 18 years ago
- 7d79db2 Ooops (about 3 months too late) - when an error is found by the bootloader, call lcd_update() so users can see it. by Dave Chapman · 18 years ago
- d9bbf5a e200: Remute the line in with #if 0 as it causes static noise for those without a radio chip. The FM radio patch should be updated to have those lines to compile. by Michael Sevakis · 18 years ago
- 644d315 red free by Christian Gmeiner · 18 years ago
- 98e4f6f fix red ipod mini's by Christian Gmeiner · 18 years ago
- cdbf33a * move audio settings into audio codec drivers by Christian Gmeiner · 18 years ago
- e7075db e200: Use 16-16 L-R pairs when writing to the TX FIFO. Kill the channel swapping and clicks. Reduce number of FIQs. Should be adaptable to iPods and other PP targets in a few minutes work, eh? by Michael Sevakis · 18 years ago
- 213e7d8 Fix prototypes and warning in ARM version of libspeex filter.h by Dan Everton · 18 years ago
- df6f2f9 Upgrade to libspeex 1.2beta2. Very minor performance increase (0.6% on coldfire). by Dan Everton · 18 years ago
- 8970055 Hopefully take care of the scrollwheel difficulties in plugins on e200. by Michael Sevakis · 18 years ago
- 1e8f0e7 Temporarily disable the creation of a map file when the sim is built since by Daniel Stenberg · 18 years ago
- 967d172 Accept FS#5098 by Dominik Riebeling: RWPS for the zezayer theme. by Nicolas Pennequin · 18 years ago
- 08634dc Accept FS#7199 - korean lang update by Jonathan Gordon · 18 years ago
- 392d079 Oops, next file info should be dynamic. by Nicolas Pennequin · 18 years ago
- 5cc98ef Add %fk and %Fk WPS tags : (next) file audio frequency in KHz (rewrite of FS#6393 to adapt it to the tokenizer). by Nicolas Pennequin · 18 years ago
- 9d5e376 Allow the day of month (%cm) and day of week (%cu and %cw) RTC tags to be used in enums. by Nicolas Pennequin · 18 years ago
- bcdf43d exclude unused headers by Christian Gmeiner · 18 years ago
- 080d65f Fix some warnings regarding AUDIO_NUM_SOURCES being 0 which is the intent with no inputs. by Michael Sevakis · 18 years ago
- 14b639d wavrecord needs its own source count. Source defines also collided with some new constants and that was part of the problem too. by Michael Sevakis · 18 years ago
- 6dbf408 Fix the wavrecord errors by Michael Sevakis · 18 years ago
- 4a2ed72 Oops. That shouldn't have snuck in there. by Michael Sevakis · 18 years ago
- 8f659ae Use bitmasks to define which inputs are available. Makes it easier to remove old assumptions of which are available. Inspired by e200 being unique in having FM Radio and Mic but no Line. Doesn't remove the assumption that Mic is available or that one of Mic and/or Line is available just to avoid excessive #ifdef'ing until needed. by Michael Sevakis · 18 years ago
- 731d7a1 Increase sansa volume range at the lower end. This seems to be necessary by Antonius Hellmann · 18 years ago
- c4da23a Update the francais language, plus some minor changes. by Mustapha Senhaji · 18 years ago
- fd9d140 Fix FS#7176 - wps context menu doesnt set the correct selection. by Jonathan Gordon · 18 years ago
- cfa94a2 fix the gigabeat remote button not working when backlight is off and filter first keypress is enabled by Jonathan Gordon · 18 years ago
- f22e6a5 FS#6652 fix attempt. Make the phrase id counting take the dest pattern into by Daniel Stenberg · 18 years ago
- 0037a1b add separate button defines for the Gigabeat remote control by Marcoen Hirschberg · 18 years ago
- 4c486ce Add splash messages while copying, moving, and deleting files. Also boost the CPU during move/copy since it seems to make things faster. by Dan Everton · 18 years ago