- be54b7f Revert r21863 partly: fixes Lua by Maurus Cuelenaere · 16 years ago
- 0e5942f Tiny bug fix for help text in pegbox by Johannes Schwarz · 16 years ago
- b018f89 Fix a bug in lib display_text.h, which inserts a unwanted blank line by Johannes Schwarz · 16 years ago
- fb63808 display the volume as a number when its changing in the cabbie theme on the clip by Jonathan Gordon · 16 years ago
- 54715e6 Small fix for asmdefs, make sure $var is cleared the line after it is read, so that value *must* follow label immediately. by Andrew Mahone · 16 years ago
- 75b27ea Guard the Timeout API declarations with the correct #ifdef by Rob Purchase · 16 years ago
- 04ab67d Replace bitmap menu with a standard menu, clean up the code and remove corrupt save game by Johannes Schwarz · 16 years ago
- a6be0ae Make the progress bar in game mode puzzle shows the level process (part of FS#10139) by Johannes Schwarz · 16 years ago
- c92652e Collect encoder data chunks (usually < 1kB) before writing to disk. The reduced number of ci->write() calls give a nice write speedup to the mp3 encoder. by Antonius Hellmann · 16 years ago
- 5905b0b Missed one strncpy call by Nils Wallménius · 16 years ago
- 3d4701a FS#10080 by Nils Wallménius · 16 years ago
- c2900a1 Updated italian translation. by Alessio Lenzi · 16 years ago
- c72b23a use lib display text to display help messages (FS#10099). by Teruaki Kawashima · 16 years ago
- e37f9f1 add a way to quit without saving game. some cosmetic fixes. by Teruaki Kawashima · 16 years ago
- fec4206 Handle sh and m68k compiler's output correctly in asmdefs2file by Andrew Mahone · 16 years ago
- 9d7a1e4 Combine the two menus, improve highscore list, automatically save game, improve help text (buttons are missing yet) and clean up the code in jewels (part of FS#10139) by Johannes Schwarz · 16 years ago
- 8cc169c Silence the gcc 4.4.0 warning by making this code look like it was probably meant to be. I'm not 100% sure this is correct - latest prboom doesn't have that fix. by Jens Arnold · 16 years ago
- af99a85 Change buttons in pegbox for Fuze (part of FS#10193) by Johannes Schwarz · 16 years ago
- 286c333 Adapt manual to the changes in jewels (part of FS#10193) by Johannes Schwarz · 16 years ago
- 394e134 try to make buttons in jewels more unified (part of FS#10193) by Johannes Schwarz · 16 years ago
- fd6afc0 Remove a function accidentally added back in r21841. by Magnus Holmgren · 16 years ago
- 0e2a933 Try to make configure respect the TMPDIR environment variable. by Thomas Martitz · 16 years ago
- eea149b FS#10436 - add the Sansa View to the build system. The bootloader builds but doesn't do anything useful yet. by Robert Keevil · 16 years ago
- 5f6998b Fix cook on big endian targets. get_uint*be() is already endian agnostic due to reading by Jens Arnold · 16 years ago
- b3f3300 Add some Makefile rules to demonstrate assembling, linking, converting to binary file and finally converting to a notes .htm file. by Dave Chapman · 16 years ago
- e8c5889 Add flashsplit utility, previously hosted on the wiki at http://www.rockbox.org/wiki/IpodFlash by Dave Chapman · 16 years ago
- 25371a1 FS#10235 - "(fuze) pacbox keymap change" by Ralph Soto. by Thomas Martitz · 16 years ago
- af624e0 First commit of "bin2note" utility for exploiting the Notes buffer overflow on the 2nd generation Nano. by Dave Chapman · 16 years ago
- 5e2f11a Import Vorbis seeking improvements from Tremor SVN. by Magnus Holmgren · 16 years ago
- 23ea8a5 Slightly reduce the bin size by using ushort instead of int in arrays by Alexander Levin · 16 years ago
- f448fa4 Correctly compute the array size regardless of the element type by Alexander Levin · 16 years ago
- afad93a Fix another file for r12 being a scratch register. Overlooked earlier because this file used by Jens Arnold · 16 years ago
- c039d39 Make clix more usable on touchscreen targets by Maurus Cuelenaere · 16 years ago
- b5b9cb0 Modified the code for seeking to speed it up a bit. Instead of searching by Mohamed Tarek · 16 years ago
- f35db90 Reorder some operands to increase frequency of multiply early termination on TDMI targets, reorder some operations to try to reduce stalls. by Andrew Mahone · 16 years ago
- 15dc075 Put COOKContext struct into IRAM. Speeds up decoding by 6MHz on PP5024 at the cost of 30.5 kbytes of IRAM. by Michael Giacomelli · 16 years ago
- c7e1287 Fix red: broken tools/addtargetdir.pl by Andrew Mahone · 16 years ago
- 668a769 Add new asmdefs mechanism for exporting information only available to the C compiler for use in asm files, and use it in arm jpeg idct. See apps/apps.make, apps/core_asmdefs.c, and apps/recorder/jpeg_idct_arm.S for details. by Andrew Mahone · 16 years ago
- 36eeecb * Fix overlooked r12 usage possibility in mpegplayer ARM idct by Jens Arnold · 16 years ago
- afe43d3 Basic changes to add nano 2g to the build system, based on the Meizu M3 port. The bootloader builds, but does nothing due to lack of any drivers. by Dave Chapman · 16 years ago
- 40c6e7d Update Dutch langfile by Peter D'Hoye · 16 years ago
- 541072a Rework addtargetdir.pl to also fix prefix generated-file depedencies with the target directory, and simplify the sed expression for mkdepfile. by Andrew Mahone · 16 years ago
- 672b8b6 Fix the shipped themes statusbar config line by Jonathan Gordon · 16 years ago
- 92fed35 S5L8700/Meizu: miscellaneous minor fixes, stubs added, keywords set by Bertrik Sikken · 16 years ago
- c133c6a Another patch by Wincent Balin (from the FS #10416 series): get rid of some warnings. PDBox now builds without any error or warning. by Peter D'Hoye · 16 years ago
- 4bcd847 PDBox: One file with stuff is enough.... by Peter D'Hoye · 16 years ago
- 66a0492 More work on PDBox by Wincent Balin. The PDBox plug-in is now working with the pdpod_test.pd file from the PureData.zip archive by Peter D'Hoye · 16 years ago
- a3a8708 Patch by Wincent Balin: convert pdbox from app to viewer by Peter D'Hoye · 16 years ago
- 76e6291 Unify semitone and cent macros and make the formula a bit more obvious by Alexander Levin · 16 years ago
- 4930b32 match the manual to the changes in by Johannes Schwarz · 16 years ago
- 111af64 Meizu M3: initial version of battery readout and (uncalibrated) charge/discharge curves by Bertrik Sikken · 16 years ago
- 11f9f3c Add data structures by Frank Gevaerts · 16 years ago
- ff7c0cd Silence warnings to fix yellows for now. by Mohamed Tarek · 16 years ago
- 2a972ff set svn:keywords property by Teruaki Kawashima · 16 years ago
- 7528674 Remove OHCI registers from s3c2440.h and move them to their own header. Since s3c2440 seems to be very close to the OHCI spec, there's no reason not to use a generic driver by Frank Gevaerts · 16 years ago
- 6258e24 Some fixes for the standalone test program. by Mohamed Tarek · 16 years ago
- edf3af2 Add seeking support in cook codec. by Mohamed Tarek · 16 years ago
- 59b9e3a Meizu: implement power driver (USB power detect / charging status / poweroff) by Bertrik Sikken · 16 years ago
- f9e7a5a AMSSansa: Use single adc_read instead of multiple ascodec_reads to read voltage for display in View HW info. by Jack Halpin · 16 years ago
- 02c0317 * ARM asm DSP and codec/plugin functions: Use r12 scratch register properly by Jens Arnold · 16 years ago
- e12c1c0 Optimize chopper a bit by making a often used macro an inline function(which means its parameter expressions are evaluated before expanding) and removing a unecessary display clear. by Thomas Martitz · 16 years ago
- 61394b7 S5L8700: implement timer driver by Bertrik Sikken · 16 years ago
- 8029bee Fix the manuals (the problem was introduced in r21791): some players do not have a button to go from WPS to the pitch screen by Alexander Levin · 16 years ago
- bd7fc17 set missing svn keywords to clix by Johannes Schwarz · 16 years ago
- 0dd0e4e Correct svn:keywords and svn:eol-style on a few more files. by Thomas Martitz · 16 years ago
- 467999a Remove svn:executable from these files. by Thomas Martitz · 16 years ago
- 362a7db set missing svn keywords by Johannes Schwarz · 16 years ago
- 47d4c47 ARM asm LCD and ATA driver functions: Don't save r12 as it is a scratch reg. Saves a bit of stack and execution time. by Jens Arnold · 16 years ago
- fa59ed6 Fix plugins for the changed pitch scale from r21781 by Jens Arnold · 16 years ago
- 34213c3 Small tweaks to r21778/r21779 - use -p for both mkdir and cp commands in dmg creation rule by Dave Chapman · 16 years ago
- 47d8579 S5L8700: fix buttons used in debug menu by Bertrik Sikken · 16 years ago
- 471a0eb Simplify conditions in the manual (should also be done for other features) by Alexander Levin · 16 years ago
- 6857f63 Remove an unneeded include by Alexander Levin · 16 years ago
- 4c75ece Properly ifdef the pitchscreen settings as well (aka fix red Player build). by Jens Arnold · 16 years ago
- 1a49df9 Those strings only apply to targets having the pitchscreen feature. by Jens Arnold · 16 years ago
- 5db8098 Meizu M3: implement rudimentary button driver by Bertrik Sikken · 16 years ago
- a5e25cc Add some more sims that actually compile by Jonas Häggqvist · 16 years ago
- bc27e0f Fix red for sansa m200v4 (it also should have the pitchscreenif sansa m200 has it) by Alexander Levin · 16 years ago
- 7765158 Fix red in bootloaders by Alexander Levin · 16 years ago
- cc7c665 Improvements to the pitch screen UI (FS#10359 by David Johnston) by Alexander Levin · 16 years ago
- 17ac0d7 fix yellow : panicf() is declared in panic.h by Rafaël Carré · 16 years ago
- b9bcadf e200rpatcher: new e200rpatcher.dmg creation rule for OSX by Rafaël Carré · 16 years ago
- 06cd53b sansapatcher: new sansapatcher.dmg creation rule for OSX by Rafaël Carré · 16 years ago
- 27c60fd S5L8700: add skeleton for __dbg_hw_info and __dbg_ports items in the debug menu by Bertrik Sikken · 16 years ago
- 405d12d Sansa AMS: panic with the PL180 controller status register in case of errors by Rafaël Carré · 16 years ago
- 24cf6ce S5L8700: mask away status bits from ADC conversion result by Bertrik Sikken · 16 years ago
- ad825d6 clix: fix bug that game isn't over when no move is possible. clean up a bit. by Teruaki Kawashima · 16 years ago
- 75fa699 Sansa AMS: handle properly SD transfer errors by Rafaël Carré · 16 years ago
- 306753b Meizu: use hardware PWM instead of interrupts+GPIO to set the backlight brightness level by Bertrik Sikken · 16 years ago
- e976c51 Correct return value when quit sudoku from the menu. by Teruaki Kawashima · 16 years ago
- 74d79cb FS#10421 - clip keymap updates. by Jonathan Gordon · 16 years ago
- 1bc67c8 Fix type mismatch warnings and errors exposed when building with EABI toolchain. by Andrew Mahone · 16 years ago
- 7ad3a33 D2: Remove unnecessary ide_power functions. by Rob Purchase · 16 years ago
- d633a9f D2: Update the battery discharge curve to observed values, and add a crude runtime estimation (this is based on playback from SD card, other usage will vary). by Rob Purchase · 16 years ago
- 755de6a FS#10418: Change menu button in Sudoku on Fuze, by Nick Tryon by Johannes Schwarz · 16 years ago
- 1a519f5 Add missing mutex_init to i2c driver by Bertrik Sikken · 16 years ago
- 9cb6203 Make the TCC NAND driver use the (virtual) disk activity LED. by Rob Purchase · 16 years ago
- 99edc7b Also bump version in trunk by Frank Gevaerts · 16 years ago
- 2ad5e24 Correct another small typo in a comment. by Thomas Martitz · 16 years ago
- 161cb16 Adding last minutes comments to explain things is only cool if you close it also (aka fix yellow). by Thomas Martitz · 16 years ago