summaryrefslogtreecommitdiffstats
path: root/apps/main.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-27make A the new 'clear settings' button for the Gigabeat as it was easy to acc...Marcoen Hirschberg1-3/+6
2007-04-21Commit FS#6929 - Gigabeat bootloader improvements by Barry Wardell and myself...Karl Kurbjun1-5/+1
2007-04-19Make the simulator work with unicode filenames on windows. This includes both...Jens Arnold1-0/+3
2007-04-17explicitly set *loaded_ok = false; when given "" for a filename.Jonathan Gordon1-2/+0
2007-04-16Customizable icons for all bitmap targets. (FS#7013)Jonathan Gordon1-0/+3
2007-04-07Dircache fixes: Stop scanning properly if shutdown is initiated. Require user...Miika Pekkarinen1-1/+8
2007-04-06Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold1-1/+2
2007-04-02This is called database for quite a while now...Jens Arnold1-1/+1
2007-03-29Recode filetypes.c to remove its need for a static string buffer.Jonathan Gordon1-0/+3
2007-03-16Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold1-1/+1
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-5/+5
2007-03-09Install the single stage synchronous audio initialization I cooked up awhile ...Michael Sevakis1-12/+9
2007-03-07Lead user through database initialisationSteve Bavin1-2/+4
2007-03-07Removed the LCD/backlight glitch when starting Rockbox on mainly the color LC...Linus Nielsen Feltzing1-2/+2
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers1-4/+10
2007-02-28Character-encoding policingDave Chapman1-1/+1
2007-02-27Oops: G3 doesn't support RoLoDaniel Ankers1-1/+8
2007-02-27Improved RoLo support for PortalPlayer - handles the COP correctlyDaniel Ankers1-2/+7
2007-02-18CONFIG_CHARGINGJonathan Gordon1-3/+3
2007-02-18Do the CONFIG_LED defineJonathan Gordon1-2/+2
2007-02-18Do the CONFIG_USBOTG define correctlyJonathan Gordon1-4/+4
2007-02-18Explicilty set CONFIG_ defines to 0 which are not used.. because doing Jonathan Gordon1-2/+2
2007-02-18CONFIG_USBOTG fixesJonathan Gordon1-4/+4
2007-02-17Fix most (all?) CONFIG_LED warnings.Magnus Holmgren1-1/+1
2007-02-14Cuesheet support by Jonathan Gordon and me (FS #6460).Nicolas Pennequin1-1/+5
2007-01-24Split the system status variables out of global_settings and put them into a ...Jonathan Gordon1-6/+6
2007-01-23Settings are now stored in /.rockbox/config.cfg instead of the hidden sector....Jonathan Gordon1-3/+0
2007-01-17Get rid of // commentGreg White1-1/+1
2007-01-17Disable logo for new bootsplashGreg White1-0/+5
2007-01-12Turn backlight ON at boot unless bootloader has already done that.Miika Pekkarinen1-2/+2
2006-12-31make hold reset the settings on the gigabeatMarcoen Hirschberg1-1/+2
2006-12-22Try to make sure dircache state file on flashed H1xx targets isMiika Pekkarinen1-19/+26
2006-12-18FS#6096. Recording on PortalPlayer targets (H10, iPod Video, iPod 4g, iPod Co...Barry Wardell1-0/+3
2006-12-12More static'ing, and a few fixes resulting from that.Jens Arnold1-5/+9
2006-12-12Fix dircache not saving the last size (Caused the Scanning disk splashJonathan Gordon1-1/+2
2006-12-111) Delete unused files from old database and old gui files 2) Remove unnecces...Nils Wallménius1-1/+0
2006-12-06Fix settings not saving to disk correctly, (fixes FS#6408)Jonathan Gordon1-0/+1
2006-12-05Forgot to commit this.Miika Pekkarinen1-2/+2
2006-11-27Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deact...Jens Arnold1-2/+1
2006-11-07UI simulator: fix startup freeze if a language had been selected.Magnus Holmgren1-4/+3
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis1-0/+3
2006-11-06adds ata_idle_notify system which allows callbacks in apps/ to be calledJonathan Gordon1-0/+2
2006-10-25ifdef all the tagcache code, allows rombox to be compiled again, Thanks Austi...Jonathan Gordon1-1/+10
2006-10-19Patch #5166 by Robert Keevil - Last.fm loggingLinus Nielsen Feltzing1-1/+5
2006-10-05Add CPU boost tracker to see where boosts are coming fromSteve Bavin1-2/+2
2006-10-04Fixed find_index returning incorrect entry unless entries are found.Miika Pekkarinen1-2/+2
2006-09-23Add ADC to I/O ports debug menu on H10. Fix battery level reading empty when ...Barry Wardell1-1/+1
2006-08-15eeprom driver for the h3x0 series, cleaned up the h1x0 series driver a bit, a...Peter D'Hoye1-4/+4
2006-08-15Finally, the new button action system is here, thanks to Jonathan Gordon. Som...Linus Nielsen Feltzing1-1/+1
2006-08-12Fixed dircache hibernation.Miika Pekkarinen1-0/+4