summaryrefslogtreecommitdiff
path: root/firmware (follow)
Commit message (Expand)AuthorAge
* reverted kjer's lcd_clear_display() change that stops the scrollDaniel Stenberg2003-01-14
* Made unicode2iso() static.Björn Stenberg2003-01-14
* Added unicode conversion from cyrillic, greek, hebrew, arabic and thai.Björn Stenberg2003-01-14
* Stop scrolling text when lcd_clear_display() has been called.Kjell Ericson2003-01-14
* Bidirectional scroll ala recorder.Mats Lidell2003-01-14
* Fixed the mapping between software mapped patterns and hardware LCD.Kjell Ericson2003-01-13
* Resolved last_pat and last_used_pat.Mats Lidell2003-01-13
* Bugfix2 of the bidirectional scroll. Sorry...Kjell Ericson2003-01-10
* Bugfix of the bidirectional scrolling.Kjell Ericson2003-01-10
* Fixed spelling misstakes.Kjell Ericson2003-01-10
* Function lcd_allow_bidirectictional_scrolling() implemented so we can turn it...Kjell Ericson2003-01-10
* Bidirectional scrolling implemented. The text will go back and forthKjell Ericson2003-01-10
* Fixed the scroll_delay.Kjell Ericson2003-01-10
* Changed debug code.Kjell Ericson2003-01-10
* Removed warnings.Kjell Ericson2003-01-10
* First official version.Kjell Ericson2003-01-10
* Implementing the Rocklatin character set for Rockbox player.Kjell Ericson2003-01-10
* Added a thread for the simulator that counts the time.Kjell Ericson2003-01-10
* better estimated running time for usb modeUwe Freese2003-01-09
* Fixed win32 simulator warnings.Hardeep Sidhu2003-01-09
* set_elapsed() bug fix by Simon ElénBjörn Stenberg2003-01-09
* Signal track change if no tracks in playlist are valid so wps updates and exi...Hardeep Sidhu2003-01-04
* Prev was going back too many tracks if more than one track was loaded in memory.Hardeep Sidhu2003-01-03
* Don't signal track change until all id3 entries have been updated. Also, cor...Hardeep Sidhu2002-12-19
* Use flush_cache() when writing headbytes to disk to make sure we are on the c...Hardeep Sidhu2002-12-19
* battery level 100% when trickle chg, only 1% per minute change allowed, ignor...Uwe Freese2002-12-18
* Killed a dozen global variablesBjörn Stenberg2002-12-18
* Fixed a simulator stub for set_battery_capacity()Kjell Ericson2002-12-17
* battery capacity (1500-2400 in 50mAh steps) saved to diskUwe Freese2002-12-16
* stupid bug, trickle setting in menu didn't workUwe Freese2002-12-16
* charger on if battery low at boot time, battery capacity settingsUwe Freese2002-12-15
* battery capacity setting functionUwe Freese2002-12-14
* we don't want battery symbol flickering while trickle chargingUwe Freese2002-12-14
* no inclusion of apps/settings.h anymore (simulator build error), new enable_t...Uwe Freese2002-12-14
* added backlight_get_timeout and backlight_get_on_when_chargingUwe Freese2002-12-14
* max charge duration now depends on batt. capacity and is a little longerUwe Freese2002-12-14
* using the new charge state variable instead of trickle_enableUwe Freese2002-12-14
* new charge state variableUwe Freese2002-12-14
* added trickle chargeUwe Freese2002-12-14
* Merged Uwe Freese's bidirectional scrolling patch. Added configurable scroll ...Björn Stenberg2002-12-12
* Fixed a few recording glitches, and *maybe* the 30-minute recording bugLinus Nielsen Feltzing2002-12-12
* Added recalculation of free disk space. Press PLAY in Debug->Disk Info->Free ...Björn Stenberg2002-12-09
* Added id3 version wps tag: %iv. Fixed id3v1 parsing bug.Björn Stenberg2002-12-09
* Corrected ATA_ADDRESS macroLinus Nielsen Feltzing2002-12-09
* Even more complicated MAS driver to handle MP2 streams, due to undocumented M...Linus Nielsen Feltzing2002-12-06
* Bug fix: Don't cut the power during spinup...Björn Stenberg2002-12-06
* Fixed a race condition between sleep thread and spinup code.Björn Stenberg2002-12-06
* Even safer watermark margins, in wait for an accurate disk spinup time measur...Linus Nielsen Feltzing2002-12-05
* Less aggressive dynamic watermark calculationLinus Nielsen Feltzing2002-12-05
* Faster start of playbackLinus Nielsen Feltzing2002-12-05