- 1b3a96d Update the manual to reflect recent strnatcmp changes. by Thomas Martitz · 16 years ago
- 6ce98bd FS#10018 general pp bootloader: start the OF if loading rockbox fails. Resolves a bug where the c200 bootloader would loop flashing the logo if loading rockbox failed and drop support for loading old .e200 and .h10 rockbox main binaries for the e200 resp h10, affects e200, c200, h10 (both kinds) and mrobe 100. by Nils Wallménius · 16 years ago
- 877efe1 Update the comment about our changes too. by Thomas Martitz · 16 years ago
- fa2d011 Restore behavior of the original implementation strnatcmp to not ignore leading zeros. Fixes FS#10029 (Files being sorted incorrectly in latest builds), leads to better sorting of decimal numbers. It also doesn't sort 2 before 03 (but still before 10) anymore. by Thomas Martitz · 16 years ago
- 997005e Sansa Fuze: Fix bubbles controls (scrollwheel didn't work). by Thomas Martitz · 16 years ago
- 5c16ba4 Fix very last yellows. by Thomas Martitz · 16 years ago
- d0e834a Okay, this should be the last. I'm sorry for the trouble, but now everything *should* be properly #ifdef'd (which wasn't before) :/ by Thomas Martitz · 16 years ago
- 9771c9c One more try: Fix remaining reds and yellows by Thomas Martitz · 16 years ago
- 7e7d8eb Actually do the renaming of the stub. by Thomas Martitz · 16 years ago
- 4ed387d Fix reds and yellows (hopefully). Some targets apparently didn't properly #ifdef lcd_enable and lcd_sleep code out, so that it got partly active in the bootloader; rename the ui simulator stub fixes most reds; for the clip: move the hook code into lcd-1bit-vert.c which should fix the bootloader red. by Thomas Martitz · 16 years ago
- 68f9ef2 The c200 didn't got in for some reason. by Thomas Martitz · 16 years ago
- b7739fb Rework lcd_enabled and lcd_set/call_enable hook by Thomas Martitz · 16 years ago
- aad712d Some style changes, move gwps_leave_wps a bit down; add a #define for restoration after 1 second and rename the one for instant restoration by Thomas Martitz · 16 years ago
- 6809909 Some internal rework of the wps: by Thomas Martitz · 16 years ago
- 788ace2 Change spelling to British English in the filetype colours section by Alex Parker · 16 years ago
- e60ca80 Add md5 for clip OF version 1.01.32 to mkamsboot (verified to work) by Bertrik Sikken · 16 years ago
- 3822126 Use target string instead of target id when checking the target selection against an existing Rockbox installation. Removes the need to resolve id -> name. by Dominik Riebeling · 16 years ago
- 5876418 SansaAMS: Add a comment to clarifing a bit that the dcache is inactive without mmu; Show the cp15 control register in the "View I/O Pots menu". by Thomas Martitz · 16 years ago
- b642129 Philips SA9200 fixes: (1) boost in the bootloader like the e200 and c200, (2) use the right GPIOs and inits in the SD driver, and (3) add charger detection. by Mark Arigo · 16 years ago
- f8877bf small speedup for scaler on sh-1, via use of hardware multiply instruction where possible by Andrew Mahone · 16 years ago
- d88a58b Make error message more informative; increase the max size of rotatable glyphs by Alexander Levin · 16 years ago
- 7dd8d75 Correct spelling and add a couple translations by Alexander Levin · 16 years ago
- 42483ba Fix cache path selection on Windows only allowing to select drives (FS#10013 by Yoshihisa Uchida). by Dominik Riebeling · 16 years ago
- 85317f4 Polish translation update/sort by Maciej Adamczak (FS#10019). by Jonas Häggqvist · 16 years ago
- 26306a8 Sansa Fuze Buttons: cleanup slightly, prevent button_counter from wrapping, and implement a (imo) decent wheel acceleration. by Thomas Martitz · 16 years ago
- 2fff9fc FS #10017: Updated Russian language by Anton Veretenenko with some minor changes by myself. by Tom Ross · 16 years ago
- 706c3f6 Dutch translation: fix spelling mistake by Maurus Cuelenaere · 16 years ago
- 045b6e4 Move powermgmt-target.h up one directory (from as3525/sansa-clip to as3525) in preparation to enable charging for other ams sansa targets. by Bertrik Sikken · 16 years ago
- fbe96bf don't define handle_usb_events() for the simulators by Frank Gevaerts · 16 years ago
- aa1a99c Make handle_usb_events() static by Frank Gevaerts · 16 years ago
- d59e310 Provide information about how the font could be reduced without glyph clipping by Alexander Levin · 16 years ago
- 74aba34 Move play_hop() to gwps.c and make it static. It's the only file that calls it. by Thomas Martitz · 16 years ago
- 23722d5 Oops, I cut&pasted a bit too much. by Thomas Martitz · 16 years ago
- 66f415e Fix up some small problems in the Romanian language file (mostly voice related) by Tom Ross · 16 years ago
- 56973b4 rockboxdev.sh: Fix summary (it ended up in the wrong path after my previous commit to this file) by Thomas Martitz · 16 years ago
- 1913a45 Romanian language update by Florian Popescu (FS#10012). Also add Sasha Khamkov to the header of the Hebrew translation. by Jonas Häggqvist · 16 years ago
- 0313818 FS #10010: Greek language update by Alexander Spyridakis. by Tom Ross · 16 years ago
- bcb0fc2 Allow mkinfo.pl to read the RAM usage correctly. All other targets define both loadaddress and _loadaddress as well. by Jens Arnold · 16 years ago
- a1a332e Gigabeat S: Implement MDMA and UDMA disk access for bootloader and main binary. Add a needed SDMA API to check channel errors. Increase audio DMA channels' priority as required. Reads and writes measure faster accross all test_disk tests and especially at 4KB and 1MB. by Michael Sevakis · 16 years ago
- bc8cab4 Commit the common portion of FS#9708: ATA (IDE) DMA by Boris Gjenero with a couple cosmetic tweaks and without the inclusion of 'FS#9721: No error check after writes in ata.c'changes (which can be done separately). No code is changed for targets without HAVE_ATA_DMA defined other than to not display DMA modes in the View Disk Info debug screen if not using DMA (Gigabeat F/X/S were). No target uses the code yet but Gigabeat S use will follow shortly. by Michael Sevakis · 16 years ago
- 01c390d Make Onda VX767 compile + restructure firmware/SOURCES a bit (wrt Jz4740 specific files) by Maurus Cuelenaere · 16 years ago
- 8189ef5 Commit FS#9998: Updates to the Hebrew translation. Translation work done by Tomer Sharev and Sashe Khamkov; patch by Tom Ross. by Robert Menes · 16 years ago
- 924556c Get rid of the last "backlight thread fading" remnant, and of the calculation of the delay. It actually wasn't more than those 3 cases before anyway. by Thomas Martitz · 16 years ago
- 105fe06 Don't swamp the system with broadcast messages that nobody is listening to yet anyway. by Frank Gevaerts · 16 years ago
- bf8a277 Update japanese translation for Rockbox Utility (FS#10008 by Yoshihisa Uchida). by Dominik Riebeling · 16 years ago
- b413361 Arabic update by Mohamed Tarek (FS#10007). by Jonas Häggqvist · 16 years ago
- dd9a9e4 Commit FS#9970 by Yoshihisa Uchida: fix building when HAVE_SERIAL & ROCKBOX_HAS_LOGF is defined in a simulator build by Maurus Cuelenaere · 16 years ago
- 4654963 FS #10005: Updated Português-Brasileiro langugage file by Adilson Xavier. by Tom Ross · 16 years ago
- cf31386 Commit FS#9614 by Yoshihisa Uchida: fix 'make tools' by Maurus Cuelenaere · 16 years ago
- 45a6365 Language updates: - Danish by me. - Japanese by Yoshihisa Uchida (FS#10007). by Jonas Häggqvist · 16 years ago
- ec13976 Add Michael Burtin to the credits for FS#9917, partially committed in r20264. by Mustapha Senhaji · 16 years ago
- 54dbd61 Spanish translation update by Francisco Vila (FS#10003). Also add him as Spanish maintainer. by Jonas Häggqvist · 16 years ago
- eddc4ee Ladies and Gentlemen we now have sound through the codecs on the M:Robe 500i (DM320)\! by Karl Kurbjun · 16 years ago
- 3c7ada5 Sound working with rockbox PCM interface on the M:Robe 500. Doom and Rockboy run with sound. There are stability problems that need to be looked into causing the player to reset when music playback is attempted. by Karl Kurbjun · 16 years ago
- 2d9caa9 Updated Simplified and Traditional Chinese translations by Xinlu Huang (FS#10000). by Jonas Häggqvist · 16 years ago
- 08f51a5 Don't rebuild the dependency file on 'make reconf'. Build type and target won't change, and there are some build types where the .dep file isn't needed at all, e.g. voice. by Jens Arnold · 16 years ago
- f14999e Fix redraw sequence when exiting a setting menu, so splashes work properly - see FS#9994. by Steve Bavin · 16 years ago
- 754ae4a Enable libmad ASM optimized fixed point routines for MIPS. by Michael Giacomelli · 16 years ago
- 9f49657 Fix endianness defines in the mdctlib code. by Michael Giacomelli · 16 years ago
- 3eeec57 Small comment correction by Karl Kurbjun · 16 years ago
- 8331f78 More DM320 sound work. Buffers that are smaller, even multiples of DSP_BUFFER_SIZE should work fine. Larger and non-even multiples do not work correct. by Karl Kurbjun · 16 years ago
- 8146b83 Make the mips compiler not complain when bitwise operations do not have parenthesis. by Michael Giacomelli · 16 years ago
- bb22899 Another tweak to the German language file - actually translate 'credits'. by Marianne Arnold · 16 years ago
- 5d43daa Also add support for the Onda VX747+ by Maurus Cuelenaere · 16 years ago
- 935780e Add support for Onda VX747 simulator (and yes, it needs a better picture) by Maurus Cuelenaere · 16 years ago
- d33bff2 Small fixup of the recent #include cleanup. settings.h needs button.h for HAS_BUTTON_HOLD by Thomas Martitz · 16 years ago
- 70cce5c Fix red. by Maurus Cuelenaere · 16 years ago
- fa81289 Move USB_DEVBSS_ATTR & USB_NUM_ENDPOINTS to SoC-specific header. by Maurus Cuelenaere · 16 years ago
- 70ab3fc Onda VX747: by Maurus Cuelenaere · 16 years ago
- b1983d2 Fix the user: strings by Magnus Holmgren · 16 years ago
- a844358 Add Johannes Linke to the header in deutsch.lang too. by Marianne Arnold · 16 years ago
- f244645 Update German translation: add missing strings, improve wording in a few phrases and some cosmetic changes (whitespace and consistent case). Taken from FS#9754 but leaving out some changes which that didn't feel right to me for the moment. Add Johannes Linke to the credits for his work. by Marianne Arnold · 16 years ago
- babda88 Make strnatcmp() and strnatcasecmp() call strcmp() or strcasecmp() if strings otherwise sort the same. This is done to make sure that strings always sort the same. by Frank Gevaerts · 16 years ago
- efe3ec8 A few tweaks to get USB support compiling again on TCC targets (part of FS#9917 by Michaël Burtin). by Rob Purchase · 16 years ago
- e92d996 Add Sam Bouwer to the credits and inside the langfile header by Peter D'Hoye · 16 years ago
- fe515c1 Better translation for one of the sorting strings in the Dutch language file. Thanks to Sam Bouwer (FS #9997) by Peter D'Hoye · 16 years ago
- 0702082 Update Dutch translation by Peter D'Hoye · 16 years ago
- f410487 Add a missing phrase (LANG_CREDITS) by Alexander Levin · 16 years ago
- 98a53f0 * Onda VX767: fix some redundant files + add some missing functions for apps/ compilation (still needs keymap though). by Maurus Cuelenaere · 16 years ago
- 7fc6bbb Use more formal English (passive) by Alexander Levin · 16 years ago
- 28a4c73 Add a TODO mark -- code duplication is ugly by Alexander Levin · 16 years ago
- c6bf842 * Unify Onda VX747 and VX747+ config files by Maurus Cuelenaere · 16 years ago
- 081c63b Update the Swedish translation. by Magnus Holmgren · 16 years ago
- d1adf35 Gigabeat S: Switch SSI1 and 2 around so that playback can use the shared peripheral DMA with SSI2 which doesn't require use of the peripheral DMA unit-- SSI2 is mapped to the SDMA core address space. Fix some break keywords in get_script_pc(). Use the patched script for mcu_2_app (BSP appears to have neglected to update that). Use _SHP instead of _SP for shared peripheral constants (consistency). by Michael Sevakis · 16 years ago
- de910d8 Greyscale targets: Make the gradient a bit brighter and simplify the calculation. by Jens Arnold · 16 years ago
- 9d82935 No need for a capital C in charging by Frank Gevaerts · 16 years ago
- 93bd8a1 Make the leave-usb-mode paragraph a bit less technical. Fix accidental missing words at the same time by Frank Gevaerts · 16 years ago
- 4a70a07 Fix red. by Bertrik Sikken · 16 years ago
- b24fafb Yet more #include cleanups by Bertrik Sikken · 16 years ago
- 3f69f89 Document the new disconnect behaviour introduced by r20244 by Frank Gevaerts · 16 years ago
- 4ae7415 Fix insert/queue next, last and replace to update the last insert position too, by Thomas Martitz · 16 years ago
- 1a09bf2 Make the USB disconnect feature dependent on HAVE_USB_POWER. This may not by Frank Gevaerts · 16 years ago
- b9d8ae4 The credits file is utf-8 but QTextStream defaults to the system locale codec. Explicitly use utf-8 when reading the credits. Fixes names containing non-ASCII characters getting displayed wrong. by Dominik Riebeling · 16 years ago
- 871db6f Allow the user to leave MSC mode by pressing the USB POWER button (the one that's used to go to usb power mode on plugin) when the host OS hasn't locked the device. by Frank Gevaerts · 16 years ago
- 30a2713 Clean up some more #includes by Bertrik Sikken · 16 years ago
- 9eeead9 Optimize hline, fillrect and mono bitmap drawing for chunky displays (16 bit colour and greylib). Speeds up text rendering by 20..45% on colour coldfire, by 30..50% on colour ARM, and is noticeable in archos pictureflow. by Jens Arnold · 16 years ago
- 87d1744 Fix playlist "Insert" a bit. by Thomas Martitz · 16 years ago
- 99cb21f Ondio SP needed the same fix as Ondio FM. Thanks to Marianne Arnold for pointing it out (and nagging me about it :). by Magnus Holmgren · 16 years ago
- bded5db Introduced new options for convbdf that specify how the ascent/descent is allowed to grow to avoid glyph clipping. by Alexander Levin · 16 years ago
- 66cf3a3 Clean up some #includes by Bertrik Sikken · 16 years ago