summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-08-07perform Xft remapping for Xft1, switch back to PangoX.vte_0_7_1Nalin Dahyabhai2-3/+33
2002-08-06use g_get_charset() instead of nl_langinfo() to determine the defaultNalin Dahyabhai4-182/+430
2002-08-03add a gdk_flush() before the error trap pop, just for paranoia, may helpHavoc Pennington2-0/+7
2002-08-02Substitute carriage returns for newlines when pasting text to the child,Nalin Dahyabhai2-4/+15
2002-08-02Updated Swedish translation.Christian Rose2-27/+35
2002-08-02Added French translation.Christophe Merlet4-1/+138
2002-08-01Expose vte_pty_set_size() and get_size() to localize terminal ioctl usage.vte_0_7_0Nalin Dahyabhai6-1185/+1368
2002-08-01Include <termios.h> if available, per patch from Hidetoshi Tajima. IncludeNalin Dahyabhai4-0/+8
2002-07-31Initialize new lines created in insert_lines() to the current defaultNalin Dahyabhai2-0/+10
2002-07-30Fix autoconf quoting error.vte_0_6_0Nalin Dahyabhai1-1/+1
2002-07-30Check for wint_t and attempt to allow compiles even when wint_t isn'tNalin Dahyabhai20-804/+750
2002-07-30Comment out "ti" and "te" which are always going to be logical.Nalin Dahyabhai1-2/+2
2002-07-30Add files.Nalin Dahyabhai2-0/+931
2002-07-26Initialize new lines added for al(). Spotted by jrb.Nalin Dahyabhai2-0/+10
2002-07-250.5.4vte_0_5_4Nalin Dahyabhai3-24/+33
2002-07-25Added Danish translation.Ole Laursen2-0/+120
2002-07-25Added Danish translation.Ole Laursen2-1/+5
2002-07-25Note that bold isn't broken any more. Note that k; was added. Set theNalin Dahyabhai6-17/+27
2002-07-24Add private vte_pty_set_size() function. vte_pty_open() takes sizevte_0_5_3Nalin Dahyabhai8-33/+64
2002-07-230.5.2vte_0_5_2Nalin Dahyabhai1-1/+4
2002-07-23Expose the ring implementation and convert several simple functions intoNalin Dahyabhai5-75/+72
2002-07-23Fix realize/unrealize to be properly reversible. Use the font from theNalin Dahyabhai4-394/+550
2002-07-22Fix an incorrect logic check.Nalin Dahyabhai2-1/+3
2002-07-19If we're changing the background color, apply it to the widget's window asNalin Dahyabhai2-7/+15
2002-07-19Undo the scrolling changes -- there too many combinations of circumstancesvte_0_5_1Nalin Dahyabhai4-68/+82
2002-07-19Fudge the repaint line count by one when scrolling regions to ensure thatNalin Dahyabhai3-4/+24
2002-07-18Implement enough of set-mode and reset-mode to allow toggling of insertvte_0_5_0Nalin Dahyabhai3-120/+224
2002-07-18Updated Swedish translation.Christian Rose2-18/+22
2002-07-18Actually set ALL_LINGUAS so translations get installed. Document theNalin Dahyabhai17-227/+509
2002-07-17Set GETTEXT_PACKAGE correctly, noted by menthos.Nalin Dahyabhai2-1/+4
2002-07-16Updated Swedish translation.Christian Rose2-26/+32
2002-07-16Guess at an appropriate bold version of the foreground color instead ofvte_0_4_9Nalin Dahyabhai6-5/+74
2002-07-16Correctly check for g_iconv_open() failure. Try to give a meaningful errorNalin Dahyabhai5-39/+78
2002-07-15wrap the new Xft/fontconfig-specific code in HAVE_XFT Revert some changesNalin Dahyabhai4-30/+53
2002-07-14decrement spaces as we go through the loop, it was nice and infinite.Havoc Pennington2-0/+6
2002-07-13Add the proper number of attribute structs to the attribute array to fixNalin Dahyabhai2-13/+9
2002-07-13Handle cases where FC_HINTING is enabled but FC_HINT_STYLE isn't. Not thatvte_0_4_8Nalin Dahyabhai1-1/+3
2002-07-13Small optimization in the al() and dl() handlers. al() doesn't move theNalin Dahyabhai3-11/+16
2002-07-13Add.Nalin Dahyabhai1-0/+93
2002-07-13Bail if GTK doesn't know about Xft-specific settings.Nalin Dahyabhai1-4/+11
2002-07-13Add patch to heed Xft/fontconfig settings as kept by GTK. Based on patchNalin Dahyabhai2-14/+188
2002-07-13Added. Add -a/-b flags to control audible bell and blinking cursors. OnlyNalin Dahyabhai11-251/+585
2002-07-02Make shift+button1 extend selection.Nalin Dahyabhai4-73/+179
2002-07-01Fix memory leak when we get conversion errors.vte_0_4_7Nalin Dahyabhai2-1/+8
2002-07-01Rework recovery from illegal sequence errors in the input stream to bevte_0_4_6Nalin Dahyabhai2-36/+15
2002-07-01Get rid of more debug spew.Nalin Dahyabhai1-8/+0
2002-07-01Remove some unnecessary debug spew.Nalin Dahyabhai1-7/+0
2002-07-01Draw unicode line-drawing code points natively as we do for the GR1Nalin Dahyabhai3-38/+151
2002-06-26Bind F10 to "k;", not "k0". Add "k;" defined as F10.vte_0_4_5Nalin Dahyabhai4-2/+6
2002-06-26Check for redundant resizes. Keep the alternate screen buffer size theNalin Dahyabhai8-132/+121