summaryrefslogtreecommitdiff
path: root/src/sixel-context.cc
Commit message (Expand)AuthorAgeFilesLines
* all: Use defined values for definesChristian Persch2023-03-081-2/+2
* sixel: More constexprChristian Persch2021-04-031-2/+2
* sixel: Remove obsolete commentChristian Persch2021-04-031-2/+0
* all: Clean up licence headersChristian Persch2021-01-311-7/+7
* sixel: Use special coulor registers for default foreground and backgroundChristian Persch2020-11-141-28/+30
* Revert "sixel: Use special coulor registers for default foreground and backgr...Christian Persch2020-11-141-30/+28
* sixel: Use special coulor registers for default foreground and backgroundHans Petter Jansson2020-11-121-28/+30
* lib: Simplify smart pointers for glib/pango/pcre typesChristian Persch2020-10-221-6/+6
* sixel: Pass colour components to Context::prepareChristian Persch2020-10-191-4/+9
* lib: sixel: Also reset data capacity when dropping the bufferChristian Persch2020-10-191-3/+9
* lib: Add new SIXEL context and testChristian Persch2020-10-191-0/+505