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