summaryrefslogtreecommitdiff
path: root/apps/main.c (follow)
Commit message (Expand)AuthorAge
* Moved Ondio main menu hack in order to properly browse fonts, langs, rocks an...Jens Arnold2004-10-02
* Adjusted temporary Ondio hack for new capabilitiesJens Arnold2004-09-29
* The config sector number is now calculated from the lowest partition start se...Jens Arnold2004-09-28
* Disabled all code for the serial remote on Ondio, since the serial port is ne...Jens Arnold2004-09-20
* Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg2004-09-19
* oh, I need to commit this Ondio hack, else nobody can test with the automated...Jörg Hohensohn2004-09-16
* More const policeing step 1Jens Arnold2004-08-01
* Removed some obsolete stuffLinus Nielsen Feltzing2004-07-24
* Bass boost removed in favour of some new sound settings: Super bass and five ...Linus Nielsen Feltzing2004-07-06
* Now handles an empty disk better. This solves bug report #984690.Linus Nielsen Feltzing2004-07-05
* settings_load() is now split in RTC and HD part, so RTC settings get loaded e...Jörg Hohensohn2004-06-19
* The USB monitoring started before the ATA thread, leading to badness when Roc...Linus Nielsen Feltzing2004-05-21
* We now start monitoring USB earlier, and can enter USB mode from the debug pa...Linus Nielsen Feltzing2004-03-25
* First step of the voice-UI: the menus can talk. You need a "voicefont" file i...Jörg Hohensohn2004-03-14
* Moved the low-level playback functionality into a new, separate module "mp3_p...Jörg Hohensohn2004-01-05
* kill an "unused variable" compiler warningDaniel Stenberg2003-12-15
* Initial suppport for building Rockbox for Neo. The Neo has a differentDaniel Stenberg2003-12-12
* No more spinning disk while charging flashed FM+V2 (you need the new bootload...Jörg Hohensohn2003-12-03
* Removed startup_io test codeBjörn Stenberg2003-11-20
* Slightly more correct initialization of the power/charging codeLinus Nielsen Feltzing2003-08-25
* Diagnostic code added, to find init problems (charging, etc.) when flashed: t...Jörg Hohensohn2003-08-02
* no more startup-rolo of ajbrec.ajzJörg Hohensohn2003-07-29
* call power_init() before the charging screen may open, thus before ata_init()...Jörg Hohensohn2003-07-18
* A very basic charging screen, probably buggy, the pro's would make it much ni...Jörg Hohensohn2003-07-17
* detect cold start (from flash) and look for archos.mod/ajbrec.ajzJörg Hohensohn2003-07-03
* Fixed simulator core dump (forgot to call playlist_init)Linus Nielsen Feltzing2003-05-17
* Moved the power_init() call to after the mpeg_init() call, this is supposed t...Linus Nielsen Feltzing2003-05-17
* call tree_init(); in the simulator as well as otherwise we always getDaniel Stenberg2003-05-14
* Configurable dir browser file buffer size. No more 400-file limit. No more wh...Linus Nielsen Feltzing2003-05-09
* Changed to runtime playlist initializationBjörn Stenberg2003-04-24
* The power-saving SLEEP patch by Simon Elén.Björn Stenberg2003-02-14
* Fixed simulator build errorLinus Nielsen Feltzing2003-02-14
* Correct saving of channel config (patch by Remo Hofer)Linus Nielsen Feltzing2003-02-14
* Moving the keyboard buffer empty routine to pure simulator code.Kjell Ericson2003-01-13
* Starting the mpeg_thread for the simulator.Kjell Ericson2003-01-10
* The player simulator now has it own font_init()-function. We shall therefor c...Kjell Ericson2002-10-28
* Fonts are only for recorder.Kjell Ericson2002-10-21
* Partition debug screen added, and jumped to when no fat32 partition is found ...Björn Stenberg2002-10-10
* No longer loads /.rockbox/default.*. Only selected files.Björn Stenberg2002-10-09
* Added persistence of last .wps, .fnt and .lng file played in /.rockboxBjörn Stenberg2002-10-08
* load ".rockbox/default.lng" at startupDaniel Stenberg2002-09-25
* Fixed default font name misspelling. Again.Björn Stenberg2002-09-20
* Fixed default font name misspelling.Björn Stenberg2002-09-20
* New full ISO-8859-1 system font.Björn Stenberg2002-09-20
* Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg2002-09-12
* reverted Felix Arends' mistakeDaniel Stenberg2002-08-16
* windows makefile for firmwareFelix Arends2002-08-16
* Added Balance settingLinus Nielsen Feltzing2002-08-14
* Gained about 128 KB buffer space by removing malloc() and the heapBjörn Stenberg2002-08-13
* Enabled saving settings to disk on playerBjörn Stenberg2002-08-13