summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.8.3vte_0_8_3Nalin Dahyabhai2002-08-221-1/+6
* Make use of the visible bell a separate option from use of the audibleNalin Dahyabhai2002-08-224-151/+184
* The unrealize/realize test, from msw.Nalin Dahyabhai2002-08-221-0/+51
* Take a vte_table as an additional argument, and don't mess with textvte_0_8_2Nalin Dahyabhai2002-08-228-278/+311
* Cap the maximum number of characters we draw in a single call tovte_0_8_1Nalin Dahyabhai2002-08-213-14/+52
* Don't overwrite the original pattern pointers before freeing the oldNalin Dahyabhai2002-08-213-33/+67
* Unref the output channel one more time when we're done sending data to theNalin Dahyabhai2002-08-202-21/+34
* Dispose of the updated substitution context properly when processingNalin Dahyabhai2002-08-203-1/+11
* - run automake with -cvte_0_8_0Nalin Dahyabhai2002-08-201-1/+1
* Debug when rows get freed. Maybe-release pango contexts after unreffingNalin Dahyabhai2002-08-203-12/+58
* Don't leak the hintstyle and rgba settings. Patch from Arjan van de Ven.Nalin Dahyabhai2002-08-202-25/+62
* Load fonts just-in-time to avoid spurious reloads. Don't override theNalin Dahyabhai2002-08-2014-464/+647
* Add sample iso-2002 escaped text.Nalin Dahyabhai2002-08-191-0/+5
* Fixup some fontconfig/Xft mixups. Set the hint style instead of hintingNalin Dahyabhai2002-08-192-19/+15
* Use gssize instead of ssize_t. Perform substitutions while processing. UseNalin Dahyabhai2002-08-193-129/+86
* Add. Use unitables. Remove sequences for designating character sets.Nalin Dahyabhai2002-08-1921-159/+63206
* Rename vte.py to vte-demo.py, so that having . in your PYTHONPATH doesn'tNalin Dahyabhai2002-08-191-0/+0
* Add.Nalin Dahyabhai2002-08-152-0/+717
* repaint the entire window to ensure that any overdraw area we're notNalin Dahyabhai2002-08-143-14/+31
* drop pending incoming data on reset. give reprocessing of pending inputvte_0_7_4Nalin Dahyabhai2002-08-143-32/+82
* Updated Danish translation.Ole Laursen2002-08-132-31/+38
* reorder set/reset processing for decset so that 1049 properly representsNalin Dahyabhai2002-08-132-13/+9
* - don't include datadir files more than oncevte_0_7_3Nalin Dahyabhai2002-08-121-1/+2
* properly escape a command sequence with an embedded '%'.Nalin Dahyabhai2002-08-122-2/+4
* add de and nl translations to ALL_LINGUASNalin Dahyabhai2002-08-121-1/+1
* 0.7.3Nalin Dahyabhai2002-08-121-1/+6
* change Xft-related defaults match whichever version of GTK we were builtNalin Dahyabhai2002-08-122-0/+9
* don't bother with cursor blinking or freezing/thawing updates when theNalin Dahyabhai2002-08-122-19/+31
* 2002-08-09 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu)Vincent van Adrighem2002-08-092-0/+126
* take extra steps to make sure that the cursor doesn't go back intoNalin Dahyabhai2002-08-082-12/+23
* rewrite.vte_0_7_2Nalin Dahyabhai2002-08-082-3/+10
* fill in the background color when drawing the cursor, even if it's goingNalin Dahyabhai2002-08-084-75/+96
* once again, avoid drawing NULs. add a small pad to each edge (#89048).Nalin Dahyabhai2002-08-084-88/+160
* Whoops, remove that debug g_print().Nalin Dahyabhai2002-08-081-2/+0
* look for $pkgdatadir/termcap/$TERM first, as the widget does, beforeNalin Dahyabhai2002-08-084-127/+125
* don't trust XftDrawString32() to advance linearly for monospaced fontsNalin Dahyabhai2002-08-072-29/+26
* reset the default setting as well (#89506).Nalin Dahyabhai2002-08-073-70/+72
* Updated Swedish translation.Christian Rose2002-08-072-26/+28
* Updated German translation.Christian Neumair2002-08-072-0/+128
* perform Xft remapping for Xft1, switch back to PangoX.vte_0_7_1Nalin Dahyabhai2002-08-072-3/+33
* use g_get_charset() instead of nl_langinfo() to determine the defaultNalin Dahyabhai2002-08-064-182/+430
* add a gdk_flush() before the error trap pop, just for paranoia, may helpHavoc Pennington2002-08-032-0/+7
* Substitute carriage returns for newlines when pasting text to the child,Nalin Dahyabhai2002-08-022-4/+15
* Updated Swedish translation.Christian Rose2002-08-022-27/+35
* Added French translation.Christophe Merlet2002-08-024-1/+138
* Expose vte_pty_set_size() and get_size() to localize terminal ioctl usage.vte_0_7_0Nalin Dahyabhai2002-08-016-1185/+1368
* Include <termios.h> if available, per patch from Hidetoshi Tajima. IncludeNalin Dahyabhai2002-08-014-0/+8
* Initialize new lines created in insert_lines() to the current defaultNalin Dahyabhai2002-07-312-0/+10
* Fix autoconf quoting error.vte_0_6_0Nalin Dahyabhai2002-07-301-1/+1
* Check for wint_t and attempt to allow compiles even when wint_t isn'tNalin Dahyabhai2002-07-3020-804/+750