- 96bb9ef Consolidate almost identical code in pcmbuf.c by Jeffrey Goode · 15 years ago
- 07e8647 Add simple progress indicator when building. by Dominik Riebeling · 15 years ago
- 5b4938a Working Bootloader for mini2440. by Dominik Wenger · 15 years ago
- 724d1e0 Add a blind description for the Sansa Fuze and e200v2 manuals. by Robert Menes · 15 years ago
- faa47bf Code cleanup in dsp.c and misc.c, some comments by Jeffrey Goode · 15 years ago
- 6afe802 Add a "Flushing storage buffers" message to ROLO if it needs to do that. by Michael Sparmann · 15 years ago
- 940fd99 storage_flush() should be done before disabling interrupts in ROLO. by Michael Sparmann · 15 years ago
- 4e65126 Fix yellow by Michael Sparmann · 15 years ago
- 2afce17 Fix red by Michael Sparmann · 15 years ago
- 4a63ac7 Add iPod Nano 2G µsec timer, and use it in the clickwheel driver. by Michael Sparmann · 15 years ago
- 7bff585 iPod Nano 2G: "Fix" the latest PCM issues, channel swap and vinyl popping. The latter is a revert of the cache coherency patch for now, we need to find a better solution in the long term... by Michael Sparmann · 15 years ago
- 0c89c0e Fix another bunch of iPod Nano 2G FTL bugs. It seems to work fine for me now, but this doesn't necessarily mean that it's bug-free. by Michael Sparmann · 15 years ago
- 3ddbe63 Remove all update event callbacks if the custom statusbar is unused. by Thomas Martitz · 15 years ago
- 8f11075 No need to have this variable global anymore. by Thomas Martitz · 15 years ago
- 804e3aa Fix a few potential redraw problems with the custom statusbar and wps fighting for the same full redraw variable. by Thomas Martitz · 15 years ago
- 239002f Fix red caused by ancient incorrect #ifdefs. by Thomas Martitz · 15 years ago
- d85c3ec Convert lcd_activation callbacks to use the event system to allow for multiple parallel callbacks (for custom statusbar). by Thomas Martitz · 15 years ago
- 774bacc Correct wrong usage of event callbacks all over the place. It's not supposed to return anything, and should take a data parameter. by Thomas Martitz · 15 years ago
- 8728526 A man who is long due for credit: added Christophe "toffe" by Robert Menes · 15 years ago
- d94c3c4 D2: Remove the hardcoded driver-level touchscreen calibration, since it's done at apps level as well now. by Rob Purchase · 15 years ago
- 9ce9cfc D2 should have HAVE_USB_POWER defined. by Rob Purchase · 15 years ago
- cb2db20 Cleanup and expand D2 charger detection (not yet implemented for D2+). by Rob Purchase · 15 years ago
- 1668cfa Fixed a bunch of iPod Nano 2G FTL bugs. by Michael Sparmann · 15 years ago
- ad29c35 Don't selecu any usb class drivers for a simulator build by Frank Gevaerts · 15 years ago
- 1c2172d usb_keypad_mode shouldn't depend on SIMULATOR by Frank Gevaerts · 15 years ago
- ad3b2e3 USB_ENABLE_HID can be enabled without USE_ROCKBOX_USB, so move the usb_hid and usb_hid_mouse features a bit to allow for that by Frank Gevaerts · 15 years ago
- 4cc1b1f wps_screen is still needed for the HAVE_REMOTE_LCD case by Frank Gevaerts · 15 years ago
- dae2b97 compile checkwps with -Wall, to avoid accidentally breaking it again when a function prototype changes by Frank Gevaerts · 15 years ago
- 128b84c fix checkwps by Michael Chicoine · 15 years ago
- 3fa37e9 Use pointer to memos instead of accessing the array. Adjust spaces. by Teruaki Kawashima · 15 years ago
- 9fa0f79 Fix some iPod Nano 2G config defines to make USB HID work. by Michael Sparmann · 15 years ago
- 218314e Fix red by Michael Sparmann · 15 years ago
- d03fe64 iPod Nano 2G USB support based on the S3C6400X datasheet. Disabled by default for now. by Michael Sparmann · 15 years ago
- 3ad3bec Use strlcpy instead of a memset&strcpy combo. Guarantees \0-terminaltion and gives a 1-3% speed up. by Thomas Martitz · 15 years ago
- 72f93e5 Cleanup quickscreen text drawing by using text alignment flags for viewports. by Thomas Martitz · 15 years ago
- 137d27a Fix a scrolling bug with centered drawing and too long lines. by Thomas Martitz · 15 years ago
- 0abc34b Fix yellow: wrong file used by Tomer Shalev · 15 years ago
- 55a7b2d Fix yellow: Missing statusbar.h include (hopefully the last one missing) by Tomer Shalev · 15 years ago
- 6381fdc Remove redundant ata_mmc.h include in screens.c by Tomer Shalev · 15 years ago
- e684a3a Fix yellow: Missing ata_mmc.h include by Tomer Shalev · 15 years ago
- 2dd45f7 Make RoLo work on PP5002. * Rename CACHE_CTL flag values on PP5002 for consistency. by Jens Arnold · 15 years ago
- 09de597 Fix yellow: Another try at fixing aggressive includes removal by Tomer Shalev · 15 years ago
- ee72479 Fix rolo for AMS Sansa and simplify a few #ifdefs. by Thomas Martitz · 15 years ago
- dc19343 Fix red: Too aggressive exclusion of includes by Tomer Shalev · 15 years ago
- 5d585f4 Extract usb_screen logic out of screens.c into apps/gui/usb_screen.c by Tomer Shalev · 15 years ago
- 37daec7 Fix FS#10689 - H10 USB HID keymap problem - continued by Tomer Shalev · 15 years ago
- c1a58e2 Remove declaration of inexistent function by Tomer Shalev · 15 years ago
- 7ed1327 Updated french translation. by Mustapha Senhaji · 15 years ago
- 9ea3da8 FS#10692 - Viewpority USB screen by Tomer Shalev · 15 years ago
- c8fa54e Compressor: save lots of RAM, bug fix to work with internally clipped samples by Jeffrey Goode · 15 years ago
- 334e03e rbutil: Updated Hebrew translation by Tomer Shalev · 15 years ago
- 7d56bf4 Add beastpatcher download location to the Gigabeat S manual, and add dual-boot bootloader install instructions. by Alex Parker · 15 years ago
- 41c4970 Initial mini2440 port. by Dominik Wenger · 15 years ago
- 660dbd6 rbutil: Change layout to RTL if Hebrew language is used by Tomer Shalev · 15 years ago
- bad510a Change control handling to start expecting host packets before sending data to the host. This makes the handling less timing sensitive on some controllers by Frank Gevaerts · 15 years ago
- ee6557e Remove a few superfluous calls and use the correct symbol. by Thomas Martitz · 15 years ago
- de7f241 Add a browse (remote) custom statusbar item in the theme settings. by Thomas Martitz · 15 years ago
- 9351d41 Don't introduce a new string, instead reuse LANG_FAILED. by Tomer Shalev · 15 years ago
- bb5078c Splash error message when loading language from dir browser fails by Tomer Shalev · 15 years ago
- 1016ee4 Initial custom statusbar commit. by Thomas Martitz · 15 years ago
- 00695ba Updated location of Gigabeat F/X bootloader by Björn Stenberg · 15 years ago
- c5a3f93 AMS Sansa: Adjust SD Card frequency to Identification frequency at beginning of card init instead of the end of pl180 controller init. by Jack Halpin · 15 years ago
- a5fd68d AMS Sansa: Add voltage defines to pl180.h. No functional changes. by Jack Halpin · 15 years ago
- 6225f38 Reorder members for more efficient alignment. by Thomas Martitz · 15 years ago
- c26949c r23208 broke conditional use of metadata and filename tags. Return NULL instead of "n/a" to make it work again. by Thomas Martitz · 15 years ago
- 3cc5345 Use pointer instead of multiple access to array by Tomer Shalev · 15 years ago bootloader_gigabeat-s_v1
- 6023160 rbutil: Updated Hebrew translation by Tomer Shalev · 15 years ago
- 8ce01ba S5l8700: fix some CLCD controller register names by Bertrik Sikken · 15 years ago
- d24d885 Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_time, instead of comparing them directly. by Bertrik Sikken · 15 years ago
- 1c64a4d Also filter lines with only spaces in apps/features. At least mr500 had those after the preprocessing step. by Frank Gevaerts · 15 years ago
- 735b522 Split ARMv6 code from mmu-arm.S by Rafaël Carré · 15 years ago
- b424b85 iPod Nano 2G storage performance improved by not copying around buffers unneccessarily if they are aligned anyways and using cache coherency functions instead of bypassing the caches altogether. by Michael Sparmann · 15 years ago
- 8f6f19a Add Fuze virtual keyboard keymap chart to manual by Michael Chicoine · 15 years ago
- ec2737b Change the .lng files to contain strings from multiple users. Still hard-coded to only output the core strings for now. Should be the majority of the core changes needed for translatable plugins. by Tom Ross · 15 years ago
- bde0231 Add dcache cleaning to the S5L870x PCM driver. by Michael Sparmann · 15 years ago
- 3ac50ca Fix S5L870x cache coherency functions. They were split into a different file, as changes were needed all over the place. by Michael Sparmann · 15 years ago
- 4562e68 Implement iPod Nano 2G nand_get_info() by Michael Sparmann · 15 years ago
- 8f1709f Adjust iPod Nano 2G CPU speed to 192MHz, which measurements show it to be. Timers will be more accurate now. by Michael Sparmann · 15 years ago
- 47e06df Updated french translation part II, sorry for the previous version where the commit message was skipped. by Mustapha Senhaji · 15 years ago
- e598958 by Mustapha Senhaji · 15 years ago
- 11fbfae fix red by Nils Wallménius · 15 years ago
- f34a841 Revise r23225 a bit, removing the debug_printf function and implementing more generic lcd_(remote)_putsf function(s) instead and use those in more places by Nils Wallménius · 15 years ago
- 5ca76ab Manual: Fix button tables according to guidelines by Tomer Shalev · 15 years ago
- 4ecf1a8 Correct a few misspellings of behaviour. by Thomas Martitz · 15 years ago
- 1d1ccb9 Update manual for the new "Skip to Outro" feature. by Thomas Martitz · 15 years ago
- a7c888c Add a option to skip length which lets you skip 5s before the end of a song, which can be useful on gapless albums. by Thomas Martitz · 15 years ago
- 88b1efd USB HID: Add mouse mode to h10 by Tomer Shalev · 15 years ago
- 79f19b9 Const correctness for output_dyn_value and unify some identical constants by Nils Wallménius · 15 years ago
- 0659890 fix yellow by 'un-staticing' the printing wrapper function and typo causing red by Nils Wallménius · 15 years ago
- a971334 Use a wrapper function for the very common snprintf(); lcd_puts() sequence to save some binsize by Nils Wallménius · 15 years ago
- fb7c285 Manual: Add mrobe100's remote control support to the manual by Tomer Shalev · 15 years ago
- 5f6e1be Remove last comment directive at the end of line of the last \opt by Tomer Shalev · 15 years ago
- 10305ea When cancelling the bootloader installation delete the bootloader install object. by Dominik Riebeling · 15 years ago
- 9fbf346 Change lang_init() to take a source, destination, and count. Needed for translatable plugins. Minor stylist changes as well. by Tom Ross · 15 years ago
- 95e596c Fix red: Type in constant by Tomer Shalev · 15 years ago
- 4f3d7b5 USB HID: Use different context for each mode; Use constant for each action; by Tomer Shalev · 15 years ago
- 6d4d44c Add support to genlang to sort strings based on their user. This is useful for translatable plugins. Currently, the .lng that is generated is hard-coded to only contain strings marked as core. The output of this version of genlang should be the same as non-sorting, so we don't need to change the version number. by Tom Ross · 15 years ago
- b91ae3c Fix logic error in D2+ touchscreen driver. by Rob Purchase · 15 years ago
- e4af86a rbutil: build our libraries in the build folder like everything else. Centralize the build rules for them within the project file. by Dominik Riebeling · 15 years ago
- d7757eb Fix Player, checkwps and database tools by Thomas Martitz · 15 years ago