summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sixel: Don't add new character cells in image columnswip/sixelsHans Petter Jansson2020-11-072-5/+7
* sixel: Assign sixel background and default foreground from m_defaultsHans Petter Jansson2020-11-075-71/+91
* sixel: Honor DECSIXEL Ps2 with optional opacityHans Petter Jansson2020-11-034-8/+19
* sixel: Store device-independent pixel surfaces in ImageHans Petter Jansson2020-11-032-22/+2
* Update POTFILES.skipPiotr Drąg2020-10-311-0/+3
* widget: Record the press count for button press eventsChristian Persch2020-10-293-26/+41
* app: Fork UI files for gtk3Christian Persch2020-10-255-12/+12
* sixel: Fix unused variable warning when not building with sixel enabledChristian Persch2020-10-251-3/+2
* app: Replace GtkBox with GtkGridChristian Persch2020-10-252-20/+30
* build: Add config.h as dependency to all sourcesChristian Persch2020-10-243-28/+30
* emulation: sixel: Implement DECSET 1070Christian Persch2020-10-235-3/+30
* lib: sixel: Update bbox when inserting an imageChristian Persch2020-10-232-4/+10
* lib: Move ProcessingContext upChristian Persch2020-10-231-108/+108
* emulation: Implement XTERM_SMGRAPHICS sequenceChristian Persch2020-10-235-7/+121
* sixel: Remove unnecessary includeChristian Persch2020-10-231-1/+2
* spawn: Clarify ownership transferChristian Persch2020-10-223-40/+47
* widget: Use safe getterChristian Persch2020-10-222-9/+9
* parser: Update sequences with additions from recent xtermChristian Persch2020-10-222-60/+152
* decoder: cat: Use more smart pointersChristian Persch2020-10-221-87/+71
* parser: cat: Use more smart pointersChristian Persch2020-10-221-48/+32
* app: Use smart pointersChristian Persch2020-10-222-36/+39
* lib: Add getter support for smart pointerChristian Persch2020-10-223-13/+57
* lib: Simplify smart pointers for glib/pango/pcre typesChristian Persch2020-10-2224-121/+204
* lib: Add missing nullable annotation to spawn child setup functionsHugo Parente Lima2020-10-212-8/+8
* modes: Assign enum values to non-fixed modes firstChristian Persch2020-10-201-0/+10
* sixel: Pass colour components to Context::prepareChristian Persch2020-10-194-16/+38
* draw: Move drawing images after translating the cairo contextChristian Persch2020-10-191-16/+16
* widget: Use GdkEvent accessor functionChristian Persch2020-10-191-4/+7
* widget: Remove unused functionChristian Persch2020-10-192-8/+3
* fonts: Don't use deprecate gdk threads timeout APIChristian Persch2020-10-191-3/+3
* widget: Move clipboard handling to WidgetChristian Persch2020-10-199-314/+580
* widget: Manage the Widget implementation through a shared_ptrChristian Persch2020-10-192-17/+56
* lib: Add missing includeChristian Persch2020-10-191-0/+1
* lib: Add missing includeChristian Persch2020-10-191-0/+1
* lib: Fix typo in commentChristian Persch2020-10-191-1/+1
* parser: Properly refer to python3Rico Tzschichholz2020-10-191-1/+1
* lib: sixel: Also reset data capacity when dropping the bufferChristian Persch2020-10-191-3/+9
* lib: Keep track of unscaled cell size and report window size unscaledHans Petter Jansson2020-10-194-15/+51
* lib: Replace SIXEL handlingChristian Persch2020-10-1912-923/+307
* lib: Add new SIXEL context and testChristian Persch2020-10-196-2/+1762
* parser: cat: Plug in new SIXEL parserChristian Persch2020-10-192-67/+502
* lib: Add new SIXEL parser and test suiteChristian Persch2020-10-194-1/+1725
* modes: Add DECSDM modeChristian Persch2020-10-192-7/+6
* lib: Add infrastructure for data syntax switchingChristian Persch2020-10-1910-71/+319
* parser: Silence missing declaration warningChristian Persch2020-10-191-0/+3
* widget: Remove excessive constChristian Persch2020-10-191-25/+25
* debug: Make 'image' debug flag workChristian Persch2020-10-192-34/+35
* emulation: Fix DA1 response with SIXEL disabledChristian Persch2020-10-192-3/+26
* tests: Rename sixel fuzzerChristian Persch2020-10-192-5/+5
* parser: cat: Factor processing out into its own functionChristian Persch2020-10-191-36/+69