summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-03-20We should check the CRC32 whether it is encrypted or not.Barry Wardell1-36/+29
2007-03-20Add support for encrypted mi4 bootloaders.Barry Wardell1-46/+237
2007-03-20Fix more Warnings, and also a bug with checking the dirstructure for themes i...Dominik Wenger4-28/+24
2007-03-20Add GodEater to the credits in RbUtilDominik Wenger2-3/+4
2007-03-20Fix warnings in rbutil. FS#6865 thanx to GodEaterDominik Wenger5-12/+9
2007-03-20FS#6864 - iriver H340 doesn't connect via USB - should be fixed. Registered t...Michael Sevakis1-1/+1
2007-03-20More logf fixes. speex.c wants to format 64bit args so I didn't change that o...Michael Sevakis5-28/+29
2007-03-20Oops. Should've used the unsigned local variables.Michael Sevakis1-8/+8
2007-03-20Add %u and %lu formats to format(). Coming up: logf fixes.Michael Sevakis1-0/+20
2007-03-20Fix ipod installation instructionsNils Wallménius1-13/+10
2007-03-20remove the debug output againDaniel Stenberg1-1/+1
2007-03-20fix binary extension checkDaniel Stenberg1-1/+1
2007-03-20Hopefully fix CRC32 errors when loading the Sansa OF from the firmware partit...Barry Wardell1-6/+6
2007-03-20FS#6840 - Move rockbox.* inside .rockbox on targets that allow it.Barry Wardell1-0/+6
2007-03-20Make changes to installation chapter to reflect that the rockbox.whatever fil...Nils Wallménius1-14/+36
2007-03-20Sansa LCD: Make the second framebuffer staticDaniel Ankers1-1/+1
2007-03-20Improved LCD driver for Sansa. Uses double-buffering to cure the flickering....Daniel Ankers1-10/+40
2007-03-20PP bootloader:Barry Wardell1-6/+6
2007-03-20Do the sprintf .precision format in a safer way.Barry Wardell1-3/+4
2007-03-19Rrrr. Editor shouldn't have left those tabs. Will check settings.Michael Sevakis1-6/+6
2007-03-19Oops. Left an unneeded test line in SOURCES.Michael Sevakis1-1/+0
2007-03-19SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the...Michael Sevakis10-242/+579
2007-03-19Make the Iaudio uninstall instruction appear in the right place and make it a...Nils Wallménius2-25/+27
2007-03-19Further simplification of constraints in libspeex arm asm.Jens Arnold1-9/+9
2007-03-19Draw peakmeter scale marks in foreground color instead of inversed background...Nils Wallménius1-2/+1
2007-03-19The model and type strings are only 4 characters long. Also remove the 20 at ...Barry Wardell1-5/+5
2007-03-19Add support for the .precision format in the sprintf()-like functions to allo...Barry Wardell1-1/+14
2007-03-18There is no need to hide CONFIG_RTC in the bootloader - it's harmless. Fixes...Dave Chapman7-14/+0
2007-03-18The UI sim simulates the RTC, so there is no need to disable it - affects all...Dave Chapman7-14/+28
2007-03-18Archos player: Introduce lcd_write_command_e (only one data byte) in the lcd ...Jens Arnold3-79/+112
2007-03-18Volume control for mpegplayer - based on FS #6814 by Jacob Gardner and Pascal...Dave Chapman2-0/+49
2007-03-18Player: Improve usaibiliy of wps volume adjustment in wps, and allow ON as 'o...Jens Arnold1-3/+4
2007-03-18Dont boost so often, fixes FS#6845Jonathan Gordon1-6/+0
2007-03-18Remove buffer overflow in solatiare menuJonathan Gordon2-2/+15
2007-03-18Fix several printf-style warnings in logf builds.Magnus Holmgren6-23/+23
2007-03-18Exit the preset context menu correctly after editing/deleting presetJonathan Gordon1-4/+4
2007-03-18fix redJonathan Gordon1-1/+1
2007-03-18Remove the exit_value variable.. set the MENU_FUNC_CHECK_RETVAL fla and Jonathan Gordon9-76/+75
2007-03-18Fix improper shift and mask order causing FS#6842Jonathan Gordon2-5/+9
2007-03-17Modify the version string ready for initial releaseDave Chapman1-1/+1
2007-03-17If loading rockbox.mi4 fails, then drop back to trying rockbox.h10/rockbox.e2...Barry Wardell4-63/+48
2007-03-17Fix it dropping back to the file browser.Jonathan Gordon2-2/+2
2007-03-17Reload the menu if do_menu() is called while another menu is running Jonathan Gordon1-1/+5
2007-03-17Unify the way functions are called from menus.Jonathan Gordon10-183/+209
2007-03-17Remove unused headerNils Wallménius3-37/+0
2007-03-17Cast some more to keep both 32 bit and 64 bit simulator platforms happy.Jens Arnold10-27/+39
2007-03-17Add Rockbox magic (RBOFe200) to the end of the mi4 header in the original fir...Dave Chapman1-1/+5
2007-03-17Fix simulator builds, and some debugf() format strings.Jens Arnold14-36/+37
2007-03-17Fixed the logf builds.Miika Pekkarinen1-0/+1
2007-03-17Let GCC check arguments of some more printf-style functions, also for plugins...Jens Arnold20-49/+55