summaryrefslogtreecommitdiff
path: root/apps (follow)
Commit message (Expand)AuthorAge
* No need to have this variable global anymore.Thomas Martitz2009-10-20
* Fix a few potential redraw problems with the custom statusbar and wps fightin...Thomas Martitz2009-10-20
* Fix red caused by ancient incorrect #ifdefs.Thomas Martitz2009-10-20
* Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz2009-10-20
* Correct wrong usage of event callbacks all over the place. It's not supposed ...Thomas Martitz2009-10-20
* usb_keypad_mode shouldn't depend on SIMULATORFrank Gevaerts2009-10-20
* USB_ENABLE_HID can be enabled without USE_ROCKBOX_USB, so move the usb_hid an...Frank Gevaerts2009-10-20
* Use pointer to memos instead of accessing the array.Teruaki Kawashima2009-10-20
* Cleanup quickscreen text drawing by using text alignment flags for viewports.Thomas Martitz2009-10-19
* Fix yellow: wrong file usedTomer Shalev2009-10-19
* Fix yellow: Missing statusbar.h include (hopefully the last one missing)Tomer Shalev2009-10-19
* Remove redundant ata_mmc.h include in screens.cTomer Shalev2009-10-19
* Fix yellow: Missing ata_mmc.h includeTomer Shalev2009-10-19
* Fix yellow: Another try at fixing aggressive includes removalTomer Shalev2009-10-19
* Fix red: Too aggressive exclusion of includesTomer Shalev2009-10-19
* Extract usb_screen logic out of screens.c into apps/gui/usb_screen.cTomer Shalev2009-10-19
* Fix FS#10689 - H10 USB HID keymap problem - continued Tomer Shalev2009-10-19
* Remove declaration of inexistent functionTomer Shalev2009-10-19
* Updated french translation.Mustapha Senhaji2009-10-19
* FS#10692 - Viewpority USB screen Tomer Shalev2009-10-19
* Compressor: save lots of RAM, bug fix to work with internally clipped samplesJeffrey Goode2009-10-19
* Remove a few superfluous calls and use the correct symbol.Thomas Martitz2009-10-19
* Add a browse (remote) custom statusbar item in the theme settings.Thomas Martitz2009-10-19
* Don't introduce a new string, instead reuse LANG_FAILED.Tomer Shalev2009-10-19
* Splash error message when loading language from dir browser failsTomer Shalev2009-10-19
* Initial custom statusbar commit.Thomas Martitz2009-10-19
* Reorder members for more efficient alignment.Thomas Martitz2009-10-19
* r23208 broke conditional use of metadata and filename tags. Return NULL inste...Thomas Martitz2009-10-18
* Use pointer instead of multiple access to arrayTomer Shalev2009-10-18
* Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_tim...Bertrik Sikken2009-10-18
* Also filter lines with only spaces in apps/features. At least mr500 had those...Frank Gevaerts2009-10-18
* Change the .lng files to contain strings from multiple users. Still hard-code...Tom Ross2009-10-18
* Updated french translation part II, sorry for the previous version where the ...Mustapha Senhaji2009-10-17
* git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23235 a1c6a512-1295-4272-9138...Mustapha Senhaji2009-10-17
* Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius2009-10-17
* Add a option to skip length which lets you skip 5s before the end of a song, ...Thomas Martitz2009-10-17
* USB HID: Add mouse mode to h10Tomer Shalev2009-10-17
* Const correctness for output_dyn_value and unify some identical constantsNils Wallménius2009-10-17
* fix yellow by 'un-staticing' the printing wrapper function and typo causing redNils Wallménius2009-10-17
* Use a wrapper function for the very common snprintf(); lcd_puts() sequence to...Nils Wallménius2009-10-17
* Manual: Add mrobe100's remote control support to the manualTomer Shalev2009-10-17
* Change lang_init() to take a source, destination, and count. Needed for trans...Tom Ross2009-10-17
* Fix red: Type in constantTomer Shalev2009-10-17
* USB HID: Use different context for each mode; Use constant for each action;Tomer Shalev2009-10-17
* Fix Player, checkwps and database toolsThomas Martitz2009-10-16
* Revert r23212, I committed it accidentally.Thomas Martitz2009-10-16
* initial custom statusbar commitThomas Martitz2009-10-16
* Pluginlib: make scroll functions clear screen if scrolled by >= screen size (...Torne Wuff2009-10-16
* Make next_screen static and add a comment.Thomas Martitz2009-10-16
* Rework albumart buffering internally to allow for mutliple albumart sizes.Thomas Martitz2009-10-16