summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* emulation: Add new SGR and implementation for separated mosaicswip/mosaicChristian Persch2020-11-142-6/+2
* Revert "emulation: Remove 'separated mosaic' SGR"Christian Persch2020-11-146-2/+126
* sixel: Use m_defaults to retrieve the SGR coloursChristian Persch2020-11-141-1/+1
* sixel: Use special coulor registers for default foreground and backgroundChristian Persch2020-11-146-49/+93
* Revert "sixel: Use special coulor registers for default foreground and backgr...Christian Persch2020-11-146-93/+49
* lib: Sanitise the passed-in font descriptionChristian Persch2020-11-131-0/+8
* app: Fix background image drawingChristian Persch2020-11-121-1/+12
* sixel: Use special coulor registers for default foreground and backgroundHans Petter Jansson2020-11-126-49/+93
* parser: Add some more known sequencesChristian Persch2020-11-122-2/+58
* modes: Add some more private modesChristian Persch2020-11-121-0/+4
* parser: Add some more charsetsChristian Persch2020-11-124-1/+36
* lib: Use bitset to store pending change flagsChristian Persch2020-11-123-14/+17
* widget: Don't use scroll event's positionChristian Persch2020-11-043-20/+8
* app: Fix paste action sensitivityChristian Persch2020-11-041-1/+1
* widget: Scroll events have no buttonChristian Persch2020-11-022-6/+1
* widget: Move GdkEvent from EventBase to KeyEventChristian Persch2020-11-022-21/+13
* sixel: Store device-independent pixel surfaces in ImageHans Petter Jansson2020-11-022-22/+2
* widget: Make scroll event its own classChristian Persch2020-11-025-68/+83
* lib: Use pragma onceChristian Persch2020-11-019-46/+19
* widget: Remove unused event timestampChristian Persch2020-11-012-14/+4
* 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