summaryrefslogtreecommitdiff
path: root/apps/main.c (follow)
Commit message (Expand)AuthorAge
...
* 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
* lcd_init() for player tooBjörn Stenberg2002-06-10
* Added simulator initBjörn Stenberg2002-06-10
* Everyone wants a logoBjörn Stenberg2002-05-31
* Partition table is no longer globalBjörn Stenberg2002-05-30
* Moved show_logo() to after malloc_initBjörn Stenberg2002-05-30
* we now show the splash screen from the menu on a delayRobert Hak2002-05-30
* APPSVERSION is defined in a stand-alone header file, and main.c setsDaniel Stenberg2002-05-29
* Added system_init callLinus Nielsen Feltzing2002-05-29
* Show splash during init, no delayBjörn Stenberg2002-05-29