summaryrefslogtreecommitdiffstats
path: root/apps/main.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-17Change lang_init() to take a source, destination, and count. Needed for trans...Tom Ross1-2/+2
2009-10-16Revert r23212, I committed it accidentally.Thomas Martitz1-1/+0
2009-10-16initial custom statusbar commitThomas Martitz1-0/+1
2009-10-16Change %mp tag to use current_playmode(). It has upto 9 values now, including...Thomas Martitz1-1/+0
2009-10-08RTL: Add support for DB init messageTomer Shalev1-3/+10
2009-10-03Fix crash in early USB introduced in r22365 by moving the gui_syncstatusbar_i...Jens Arnold1-1/+5
2009-09-07Fix buttonbar handling/theme changed handling in lists.Thomas Martitz1-0/+3
2009-08-27fix FS#10550. Start autostart.rock after gui_syncstatusbar_init().Teruaki Kawashima1-13/+13
2009-08-16User definable UI viewport, to be able to restrict the UI into a viewport for...Thomas Martitz1-8/+3
2009-08-03part two of the grand overall wps/skinning engine cleanup work:Jonathan Gordon1-1/+1
2009-07-27Start of some apps/ and wps cleanup work... Move everything related to the ac...Jonathan Gordon1-1/+1
2009-07-20rework cuesheet support:Jonathan Gordon1-4/+0
2009-06-15...and fixify *that* yellow too.Steve Bavin1-0/+1
2009-06-15Fix FS#10331 and get mpegplayer working again.Steve Bavin1-0/+6
2009-05-21revert r21016, as it doesn't solve anythingFrank Gevaerts1-1/+5
2009-05-21Re-order usb init a bit, so software and hardware usb are the same. This fixe...Frank Gevaerts1-5/+1
2009-04-06Fix FS#10091 - On Archos targets properly detect charger at startup, so charg...Boris Gjenero1-1/+3
2009-03-24Add a Touchscreen Mode setting to switch between 3x3 grid and absolute point ...Rob Purchase1-3/+0
2009-02-20Add a rockbox kernel thread for simulator specific tasks, and use that for ca...Jens Arnold1-0/+2
2009-02-07Simplify conditions for including serial port support (it's now HAVE_SERIAL)....Bertrik Sikken1-1/+1
2009-02-01Accept a quick patch from Alexander Levin to neaten up the #defines and comme...Jonathan Gordon1-1/+1
2009-02-01Statusbar handling fixes. Jonathan Gordon1-1/+1
2009-01-22Use bus reset detection for all ARC OTG devices. Remove conflict from LV24020...Michael Sevakis1-1/+5
2009-01-05redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE even...Jonathan Gordon1-11/+0
2009-01-02static/const/#include/tab police on various filesBertrik Sikken1-1/+1
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-0/+14
2008-12-25Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tama...Michael Giacomelli1-0/+7
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-3/+3
2008-10-31cleanup storage definesFrank Gevaerts1-3/+3
2008-09-07Change screens memebers char_width, char_height and nb_lines to functions ret...Peter D'Hoye1-6/+4
2008-08-23Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREENMaurus Cuelenaere1-2/+2
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-5/+5
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
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