summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make cursor_visible a widget-wide (not per-screen) setting.Nalin Dahyabhai2002-06-182-11/+11
* Correct automake version check to require 1.5, heads-up from Glynn Foster.Nalin Dahyabhai2002-06-182-5/+8
* Sort out greedy vs. non-greedy pattern matching. Make 1047 an alias for 47vte_0_4_1Nalin Dahyabhai2002-06-185-20/+113
* move the python module to the non-devel packagevte_0_4_0Nalin Dahyabhai2002-06-141-2/+2
* Fix arg list mismatch.Nalin Dahyabhai2002-06-141-1/+1
* Oops, shell typo.Nalin Dahyabhai2002-06-141-1/+1
* Add a parameter for passing in environment variables to add. PreprocessNalin Dahyabhai2002-06-1411-65/+98
* subst PYGTK_DATADIRvte_0_3_30Nalin Dahyabhai2002-06-141-1/+1
* Build python bindings with -fPIC.Nalin Dahyabhai2002-06-142-2/+8
* Handle cases where pygtk isn't installed in the prefix we're configuringNalin Dahyabhai2002-06-144-1/+9
* 0.3.30Nalin Dahyabhai2002-06-141-1/+5
* Stop watching for hierarchy-changed signals -- the accessible containerNalin Dahyabhai2002-06-132-53/+3
* Re-read cursor position immediately on "cursor-moved" events, and emit theNalin Dahyabhai2002-06-132-97/+152
* Also tell the parent the child died when the child dies due to an uncaughtNalin Dahyabhai2002-06-123-0/+14
* Re-read the termcap when we change emulation, because the location of theNalin Dahyabhai2002-06-124-5/+60
* 2002-06-12 msw implementMatt Wilson2002-06-122-0/+45
* 2002-06-12 msw added AM_CHECK_PYTHON_HEADERS from pygtk rewrote pythonMatt Wilson2002-06-124-6/+46
* 2002-06-12 msw turn the logic around to be the right wayMatt Wilson2002-06-122-1/+4