summaryrefslogtreecommitdiffstats
path: root/apps/main.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-10Add a "early_usb" argument to gui_usb_screen_run(), and don't do skin unloadi...Frank Gevaerts1-2/+2
2010-09-17Make disabling HAVE_PITCHSCREEN actually work without breaking the buildFrank Gevaerts1-2/+2
2010-09-14fix errors, warnings, tabsJonathan Gordon1-0/+1
2010-09-14Another major skin backend update/hopefully bugfix:Jonathan Gordon1-2/+2
2010-09-01Android: Don't compile sim_tasks.cThomas Martitz1-4/+3
2010-08-31Unify 32mb and 64mb ipod video builds - FS#11580Frank Gevaerts1-0/+7
2010-08-12Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz1-16/+27
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz1-4/+13
2010-07-29FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon1-0/+2
2010-07-25Rockbox as an application: Fix a few yellowsThomas Martitz1-1/+2
2010-06-29Remove some redundant #include'sBertrik Sikken1-1/+0
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-1/+3
2010-06-17Switch iPod 3G to use EABI toolchain. Make necessary threading changes to avo...Michael Sevakis1-4/+2
2010-06-06Don't initialise disk_* for the sim, and make sure disk.c isn't built at allFrank Gevaerts1-1/+0
2010-06-06Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni...Frank Gevaerts1-0/+3
2010-05-27Generate C file / header for svn version stringRafaël Carré1-2/+0
2010-05-15- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...Thomas Martitz1-3/+10
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+0
2010-04-06Fix typo in a bootchart messageTorne Wuff1-1/+1
2010-04-01Boot charting support.Torne Wuff1-1/+47
2010-03-20Submit FS#11065. Introduce a new system setting for en-/disabling the Line-ou...Andree Buschmann1-0/+3
2010-03-07revert part of r25042 so boot error splashes are localised, and so there isnt...Jonathan Gordon1-4/+2
2010-03-06Restore the 'read_disk' flag for settings_apply that was removed in r24922. I...Magnus Holmgren1-2/+4
2010-03-04Add a few warning comments about the INIT_ATTR stuff.Thomas Martitz1-0/+6
2010-03-04Don't forget to initialize the wps.Thomas Martitz1-0/+2
2010-03-03FS#10756 - Free unused init codeThomas Martitz1-1/+4
2010-02-26split the theme settings apply() sutff out of settings_apply(). this should f...Jonathan Gordon1-8/+4
2009-12-09FS#10824 - viewport/statusbar API rework.Jonathan Gordon1-2/+6
2009-11-25Add HAVE_HOTSWAP_STORAGE_AS_MAIN to detect changed binary after re-inserting ...Thomas Martitz1-0/+3
2009-11-10Revert r23599 and r23600 and fix the early usb problem at the root. The the v...Thomas Martitz1-9/+16
2009-11-10hopefully fix "early usb"Jonathan Gordon1-2/+2
2009-11-03root_menu() can't return, tell gcc about itRafaël Carré1-13/+2
2009-11-01Fix FS#10745 - %mv not working in sbs...Jonathan Gordon1-0/+1
2009-10-25No need for this to be staticNils Wallménius1-2/+3
2009-10-19Fix yellow: Another try at fixing aggressive includes removalTomer Shalev1-0/+1
2009-10-19Extract usb_screen logic out of screens.c into apps/gui/usb_screen.cTomer Shalev1-3/+3
2009-10-19Initial custom statusbar commit.Thomas Martitz1-0/+3
2009-10-18Change the .lng files to contain strings from multiple users. Still hard-code...Tom Ross1-2/+4
2009-10-17Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius1-8/+2
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