summaryrefslogtreecommitdiff
path: root/src/vte.cc
Commit message (Expand)AuthorAgeFilesLines
...
* widget: Don't use scroll event's positionChristian Persch2020-11-041-3/+1
* sixel: Store device-independent pixel surfaces in ImageHans Petter Jansson2020-11-021-21/+1
* widget: Make scroll event its own classChristian Persch2020-11-021-22/+2
* widget: Record the press count for button press eventsChristian Persch2020-10-291-8/+8
* emulation: sixel: Implement DECSET 1070Christian Persch2020-10-231-0/+10
* lib: sixel: Update bbox when inserting an imageChristian Persch2020-10-231-3/+8
* lib: Move ProcessingContext upChristian Persch2020-10-231-108/+108
* lib: Add getter support for smart pointerChristian Persch2020-10-221-8/+9
* lib: Simplify smart pointers for glib/pango/pcre typesChristian Persch2020-10-221-47/+37
* draw: Move drawing images after translating the cairo contextChristian Persch2020-10-191-16/+16
* widget: Remove unused functionChristian Persch2020-10-191-3/+3
* widget: Move clipboard handling to WidgetChristian Persch2020-10-191-183/+47
* lib: Keep track of unscaled cell size and report window size unscaledHans Petter Jansson2020-10-191-10/+42
* lib: Replace SIXEL handlingChristian Persch2020-10-191-20/+129
* lib: Add infrastructure for data syntax switchingChristian Persch2020-10-191-35/+90
* parser: Store the string terminator for DCS sequencesChristian Persch2020-10-191-1/+1
* terminal: Prepare for processing only part of a chunkChristian Persch2020-10-191-32/+56
* terminal: Don't stop processing on EOS chunkChristian Persch2020-10-191-4/+0
* terminal: ReindentChristian Persch2020-10-191-142/+142
* terminal: Process one chunk at a timeChristian Persch2020-10-191-202/+117
* terminal: Create ProcessingContext structChristian Persch2020-10-191-178/+145
* widget: Move Event classes to platformChristian Persch2020-10-061-41/+41
* widget: Remove GdkAtom usage where possibleChristian Persch2020-10-031-35/+32
* widget: Reference terminals while processingChristian Persch2020-10-031-0/+31
* all: Add SIXEL supportHans Petter Jansson2020-08-081-12/+76
* all: Replace %m with %s and g_strerror()Christian Persch2020-07-181-5/+9
* lib: Improve smart pointersChristian Persch2020-06-011-2/+2
* draw: Use attr in public functions instead of font styleChristian Persch2020-06-011-9/+4
* draw: Move remaining class into new fileChristian Persch2020-06-011-1/+0
* draw: Move public define to the only file where it is usedChristian Persch2020-06-011-0/+2
* draw: Move struct _vte_draw_text_request into DrawingContextChristian Persch2020-06-011-7/+5
* draw: Remove unnecessary out param checksChristian Persch2020-06-011-3/+3
* draw: Use DrawingContext directlyChristian Persch2020-06-011-30/+30
* draw: C++ifyChristian Persch2020-06-011-20/+5
* pty: Fill in winsize.ws_xpixel and .ws_ypixel for TIOCGWINSZHans Petter Jansson2020-05-271-1/+11
* lib: Ensure no exceptions escape from the C APIChristian Persch2020-05-271-32/+45
* widget: Fix underlining the space character in a matched regexEgmont Koblinger2020-05-131-5/+6
* terminal: Adjust variable typeChristian Persch2020-05-121-2/+1
* widget: Make mouse scroll handler return boolChristian Persch2020-05-011-4/+10
* widget: Remove extraneous unmapChristian Persch2020-05-011-6/+0
* widget: Move retrieving gtk settings to WidgetChristian Persch2020-05-011-7/+3
* widget: Move grab focus method to WidgetChristian Persch2020-05-011-10/+9
* widget: Move style update handler to WidgetChristian Persch2020-05-011-29/+22
* widget: Move signal emission to the widgetChristian Persch2020-05-011-6/+0
* widget: Continue treating Meta as AltChristian Persch2020-05-011-1/+1
* widget: Move keymap translation to WidgetChristian Persch2020-05-011-31/+2
* widget: Fix debug output to use the event wrapperChristian Persch2020-05-011-1/+1
* widget: No need to pass focus events to TerminalChristian Persch2020-05-011-2/+2
* widget: Add wrapper class for mouse eventsChristian Persch2020-05-011-158/+111
* widget: Remove unused functionChristian Persch2020-05-011-13/+0