summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* widget: Remove line_is_wrappable()wip/egmont/bidiEgmont 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
* widget: Deprecate vte_terminal_[sg]et_rewrap_on_resize()Egmont Koblinger2019-06-064-7/+16
* widget: Increase minimum width to 2 cells plus paddingEgmont Koblinger2019-06-061-1/+1
* widget: Revert to paint unused rowsEgmont Koblinger2019-06-061-3/+0
* widget: Clean up invalidating in insert_char()Egmont Koblinger2019-05-311-11/+5
* widget: Don't clamp before invalidating from process_incoming()Egmont Koblinger2019-05-311-21/+0
* widget: Find contiguous LTR and RTL runs of decorationEgmont Koblinger2019-05-311-35/+54
* widget: Move out a common condition for painting the backgroundEgmont Koblinger2019-05-311-12/+13
* all: Add installation & debugging informationLouie Lu2019-05-312-15/+61
* widget: Fix misleading comments in cursor_down()Egmont Koblinger2019-05-311-5/+2
* widget: Fix invalidation with scrolling regionEgmont Koblinger2019-05-311-1/+2
* draw: Optimise invalidation and paintingChristian Persch2019-05-304-131/+109
* widget: Refactor offscreen cursor detectionEgmont Koblinger2019-05-302-5/+19
* widget: Add valist signal marshallersChristian Persch2019-05-293-2/+94
* widget: Avoid double painting of lettersEgmont Koblinger2019-05-061-0/+10
* app: Plug mem leaksChristian Persch2019-05-061-0/+2
* widget: Throw away remaining incoming data on finalizeChristian Persch2019-05-012-4/+6
* build: Fix build on meson 0.49Christian Persch2019-04-291-1/+1
* build: Do not allow disabling assertsChristian Persch2019-04-281-1/+6
* build: Use our own warning flagsChristian Persch2019-04-281-0/+3
* build: Add debug flags when debug is enabledChristian Persch2019-04-281-0/+6
* build: Increase test timeoutChristian Persch2019-04-261-0/+1
* pty: Make vte_pty_child_setup() useful for flatpackChristian Persch2019-04-252-6/+15
* docs: Add index for API new in 0.58Christian Persch2019-04-251-0/+4
* docs: Add index for API new in 0.56Christian Persch2019-04-251-0/+4
* Post release version bumpChristian Persch2019-04-231-1/+1
* parser: glue: Correct parameter collection0.57.0Christian Persch2019-04-201-4/+7
* Revert "parser: glue: Use std::clamp"Christian Persch2019-04-201-2/+2
* ring: fix printf formatAbderrahim Kitouni2019-04-171-2/+2
* vala: Make binding tests compile without warningRico Tzschichholz2019-04-161-47/+47
* build: Check gcc versionChristian Persch2019-04-151-0/+8
* ring: Silence some warnings with debug disabledChristian Persch2019-04-151-5/+5
* build: List Wextra warningsChristian Persch2019-04-151-0/+20