summaryrefslogtreecommitdiffstats
path: root/apps/main.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin1-1/+1
2008-04-20Adding new setting to System Settings <Accessory Power Supply -- off by defau...Andree Buschmann1-0/+3
2008-04-20Fix freezing of some builds on PP5002. The PP5002 needs the not-sleep-at 0xNN...Jens Arnold1-1/+1
2008-04-20Removed unneeded dependency on pcmbuf.hBertrik Sikken1-3/+0
2008-04-16Use file_exists and dir_exists functions where appropriate, fix one wrong fil...Nils Wallménius1-4/+1
2008-04-15Setup the touchpads to have two modes - stylus and button - and set them in b...Jonathan Gordon1-0/+3
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis1-3/+3
2008-03-25Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis1-1/+1
2008-03-16Implement the playback event handling as a system-wide multi-purpose event sy...Miika Pekkarinen1-2/+0
2008-03-10don't do early usb detection on device with software stack. This doesn't work...Frank Gevaerts1-2/+2
2008-03-08Revert accidental tree commit. Sorry for that.Jens Arnold1-2/+2
2008-03-08No need to have \n here. panicf() won't output it anyway.Jens Arnold1-2/+2
2008-03-06there is no need to load the filename settings unless reading from a .cfg, so...Jonathan Gordon1-2/+2
2008-03-05FS#8457 - convert the list drawing code to use viewports. This does not inclu...Jonathan Gordon1-0/+6
2008-02-27move the usb_core thread functionality to the main usb threadFrank Gevaerts1-0/+2
2008-02-10Commit FS#8379 by Andree Buschmann. Disables much of the remaining unneeded ...Michael Giacomelli1-2/+2
2007-11-22New USB stackBjörn Stenberg1-7/+0
2007-10-26Implement as genuine a set_irq_level function for the sim as possible. The yi...Michael Sevakis1-0/+5
2007-10-19FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just...Steve Bavin1-1/+1
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis1-0/+3
2007-09-28Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis1-17/+9
2007-09-10UISIMULATOR: Do a graceful shutdown of all threads and avoid (mostly lockup) ...Michael Sevakis1-0/+1
2007-09-04FS #7691 - improved USB detection on PP devices. This patch modifies the tar...Dave Chapman1-1/+1
2007-08-28Disable voicing of the database commit splash on hwcodec. It doesn't work any...Jens Arnold1-0/+4
2007-08-27Usb Stack: only setup packet handling, and not enabled by default as there is...Christian Gmeiner1-1/+8
2007-08-10It is bad to try to speak before we call talk_init()Nils Wallménius1-1/+1
2007-08-07If autorock is enabled, look for autostart.rock in /.rockbox/rocks/apps/ inst...Antoine Cellerier1-1/+1
2007-08-06Accept FS#6159 'Add voice to roughly 100 splash screens and yes-no menus' by ...Nils Wallménius1-1/+12
2007-08-05*** Lang v2 cleanup (FS#6574) ***Nils Wallménius1-2/+2
2007-07-05Oops...that wasn't suppose to get left there. :PMichael Sevakis1-27/+0
2007-07-05Gigabeat: Use vectored IRQ mode interrupts and add a trap for unhandled ones.Michael Sevakis1-0/+27
2007-06-30Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis1-1/+2
2007-06-10Move the root_menu() call out of tree.c.Jonathan Gordon1-3/+4
2007-05-17Player: Fix database commit step display on boot.Jens Arnold1-0/+1
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