summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Stop autoscrolling on button release.vte_0_8_10Nalin Dahyabhai2002-08-281-0/+2
* When autoscrolling, clamp the new boundaries to what the user can see.Nalin Dahyabhai2002-08-281-0/+3
* Implement autoscroll (Red Hat #70481).Nalin Dahyabhai2002-08-281-0/+2
* Only perform cr-lf substitutions when pasting text, not when inputtingNalin Dahyabhai2002-08-281-1/+7
* Don't tamper with the scrolling offsets -- they're updated when we handlevte_0_8_9Nalin Dahyabhai2002-08-271-0/+7
* Keep cursor position and scrolling offsets from going wonky when youvte_0_8_8Nalin Dahyabhai2002-08-271-0/+8
* Add padding spaces after full lines as well -- spotted by both notting andNalin Dahyabhai2002-08-261-0/+4
* Don't deadlock when substitution fails, spotted by msw.vte_0_8_7Nalin Dahyabhai2002-08-261-0/+3
* If GDK_USE_XFT is set, check the value of GDK_USE_XFT, not VTE_USE_XFT.vte_0_8_6Nalin Dahyabhai2002-08-261-0/+4
* Heed the reverse-video setting when painting character cells again. Makevte_0_8_5Nalin Dahyabhai2002-08-251-1/+7
* 2002-08-25 nalin Make nd() move right but not wrap -- according to Strangvte_0_8_4Nalin Dahyabhai2002-08-251-1/+9
* Added Norwegian (no) to ALL_LINGUAS.Kjartan Maraas2002-08-241-0/+4
* Added Vietnamese filePablo Saratxaga2002-08-241-0/+2
* Bind ENQ to "return-terminal-status". Fix an off-by-one which incorrectlyNalin Dahyabhai2002-08-221-0/+7
* Set geometry hints using the initial font setup.Nalin Dahyabhai2002-08-221-0/+2
* Make use of the visible bell a separate option from use of the audibleNalin Dahyabhai2002-08-221-0/+8
* Take a vte_table as an additional argument, and don't mess with textvte_0_8_2Nalin Dahyabhai2002-08-221-0/+6
* Cap the maximum number of characters we draw in a single call tovte_0_8_1Nalin Dahyabhai2002-08-211-0/+4
* Don't overwrite the original pattern pointers before freeing the oldNalin Dahyabhai2002-08-211-1/+6
* Unref the output channel one more time when we're done sending data to theNalin Dahyabhai2002-08-201-0/+7
* Dispose of the updated substitution context properly when processingNalin Dahyabhai2002-08-201-0/+3
* Debug when rows get freed. Maybe-release pango contexts after unreffingNalin Dahyabhai2002-08-201-0/+6
* Don't leak the hintstyle and rgba settings. Patch from Arjan van de Ven.Nalin Dahyabhai2002-08-201-0/+4
* Load fonts just-in-time to avoid spurious reloads. Don't override theNalin Dahyabhai2002-08-201-1/+11
* Fixup some fontconfig/Xft mixups. Set the hint style instead of hintingNalin Dahyabhai2002-08-191-0/+3
* Use gssize instead of ssize_t. Perform substitutions while processing. UseNalin Dahyabhai2002-08-191-0/+5
* Add. Use unitables. Remove sequences for designating character sets.Nalin Dahyabhai2002-08-191-0/+11
* repaint the entire window to ensure that any overdraw area we're notNalin Dahyabhai2002-08-141-0/+7
* drop pending incoming data on reset. give reprocessing of pending inputvte_0_7_4Nalin Dahyabhai2002-08-141-4/+14
* reorder set/reset processing for decset so that 1049 properly representsNalin Dahyabhai2002-08-131-0/+3
* properly escape a command sequence with an embedded '%'.Nalin Dahyabhai2002-08-121-0/+2
* change Xft-related defaults match whichever version of GTK we were builtNalin Dahyabhai2002-08-121-0/+3
* don't bother with cursor blinking or freezing/thawing updates when theNalin Dahyabhai2002-08-121-0/+3
* take extra steps to make sure that the cursor doesn't go back intoNalin Dahyabhai2002-08-081-0/+3
* rewrite.vte_0_7_2Nalin Dahyabhai2002-08-081-0/+2
* fill in the background color when drawing the cursor, even if it's goingNalin Dahyabhai2002-08-081-0/+5
* once again, avoid drawing NULs. add a small pad to each edge (#89048).Nalin Dahyabhai2002-08-081-0/+4
* look for $pkgdatadir/termcap/$TERM first, as the widget does, beforeNalin Dahyabhai2002-08-081-0/+9
* don't trust XftDrawString32() to advance linearly for monospaced fontsNalin Dahyabhai2002-08-071-0/+5
* reset the default setting as well (#89506).Nalin Dahyabhai2002-08-071-0/+3
* perform Xft remapping for Xft1, switch back to PangoX.vte_0_7_1Nalin Dahyabhai2002-08-071-0/+3
* use g_get_charset() instead of nl_langinfo() to determine the defaultNalin Dahyabhai2002-08-061-0/+30
* add a gdk_flush() before the error trap pop, just for paranoia, may helpHavoc Pennington2002-08-031-0/+6
* Substitute carriage returns for newlines when pasting text to the child,Nalin Dahyabhai2002-08-021-0/+5
* Added French translation.Christophe Merlet2002-08-021-0/+4
* Expose vte_pty_set_size() and get_size() to localize terminal ioctl usage.vte_0_7_0Nalin Dahyabhai2002-08-011-0/+18
* Include <termios.h> if available, per patch from Hidetoshi Tajima. IncludeNalin Dahyabhai2002-08-011-0/+3
* Initialize new lines created in insert_lines() to the current defaultNalin Dahyabhai2002-07-311-0/+3
* Check for wint_t and attempt to allow compiles even when wint_t isn'tNalin Dahyabhai2002-07-301-0/+25
* Initialize new lines added for al(). Spotted by jrb.Nalin Dahyabhai2002-07-261-0/+3