summaryrefslogtreecommitdiff
path: root/src/ring.cc
Commit message (Expand)AuthorAgeFilesLines
* all: Use defined values for definesChristian Persch2023-03-081-10/+10
* all: Clean up licence headersChristian Persch2021-01-311-9/+8
* ring: Fix image memory leakChristian Persch2020-12-011-90/+89
* lib: Simplify smart pointers for glib/pango/pcre typesChristian Persch2020-10-221-1/+1
* lib: Replace SIXEL handlingChristian Persch2020-10-191-5/+11
* all: Add SIXEL supportHans Petter Jansson2020-08-081-4/+219
* ring: Tiny code cleanup: maintain GString integrityEgmont Koblinger2019-10-111-2/+2
* ring: Fix an incorrect assertionEgmont Koblinger2019-10-111-4/+8
* widget: Invalidate the entire paragraph when its contents changeEgmont Koblinger2019-06-301-0/+21
* emulation: Track BiDi parametersEgmont Koblinger2019-06-301-3/+8
* ring: Keep an additional row writableEgmont Koblinger2019-06-301-3/+8
* ring: fix printf formatAbderrahim Kitouni2019-04-171-2/+2
* ring: Silence some warnings with debug disabledChristian Persch2019-04-151-5/+5
* ring: Fix thawing combining accents over a double-wide characterAkira Nakajima2018-10-191-0/+4
* ring: Proper boundary checking for hyperlink positionEgmont Koblinger2018-05-131-1/+1
* cxx: ring: Move to C++Christian Persch2018-04-231-543/+495
* ring: Move some types to ring.ccChristian Persch2018-04-231-0/+5
* cxx: Move some headers to .hhChristian Persch2018-04-231-1/+1
* ring: Silence -Wunsafe-loop-optimizationsDebarshi Ray2018-04-031-1/+2
* ring: Store cell attributes together in an uint32_tChristian Persch2018-01-131-16/+16
* widget,emulation: Add support for OSC 8 hyperlinks (HTML-like anchors)Egmont Koblinger2017-04-251-28/+360
* ring: Invert colors for the stream's cells if debugging the ringEgmont Koblinger2017-04-251-0/+6
* ring: Tiny code cleanup: maintain GString integrityEgmont Koblinger2017-04-241-1/+1
* widget: Remove the VteIntCell and VteIntCellAttr unionsEgmont Koblinger2017-04-141-13/+13
* ring: Make assertion more informativeChristian Persch2015-08-171-1/+1
* all: Move to C++Christian Persch2015-04-221-0/+1150