summaryrefslogtreecommitdiff
path: root/apps/main.c
AgeCommit message (Expand)Author
2007-10-26Implement as genuine a set_irq_level function for the sim as possible. The yi...Michael Sevakis
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis
2007-09-28Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis
2007-09-10UISIMULATOR: Do a graceful shutdown of all threads and avoid (mostly lockup) ...Michael Sevakis
2007-09-04FS #7691 - improved USB detection on PP devices. This patch modifies the tar...Dave Chapman
2007-08-28Disable voicing of the database commit splash on hwcodec. It doesn't work any...Jens Arnold
2007-08-27Usb Stack: only setup packet handling, and not enabled by default as there is...Christian Gmeiner
2007-08-10It is bad to try to speak before we call talk_init()Nils Wallménius
2007-08-07If autorock is enabled, look for autostart.rock in /.rockbox/rocks/apps/ inst...Antoine Cellerier
2007-08-06Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius
2007-07-05Oops...that wasn't suppose to get left there. :PMichael Sevakis
2007-07-05Gigabeat: Use vectored IRQ mode interrupts and add a trap for unhandled ones.Michael Sevakis
2007-06-30Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis
2007-06-10Move the root_menu() call out of tree.c.Jonathan Gordon
2007-05-17Player: Fix database commit step display on boot.Jens Arnold
2007-04-27make A the new 'clear settings' button for the Gigabeat as it was easy to acc...Marcoen Hirschberg
2007-04-21Commit FS#6929 - Gigabeat bootloader improvements by Barry Wardell and myself...Karl Kurbjun
2007-04-19Make the simulator work with unicode filenames on windows. This includes both...Jens Arnold
2007-04-17explicitly set *loaded_ok = false; when given "" for a filename.Jonathan Gordon
2007-04-16Customizable icons for all bitmap targets. (FS#7013)Jonathan Gordon
2007-04-07Dircache fixes: Stop scanning properly if shutdown is initiated. Require user...Miika Pekkarinen
2007-04-06Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold
2007-04-02This is called database for quite a while now...Jens Arnold
2007-03-29Recode filetypes.c to remove its need for a static string buffer.Jonathan Gordon
2007-03-16Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold
2007-03-09Install the single stage synchronous audio initialization I cooked up awhile ...Michael Sevakis
2007-03-07Lead user through database initialisationSteve Bavin
2007-03-07Removed the LCD/backlight glitch when starting Rockbox on mainly the color LC...Linus Nielsen Feltzing
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers
2007-02-28Character-encoding policingDave Chapman
2007-02-27Oops: G3 doesn't support RoLoDaniel Ankers
2007-02-27Improved RoLo support for PortalPlayer - handles the COP correctlyDaniel Ankers
2007-02-18CONFIG_CHARGINGJonathan Gordon
2007-02-18Do the CONFIG_LED defineJonathan Gordon
2007-02-18Do the CONFIG_USBOTG define correctlyJonathan Gordon
2007-02-18Explicilty set CONFIG_ defines to 0 which are not used.. because doing Jonathan Gordon
2007-02-18CONFIG_USBOTG fixesJonathan Gordon
2007-02-17Fix most (all?) CONFIG_LED warnings.Magnus Holmgren
2007-02-14Cuesheet support by Jonathan Gordon and me (FS #6460).Nicolas Pennequin
2007-01-24Split the system status variables out of global_settings and put them into a ...Jonathan Gordon
2007-01-23Settings are now stored in /.rockbox/config.cfg instead of the hidden sector....Jonathan Gordon
2007-01-17Get rid of // commentGreg White
2007-01-17Disable logo for new bootsplashGreg White
2007-01-12Turn backlight ON at boot unless bootloader has already done that.Miika Pekkarinen
2006-12-31make hold reset the settings on the gigabeatMarcoen Hirschberg
2006-12-22Try to make sure dircache state file on flashed H1xx targets isMiika Pekkarinen
2006-12-18FS#6096. Recording on PortalPlayer targets (H10, iPod Video, iPod 4g, iPod Co...Barry Wardell