summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-17Change lang_init() to take a source, destination, and count. Needed for trans...Tom Ross3-20/+19
2009-10-17Fix red: Type in constantTomer Shalev1-2/+2
2009-10-17USB HID: Use different context for each mode; Use constant for each action;Tomer Shalev15-555/+1112
2009-10-16Fix Player, checkwps and database toolsThomas Martitz1-2/+2
2009-10-16Revert r23212, I committed it accidentally.Thomas Martitz15-253/+18
2009-10-16initial custom statusbar commitThomas Martitz15-18/+253
2009-10-16Pluginlib: make scroll functions clear screen if scrolled by >= screen size (...Torne Wuff2-0/+60
2009-10-16Make next_screen static and add a comment.Thomas Martitz1-1/+4
2009-10-16Rework albumart buffering internally to allow for mutliple albumart sizes.Thomas Martitz13-104/+199
2009-10-16Make the skin engine behave sane if the skin's id3 pointer is NULL (the one i...Thomas Martitz2-97/+167
2009-10-16Add %cs tag.Thomas Martitz5-1/+58
2009-10-16Change %mp tag to use current_playmode(). It has upto 9 values now, including...Thomas Martitz4-19/+26
2009-10-16Change the icon used for the System menu to the same as the System Settings m...Torne Wuff1-1/+1
2009-10-16Gigabeat S: Add support for dumping the flash from debug menuTorne Wuff1-1/+16
2009-10-16Fuze: Change the button to mark possibilities from a select+up combo to just ...Thomas Martitz1-1/+1
2009-10-15Fix %Sp expansion in wpsThomas Martitz1-3/+4