summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2009-10-24Correct spelling and punctuation in Codebuster menus.Alex Parker1-6/+6
2009-10-24FS#10497 - New game codebuster, which is a clone of the classic game mastermi...Johannes Schwarz3-0/+516
2009-10-24Minor Hebrew translation fixesTomer Shalev1-6/+6
2009-10-23FS#10704 - Make a configuration option to disable USB HID Tomer Shalev9-55/+101
2009-10-23Lua: add parts of the math library (all floating point functions are #ifdef'e...Maurus Cuelenaere3-0/+287
2009-10-23Lua: add do_menu() wrapper. Also fix potential NULL pointer dereferenceMaurus Cuelenaere1-0/+38
2009-10-23Consolidate almost identical code in pcmbuf.cJeffrey Goode1-69/+10
2009-10-22Code cleanup in dsp.c and misc.c, some commentsJeffrey Goode5-27/+18
2009-10-20Remove all update event callbacks if the custom statusbar is unused.Thomas Martitz1-3/+7
2009-10-20No need to have this variable global anymore.Thomas Martitz1-2/+2
2009-10-20Fix a few potential redraw problems with the custom statusbar and wps fightin...Thomas Martitz4-38/+72
2009-10-20Fix red caused by ancient incorrect #ifdefs.Thomas Martitz1-2/+2
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz5-26/+25
2009-10-20Correct wrong usage of event callbacks all over the place. It's not supposed ...Thomas Martitz9-38/+41
2009-10-20usb_keypad_mode shouldn't depend on SIMULATORFrank Gevaerts1-2/+2
2009-10-20USB_ENABLE_HID can be enabled without USE_ROCKBOX_USB, so move the usb_hid an...Frank Gevaerts1-1/+2
2009-10-20Use pointer to memos instead of accessing the array.Teruaki Kawashima1-129/+108
2009-10-19Cleanup quickscreen text drawing by using text alignment flags for viewports.Thomas Martitz1-33/+13
2009-10-19Fix yellow: wrong file usedTomer Shalev1-1/+1
2009-10-19Fix yellow: Missing statusbar.h include (hopefully the last one missing)Tomer Shalev1-0/+1
2009-10-19Remove redundant ata_mmc.h include in screens.cTomer Shalev1-3/+0
2009-10-19Fix yellow: Missing ata_mmc.h includeTomer Shalev1-0/+4
2009-10-19Fix yellow: Another try at fixing aggressive includes removalTomer Shalev1-0/+1
2009-10-19Fix red: Too aggressive exclusion of includesTomer Shalev2-0/+2
2009-10-19Extract usb_screen logic out of screens.c into apps/gui/usb_screen.cTomer Shalev7-293/+345
2009-10-19Fix FS#10689 - H10 USB HID keymap problem - continued Tomer Shalev1-4/+4
2009-10-19Remove declaration of inexistent functionTomer Shalev1-4/+0
2009-10-19Updated french translation.Mustapha Senhaji1-1/+77
2009-10-19FS#10692 - Viewpority USB screen Tomer Shalev1-49/+148
2009-10-19Compressor: save lots of RAM, bug fix to work with internally clipped samplesJeffrey Goode1-85/+125
2009-10-19Remove a few superfluous calls and use the correct symbol.Thomas Martitz2-6/+2
2009-10-19Add a browse (remote) custom statusbar item in the theme settings.Thomas Martitz5-2/+66
2009-10-19Don't introduce a new string, instead reuse LANG_FAILED.Tomer Shalev2-15/+1
2009-10-19Splash error message when loading language from dir browser failsTomer Shalev2-6/+23
2009-10-19Initial custom statusbar commit.Thomas Martitz23-133/+493
2009-10-19Reorder members for more efficient alignment.Thomas Martitz1-2/+2
2009-10-18r23208 broke conditional use of metadata and filename tags. Return NULL inste...Thomas Martitz1-7/+6
2009-10-18Use pointer instead of multiple access to arraybootloader_gigabeat-s_v1Tomer Shalev1-10/+12
2009-10-18Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_tim...Bertrik Sikken10-26/+25
2009-10-18Also filter lines with only spaces in apps/features. At least mr500 had those...Frank Gevaerts1-1/+1
2009-10-18Change the .lng files to contain strings from multiple users. Still hard-code...Tom Ross6-36/+66
2009-10-17Updated french translation part II, sorry for the previous version where the ...Mustapha Senhaji1-1/+1
2009-10-17git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23235 a1c6a512-1295-4272-9138...Mustapha Senhaji1-2/+356
2009-10-17Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius7-216/+196
2009-10-17Add a option to skip length which lets you skip 5s before the end of a song, ...Thomas Martitz3-10/+40
2009-10-17USB HID: Add mouse mode to h10Tomer Shalev1-0/+39
2009-10-17Const correctness for output_dyn_value and unify some identical constantsNils Wallménius5-29/+21
2009-10-17fix yellow by 'un-staticing' the printing wrapper function and typo causing redNils Wallménius1-2/+2
2009-10-17Use a wrapper function for the very common snprintf(); lcd_puts() sequence to...Nils Wallménius1-392/+215
2009-10-17Manual: Add mrobe100's remote control support to the manualTomer Shalev1-42/+41