Age | Commit message (Expand) | Author |
2011-02-02 | Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)... | Andree Buschmann |
2011-01-02 | Fix an ugly-looking comment | Michael Sparmann |
2010-12-10 | Android: Rework notification and change icon sizes to better meet the systems... | Thomas Martitz |
2010-12-06 | Get rid of get_user_file_path and do the path handling in wrappers for open()... | Thomas Martitz |
2010-10-10 | Add a "early_usb" argument to gui_usb_screen_run(), and don't do skin unloadi... | Frank Gevaerts |
2010-09-17 | Make disabling HAVE_PITCHSCREEN actually work without breaking the build | Frank Gevaerts |
2010-09-14 | fix errors, warnings, tabs | Jonathan Gordon |
2010-09-14 | Another major skin backend update/hopefully bugfix: | Jonathan Gordon |
2010-09-01 | Android: Don't compile sim_tasks.c | Thomas Martitz |
2010-08-31 | Unify 32mb and 64mb ipod video builds - FS#11580 | Frank Gevaerts |
2010-08-12 | Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and... | Thomas Martitz |
2010-08-01 | Rockbox as an application: add get_user_file_path(). | Thomas Martitz |
2010-07-29 | FS#11470 - new skin code, finally svn uses the new parser from the theme edit... | Jonathan Gordon |
2010-07-25 | Rockbox as an application: Fix a few yellows | Thomas Martitz |
2010-06-29 | Remove some redundant #include's | Bertrik Sikken |
2010-06-21 | Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #... | Thomas Martitz |
2010-06-17 | Switch iPod 3G to use EABI toolchain. Make necessary threading changes to avo... | Michael Sevakis |
2010-06-06 | Don't initialise disk_* for the sim, and make sure disk.c isn't built at all | Frank Gevaerts |
2010-06-06 | Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni... | Frank Gevaerts |
2010-05-27 | Generate C file / header for svn version string | Rafaël Carré |
2010-05-15 | - Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos... | Thomas Martitz |
2010-05-06 | Move c/h files implementing/defining standard library stuff into a new libc d... | Thomas Martitz |
2010-04-06 | Fix typo in a bootchart message | Torne Wuff |
2010-04-01 | Boot charting support. | Torne Wuff |
2010-03-20 | Submit FS#11065. Introduce a new system setting for en-/disabling the Line-ou... | Andree Buschmann |
2010-03-07 | revert part of r25042 so boot error splashes are localised, and so there isnt... | Jonathan Gordon |
2010-03-06 | Restore the 'read_disk' flag for settings_apply that was removed in r24922. I... | Magnus Holmgren |
2010-03-04 | Add a few warning comments about the INIT_ATTR stuff. | Thomas Martitz |
2010-03-04 | Don't forget to initialize the wps. | Thomas Martitz |
2010-03-03 | FS#10756 - Free unused init code | Thomas Martitz |
2010-02-26 | split the theme settings apply() sutff out of settings_apply(). this should f... | Jonathan Gordon |
2009-12-09 | FS#10824 - viewport/statusbar API rework. | Jonathan Gordon |
2009-11-25 | Add HAVE_HOTSWAP_STORAGE_AS_MAIN to detect changed binary after re-inserting ... | Thomas Martitz |
2009-11-10 | Revert r23599 and r23600 and fix the early usb problem at the root. The the v... | Thomas Martitz |
2009-11-10 | hopefully fix "early usb" | Jonathan Gordon |
2009-11-03 | root_menu() can't return, tell gcc about it | Rafaël Carré |
2009-11-01 | Fix FS#10745 - %mv not working in sbs... | Jonathan Gordon |
2009-10-25 | No need for this to be static | Nils Wallménius |
2009-10-19 | Fix yellow: Another try at fixing aggressive includes removal | Tomer Shalev |
2009-10-19 | Extract usb_screen logic out of screens.c into apps/gui/usb_screen.c | Tomer Shalev |
2009-10-19 | Initial custom statusbar commit. | Thomas Martitz |
2009-10-18 | Change the .lng files to contain strings from multiple users. Still hard-code... | Tom Ross |
2009-10-17 | Revise r23225 a bit, removing the debug_printf function and implementing more... | Nils Wallménius |
2009-10-17 | Change lang_init() to take a source, destination, and count. Needed for trans... | Tom Ross |
2009-10-16 | Revert r23212, I committed it accidentally. | Thomas Martitz |
2009-10-16 | initial custom statusbar commit | Thomas Martitz |
2009-10-16 | Change %mp tag to use current_playmode(). It has upto 9 values now, including... | Thomas Martitz |
2009-10-08 | RTL: Add support for DB init message | Tomer Shalev |
2009-10-03 | Fix crash in early USB introduced in r22365 by moving the gui_syncstatusbar_i... | Jens Arnold |
2009-09-07 | Fix buttonbar handling/theme changed handling in lists. | Thomas Martitz |