summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* Comment out "ti" and "te" which are always going to be logical.Nalin Dahyabhai2002-07-301-2/+2
* Add files.Nalin Dahyabhai2002-07-302-0/+931
* Initialize new lines added for al(). Spotted by jrb.Nalin Dahyabhai2002-07-262-0/+10
* 0.5.4vte_0_5_4Nalin Dahyabhai2002-07-253-24/+33
* Added Danish translation.Ole Laursen2002-07-252-0/+120
* Added Danish translation.Ole Laursen2002-07-252-1/+5
* Note that bold isn't broken any more. Note that k; was added. Set theNalin Dahyabhai2002-07-256-17/+27
* Add private vte_pty_set_size() function. vte_pty_open() takes sizevte_0_5_3Nalin Dahyabhai2002-07-248-33/+64
* 0.5.2vte_0_5_2Nalin Dahyabhai2002-07-231-1/+4
* Expose the ring implementation and convert several simple functions intoNalin Dahyabhai2002-07-235-75/+72
* Fix realize/unrealize to be properly reversible. Use the font from theNalin Dahyabhai2002-07-234-394/+550
* Fix an incorrect logic check.Nalin Dahyabhai2002-07-222-1/+3
* If we're changing the background color, apply it to the widget's window asNalin Dahyabhai2002-07-192-7/+15
* Undo the scrolling changes -- there too many combinations of circumstancesvte_0_5_1Nalin Dahyabhai2002-07-194-68/+82
* Fudge the repaint line count by one when scrolling regions to ensure thatNalin Dahyabhai2002-07-193-4/+24
* Implement enough of set-mode and reset-mode to allow toggling of insertvte_0_5_0Nalin Dahyabhai2002-07-183-120/+224
* Updated Swedish translation.Christian Rose2002-07-182-18/+22
* Actually set ALL_LINGUAS so translations get installed. Document theNalin Dahyabhai2002-07-1817-227/+509
* Set GETTEXT_PACKAGE correctly, noted by menthos.Nalin Dahyabhai2002-07-172-1/+4
* Updated Swedish translation.Christian Rose2002-07-162-26/+32
* Guess at an appropriate bold version of the foreground color instead ofvte_0_4_9Nalin Dahyabhai2002-07-166-5/+74
* Correctly check for g_iconv_open() failure. Try to give a meaningful errorNalin Dahyabhai2002-07-165-39/+78