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