summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move python stuffs to a different subdirectory.Nalin Dahyabhai2002-06-129-64/+458
* Implement vte_terminal_get_encoding and vte_terminal_get_emulation, andNalin Dahyabhai2002-06-124-33/+107
* Fix declaration errors that broke stuff.Nalin Dahyabhai2002-06-122-0/+5
* Add rules for building python modules.Nalin Dahyabhai2002-06-124-1/+33
* Fix hilite clearing when scrolling delta != 0. Actually add the signalsNalin Dahyabhai2002-06-125-6/+8
* Cache the result of vte_terminal_get_accessible() and unref it atNalin Dahyabhai2002-06-122-1/+109
* 2002-06-12 msw accept end_offset of -1, which means "until the end". neverMatt Wilson2002-06-122-4/+9
* Removed. This is a generated file and should not be stored in cvs. Added.Christian Rose2002-06-113-28/+54
* Add a changelog for translations.vte_0_3_29Nalin Dahyabhai2002-06-102-4/+4
* Finish merging otaylor's Xft2 patch (oops). Compute padding correctly.Nalin Dahyabhai2002-06-103-8/+14
* Include gettext support. Mark warnings for possible translation. Add.Nalin Dahyabhai2002-06-1019-47/+230
* 0.3.28vte_0_3_28Nalin Dahyabhai2002-06-102-1/+4
* Center characters in their cells, caching their extents. Finish mergingNalin Dahyabhai2002-06-104-4/+14
* 0.3.27vte_0_3_27Nalin Dahyabhai2002-06-101-2/+5
* Make reaper an EXTRA prog, not a NOINST prog.Nalin Dahyabhai2002-06-091-2/+2
* Adjust font padding to account for characters with wcwidth() != 1.Nalin Dahyabhai2002-06-091-30/+33
* Center characters in their cells, caching their extents.Nalin Dahyabhai2002-06-072-12/+58
* Check for pangoxft with Xft1 or Xft2, hopefully getting things right forvte_0_3_26Nalin Dahyabhai2002-06-0713-573/+945
* 1.3.25vte_0_3_25Nalin Dahyabhai2002-06-051-1/+4
* Don't attempt to handle the ac capability. Try to compute a more sensibleNalin Dahyabhai2002-06-051-3/+12