Age | Commit message (Expand) | Author |
2010-06-18 | arm/crt0.S: comment why the reset vector doesn't use absolute addressing | Rafaël Carré |
2010-06-18 | fix endif wrongly removed (should have been moved) in r26927 | Rafaël Carré |
2010-06-18 | as3525*: enable USB stack in bootloader (but not USE_ROCKBOX_USB yet) | Rafaël Carré |
2010-06-18 | as3525*: enable MMU in bootloader | Rafaël Carré |
2010-06-18 | Fix source string spelling. | Dominik Riebeling |
2010-06-18 | rolo is only needed in SH bootloaders, not other bootloaders | Rafaël Carré |
2010-06-18 | Fix error: assignment of read-only variable 'list_width' | Maurus Cuelenaere |
2010-06-18 | Simplify check in gui_synclist_do_touchscreen(), no functional changes. | Maurus Cuelenaere |
2010-06-18 | C200v2 lcd controller still gets stuck sometimes, do a full controller init i... | Tobias Diedrich |
2010-06-18 | reorder apps/plugins/lib/SOURCES. | Teruaki Kawashima |
2010-06-18 | libmad: Optimize away 2 instructions from coldfire III_imdct, no measurable s... | Nils Wallménius |
2010-06-18 | Enable display and backlight on panic. | Tobias Diedrich |
2010-06-18 | use int instead of enum. | Teruaki Kawashima |
2010-06-18 | Sansa AMS: fix bootloader USB mode | Rafaël Carré |
2010-06-18 | FS#11347 by me: *dir LUA functions: luadir module | Rafaël Carré |
2010-06-18 | Lua: document rocklib_aux.pl a bit, so it's easier to find out about it when ... | Maurus Cuelenaere |
2010-06-18 | Lua: make actions.lua, buttons.lua and rocklib_aux.c depend on it generators | Maurus Cuelenaere |
2010-06-18 | HD200 - calibrate lcdlinear[] matrix | Marcin Bukat |
2010-06-18 | Squeeze down the PP5002 cache routines a bit. | Michael Sevakis |
2010-06-18 | Avoid ifdefs | Tobias Diedrich |
2010-06-18 | Move usb-drv-as3525 defines into header file | Tobias Diedrich |
2010-06-18 | For multiprocessor targets, do the thread_exit routine such that we don't nee... | Michael Sevakis |
2010-06-18 | as3525: bootloader USB mode | Rafaël Carré |
2010-06-18 | sd-as3525: enable writing, sd_enable() and card_get_info_target() in bootloader | Rafaël Carré |
2010-06-18 | usb-drv-as3525: use udelay() and not a C busy loop | Rafaël Carré |
2010-06-18 | usb-drv-as3525: build with LOGF_ENABLE undefined | Rafaël Carré |
2010-06-17 | Do not produce additional space after 'to the picture above' | Alexander Levin |
2010-06-17 | Theme Editor: Continuing work on rendering, skin preview will now show backdr... | Robert Bieber |
2010-06-17 | Fix red. Need 'inline' with 'always_inline'. | Michael Sevakis |
2010-06-17 | Switch iPod 3G to use EABI toolchain. Make necessary threading changes to avo... | Michael Sevakis |
2010-06-17 | sd-as3525 was calling dma_release() without calling dma_retain() first, if | Tobias Diedrich |
2010-06-17 | Theme Editor: Made allll destructors virtual | Robert Bieber |
2010-06-17 | Either the removal of the unneeded flush or the additional epn_info setup | Tobias Diedrich |
2010-06-17 | Make sure files which aren't windows-specific use \n line endings only | Rafaël Carré |
2010-06-17 | ARMv6 vector mutiplication asm, speeds up vorbis decoding about 0.1MHz on gig... | Nils Wallménius |
2010-06-17 | Delete some duplicate inline asm macros since they now live in the codeclib. | Nils Wallménius |
2010-06-17 | test_codec: print crc's that start with 0 properly. | Nils Wallménius |
2010-06-17 | ARMv6 versions of X(N)PROD31 macros and MULT32 macro. Saves about 1MHz or 3% ... | Nils Wallménius |
2010-06-17 | Add Stephen Carroll to CREDITS for all his hard work stripping out the additi... | Alex Parker |
2010-06-17 | tiny clean up of memory allocation | Jonathan Gordon |
2010-06-17 | make the sim build the skin lib also | Jonathan Gordon |
2010-06-17 | Added skin_parser library to build system. | Björn Stenberg |
2010-06-17 | Added skin_parser library to build system. Fixed some warnings. | Björn Stenberg |
2010-06-17 | woops, forgot to add these | Jonathan Gordon |
2010-06-17 | make the parser slightly more usable for rockbox, move the buffer allocation ... | Jonathan Gordon |
2010-06-17 | Theme Editor: Stopped combo boxes in configuration editor from scrolling on m... | Robert Bieber |
2010-06-17 | Theme Editor: Working on renderer infrastructure | Robert Bieber |
2010-06-17 | Move the skin parser to a seperate library | Jonathan Gordon |
2010-06-17 | Theme Editor: Moved source files into subdirectories | Robert Bieber |
2010-06-17 | AMSv2 RTC: no need to write to RTC_WAKEUP register | Rafaël Carré |