summaryrefslogtreecommitdiff
path: root/src/vte.cc
Commit message (Expand)AuthorAgeFilesLines
* emulation: Fix invalid mouse scroll event on window edgeEric Johnson2023-04-051-1/+1
* widget: Fix cursor blink timeoutChristian Persch2023-04-051-14/+16
* all: Use defined values for definesChristian Persch2023-03-081-29/+27
* all: Use __has_includeChristian Persch2023-03-081-5/+7
* widget: Add API to override font optionsCalvin Walton2023-02-281-0/+18
* widget: Ensure the ringview is updated before converting coordinatesChristian Persch2023-02-111-17/+53
* widget: Modernise HTML outputNoa2022-11-161-3/+3
* widget: Implement clipboard for gtk4Christian Persch2022-09-011-2/+2
* widget: Use correct view coordinatesChristian Persch2022-08-161-1/+2
* widget: gtk4: Don't grab the focus on focus-inChristian Persch2022-08-091-0/+3
* widget: Only avoid reentrant queue_resize() in GTK4Alexander Mikhaylenko2022-08-041-3/+2
* widget: Listen for toplevel focus changeChristian Persch2022-08-031-9/+0
* widget: Listen for toplevel focus changeChristian Persch2022-08-031-0/+9
* widget: Don't queue_resize() during allocationAlexander Mikhaylenko2022-07-271-6/+10
* widget: gtk4: Don't invalidate endlesslyAlexander Mikhaylenko2022-07-251-1/+4
* widget: gtk4: Add API to check event contextChristian Persch2022-07-241-0/+33
* all: Include <termios.h> directlyChristian Persch2022-06-241-3/+2
* widget: gtk4: Simplify invalidation trackingChristian Persch2022-05-091-5/+25
* widget: Fix padding bordersChristian Persch2022-04-181-82/+157
* widget: Split alignment and fill propertiesChristian Persch2021-12-221-5/+13
* terminal: Add tests for text paste transformationChristian Persch2021-11-271-59/+6
* widget: add vte_terminal_pasteZander Brown2021-11-251-2/+1
* emulation: ECMA modes should not be saved by DECSCLuis Javier Merino MorĂ¡n2021-11-041-4/+0
* fonts: Relax font sanitisationChristian Persch2021-10-091-4/+4
* widget: Adjust preedit position to GtkEntryTakao Fujiwara2021-08-281-1/+1
* lib: Fix switching encodingsChristian Persch2021-06-211-2/+6
* widget: Move clipboard store from finalize to unrealizeJoan Bruguera2021-04-111-19/+19
* widget: Use our own enum for alignmentChristian Persch2021-03-141-8/+6
* widget: Add alignment propertiesChristian Persch2021-03-131-50/+77
* widget: Make scroll adjustment range start at 0 alwaysChristian Persch2021-03-131-11/+18
* widget: Add API to make adjustment values pixelsChristian Persch2021-03-131-188/+63
* widget: gtk4: Add keyboard input handlingChristian Persch2021-03-061-0/+11
* widget: Deprecate internal signalsChristian Persch2021-02-241-67/+4
* all: Initial port for gtk4Christian Persch2021-02-211-118/+244
* sixel: Fix omitted data syntax reset when mismatched controlsChristian Persch2021-02-051-6/+5
* all: Clean up licence headersChristian Persch2021-01-311-9/+8
* widget: Improve font sanitisationChristian Persch2021-01-241-2/+3
* widget: Improve font sanitisationChristian Persch2021-01-131-9/+36
* widget: Limit select-all to the writable region not including the scrollbackChristian Persch2020-12-261-3/+6
* widget: Fix idle child-exited signal after disposeChristian Persch2020-12-231-2/+12
* pty: Add support for PTY packet mode on sysv-like systemsJim Mason2020-12-021-0/+67
* ring: Fix image memory leakChristian Persch2020-12-011-4/+4
* widget: Add API to disable fallback scrollingChristian Persch2020-11-161-5/+12
* Fix buildMichael Catanzaro2020-11-151-1/+1
* all: Use std::swapChristian Persch2020-11-141-14/+13
* sixel: Use special coulor registers for default foreground and backgroundChristian Persch2020-11-141-0/+13
* Revert "sixel: Use special coulor registers for default foreground and backgr...Christian Persch2020-11-141-13/+0
* lib: Sanitise the passed-in font descriptionChristian Persch2020-11-131-0/+8
* sixel: Use special coulor registers for default foreground and backgroundHans Petter Jansson2020-11-121-0/+13
* lib: Use bitset to store pending change flagsChristian Persch2020-11-121-6/+5