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
/
apps
/
gui
/
line.c
Age
Commit message (
Expand
)
Author
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
2020-07-24
[2/4] get rid of HAVE_LCD_CHARCELLS
Solomon Peachy
2014-03-03
Fix greyscale and mono builds.
Thomas Martitz
2014-03-03
Touchscreen: Show a line separator in lists.
Thomas Martitz
2014-03-03
Fix regression introduced by eec89a9.
Thomas Martitz
2014-03-03
Fix FS#12951: The icons could be a pixel to far down.
Thomas Martitz
2014-01-12
put_line(): Add another check against possible buffer overflow (see 193911a).
Thomas Martitz
2014-01-12
put_line(): Fix buffer overflow.
Thomas Martitz
2014-01-12
put_line(): Do not lock up if the scroll engine runs out of lines.
Thomas Martitz
2014-01-12
Fix remote warnings and charcell reds, and remove minor left-over tuff.
Thomas Martitz
2014-01-12
put_line/scrolling: Make the scroll engine inform custom scrollers about star...
Thomas Martitz
2014-01-09
put_line(): Limit and truncate inline strings to MAX_PATH+32.
Thomas Martitz
2014-01-09
put_line: Be more careful with changing fg and bg colors.
Thomas Martitz
2014-01-07
Fix Player red and icons on mono displays.
Thomas Martitz
2014-01-07
Fix a few reds and yellows.
Thomas Martitz
2014-01-07
lcd-common: Remove direct style (line decorations) from lcd-puts* functions.
Thomas Martitz
2014-01-07
Introduce put_line().
Thomas Martitz