summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* wrap the new Xft/fontconfig-specific code in HAVE_XFT Revert some changesNalin Dahyabhai2002-07-154-30/+53
* decrement spaces as we go through the loop, it was nice and infinite.Havoc Pennington2002-07-142-0/+6
* Add the proper number of attribute structs to the attribute array to fixNalin Dahyabhai2002-07-132-13/+9
* Handle cases where FC_HINTING is enabled but FC_HINT_STYLE isn't. Not thatvte_0_4_8Nalin Dahyabhai2002-07-131-1/+3
* Small optimization in the al() and dl() handlers. al() doesn't move theNalin Dahyabhai2002-07-133-11/+16
* Add.Nalin Dahyabhai2002-07-131-0/+93
* Bail if GTK doesn't know about Xft-specific settings.Nalin Dahyabhai2002-07-131-4/+11
* Add patch to heed Xft/fontconfig settings as kept by GTK. Based on patchNalin Dahyabhai2002-07-132-14/+188
* Added. Add -a/-b flags to control audible bell and blinking cursors. OnlyNalin Dahyabhai2002-07-1311-251/+585
* Make shift+button1 extend selection.Nalin Dahyabhai2002-07-024-73/+179
* Fix memory leak when we get conversion errors.vte_0_4_7Nalin Dahyabhai2002-07-012-1/+8
* Rework recovery from illegal sequence errors in the input stream to bevte_0_4_6Nalin Dahyabhai2002-07-012-36/+15
* Get rid of more debug spew.Nalin Dahyabhai2002-07-011-8/+0
* Remove some unnecessary debug spew.Nalin Dahyabhai2002-07-011-7/+0
* Draw unicode line-drawing code points natively as we do for the GR1Nalin Dahyabhai2002-07-013-38/+151
* Bind F10 to "k;", not "k0". Add "k;" defined as F10.vte_0_4_5Nalin Dahyabhai2002-06-264-2/+6
* Check for redundant resizes. Keep the alternate screen buffer size theNalin Dahyabhai2002-06-268-132/+121
* Treat option 1049 as a combination of 1047 and 1048. When finalizing whilevte_0_4_4Nalin Dahyabhai2002-06-253-2/+32
* Fix a logic bug that got rid of the title always, not just when conversionNalin Dahyabhai2002-06-194-5/+12
* Clear the alternate screen when switching to it.vte_0_4_3Nalin Dahyabhai2002-06-192-0/+10
* Fix package description.Nalin Dahyabhai2002-06-191-4/+5
* Fix refs/derefs with IOChannels and sources. Clean up I/O GIConvNalin Dahyabhai2002-06-193-24/+62
* 0.4.2vte_0_4_2Nalin Dahyabhai2002-06-181-1/+5