summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-24fix up the (c) noticeJonathan Gordon
2007-10-24Use some consts...Steve Bavin
2007-10-24Improved enum naming.Steve Bavin
2007-10-24Clarify the identifier naming rulesLinus Nielsen Feltzing
2007-10-24Complete info screen voicing; now consistent with displayed screenSteve Bavin
2007-10-24Save a few bytes by changing unit selection strategyNils Wallménius
2007-10-23make the first bunch of plugins compile for the mrobe. an earlier commit brok...Jonathan Gordon
2007-10-23Fix vroken logic that _could_ lead to memory corruption though it was very un...Nils Wallménius
2007-10-23mrobe changes:Jonathan Gordon
2007-10-23enable the RTC on the mrobe.Jonathan Gordon
2007-10-23Fix the FRAME offset calculation on Gigabeat (m:robe 500 too?).Michael Sevakis
2007-10-23update manual with recent changes to mpegplayerRobert Kukla
2007-10-23Small voice-related tweaks and fixes to simplelists.Stéphane Doyon
2007-10-23Unify the Gigabeat F/X and M:Robe MMU code while enabling it for the M:RobeKarl Kurbjun
2007-10-22iir_mem16() in assembler for Coldfire for a decent performance boost. Add EMA...Thom Johansen
2007-10-22Prevent an unwanted action which increases volume to be triggered at the same...Marianne Arnold
2007-10-22Updated italian translation.Alessio Lenzi
2007-10-22mr500 sort of working battery measurments. probably could be done better, but...Jonathan Gordon
2007-10-22Re-enable robotfindskitten, that accidentally got lost in the previous commit...Marianne Arnold
2007-10-22Oops, forgot to add the two needed bitmaps...Marianne Arnold
2007-10-22Add missing c200 chessbox screenshot.Marianne Arnold
2007-10-22nope, reread the datasheet... this one is correctJonathan Gordon
2007-10-22Flipit for Sansa c200 and add the help text in the welcome screen for both Sa...Marianne Arnold
2007-10-22fix writing to registers on the tsc2100Jonathan Gordon
2007-10-22First go at getting the touchpad working in the ui. lists only for now.Jonathan Gordon
2007-10-22Fix ultra-wideband mode. Disable big parts of the encoder stuff for a smaller...Thom Johansen
2007-10-22touchpad driver for the mrobe. nothing in apps/ uses it yet.Jonathan Gordon
2007-10-22revert the previous one... = is ok and a touch fasterJonathan Gordon
2007-10-22Phase in thread_wait when waiting for a thread to exit. Begin phasing out the...Michael Sevakis
2007-10-22fix the interupt clearingJonathan Gordon
2007-10-22add PLA keys for mrobe, and dont bother compiling any plugins yetJonathan Gordon
2007-10-22Assembler optimised lcd_yuv_blit() for iPod Video (Fs #7951 by Andree Buschma...Jens Arnold
2007-10-21Change decoder struct dynamic array members to static arrays sized based on c...Thom Johansen
2007-10-21Fix an error and a commentKarl Kurbjun
2007-10-21More M:Robe work including a fix to lcd-as-memframe for larger screens thanks...Karl Kurbjun
2007-10-21Increase temp buffer size to fit more samples, put in simple safeguard to avo...Nils Wallménius
2007-10-21MIDI: Fix ringing/beeks in music caused by improper parsing of some pitch ben...Stepan Moskovchenko
2007-10-21Be sure to register a new mutex owner _before_ waking it. Won't be an issue n...Michael Sevakis
2007-10-21 FS#7997 - mpegplayer - enable/disable start menuRobert Kukla
2007-10-21Update french translation too.Mustapha Senhaji
2007-10-21FS#7987 Update finnish translation, by Jani Kinnunen.Mustapha Senhaji
2007-10-21allow simplelists to set the timeout and the start selection.Jonathan Gordon
2007-10-21Implement YUV dithering for c200, and enable the option in mpegplayer.Jens Arnold
2007-10-21Update german translation.Marianne Arnold
2007-10-21Fixed debug menu crashing. Show last file processed by tagcache engine in deb...Miika Pekkarinen
2007-10-21Fixed warnings when logf is enabled.Miika Pekkarinen
2007-10-21Add support for device-specific USB product IDs - the D2 is different to othe...Dave Chapman
2007-10-21The interrupt disable is only relevant on multicore targets.Michael Sevakis
2007-10-21convert the rockbox info screen to use the list. you need to move up/down in ...Jonathan Gordon
2007-10-21Don't keep interrupts disabled when waking a frozen thread. Fixes frozen UI o...Jens Arnold