summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the ac and ma capabilities, which aren't strings.Nalin Dahyabhai2002-06-041-2/+0
* include <unistd.h> instead of <getopt.h>, patch from HideToshi Tajima.Nalin Dahyabhai2002-06-031-1/+1
* Tweak handling of invalid multibyte characters, preventing some hangs.vte_0_3_24Nalin Dahyabhai2002-06-032-5/+6
* Finish switching iconv to g_iconv. I think this was a part of Hidetoshivte_0_3_23Nalin Dahyabhai2002-05-314-72/+106
* Always free the segment when freeing arrays and strings.vte_0_3_22Nalin Dahyabhai2002-05-294-10/+16
* Fix make distcheck.Nalin Dahyabhai2002-05-282-2/+3
* Fix cb() and ce() when the cursor is on a line without data (needed tovte_0_3_21Nalin Dahyabhai2002-05-283-48/+76
* Fix matching when scrolling delta isn't zero, really this time. Fix asyncNalin Dahyabhai2002-05-282-32/+48
* Fix matching when scrolling delta isn't zero.Nalin Dahyabhai2002-05-282-1/+4
* Call libtoolize. (#82836) Fix stupid segfault in set_scrollback_lines.vte_0_3_20Nalin Dahyabhai2002-05-246-75/+145
* Invoke libtoolize.Nalin Dahyabhai2002-05-241-1/+2