232 Commits (e26e5074b101a9453ce6f8e41af2d7c275b7c0b3)

Author SHA1 Message Date
Martin T. H. Sandsmark e26e5074b1 ensure we don't try to consume more than we have 4 years ago
Luis Javier Merino Morán 9dadb7b562 Fix regression preserving tcsh command prompt 4 years ago
Kurt Hindenburg c88c123f05 Use new variable to prevent shadowing 4 years ago
Kurt Hindenburg df7ab4c65e Use new variable to prevent shadowing 4 years ago
Kurt Hindenburg c1b3ea3698 Use new variable to prevent shadowing 4 years ago
Kurt Hindenburg 96325215ac Remove unused variable 4 years ago
Martin T. H. Sandsmark 79d024230d Remove zlib in favor of Qt built-in qUncompress for graphics 4 years ago
Martin T. H. Sandsmark e569fc8655 Switch to using QPixmap instead of QImage for graphics 4 years ago
Martin T. H. Sandsmark 15392b307f Clean up images when clearing screen/history 4 years ago
Martin T. H. Sandsmark 54f657e621 Fix memory leak, remove double indirection 4 years ago
Matan Ziv-Av ad1421f8b8 Fix cursor position after drawing Sixel graphics 4 years ago
Matan Ziv-Av 0653603b11 Add missed two parameters in call to addPlacement from iterm2 inline image escape sequence 4 years ago
Matan Ziv-Av f9dabd2af0 Scroll when a drawn sixel extends beyond bottom of line 4 years ago
Matan Ziv-Av d28359124b Fix problems discovered by coverity (and more): 4 years ago
Matan Ziv-Av 1341088b8b Add `DoNotMoveCursor` option to iterm2 inline image protocol 4 years ago
Matan Ziv-Av 67099363bc Add support for `OSC 4` and `OSC 104` 4 years ago
Matan Ziv-Av 3a6a62ed58 Add support for `CSI 16 t` - report character cell size in pixels 4 years ago
Luis Javier Merino Morán f717cd5fd8 Move token_csi_pg just after token_csi_pe 4 years ago
Luis Javier Merino Morán 60b48fdc84 Implement XTVERSION 4 years ago
Kurt Hindenburg 60ca7edbb0 Fix comment spelling errors 4 years ago
Luis Javier Merino Morán a32427c251 Properly end parsing of all APC, not just graphics 4 years ago
Luis Javier Merino Morán 62f956b723 Add support for DECSTR (Soft Terminal Reset) 4 years ago
Matan Ziv-Av aeeb6ccf69 Exchange meaning of `CSI?80h` and `CSI?80l` 4 years ago
Matan Ziv-Av 1c9726fdb2 Report pixel size of the text area only 4 years ago
Matan Ziv-Av e0b4b96a85 Use negative z postion for sixel and iterm2 protocol images 4 years ago
Matan Ziv-Av 9a608fe431 Make sure all the screen is refreshed when toggling Mode_AppScreen 4 years ago
Matan Ziv-Av 8030c1987c Kitty protocol fixes 4 years ago
Matan Ziv-Av ff716ffbf3 Move graphics related lists from TerminalDisplay to more appropriate classes 4 years ago
Luis Javier Merino Morán 0cc64dcf7b Identify as VT2xx with DECCOLM and SIXEL 4 years ago
Matan Ziv-Av 32fb7585ef Save sixel aspect ratio as a rational number, rather than a real number 4 years ago
Matan Ziv-Av 78971aa5c7 Improve memory handling 4 years ago
Matan Ziv-Av 3f02436b2d Improve Sixel handling 4 years ago
Matan Ziv-Av 18e7e6cfec Image positionioning fixes 4 years ago
Luis Javier Merino Morán 8345f24ee9 More robust reflow on zsh with semantic prompts 4 years ago
Matan Ziv-Av 085814e264 Use braces for single statement if/for 4 years ago
Matan Ziv-Av d82b35b8ec Some Sixel fixes 4 years ago
Matan Ziv-Av f7c8dd9bd1 Remove sixel debug code 4 years ago
Matan Ziv-Av c270b9134b Move repeated code to create placements to a function. 4 years ago
Matan Ziv-Av 6158567c52 Add Sixel support 4 years ago
Matan Ziv-Av 89101dc5b9 Add partial support for kitty terminal graphics protocol 4 years ago
Matan Ziv-Av d4e1f4ac37 Add support for iterm2 file upload protocol 4 years ago
Matan Ziv-Av d691a3d76c Add infrastructure for displaying graphics in terminal 4 years ago
Matan Ziv-Av 5f57601a2a Use escape sequence CSI 14t to report screen size in pixels. 4 years ago
Martin Hostettler 86db4e0c40 Start separating CSI parsing from parsing of other sequences. 4 years ago
Waqar Ahmed e76442a55c Vt102Emulation: Process common case first 4 years ago
Luis Javier Merino Morán 6dcbf1689d Fix compiler warning 4 years ago
Waqar Ahmed cd5988058d Emulation: change receiveChar to receiveChars 4 years ago
Luis Javier Merino Morán 23007bb9e8 CPR should take DECOM into account 4 years ago
Luis Javier Merino Morán f4c5adec21 Support reporting text area size 4 years ago
Luis Javier Merino Morán 83bc8b2d6f Support for DECRQCRA (Checksum Rectangular Area) 4 years ago