- 1a2851c Redo "r28369, Android load progress screen". git+svn lost the actual code changed by Jonathan Gordon · 15 years ago
- d7bb580 Fix the manual for %Tp by Jonathan Gordon · 15 years ago
- 943de3c skin_parser: Change the way hardware conditionals are done (i.e %?cc) by Jonathan Gordon · 15 years ago
- db2a8ff Android: Display a "Loading, please wait" dialog while we wait for the rockbox service to start by Jonathan Gordon · 15 years ago
- 63da8c6 Enable line out on c200v1 - part of FS#11367 by me - Thanks to Nate for testing by Michael Chicoine · 15 years ago
- 2eeb29b HDD6330: fix some values in config (USB PID, battery capacity), insert commented out ATA DMA. by Szymon Dziok · 15 years ago
- 60c640b test_codec: Align the codec buffer to pointer size, since tlsf wants that. Fixes a crash when running tremor in test_codec on 64 bit sim. (The tlsf init bailed out but tremor doesn't check the return and went on to alloc memory anyway) by Nils Wallménius · 15 years ago
- 77b3529 Ramdisk: add hotswap support by Maurus Cuelenaere · 15 years ago
- a900a29 fix that disktidy plugin and shopper plugin is not usable when Show Icons setting is turned off. by Teruaki Kawashima · 15 years ago
- c2f4e03 Make pitchscreen absolute point mode compatible. by Thomas Martitz · 15 years ago
- 36cd720 do not reset last selected item after leaving the file browser when in root. by Teruaki Kawashima · 15 years ago
- 77129ad Really fix yellow: Rename BMP_LINESIZE and BMP_BPP to get rid of the macro name collision by Michael Sparmann · 15 years ago
- 7c6bb3f Fix iPod Nano 2G bootloader, which was apparently broken by the eabi transition by Michael Sparmann · 15 years ago
- e117b4a Fix yellow: BMP_BPP and BMP_LINESIZE being used both in greylib and screendump by Michael Sparmann · 15 years ago
- 01cdb6a Fix screendump on iPod Nano 2G by increasing the usb thread stack size and reducing the stack usage of FAT and storage functions by Michael Sparmann · 15 years ago
- 0952848 reduce ramusage slightly. by Teruaki Kawashima · 15 years ago
- 462f012 Fix return type of iap_getc (should be bool instead of int) by Bertrik Sikken · 15 years ago
- 957a318 Update German translation, using '/' for the translation too, I'm all for a rethink of the original phrase though. by Marianne Arnold · 15 years ago
- 6b54142 Hebrew translation update by Tomer Shalev. by Alex Parker · 15 years ago
- 783421d Make sure the view always has focus and can be focused in touch mode so the front buttons work after a touch by Jonathan Gordon · 15 years ago
- 55e4989 Minor addition to Italian translation by Alex Parker · 15 years ago
- 48e900f Fix android hardware button handling so it actually works. by Jonathan Gordon · 15 years ago
- 7da04a0 update Japanese translation. by Teruaki Kawashima · 15 years ago
- 34fc746 AMSv2: fix bootloader build with USB enabled by Rafaël Carré · 15 years ago
- 097d7fb Fix FS#11559 - no sound from ipod fm remote on ipod nano 1g. by Bertrik Sikken · 15 years ago
- f444b0a Updated Danish translation by Jonas Häggqvist · 15 years ago
- b4ca4ce FS#11694 by Francisco Villa - update Spanish. by Alex Parker · 15 years ago
- c6f34ef Make english.lang use consistant spacing to avoid problems with the automatic translation site ("*:none" is wrong - "*: none" is right). Change other languages to match. by Jonas Häggqvist · 15 years ago
- d46d243 fix leak-file-handles. by Teruaki Kawashima · 15 years ago
- 368e89e simplify rockbox_browse a bit and reuse buffer. by Teruaki Kawashima · 15 years ago
- 082c7d3 Set svn properties by Marcin Bukat · 15 years ago bootloader_mpiohd200_v1
- c35eea5 MPIO HD200 - revert change in crt0.S introduced in r28270 to get rid of strange noise produced by buttons on startup by Marcin Bukat · 15 years ago
- 38edf67 MPIO HD200 - squash long standing bug in bootloader which prevented booting OF if doing coldstart on battery only. by Marcin Bukat · 15 years ago
- c8dfe05 HDD6330: add the simulator. by Szymon Dziok · 15 years ago
- 93ac986 HDD6330: fix loading of the OF through the Rockbox bootloader (correct magic values in registers at the start), fix bootloader warnings. by Szymon Dziok · 15 years ago
- f81c0c0 HDD6330 and HDD1630: split the code for the backlight, cause it's rather different for these targets. by Szymon Dziok · 15 years ago
- 8e9aeb2 Serbian language update - FS#11693 by Ivan Pesic by Bertrik Sikken · 15 years ago
- 03692c2 Spanish language update - FS#11692 by Francisco Vila by Bertrik Sikken · 15 years ago
- 0c8b559 Add plugin keymaps to fft for the GoGear SA9200. by Robert Menes · 15 years ago
- 03f6c7a The c200's blind description also applies to the c200 by Robert Menes · 15 years ago
- a02fada rockboxdev.sh: Fix build failure on cygwin by not trying to remove the current directory by Torne Wuff · 15 years ago
- a68f1e2 Spanish language update - FS#11688 by Francisco Vila by Bertrik Sikken · 15 years ago
- f1fd602 checkwps: properly zero the wps struct to avoid interesting issues by Frank Gevaerts · 15 years ago
- b88efd1 HDD6330: Patch to enable/disable backlight. by Szymon Dziok · 15 years ago
- 057806f HDD6330: Try to adapt the keys for the new touchpad code, remove the non existing buttons, enable morse input. by Szymon Dziok · 15 years ago
- dc521b5 Replace parse_testcodec.pl with a bit more powerful script. by Thomas Martitz · 15 years ago
- df867fa MPIO HD200 - fix stupid typo introduced in r28270 which forced device hard shutdown during boot. by Marcin Bukat · 15 years ago
- 59cc0a9 Don't try to show a backdrop if the bmp wasnt loaded successfully by Jonathan Gordon · 15 years ago
- 9624cfd Update the polish translation. by Mustapha Senhaji · 15 years ago
- bd573c4 Fix FS#11676 - audio_status() returns AUDIO_STATUS_PLAY|AUDIO_STATUS_PAUSE if paused so only resume if AUDIO_STATUS_PLAY is the only bit. by Thomas Martitz · 15 years ago
- 5e2b5bb HDD6330: Configure touchpad (maximum touch sensivity, reduce transmission by Szymon Dziok · 15 years ago
- 7a153d2 update Dutch language file by Peter D'Hoye · 15 years ago
- 2edeb56 add plugin_crt0.c to OTHER_SRC so that dependencies will be genereted. by Teruaki Kawashima · 15 years ago
- 3ebb884 (Partially) Fix FS#11572 - no backdrop in the FM screen..\n the preset question would clear it and not reset it, so reoder the code so it works by Jonathan Gordon · 15 years ago
- 7f8b70f Oops #ifdef -> #if by Nils Wallménius · 15 years ago
- 65ee5eb Accept FS#11606 by Michael Gentry, making ACTION_TREE_STOP stop radio too. by Nils Wallménius · 15 years ago
- 5432894 Restore translated strings removed by accident in the previous revision. by Mustapha Senhaji · 15 years ago
- ba37cec Remove a lot of untranslated strings in the turkce translation since it was marked as "good translation" at http://translate.rockbox.org/, while it wasn't. by Mustapha Senhaji · 15 years ago
- 1d60b0d Fix minor typos in description fields. by Mustapha Senhaji · 15 years ago
- b0be8c5 Update the french translation for the upcoming release. by Mustapha Senhaji · 15 years ago
- 9c58356 Make two local functions static in skin_tokens.c by Bertrik Sikken · 15 years ago
- 91453fb skin_engine: struct gui_skin can be static by Bertrik Sikken · 15 years ago
- 8bcb492 fix loding of default remote viewers icons. by Teruaki Kawashima · 15 years ago
- 8123dff Remove some inconsistent guarding around cpucache_* functions to fix a test_codec crash on coldfire, breaks plugin api compatibility so sorted and bumped version numbers. by Nils Wallménius · 15 years ago
- 4478047 Fix FS#10981: Viewers icons applied incorrectly. by Teruaki Kawashima · 15 years ago
- c1bfe4e libtremor: tiny optimization 0.5%-1.5% on coldfire and PP by Nils Wallménius · 15 years ago
- 0550711 si4700 tuner: lower stereo switchover range, so it switches to stereo for weaker signals. Should fix FS#11405. by Bertrik Sikken · 15 years ago
- 53308bf Pitch detector: do not break profiling builds. by Nils Wallménius · 15 years ago
- 0d91797 Resistor calculator: make brace-style consistent by Frank Gevaerts · 15 years ago
- 6ebec89 as3525v2-usb! fix suspicious calculation of next endpoint in INs chaining code by Amaury Pouly · 15 years ago
- 900ec8d fix option handling in configure for application. also tries to "make reconf" work, but realpath reports error... by Teruaki Kawashima · 15 years ago
- 6c9db4c Fix warning on USB_NONE targets by Jonathan Gordon · 15 years ago
- 529fb70 Fix typo in resistor plugin help text by Michael Chicoine · 15 years ago
- 1682f3c Do not build remote failsafe skin files for devices without remote by Michael Chicoine · 15 years ago
- a43ace5 Resistor calculator: Initialise variable to make the compiler shut up about it (it's always initialised, but the compiler won't know that) by Frank Gevaerts · 15 years ago
- 7d6c73a Resistor calculator: Support Gigaohms in resistor to colour conversion, and guard against values that can not be represented by Frank Gevaerts · 15 years ago
- ed86924 Resistor calculator: Use correct units if resistor to colour uses kilo- or megaohms by Frank Gevaerts · 15 years ago
- 580a5d8 Add violet, grey and white multiplier for completeness by Frank Gevaerts · 15 years ago
- c00fe34 Fix some incorrect colour-to-resistance results. The price is that sometimes the display is subobtimal (like "2000 Ohms" instead of "2 KOhms") by Frank Gevaerts · 15 years ago
- 771646a Resistor calculator: Add lots of static, and slightly reorganise the code by Frank Gevaerts · 15 years ago
- d793a97 HD200 - GPIO57 is headphone output enable. Proper handling of this line fixes hissing noise after startup. by Marcin Bukat · 15 years ago
- 29503ee Simplify resistance to colour calculations, removing some bugs in the process. by Frank Gevaerts · 15 years ago
- c85ff1c fix button maps and assign some buttons for uisimulator. by Teruaki Kawashima · 15 years ago
- 5832254 fix sorting of track list when tracks with track number and tracks without track number are in the same list. by Teruaki Kawashima · 15 years ago
- 0432147 Fix FS#11593 - %Vf() and %Vb() should be able to be used in conditionals. Remember that these tags cause a new line to get drawn so text/tags on the same line wont be displayed by Jonathan Gordon · 15 years ago
- fb01781 Update of Czech language - FS#11674 by Marek Salaba by Bertrik Sikken · 15 years ago
- 5f8ad3c FS#10910: Manual incorrectly claims that the sleep timer and wake-up alarm are mutually exclusive by Torne Wuff · 15 years ago
- a5b17b4 Rearrange and remove some manual register assignments, make use of pointer address increments for free on arm, and remove macros in favour of explicit inline fns. also add memory clobbers to all uses of stm in inline asm. appears to resolve issues with codeclib failing to work as expected when using ARM_ASM optimisations on targets with native position independent code (e.g. android rockbox targets, but also tremor on non-rockbox targets that has been patched with the fastermdct patches) by Dave Hooper · 15 years ago
- 9869101 iPod Nano 2G USB: Make sure the USB core is properly powered off on boot. by Michael Sparmann · 15 years ago
- f70ec76 Manual: fix some English in the bar tag options. by Alex Parker · 15 years ago
- 27a6d29 Manual: get rid of some extra spaces in the sansa ams install instructions. by Alex Parker · 15 years ago
- 40ec7b9 Manual: Add button mappings for the equalizer for the clip/clip+. Fixes part of FS#11672 by Alex Parker · 15 years ago
- 498f66f Manual: add the missing % for %# in the 'Other tags' theme tag section. by Marianne Arnold · 15 years ago
- 60e2af2 Manual: Correct clip/clip+ pitchscreen button table. Closes FS#11671. by Alex Parker · 15 years ago
- 7d494ec Remove duplicate entry from docs/CREDITS (as announced in svn r28254) by Bertrik Sikken · 15 years ago
- 17994068 Slovak language update - FS#11668 by Peter Lecký. by Bertrik Sikken · 15 years ago
- 796ba3e fix FS#11659. wait for user input before exiting the plugin. by Teruaki Kawashima · 15 years ago
- b2f5142 Fix the last part of FS#11670 by using the 'disk' macro that expands to the appropriate storage type for each player, also change a reference to 'MP3 buffer' to 'music buffer'. by Nils Wallménius · 15 years ago
- 1a14537 Database auto update doesn't need dircache to remove deleted files from the database anymore. by Nils Wallménius · 15 years ago
- cf9af01 Don't include manual section for the 'Load to ram' option if the option isn't there and use 'disk' macro that expands to the proper storage type. by Nils Wallménius · 15 years ago