summaryrefslogtreecommitdiff
path: root/src/sixel-context.hh
Commit message (Expand)AuthorAgeFilesLines
* sixel: Fix DECGRI for parameter value 0Christian Persch2022-02-101-1/+4
* sixel: Reset repeat counter when receiving the next commandChristian Persch2021-04-031-7/+6
* sixel: Fix pixel aspect calculationChristian Persch2021-04-031-1/+1
* sixel: Remove ununused tracking of palette modificationChristian Persch2021-04-031-2/+0
* sixel: Remove pre-C++20 kludgeChristian Persch2021-02-241-14/+1
* all: Clean up licence headersChristian Persch2021-01-311-7/+7
* sixel: Be extra safe when advancing the scanline positionChristian Persch2020-12-011-3/+5
* sixel: Use special coulor registers for default foreground and backgroundChristian Persch2020-11-141-6/+7
* Revert "sixel: Use special coulor registers for default foreground and backgr...Christian Persch2020-11-141-7/+6
* sixel: Use special coulor registers for default foreground and backgroundHans Petter Jansson2020-11-121-6/+7
* emulation: Implement XTERM_SMGRAPHICS sequenceChristian Persch2020-10-231-2/+2
* sixel: Remove unnecessary includeChristian Persch2020-10-231-1/+2
* lib: Simplify smart pointers for glib/pango/pcre typesChristian Persch2020-10-221-1/+1
* sixel: Pass colour components to Context::prepareChristian Persch2020-10-191-2/+6
* lib: Add new SIXEL context and testChristian Persch2020-10-191-0/+668