index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
drivers
/
lcd-bitmap-common.c
Age
Commit message (
Expand
)
Author
2010-05-21
avoid overflow in puts_scroll().
Teruaki Kawashima
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-02-16
* surround member only used by charcells with #ifdef HAVE_LCD_CHARCELLS in st...
Teruaki Kawashima
2010-02-08
revert r24478 and make the backdrop behaviour the same as it used to be (so w...
Jonathan Gordon
2010-02-03
fix a bug where the backdrop from the sbs is displayed on scrolling lines in ...
Jonathan Gordon
2010-01-09
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
2009-11-28
Diacritic display enhancements
Tomer Shalev
2009-11-26
Fix diacritic and save some bin size
Tomer Shalev
2009-11-24
Limit character width to 255 pixels
Frank Gevaerts
2009-11-24
make lcd_bitmap_char more space efficient. This doesn't seem to impact text d...
Frank Gevaerts
2009-11-24
FS#10720 - Support for displaying diacritic characters
Tomer Shalev
2009-11-22
lcd-bitmap-common.c: Change calculation of the horizontal position in lcd_put...
Teruaki Kawashima
2009-10-20
Use strlcpy instead of a memset&strcpy combo. Guarantees \0-terminaltion and ...
Thomas Martitz
2009-10-19
Fix a scrolling bug with centered drawing and too long lines.
Thomas Martitz
2009-10-17
Revise r23225 a bit, removing the debug_printf function and implementing more...
Nils Wallménius
2009-10-12
Fix FS#10670 - The first letter of a scrolling line starts to appear at the end
Tomer Shalev
2009-10-12
LCD scrolling - reduce one 'if' nesting level
Tomer Shalev
2009-10-12
LCD scrolling - fix a typo
Tomer Shalev
2009-10-11
Revert r23021, since it broke non-RTL scrolling. RTL scrolling still needs fi...
Tomer Shalev
2009-10-11
RTL: Cosmetic changes, no functional change - Rename constants
Tomer Shalev
2009-10-11
Add a center flag, next to the rtl flag, for viewports. That results in any t...
Thomas Martitz
2009-10-09
Fix a bug in a bidirectional text scrolling; s->offset doesn't need to be set...
Mohamed Tarek
2009-10-09
Handle text scrolling in RTL.
Mohamed Tarek
2009-10-06
Moved RTL handling in lcd driver deeper, from puts_style_offset() to putsxyofs()
Tomer Shalev
2009-10-06
Use macro to test viewport's RTL flag
Tomer Shalev
2009-10-05
Implement RTL as a viewport's bit-field
Tomer Shalev
2009-10-05
Fix red - bootloaders don't link language support
Tomer Shalev
2009-10-05
RTL support in menus
Tomer Shalev
2009-08-13
LCD bitmap driver code consolidation from FS#4817:
Andrew Mahone