summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* emulation: Fix EL 0 after cursor movementvte-0-58Christian Persch2020-06-041-1/+1
* Update Malay translationUmarzuki Bin Mochlis Moktar2020-01-081-78/+55
* Post release version bumpChristian Persch2019-11-231-1/+1
* emulation: Report fixed origin for CSI 13 t0.58.3Christian Persch2019-11-221-11/+2
* pty: Set size on creationChristian Persch2019-11-211-2/+5
* build: Add no-exceptions sanity checkChristian Persch2019-11-191-0/+17
* 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
* Update Persian translationDanial Behzadi2019-10-231-9/+8
* Post release version bumpChristian Persch2019-10-111-1/+1
* ring: Fix an incorrect assertion0.58.2Egmont Koblinger2019-10-111-4/+8
* pty: Fix error check for ioctl(TIOCGPTPEER) failureChristian Persch2019-10-101-2/+9
* Post release version bumpChristian Persch2019-10-071-1/+1
* Update Persian translation0.58.1Danial Behzadi2019-10-071-26/+22
* emulation: Ensure the cursor remains onscreen when moving downEgmont Koblinger2019-09-241-2/+3
* widget: Don't scroll to bottom on keystroke in read-only modeEgmont Koblinger2019-09-141-2/+2
* Post release version bumpChristian Persch2019-09-091-1/+1
* Version 0.58.00.58.0Christian Persch2019-09-091-1/+1
* build: Don't pass C warning flags to the C++ compilerChristian Persch2019-09-091-2/+2
* Post release version bumpChristian Persch2019-08-051-1/+1
* Version 0.57.900.57.90Christian Persch2019-08-051-1/+1
* draw: #include <algorithm> for std::maxTing-Wei Lan2019-08-041-0/+1
* pty: Prefer using TIOCGPTPEER ioctlChristian Persch2019-08-031-11/+27
* pty: Use O_NOCTTY when VTE_PTY_NOCTTY is setChristian Persch2019-08-031-1/+4
* Add Karbi translationJor Teron2019-08-012-0/+42
* Update Basque translationAsier Sarasua Garmendia2019-07-141-23/+21
* bidi: Disable Arabic ligaturesEgmont Koblinger2019-07-081-2/+5
* Post release version bumpChristian Persch2019-06-301-1/+1
* Version 0.57.30.57.3Christian Persch2019-06-301-1/+1
* vte.sh: Remove control chars for window titlePeter Simonyi2019-06-301-0/+1
* draw: Measure characters individuallyChristian Persch2019-06-302-8/+20
* widget: Remove line_is_wrappable()Egmont Koblinger2019-06-302-14/+3
* perf,bidi: Add BiDi demo and info filesEgmont Koblinger2019-06-302-0/+326
* docs,bidi: Clarify the relation between get_text API methods and BiDiEgmont Koblinger2019-06-302-1/+12
* emulation,bidi: Add keyboard swapping modeEgmont Koblinger2019-06-301-0/+46
* widget,bidi: Denote the direction in the I-beam cursorEgmont Koblinger2019-06-301-0/+10
* widget,bidi: Display according to the BiDi mappingEgmont Koblinger2019-06-304-79/+256
* bidi: Find the BiDi mapping for the RingView's contentsEgmont Koblinger2019-06-3011-5/+1084
* bidi: Add API to enable or disable bidirectional text supportEgmont Koblinger2019-06-307-0/+175
* ringview: Add RingView infrastructureEgmont Koblinger2019-06-3010-2/+443
* widget: Invalidate the entire paragraph when its contents changeEgmont Koblinger2019-06-306-36/+157
* emulation: Track BiDi parametersEgmont Koblinger2019-06-3013-35/+288
* emulation: Make certain operataions convert line endings to hard newlineEgmont Koblinger2019-06-302-2/+39
* ring: Keep an additional row writableEgmont Koblinger2019-06-301-3/+8
* widget: Set the soft_wrapped flag via wrapper methodsEgmont Koblinger2019-06-303-6/+39
* emulation: Fix background color handling of DCH and ECHEgmont Koblinger2019-06-292-3/+9
* widget: Merge identical m_color_defaults and m_fill_defaultsEgmont Koblinger2019-06-293-29/+22
* emulation: Improve docsChristian Persch2019-06-281-8/+11
* draw: Align the baseline across font stylesEgmont Koblinger2019-06-281-1/+3