summaryrefslogtreecommitdiff
path: root/apps/main.c (follow)
Commit message (Expand)AuthorAge
...
* 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
* Remote control support addedBjörn Stenberg2002-08-12
* First version of loadable fonts patch by Alex GitelmanBjörn Stenberg2002-08-11
* Ignore partition types, just try to mount all partitionsBjörn Stenberg2002-08-09
* Changed #ifdef from ARCHOS_RECORDER to HAVE_*Björn Stenberg2002-08-08
* Added battery charger for the recorder and a power management debugger.Heikki Hannikainen2002-08-06
* Removed powermgmt.hLinus Nielsen Feltzing2002-08-06
* Now calls rtc_init()Linus Nielsen Feltzing2002-08-06
* Removed the boot countLinus Nielsen Feltzing2002-07-28
* Automatic Volume Control for Recorder by Heikki HannikainenLinus Nielsen Feltzing2002-07-25
* Added status_init() callLinus Nielsen Feltzing2002-07-22
* Loudness, Superbass and sorting patch by Heikki HannikainenLinus Nielsen Feltzing2002-07-22
* Allow LBA-less partitionsBjörn Stenberg2002-07-16
* Trying to mount as raw disk if no partition is foundBjörn Stenberg2002-07-15
* The partition search now stops when it finds a FAT32 partitionLinus Nielsen Feltzing2002-07-15
* Added searching for FAT32 partitionBjörn Stenberg2002-07-15
* Settings are now saved in RTC RAM on Recorder (Heikki Hannikainen).Björn Stenberg2002-07-15
* Added i2c_init()Linus Nielsen Feltzing2002-07-02
* Corrected ATA debug optionLinus Nielsen Feltzing2002-07-02
* Added FAT debug optionLinus Nielsen Feltzing2002-07-02
* Removed debug display codeLinus Nielsen Feltzing2002-07-01
* Added adc_init() callLinus Nielsen Feltzing2002-06-30
* Now enables USB monitoringLinus Nielsen Feltzing2002-06-30
* Now uses the global_settings in the mpeg_init() callLinus Nielsen Feltzing2002-06-28
* Init global_settings in simulator tooBjörn Stenberg2002-06-27
* Moved settings.c/h to apps/Björn Stenberg2002-06-27
* Added backlight initLinus Nielsen Feltzing2002-06-24
* Added settings initializationLinus Nielsen Feltzing2002-06-20
* make init() a void always, this should heal the build againDaniel Stenberg2002-06-12
* included threads.h so that init_threads is defined.Felix Arends2002-06-12
* now that show_logo() doesn't mess with the disk we call it as early asDaniel Stenberg2002-06-11
* Initializations done in the correct orderLinus Nielsen Feltzing2002-06-10