summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* terminal: Use an enum class for selection typeChristian Persch2019-11-182-19/+19
* terminal: Move enums used in only one file into itChristian Persch2019-11-182-27/+27
* terminal: Use an enum class for mouse tracking modeChristian Persch2019-11-183-27/+27
* terminal: Remove unused enumChristian Persch2019-11-181-6/+0
* terminal: Remove double-initialisationChristian Persch2019-11-181-2/+0
* terminal: Use an enum class for erase bindingsChristian Persch2019-11-184-24/+37
* terminal: Store word chars exceptions string in WidgetChristian Persch2019-11-185-48/+46
* terminal: Use an enum class for text blink modeChristian Persch2019-11-184-11/+22
* terminal: Use an enum class for cursor shapeChristian Persch2019-11-184-18/+26
* terminal: Use an enum class for cursor blink modeChristian Persch2019-11-184-17/+29
* terminal: Use an enum class for cursor styleChristian Persch2019-11-183-49/+48
* terminal: Move some initialisations to the classChristian Persch2019-11-183-34/+15
* terminal: Move some initialisations to the classChristian Persch2019-11-182-28/+16
* terminal: Move some initialisations to the classChristian Persch2019-11-182-5/+3
* terminal: Move some initialisations to the classChristian Persch2019-11-183-34/+14
* terminal: Move some initialisations to the classChristian Persch2019-11-182-35/+28
* widget: Move some calls to Widget constructorChristian Persch2019-11-182-6/+6
* widget: Move scrollable adjustments up to WidgetChristian Persch2019-11-187-86/+77
* lib: Add missing filesChristian Persch2019-11-172-0/+155
* lib: Rework child exit and EOF handlingChristian Persch2019-11-175-123/+188
* lib: Use ICU for legacy charset supportChristian Persch2019-11-1720-366/+1580
* widget: Deprecate vte_terminal_feed_child_binaryChristian Persch2019-11-174-6/+12
* introspection: Fix signedness in vte_terminal_feed_child's annotationEgmont Koblinger2019-11-161-1/+1
* emulation: Maintain cursor column during screen switchEgmont Koblinger2019-11-141-0/+2
* emulation: Ignore delete/insert line outside the scroll regionEgmont Koblinger2019-11-141-2/+16
* emulation: Fix vertical cursor movememnt outside the scroll regionEgmont Koblinger2019-11-141-2/+4
* build: Add configure switch to disable a11y codeChristian Persch2019-11-116-4/+41
* lib: Typo fixChristian Persch2019-11-061-1/+1
* build: Ensure LTO is offChristian Persch2019-11-061-0/+4
* pty: Set size on creationChristian Persch2019-11-032-2/+11
* draw: Fix reporting the dimensions of locally drawn graphic charactersEgmont Koblinger2019-10-281-16/+23
* build: Add no-exceptions sanity checkChristian Persch2019-10-271-0/+17
* vte.sh: Remove the obsolete __vte_ps1 functionEgmont Koblinger2019-10-251-6/+0
* Update Persian translationDanial Behzadi2019-10-231-9/+8
* test: Add some more explanation to the UTF-8-test.txt fileChristian Persch2019-10-161-0/+0
* test: Document the changes made to UTF-8-test.txtChristian Persch2019-10-161-0/+0
* git: Diff *.txt files as textChristian Persch2019-10-161-0/+1
* test: Add UTF-8 testChristian Persch2019-10-152-0/+154
* build: Add option to disable -Bsymbolic-functionsChristian Persch2019-10-132-5/+20
* debug: Handle all enum values in switchChristian Persch2019-10-121-0/+4
* parser: Make unused command a NOPChristian Persch2019-10-121-1/+1
* lib: Remove GIOChannel useChristian Persch2019-10-122-78/+52
* terminal: Remove extraneous fcntlChristian Persch2019-10-121-7/+1
* spawn: Warn if G_SPAWN_LEAVE_DESCRIPTORS_OPEN is passedChristian Persch2019-10-121-0/+1
* fixup pty gobjectChristian Persch2019-10-121-1/+1
* build: Remove unncessary feature testChristian Persch2019-10-123-6/+2
* build: Remove unnecessary feature test for functionsChristian Persch2019-10-124-23/+1
* pty: Cleanup session creationChristian Persch2019-10-122-11/+11
* pty: Add more error checkingChristian Persch2019-10-121-6/+16
* pty: Start new session before opening the PTY peerChristian Persch2019-10-121-9/+11