summaryrefslogtreecommitdiff
path: root/firmware/export
AgeCommit message (Expand)Author
2014-03-03Implement lcd_get_dpi() for all bitmap targets.Thomas Martitz
2014-03-03Fix hostfs_init() return value.Thomas Martitz
2014-02-24hosted/multidrive: Speed up readdir()/get_dir_info().Thomas Martitz
2014-02-23Second try at undefing STORAGE_GET_INFO, the previous one was too hasty, sorry.Thomas Martitz
2014-02-23undef HAVE_STORAGE_GET_INFO for the sim, there is no useful implementation ri...Thomas Martitz
2014-02-23Add forgotten file.Thomas Martitz
2014-02-23samsungypr0: Support or mounting the microsdThomas Martitz
2014-02-23simulator: Fully simulate external storage.Thomas Martitz
2014-02-23RaaA: Move directory related stuff from filesystem-unix.c into rbpaths.c.Thomas Martitz
2014-02-23logdiskf: enable for application and simulator builds.Thomas Martitz
2014-02-23simulator: Simulate external storage for HAVE_MULTIDRIVE.Thomas Martitz
2014-02-23storage: Add STORAGE_HOSTFSThomas Martitz
2014-02-23Move VOL_NAMES definition to mv.hThomas Martitz
2014-02-22zenxfi3: enable headphone detectionAmaury Pouly
2014-02-22zenmozaic: enable speaker supportAmaury Pouly
2014-02-22zenxfi3: enable speaker supportAmaury Pouly
2014-02-16zenxfistyle: implement speaker supportAmaury Pouly
2014-02-16zenxfi2: implement headphones detectionAmaury Pouly
2014-02-16zenxfi2: add speaker supportAmaury Pouly
2014-02-16zenxfi: enable lcd shutdown in bootloaderAmaury Pouly
2014-02-10zen/bootloader: power down the LCD at the end of the bootloader if neededAmaury Pouly
2014-02-10imx233: add support for sd/mmc probingAmaury Pouly
2014-02-05Samsung YP-R1 target portLorenzo Miori
2014-02-02buflib: Check the validity of of handles passed to buflib_get_data() in DEBUG...Thomas Martitz
2014-01-26fonts: Fix regression(s) caused by c23ce62.Thomas Martitz
2014-01-21Initial commit for the ZEN X-Fi StyleAmaury Pouly
2014-01-17coldfire: Implement HAVE_INIT_ATTR magicMarcin Bukat
2014-01-15fonts: Do not unload completely on USB.Thomas Martitz
2014-01-14HDD1630: enable headphones detection.Szymon Dziok
2014-01-13HDD1630: implement lcd_enable (display on/off).Szymon Dziok
2014-01-12put_line/scrolling: Make the scroll engine inform custom scrollers about star...Thomas Martitz
2014-01-11scroll engine: Factor out renderer function so it can be called by lcd code.Thomas Martitz
2014-01-11Print `last logf lines on panic().Frank Gevaerts
2014-01-10rk27xx: Implement HAVE_INIT_ATTR magicMarcin Bukat
2014-01-07Fix Player red and icons on mono displays.Thomas Martitz
2014-01-07lcd/grey: Enable viewport fg_pattern and bg_pattern for all bitmap targets.Thomas Martitz
2014-01-07lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport.Thomas Martitz
2014-01-07lcd-common: Remove direct style (line decorations) from lcd-puts* functions.Thomas Martitz
2014-01-07lcd-common: Remove support for custom line heights from viewport.Thomas Martitz
2014-01-07lcd-common/scroll_engine: Remove unused functions lcd_puts_style_xyoffset() a...Thomas Martitz
2014-01-07lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_style().Thomas Martitz
2014-01-07lcd-common: Remove unused function lcd_puts_style_offset().Thomas Martitz
2014-01-07lcd-common: Remove unused function lcd_puts_style().Thomas Martitz
2014-01-07lcd-common: Remove unused function lcd_puts_offset().Thomas Martitz
2014-01-07lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_offset() an...Thomas Martitz
2014-01-07lcd-16bit: Introduce lcd_gradient_fillrect_part().Thomas Martitz
2014-01-07lcd-common/scroll_engine: Introduce lcd_putsxy_scroll_func().Thomas Martitz
2014-01-07scroll_engine: Change header inclusionThomas Martitz
2014-01-05Do not include kernel.h in system.h.Thomas Martitz
2014-01-05lcd: Fix certain drawmode combinations.Thomas Martitz