summaryrefslogtreecommitdiff
path: root/firmware (follow)
Commit message (Expand)AuthorAge
...
* buflib: Properly support allocations without any name, to avoid wasting spaceThomas Martitz2014-02-02
* buflib: Check the validity of of handles passed to buflib_get_data() in DEBUG...Thomas Martitz2014-02-02
* buflib: Abstract panicf() into buflib_panic().Thomas Martitz2014-02-02
* hosted: Substract more than 256K from total memory pool.Thomas Martitz2014-02-02
* sim/sdlapp: Do not quit immediately on panicf, but wait for quit.Thomas Martitz2014-02-02
* charcell: Fix lockup after some scrolling lines.Thomas Martitz2014-01-26
* Fix warnings. convbdf needed to be updated for the changed font struct becaus...Thomas Martitz2014-01-26
* fonts: Fix regression(s) caused by c23ce62.Thomas Martitz2014-01-26
* imx233: be less strict about partition checks (>=1GB only)Amaury Pouly2014-01-21
* imx233: handle quirk about OF partition address bug/featureAmaury Pouly2014-01-21
* Initial commit for the ZEN X-Fi StyleAmaury Pouly2014-01-21
* rombox: Do not copy .init section to ram on startup.Marcin Bukat2014-01-20
* fix player rom buildMarcin Bukat2014-01-18
* coldfire: fix rom buildMarcin Bukat2014-01-18
* coldfire: fix bootloader buildsMarcin Bukat2014-01-18
* coldfire: Implement HAVE_INIT_ATTR magicMarcin Bukat2014-01-17
* Some libc files are not needed on mingw anymore so don't compile them (unless...Thomas Martitz2014-01-17
* Fix red. Screw those last-minute changes :\Thomas Martitz2014-01-16
* font: Fix crash due to uninitialized field.Thomas Martitz2014-01-16
* buflib: Add crc field protecting buflib cookie integrityMarcin Bukat2014-01-16
* fonts: Do not unload completely on USB.Thomas Martitz2014-01-15
* coldfire: Use single app.lds script for all coldfires.Marcin Bukat2014-01-15
* HDD1630: enable headphones detection.Szymon Dziok2014-01-14
* HDD1630: implement lcd_enable (display on/off).Szymon Dziok2014-01-13
* HDD1630: a proper way to enable and disable backlight.Szymon Dziok2014-01-13
* scroll_engine: Fix FS#12894: Text scrolling stops working after a few seconds...Thomas Martitz2014-01-12
* Fix remote warnings and charcell reds, and remove minor left-over tuff.Thomas Martitz2014-01-12
* put_line/scrolling: Make the scroll engine inform custom scrollers about star...Thomas Martitz2014-01-12
* Don't use core_alloc_maximum() in usb_storage.Frank Gevaerts2014-01-11
* scroll engine: Factor out renderer function so it can be called by lcd code.Thomas Martitz2014-01-11
* Print `last logf lines on panic().Frank Gevaerts2014-01-11
* rk27xx: Implement HAVE_INIT_ATTR magicMarcin Bukat2014-01-10
* bidi.c: Check buffer sizes.Frank Gevaerts2014-01-09
* lcd_nine_segment_bmp: Fixes for non-ideal image dimensions.Thomas Martitz2014-01-09
* Fix Player red and icons on mono displays.Thomas Martitz2014-01-07
* Add missing kernel.h include (hopefully the last one, really), take #4.Thomas Martitz2014-01-07
* lcd/grey: Enable viewport fg_pattern and bg_pattern for all bitmap targets.Thomas Martitz2014-01-07
* lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport.Thomas Martitz2014-01-07
* lcd-16bit: Move lcd_gradient_fillrect/_part() to lcd-16bit-common.c.Thomas Martitz2014-01-07
* lcd-common: Remove direct style (line decorations) from lcd-puts* functions.Thomas Martitz2014-01-07
* lcd-common: Remove support for specifying y_offset from lcd_puts* functions.Thomas Martitz2014-01-07
* lcd-common: Remove support for custom line heights from viewport.Thomas Martitz2014-01-07
* lcd-common/scroll_engine: Remove unused functions lcd_puts_style_xyoffset() a...Thomas Martitz2014-01-07
* lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_style().Thomas Martitz2014-01-07
* lcd-common: Remove unused function lcd_puts_style_offset().Thomas Martitz2014-01-07
* lcd-common: Remove unused function lcd_puts_style().Thomas Martitz2014-01-07
* lcd-common: Remove unused function lcd_puts_offset().Thomas Martitz2014-01-07
* lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_offset() an...Thomas Martitz2014-01-07
* lcd-16bit: Introduce lcd_gradient_fillrect_part().Thomas Martitz2014-01-07
* lcd-common/scroll_engine: Introduce lcd_putsxy_scroll_func().Thomas Martitz2014-01-07