summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2014-01-10rk27xx: Implement HAVE_INIT_ATTR magicMarcin Bukat3-10/+42
2014-01-09bidi.c: Check buffer sizes.Frank Gevaerts1-1/+2
2014-01-09lcd_nine_segment_bmp: Fixes for non-ideal image dimensions.Thomas Martitz1-34/+57
2014-01-07Fix Player red and icons on mono displays.Thomas Martitz2-9/+9
2014-01-07Add missing kernel.h include (hopefully the last one, really), take #4.Thomas Martitz1-0/+1
2014-01-07lcd/grey: Enable viewport fg_pattern and bg_pattern for all bitmap targets.Thomas Martitz1-2/+1
2014-01-07lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport.Thomas Martitz2-23/+0
2014-01-07lcd-16bit: Move lcd_gradient_fillrect/_part() to lcd-16bit-common.c.Thomas Martitz2-70/+66
2014-01-07lcd-common: Remove direct style (line decorations) from lcd-puts* functions.Thomas Martitz3-153/+17
2014-01-07lcd-common: Remove support for specifying y_offset from lcd_puts* functions.Thomas Martitz1-7/+7
2014-01-07lcd-common: Remove support for custom line heights from viewport.Thomas Martitz2-9/+7
2014-01-07lcd-common/scroll_engine: Remove unused functions lcd_puts_style_xyoffset() a...Thomas Martitz3-20/+2
2014-01-07lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_style().Thomas Martitz3-11/+2
2014-01-07lcd-common: Remove unused function lcd_puts_style_offset().Thomas Martitz3-11/+1
2014-01-07lcd-common: Remove unused function lcd_puts_style().Thomas Martitz3-8/+0
2014-01-07lcd-common: Remove unused function lcd_puts_offset().Thomas Martitz4-24/+17
2014-01-07lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_offset() an...Thomas Martitz4-29/+3
2014-01-07lcd-16bit: Introduce lcd_gradient_fillrect_part().Thomas Martitz2-3/+38
2014-01-07lcd-common/scroll_engine: Introduce lcd_putsxy_scroll_func().Thomas Martitz4-0/+29
2014-01-07scroll_engine: Change header inclusionThomas Martitz1-1/+3
2014-01-05Make sure usb class driver disconnect() functions are called properly.Frank Gevaerts1-8/+20
2014-01-05Check that core_alloc_maximum() returned something useful, and panic if notFrank Gevaerts1-0/+5
2014-01-05Add missing kernel.h includes (hopefully all of them), take #3.Thomas Martitz2-3/+6
2014-01-05Add missing kernel.h includes (hopefully all of them), take #2.Thomas Martitz10-4/+19
2014-01-05Add missing kernel.h includes (hopefully all of them).Thomas Martitz29-18/+64
2014-01-05Do not include kernel.h in system.h.Thomas Martitz11-14/+27
2014-01-05lcd: Fix certain drawmode combinations.Thomas Martitz2-35/+64
2014-01-04Fix bpb_is_sane() cluster size calculation for non-512 byte sectors.Frank Gevaerts1-4/+9
2014-01-03Make fat test tool build again, and make its sector size configurable.Frank Gevaerts3-11/+10
2014-01-02creativezenv: change target_id & MODEL_NUMBER.Andrew Ryabinin1-1/+1
2013-12-24zenxfi2: remove unused functionAmaury Pouly1-5/+0
2013-12-23lcd: Fix scrolling.Thomas Martitz1-4/+3
2013-12-23playback,talk: Share audiobuffer via core_alloc_maximum().Thomas Martitz3-24/+12
2013-12-22buflib: Add buflib_context_relocate().Thomas Martitz2-0/+41
2013-12-22buflib: Try harder in buflib_alloc_maximum().Thomas Martitz2-4/+17
2013-12-17Fix audio on m:robe 100.Szymon Dziok1-0/+1
2013-12-16Introduce IHIFI760/960 targets.Andrew Ryabinin14-1/+928
2013-12-16rk27xx: Fix ifdef for DEBUG_CANCEL button.Andrew Ryabinin1-1/+1
2013-12-15Fix more reds.Thomas Martitz2-2/+2
2013-12-15Fix reds. Also apply the new scrolling to lcd charcell (this even uncovered anThomas Martitz6-125/+81
2013-12-14scroll_engine: Major rework to support pixel-based scrolling and scroll callb...Thomas Martitz4-149/+191
2013-12-14scroll_engine: Add STYLE_NONE to allow for drawing lines without styling.Thomas Martitz3-9/+13
2013-12-14scroll_engine: Split out common main and remote lcd functions.Thomas Martitz2-171/+137
2013-12-14scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz9-42/+53
2013-12-14lcd-*: Merge common viewport operations into lcd-bitmap-common.cThomas Martitz6-224/+48
2013-12-08Fix yellowAmaury Pouly1-0/+1
2013-12-08rmi/fuze+: add product info in the debug screenAmaury Pouly3-7/+13
2013-12-06imx233: regenerate registers headersAmaury Pouly2-1/+287
2013-12-06imx233: fix storage code to work for non-MD buildsAmaury Pouly1-8/+8
2013-12-06storage: fix MD vs MV confusionAmaury Pouly1-2/+2