summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 0.35.10.35.1Egmont Koblinger2014-01-131-0/+8
* emulation: Fix standout handling (typo introduced by true color support)Egmont Koblinger2014-01-131-1/+1
* Fix performance regression with only one active terminal widget.Egmont Koblinger2014-01-131-1/+1
* Allow ":" as subparameter delimiter in SGR color sequences.Egmont Koblinger2014-01-132-54/+139
* emulation: Restore colors upon terminal reset.Egmont Koblinger2014-01-101-2/+3
* emulation: Support 16 million colorsEgmont Koblinger2014-01-095-189/+271
* license: Update to LGPL 2.1. Update FSF postal address.Egmont Koblinger2014-01-0867-834/+870
* Emulation: Emit sequences for Shift+PageUp and friends on alternate screen.Egmont Koblinger2014-01-081-6/+12
* drawing: Make the cursor over a tab character only a single cell wideEgmont Koblinger2014-01-071-1/+1
* doc: Add ambiguous.txt to EXTRA_DISTEgmont Koblinger2014-01-071-0/+1
* drawing: Make underline cursor's height equal the i-beam's widthPaul Bolle2014-01-071-1/+3
* Emulation: Fix escape sequence of Ctrl+Alt+SpaceEgmont Koblinger2014-01-071-0/+3
* Emulation: Fix escape sequences of Begin (numpad 5) with modifiersEgmont Koblinger2014-01-071-3/+4
* Emulation: Fix escape sequences of Home and End, with and without modifiersEgmont Koblinger2014-01-071-0/+12
* Emulation: Fix escape sequences of numpad math operators with modifiersEgmont Koblinger2014-01-071-13/+26
* Emulation: Fix escape sequences of F1-F4 with modifiersEgmont Koblinger2014-01-071-0/+12
* Mention rewrap in NEWSEgmont Koblinger2014-01-071-3/+3
* iconv: Don't drop incomplete UTF-8 before control charactersEgmont Koblinger2014-01-071-2/+9
* iconv: UTF-8 decoding cleanupEgmont Koblinger2013-12-311-24/+3
* doc: Remove ancient copy of xterm sequences docChristian Persch2013-12-202-1654/+0
* doc: Add rewrap.txt to EXTRA_DISTChristian Persch2013-12-201-1/+9
* widget: Add pref to control rewrapping on resizeEgmont Koblinger2013-12-165-3/+81
* docs: Add API index for symbols new in 0.36Christian Persch2013-12-161-0/+4
* emulation: Fix function key mode settingChristian Persch2013-12-011-4/+4
* emulation: Make DECSET handler struct staticChristian Persch2013-12-011-118/+137
* emulation: Improve DECSET handlerChristian Persch2013-12-011-48/+60
* emulation: Remove duplicate sequence entryChristian Persch2013-12-011-1/+0
* Post release version bumpChristian Persch2013-11-181-1/+1
* Version 0.35.00.35.0Christian Persch2013-11-181-0/+10
* emulation: Support DECCOLM mode to switch between 80 and 132 columnsMichele Baldessari2013-11-183-16/+28
* emulation: Reset attributes when entering alternate screenEgmont Koblinger2013-11-181-0/+1
* emulation: Fix ESC E at the bottom of the screenEgmont Koblinger2013-11-181-3/+3
* emulation: Avoid lines filled up with spaces in the restricted scrolling areaEgmont Koblinger2013-11-181-2/+3
* widget,emulation: Rewrap the lines when the window is resizedEgmont Koblinger2013-11-186-39/+951
* ring: Fix stream resetEgmont Koblinger2013-11-181-2/+2
* ring,stream: Refactor the interface between the ring and the streamEgmont Koblinger2013-11-185-48/+30
* widget: Remove obsolete codeEgmont Koblinger2013-11-183-8/+0
* widget: Support for smooth scrollingEgmont Koblinger2013-11-183-40/+69
* emulation: Fix background when bottom row is scrolled upwardsEgmont Koblinger2013-11-181-7/+0
* emulation: Fix the scrollbar position with restricted scrollingEgmont Koblinger2013-11-181-1/+0
* emulation: Reset restricted scrolling on window resizeEgmont Koblinger2013-11-181-0/+2
* emulation: Fix restricted scrolling with a short ringEgmont Koblinger2013-11-181-2/+10
* Don't fake cursor keys on normal screen with restricted scrolling.Egmont Koblinger2013-11-181-3/+2
* emulation: Allow the terminal application to consume right button click eventsEgmont Koblinger2013-11-181-17/+38
* widget,emulation: Separate application palette from terminal paletteEgmont Koblinger2013-11-183-20/+65
* widget: Fix invalidation regionMicah Cowan2013-11-171-5/+23
* widget: Ignore our own deprecationChristian Persch2013-11-161-0/+2
* build: Suppress glib and gtk deprecation warningsChristian Persch2013-11-161-4/+17
* build: Ignore deprecationsChristian Persch2013-10-203-1/+23
* vteapp: Default to infinite scrollbackChristian Persch2013-10-201-1/+1