index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
drivers
/
lcd-bitmap-common.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
put_line/scrolling: Make the scroll engine inform custom scrollers about star...
Thomas Martitz
2014-01-12
*
scroll engine: Factor out renderer function so it can be called by lcd code.
Thomas Martitz
2014-01-11
*
lcd_nine_segment_bmp: Fixes for non-ideal image dimensions.
Thomas Martitz
2014-01-09
*
lcd-16bit: Move lcd_gradient_fillrect/_part() to lcd-16bit-common.c.
Thomas Martitz
2014-01-07
*
lcd-common: Remove direct style (line decorations) from lcd-puts* functions.
Thomas Martitz
2014-01-07
*
lcd-common: Remove support for specifying y_offset from lcd_puts* functions.
Thomas Martitz
2014-01-07
*
lcd-common: Remove support for custom line heights from viewport.
Thomas Martitz
2014-01-07
*
lcd-common/scroll_engine: Remove unused functions lcd_puts_style_xyoffset() a...
Thomas Martitz
2014-01-07
*
lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_style().
Thomas Martitz
2014-01-07
*
lcd-common: Remove unused function lcd_puts_style_offset().
Thomas Martitz
2014-01-07
*
lcd-common: Remove unused function lcd_puts_style().
Thomas Martitz
2014-01-07
*
lcd-common: Remove unused function lcd_puts_offset().
Thomas Martitz
2014-01-07
*
lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_offset() an...
Thomas Martitz
2014-01-07
*
lcd-16bit: Introduce lcd_gradient_fillrect_part().
Thomas Martitz
2014-01-07
*
lcd-common/scroll_engine: Introduce lcd_putsxy_scroll_func().
Thomas Martitz
2014-01-07
*
lcd: Fix scrolling.
Thomas Martitz
2013-12-23
*
scroll_engine: Major rework to support pixel-based scrolling and scroll callb...
Thomas Martitz
2013-12-14
*
scroll_engine: Add STYLE_NONE to allow for drawing lines without styling.
Thomas Martitz
2013-12-14
*
scroll_engine: Rename scroll_stop* functions to be more consistent with the l...
Thomas Martitz
2013-12-14
*
lcd-*: Merge common viewport operations into lcd-bitmap-common.c
Thomas Martitz
2013-12-14
*
9 segment bitmap drawing:
Jonathan Gordon
2012-12-09
*
skin_engine: New tag to draw a rectangle (optionally with a gradient)
Jonathan Gordon
2012-03-15
*
lcd drivers: split lcd_gradient_rect so it is actually useful
Jonathan Gordon
2012-03-01
*
lcd/skin_engine: Add the ability to draw onto the backdrop layer
Jonathan Gordon
2012-02-28
*
OOPS, style got lost in scrolling lines with r31247, so put it back
Jonathan Gordon
2011-12-15
*
Allow scrolling lines to have their content changed without restarting the sc...
Jonathan Gordon
2011-12-14
*
Fix FS#12237 (caused by r30302) where centered skin text isnt eqactly centered
Jonathan Gordon
2011-12-14
*
Fix build errors and warnings in the lcd drivers.
Thomas Martitz
2011-11-08
*
Add new lcd_bmp and lcd_bmp_part APIs.
Thomas Martitz
2011-11-08
*
Better fix for FS#12337. Use 0 to make the line height calculated from the fo...
Thomas Martitz
2011-10-29
*
Provide font_lock(). Font_get_bits() or ..width() may have to read glyph cach...
Fred Bauer
2011-10-21
*
Commit FS#12321 - Touchscreen: List line padding, to more easily select lines
Thomas Martitz
2011-10-17
*
Anti-Aliased Fonts support.
Thomas Martitz
2011-03-05
*
Fix r29123: the variable should be initialized every time in the loop
Alexander Levin
2011-01-23
*
Respect the 'scroll delay' setting more accurately between scrolling rounds
Alexander Levin
2011-01-23
*
Add a delay between text scroll rounds when scrolling forward similarly to ho...
Alexander Levin
2011-01-21
*
Rename {draw,fill}_viewport once more (to draw_border_viewport and fill_viewp...
Thomas Martitz
2010-10-11
*
Add _rect to {draw,fill}_viewport as suggested by Jonathan Gordon to reduce t...
Thomas Martitz
2010-10-10
*
Two new lcd/multi screen api convinience functions: draw_viewport(), fill_vie...
Thomas Martitz
2010-10-10
*
Pixel-accurate (vertical) list scrolling for touchscreen targets.
Thomas Martitz
2010-10-06
*
Implement lcd(_remote)_putsxyf() and export to plugins
Rafaël Carré
2010-08-28
*
avoid overflow in puts_scroll().
Teruaki Kawashima
2010-05-21
*
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-05-06
*
* surround member only used by charcells with #ifdef HAVE_LCD_CHARCELLS in st...
Teruaki Kawashima
2010-02-16
*
revert r24478 and make the backdrop behaviour the same as it used to be (so w...
Jonathan Gordon
2010-02-08
*
fix a bug where the backdrop from the sbs is displayed on scrolling lines in ...
Jonathan Gordon
2010-02-03
*
draw selection bar even if str is empty string (e.g. in text_editor plugin).
Teruaki Kawashima
2010-01-09
*
Fix FS#10893.
Teruaki Kawashima
2010-01-09
*
Diacritic display enhancements
Tomer Shalev
2009-11-28
*
Fix diacritic and save some bin size
Tomer Shalev
2009-11-26
[next]