summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2002-09-02Don't send zero-length strings to the child -- it may not be able to copeNalin Dahyabhai1-0/+9
2002-08-30Wrap correctly to avoid screwing up multicolumn characters.Nalin Dahyabhai1-0/+4
2002-08-30Get smarter about when it's necessary to start messing with ourNalin Dahyabhai1-0/+6
2002-08-30Register VteTerminalEraseBinding with GObject as an enum. Update. IgnoreNalin Dahyabhai1-0/+6
2002-08-30Restore the focus-in/focus-out handlers -- the defaults don't quite DTRTvte_0_8_13Nalin Dahyabhai1-0/+8
2002-08-30Initialize the pty master fd to -1 to avoid spurious window resizes on fdNalin Dahyabhai1-0/+5
2002-08-30Fix a how'd-that-ever-work bug (not returning anything fromvte_0_8_12Nalin Dahyabhai1-0/+7
2002-08-29Clean up bookkeeping for mouse autoscrolling and adjustment changevte_0_8_11Nalin Dahyabhai1-1/+16
2002-08-28new translation, by "Alexandre Folle de Menezes" <afmenez@terra.com.br>Gustavo Noronha Silva1-0/+4
2002-08-28Stop autoscrolling on button release.vte_0_8_10Nalin Dahyabhai1-0/+2
2002-08-28When autoscrolling, clamp the new boundaries to what the user can see.Nalin Dahyabhai1-0/+3
2002-08-28Implement autoscroll (Red Hat #70481).Nalin Dahyabhai1-0/+2
2002-08-28Only perform cr-lf substitutions when pasting text, not when inputtingNalin Dahyabhai1-1/+7
2002-08-27Don't tamper with the scrolling offsets -- they're updated when we handlevte_0_8_9Nalin Dahyabhai1-0/+7
2002-08-27Keep cursor position and scrolling offsets from going wonky when youvte_0_8_8Nalin Dahyabhai1-0/+8
2002-08-26Add padding spaces after full lines as well -- spotted by both notting andNalin Dahyabhai1-0/+4
2002-08-26Don't deadlock when substitution fails, spotted by msw.vte_0_8_7Nalin Dahyabhai1-0/+3
2002-08-26If GDK_USE_XFT is set, check the value of GDK_USE_XFT, not VTE_USE_XFT.vte_0_8_6Nalin Dahyabhai1-0/+4
2002-08-25Heed the reverse-video setting when painting character cells again. Makevte_0_8_5Nalin Dahyabhai1-1/+7
2002-08-252002-08-25 nalin Make nd() move right but not wrap -- according to Strangvte_0_8_4Nalin Dahyabhai1-1/+9
2002-08-24Added Norwegian (no) to ALL_LINGUAS.Kjartan Maraas1-0/+4
2002-08-24Added Vietnamese filePablo Saratxaga1-0/+2
2002-08-22Bind ENQ to "return-terminal-status". Fix an off-by-one which incorrectlyNalin Dahyabhai1-0/+7
2002-08-22Set geometry hints using the initial font setup.Nalin Dahyabhai1-0/+2
2002-08-22Make use of the visible bell a separate option from use of the audibleNalin Dahyabhai1-0/+8
2002-08-22Take a vte_table as an additional argument, and don't mess with textvte_0_8_2Nalin Dahyabhai1-0/+6
2002-08-21Cap the maximum number of characters we draw in a single call tovte_0_8_1Nalin Dahyabhai1-0/+4
2002-08-21Don't overwrite the original pattern pointers before freeing the oldNalin Dahyabhai1-1/+6
2002-08-20Unref the output channel one more time when we're done sending data to theNalin Dahyabhai1-0/+7
2002-08-20Dispose of the updated substitution context properly when processingNalin Dahyabhai1-0/+3
2002-08-20Debug when rows get freed. Maybe-release pango contexts after unreffingNalin Dahyabhai1-0/+6
2002-08-20Don't leak the hintstyle and rgba settings. Patch from Arjan van de Ven.Nalin Dahyabhai1-0/+4
2002-08-20Load fonts just-in-time to avoid spurious reloads. Don't override theNalin Dahyabhai1-1/+11
2002-08-19Fixup some fontconfig/Xft mixups. Set the hint style instead of hintingNalin Dahyabhai1-0/+3
2002-08-19Use gssize instead of ssize_t. Perform substitutions while processing. UseNalin Dahyabhai1-0/+5
2002-08-19Add. Use unitables. Remove sequences for designating character sets.Nalin Dahyabhai1-0/+11
2002-08-14repaint the entire window to ensure that any overdraw area we're notNalin Dahyabhai1-0/+7
2002-08-14drop pending incoming data on reset. give reprocessing of pending inputvte_0_7_4Nalin Dahyabhai1-4/+14
2002-08-13reorder set/reset processing for decset so that 1049 properly representsNalin Dahyabhai1-0/+3
2002-08-12properly escape a command sequence with an embedded '%'.Nalin Dahyabhai1-0/+2
2002-08-12change Xft-related defaults match whichever version of GTK we were builtNalin Dahyabhai1-0/+3
2002-08-12don't bother with cursor blinking or freezing/thawing updates when theNalin Dahyabhai1-0/+3
2002-08-08take extra steps to make sure that the cursor doesn't go back intoNalin Dahyabhai1-0/+3
2002-08-08rewrite.vte_0_7_2Nalin Dahyabhai1-0/+2
2002-08-08fill in the background color when drawing the cursor, even if it's goingNalin Dahyabhai1-0/+5
2002-08-08once again, avoid drawing NULs. add a small pad to each edge (#89048).Nalin Dahyabhai1-0/+4
2002-08-08look for $pkgdatadir/termcap/$TERM first, as the widget does, beforeNalin Dahyabhai1-0/+9
2002-08-07don't trust XftDrawString32() to advance linearly for monospaced fontsNalin Dahyabhai1-0/+5
2002-08-07reset the default setting as well (#89506).Nalin Dahyabhai1-0/+3
2002-08-07perform Xft remapping for Xft1, switch back to PangoX.vte_0_7_1Nalin Dahyabhai1-0/+3