summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Sort out greedy vs. non-greedy pattern matching. Make 1047 an alias for 47vte_0_4_1Nalin Dahyabhai2002-06-182-18/+104
* Add a parameter for passing in environment variables to add. PreprocessNalin Dahyabhai2002-06-147-29/+33
* Handle cases where pygtk isn't installed in the prefix we're configuringNalin Dahyabhai2002-06-141-0/+2
* Stop watching for hierarchy-changed signals -- the accessible containerNalin Dahyabhai2002-06-131-53/+0
* Re-read cursor position immediately on "cursor-moved" events, and emit theNalin Dahyabhai2002-06-131-97/+147
* Also tell the parent the child died when the child dies due to an uncaughtNalin Dahyabhai2002-06-122-0/+12
* Re-read the termcap when we change emulation, because the location of theNalin Dahyabhai2002-06-121-3/+10
* 2002-06-12 msw turn the logic around to be the right wayMatt Wilson2002-06-121-1/+1
* Move python stuffs to a different subdirectory.Nalin Dahyabhai2002-06-123-61/+2
* Implement vte_terminal_get_encoding and vte_terminal_get_emulation, andNalin Dahyabhai2002-06-123-31/+103
* Fix declaration errors that broke stuff.Nalin Dahyabhai2002-06-122-0/+5
* Add rules for building python modules.Nalin Dahyabhai2002-06-122-1/+17
* Fix hilite clearing when scrolling delta != 0. Actually add the signalsNalin Dahyabhai2002-06-124-3/+8
* Cache the result of vte_terminal_get_accessible() and unref it atNalin Dahyabhai2002-06-121-1/+105
* 2002-06-12 msw accept end_offset of -1, which means "until the end". neverMatt Wilson2002-06-121-4/+4
* Finish merging otaylor's Xft2 patch (oops). Compute padding correctly.Nalin Dahyabhai2002-06-101-4/+5
* Include gettext support. Mark warnings for possible translation. Add.Nalin Dahyabhai2002-06-1013-45/+97
* Center characters in their cells, caching their extents. Finish mergingNalin Dahyabhai2002-06-102-3/+10
* 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-071-12/+56
* Check for pangoxft with Xft1 or Xft2, hopefully getting things right forvte_0_3_26Nalin Dahyabhai2002-06-079-562/+898
* 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-031-4/+2
* Finish switching iconv to g_iconv. I think this was a part of Hidetoshivte_0_3_23Nalin Dahyabhai2002-05-312-70/+92
* Always free the segment when freeing arrays and strings.vte_0_3_22Nalin Dahyabhai2002-05-292-9/+10
* Fix cb() and ce() when the cursor is on a line without data (needed tovte_0_3_21Nalin Dahyabhai2002-05-281-46/+69
* Fix matching when scrolling delta isn't zero, really this time. Fix asyncNalin Dahyabhai2002-05-281-31/+46
* Fix matching when scrolling delta isn't zero.Nalin Dahyabhai2002-05-281-1/+1
* Call libtoolize. (#82836) Fix stupid segfault in set_scrollback_lines.vte_0_3_20Nalin Dahyabhai2002-05-243-74/+133
* Fix hiliting of matched strings to better match the returned matchedNalin Dahyabhai2002-05-221-25/+46
* Filter key release events through input methods. (Patch from otaylor.)Nalin Dahyabhai2002-05-211-0/+11
* Patch from Hidetoshi Tajima to fix building on Solaris systems, remove useNalin Dahyabhai2002-05-214-27/+37
* 2002-05-18 andersca Don't queue a background update if the backgroundAnders Carlsson2002-05-201-1/+4
* Try multiple versions of automake, just in case. Fix displaying ofNalin Dahyabhai2002-05-172-15/+251
* rework a couple of rules to make automake happy again.vte_0_3_17Nalin Dahyabhai2002-05-161-0/+1
* Snip trailing whitespace off of copied lines, insert an end-of-line onlyNalin Dahyabhai2002-05-161-12/+28
* Send kI on insert key. Don't send drag events when the child has onlyvte_0_3_16Nalin Dahyabhai2002-05-152-146/+442
* Don't send motion-tracking events to the child unless we're dragging. Fixvte_0_3_15Nalin Dahyabhai2002-05-144-235/+515
* Don't try to draw nul characters.vte_0_3_14Nalin Dahyabhai2002-05-141-1/+1
* Add "ALL" as a debug flag, aliased to everything. Print debug info aftervte_0_3_13Nalin Dahyabhai2002-05-145-133/+372
* Make delete mode a no-op, fix ic/IC (#81417).Nalin Dahyabhai2002-05-101-9/+12
* Implement bt, ct, st. Reimplement ta.vte_0_3_12Nalin Dahyabhai2002-05-101-9/+141
* Fixes to usage of iconv, from otaylor. Remap characters which are missingNalin Dahyabhai2002-05-0910-599/+1259
* Warning fixes and cleanups.vte_0_3_11Nalin Dahyabhai2002-05-081-4/+7
* Implement mouse button events and motion-event and any-event tracking.Nalin Dahyabhai2002-05-082-115/+656
* Hide the mouse cursor when we get keyboard events. Use a different mousevte_0_3_10Nalin Dahyabhai2002-05-063-58/+186
* Start handling mouse button down / button up events.vte_0_3_9Nalin Dahyabhai2002-05-061-5/+100