summaryrefslogtreecommitdiff
path: root/apps/main.c
AgeCommit message (Expand)Author
2011-11-21skinengine: Rework skin loading so skins can be un/loaded individually. This ...Jonathan Gordon
2011-11-17Remove sim_tasks from the sdl application build.Thomas Martitz
2011-11-16Finally commit FS#5111 - piezo clicker for ipods!Jonathan Gordon
2011-11-15FS#12251 - User shortcuts in the main menu.Jonathan Gordon
2011-10-26Add pcm_rec_init() to the sim's init.Thomas Martitz
2011-10-15Changed the FOR_NB_SCREENS macro to always be a for loop that declares its ow...Björn Stenberg
2011-10-05Revert r30599 "Check for the magic file "/.rockbox/skin_buffer_size.txt" [...]"Thomas Martitz
2011-09-27Delay settings_reset() until after font_init(). Fixes boot crash on Fuze(v1) ...Fred Bauer
2011-09-25Check for the magic file "/.rockbox/skin_buffer_size.txt" on bootup which can...Jonathan Gordon
2011-09-24Fix the build errorsJonathan Gordon
2011-09-24FS#12273 - use buflib for font storage. thanks to the testers :)Jonathan Gordon
2011-08-30GSoC/Buflib: Enable compaction in buflib.Thomas Martitz
2011-08-30GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz
2011-08-14GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz
2011-03-02Introduce "power" thread for RaaAThomas Jarosch
2011-02-28Remove a redundant part of a #ifDave Chapman
2011-02-27RaaA: Add initial Pandora supportThomas Jarosch
2011-02-23Android:Thomas Martitz
2011-02-08Initial maemo platform supportThomas Jarosch
2011-02-02Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann
2011-01-02Fix an ugly-looking commentMichael Sparmann
2010-12-10Android: Rework notification and change icon sizes to better meet the systems...Thomas Martitz
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz
2010-10-10Add a "early_usb" argument to gui_usb_screen_run(), and don't do skin unloadi...Frank Gevaerts
2010-09-17Make disabling HAVE_PITCHSCREEN actually work without breaking the buildFrank Gevaerts
2010-09-14fix errors, warnings, tabsJonathan Gordon
2010-09-14Another major skin backend update/hopefully bugfix:Jonathan Gordon
2010-09-01Android: Don't compile sim_tasks.cThomas Martitz
2010-08-31Unify 32mb and 64mb ipod video builds - FS#11580Frank Gevaerts
2010-08-12Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz
2010-07-29FS#11470 - new skin code, finally svn uses the new parser from the theme edit...Jonathan Gordon
2010-07-25Rockbox as an application: Fix a few yellowsThomas Martitz
2010-06-29Remove some redundant #include'sBertrik Sikken
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz
2010-06-17Switch iPod 3G to use EABI toolchain. Make necessary threading changes to avo...Michael Sevakis
2010-06-06Don't initialise disk_* for the sim, and make sure disk.c isn't built at allFrank Gevaerts
2010-06-06Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni...Frank Gevaerts
2010-05-27Generate C file / header for svn version stringRafaël Carré
2010-05-15- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...Thomas Martitz
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-04-06Fix typo in a bootchart messageTorne Wuff
2010-04-01Boot charting support.Torne Wuff
2010-03-20Submit FS#11065. Introduce a new system setting for en-/disabling the Line-ou...Andree Buschmann
2010-03-07revert part of r25042 so boot error splashes are localised, and so there isnt...Jonathan Gordon
2010-03-06Restore the 'read_disk' flag for settings_apply that was removed in r24922. I...Magnus Holmgren
2010-03-04Add a few warning comments about the INIT_ATTR stuff.Thomas Martitz
2010-03-04Don't forget to initialize the wps.Thomas Martitz
2010-03-03FS#10756 - Free unused init codeThomas Martitz
2010-02-26split the theme settings apply() sutff out of settings_apply(). this should f...Jonathan Gordon