summaryrefslogtreecommitdiff
path: root/apps/main.c
AgeCommit message (Expand)Author
2003-05-09Configurable dir browser file buffer size. No more 400-file limit. No more wh...Linus Nielsen Feltzing
2003-04-24Changed to runtime playlist initializationBjörn Stenberg
2003-02-14The power-saving SLEEP patch by Simon Elén.Björn Stenberg
2003-02-14Fixed simulator build errorLinus Nielsen Feltzing
2003-02-14Correct saving of channel config (patch by Remo Hofer)Linus Nielsen Feltzing
2003-01-13Moving the keyboard buffer empty routine to pure simulator code.Kjell Ericson
2003-01-10Starting the mpeg_thread for the simulator.Kjell Ericson
2002-10-28The player simulator now has it own font_init()-function. We shall therefor c...Kjell Ericson
2002-10-21Fonts are only for recorder.Kjell Ericson
2002-10-10Partition debug screen added, and jumped to when no fat32 partition is found ...Björn Stenberg
2002-10-09No longer loads /.rockbox/default.*. Only selected files.Björn Stenberg
2002-10-08Added persistence of last .wps, .fnt and .lng file played in /.rockboxBjörn Stenberg
2002-09-25load ".rockbox/default.lng" at startupDaniel Stenberg
2002-09-20Fixed default font name misspelling. Again.Björn Stenberg
2002-09-20Fixed default font name misspelling.Björn Stenberg
2002-09-20New full ISO-8859-1 system font.Björn Stenberg
2002-09-12Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg
2002-08-16reverted Felix Arends' mistakeDaniel Stenberg
2002-08-16windows makefile for firmwareFelix Arends
2002-08-14Added Balance settingLinus Nielsen Feltzing
2002-08-13Gained about 128 KB buffer space by removing malloc() and the heapBjörn Stenberg
2002-08-13Enabled saving settings to disk on playerBjörn Stenberg
2002-08-12Remote control support addedBjörn Stenberg
2002-08-11First version of loadable fonts patch by Alex GitelmanBjörn Stenberg
2002-08-09Ignore partition types, just try to mount all partitionsBjörn Stenberg
2002-08-08Changed #ifdef from ARCHOS_RECORDER to HAVE_*Björn Stenberg
2002-08-06Added battery charger for the recorder and a power management debugger.Heikki Hannikainen
2002-08-06Removed powermgmt.hLinus Nielsen Feltzing
2002-08-06Now calls rtc_init()Linus Nielsen Feltzing
2002-07-28Removed the boot countLinus Nielsen Feltzing
2002-07-25Automatic Volume Control for Recorder by Heikki HannikainenLinus Nielsen Feltzing
2002-07-22Added status_init() callLinus Nielsen Feltzing
2002-07-22Loudness, Superbass and sorting patch by Heikki HannikainenLinus Nielsen Feltzing
2002-07-16Allow LBA-less partitionsBjörn Stenberg
2002-07-15Trying to mount as raw disk if no partition is foundBjörn Stenberg
2002-07-15The partition search now stops when it finds a FAT32 partitionLinus Nielsen Feltzing
2002-07-15Added searching for FAT32 partitionBjörn Stenberg
2002-07-15Settings are now saved in RTC RAM on Recorder (Heikki Hannikainen).Björn Stenberg
2002-07-02Added i2c_init()Linus Nielsen Feltzing
2002-07-02Corrected ATA debug optionLinus Nielsen Feltzing
2002-07-02Added FAT debug optionLinus Nielsen Feltzing
2002-07-01Removed debug display codeLinus Nielsen Feltzing
2002-06-30Added adc_init() callLinus Nielsen Feltzing
2002-06-30Now enables USB monitoringLinus Nielsen Feltzing
2002-06-28Now uses the global_settings in the mpeg_init() callLinus Nielsen Feltzing
2002-06-27Init global_settings in simulator tooBjörn Stenberg
2002-06-27Moved settings.c/h to apps/Björn Stenberg
2002-06-24Added backlight initLinus Nielsen Feltzing
2002-06-20Added settings initializationLinus Nielsen Feltzing
2002-06-12make init() a void always, this should heal the build againDaniel Stenberg