summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-06-100.3.27vte_0_3_27Nalin Dahyabhai1-2/+5
2002-06-09Make reaper an EXTRA prog, not a NOINST prog.Nalin Dahyabhai1-2/+2
2002-06-09Adjust font padding to account for characters with wcwidth() != 1.Nalin Dahyabhai1-30/+33
2002-06-07Center characters in their cells, caching their extents.Nalin Dahyabhai2-12/+58
2002-06-07Check for pangoxft with Xft1 or Xft2, hopefully getting things right forvte_0_3_26Nalin Dahyabhai13-573/+945
2002-06-051.3.25vte_0_3_25Nalin Dahyabhai1-1/+4
2002-06-05Don't attempt to handle the ac capability. Try to compute a more sensibleNalin Dahyabhai1-3/+12
2002-06-04Remove the ac and ma capabilities, which aren't strings.Nalin Dahyabhai1-2/+0
2002-06-03include <unistd.h> instead of <getopt.h>, patch from HideToshi Tajima.Nalin Dahyabhai1-1/+1
2002-06-03Tweak handling of invalid multibyte characters, preventing some hangs.vte_0_3_24Nalin Dahyabhai2-5/+6
2002-05-31Finish switching iconv to g_iconv. I think this was a part of Hidetoshivte_0_3_23Nalin Dahyabhai4-72/+106
2002-05-29Always free the segment when freeing arrays and strings.vte_0_3_22Nalin Dahyabhai4-10/+16
2002-05-28Fix make distcheck.Nalin Dahyabhai2-2/+3
2002-05-28Fix cb() and ce() when the cursor is on a line without data (needed tovte_0_3_21Nalin Dahyabhai3-48/+76
2002-05-28Fix matching when scrolling delta isn't zero, really this time. Fix asyncNalin Dahyabhai2-32/+48
2002-05-28Fix matching when scrolling delta isn't zero.Nalin Dahyabhai2-1/+4
2002-05-24Call libtoolize. (#82836) Fix stupid segfault in set_scrollback_lines.vte_0_3_20Nalin Dahyabhai6-75/+145
2002-05-24Invoke libtoolize.Nalin Dahyabhai1-1/+2
2002-05-22Fix hiliting of matched strings to better match the returned matchedNalin Dahyabhai3-27/+50
2002-05-21Filter key release events through input methods. (Patch from otaylor.)Nalin Dahyabhai3-0/+15
2002-05-210.3.19vte_0_3_19Nalin Dahyabhai1-1/+4
2002-05-21Patch from Hidetoshi Tajima to fix building on Solaris systems, remove useNalin Dahyabhai8-40/+142
2002-05-202002-05-18 andersca Don't queue a background update if the backgroundAnders Carlsson2-1/+7
2002-05-17Try multiple versions of autoconf, too.vte_0_3_18Nalin Dahyabhai1-2/+2
2002-05-17Try multiple versions of automake, just in case. Fix displaying ofNalin Dahyabhai5-19/+259
2002-05-16rework a couple of rules to make automake happy again.vte_0_3_17Nalin Dahyabhai1-0/+1
2002-05-16Snip trailing whitespace off of copied lines, insert an end-of-line onlyNalin Dahyabhai3-13/+36
2002-05-15Send kI on insert key. Don't send drag events when the child has onlyvte_0_3_16Nalin Dahyabhai4-148/+457
2002-05-14Don't send motion-tracking events to the child unless we're dragging. Fixvte_0_3_15Nalin Dahyabhai7-239/+533
2002-05-14Don't try to draw nul characters.vte_0_3_14Nalin Dahyabhai3-3/+8
2002-05-14Add "ALL" as a debug flag, aliased to everything. Print debug info aftervte_0_3_13Nalin Dahyabhai9-138/+393
2002-05-10Make delete mode a no-op, fix ic/IC (#81417).Nalin Dahyabhai2-9/+15
2002-05-10Implement bt, ct, st. Reimplement ta.vte_0_3_12Nalin Dahyabhai3-11/+144
2002-05-09Fixes to usage of iconv, from otaylor. Remap characters which are missingNalin Dahyabhai15-603/+1305
2002-05-08Warning fixes and cleanups.vte_0_3_11Nalin Dahyabhai1-4/+7
2002-05-08Implement mouse button events and motion-event and any-event tracking.Nalin Dahyabhai5-130/+668
2002-05-06Hide the mouse cursor when we get keyboard events. Use a different mousevte_0_3_10Nalin Dahyabhai6-60/+194
2002-05-06Start handling mouse button down / button up events.vte_0_3_9Nalin Dahyabhai3-7/+105
2002-05-06Fix an inadvertent mixing of preprocessor logic with code.vte_0_3_8Nalin Dahyabhai1-2/+2
2002-05-06Finish implementing window-manipulation sequences. Rename signals to beNalin Dahyabhai6-79/+694
2002-05-03Export a vte_termcap_strip() function for preprocessing escape sequencesvte_0_3_7Nalin Dahyabhai8-112/+174
2002-05-020.3.6vte_0_3_6Nalin Dahyabhai1-1/+4
2002-05-02Hook up ts/te, ks/ke sequence handlers. Fix initialization crash bugs.Nalin Dahyabhai3-18/+136
2002-05-02fix parsing of octal codes which start with "1" instead of "0" munge asvte_0_3_5Nalin Dahyabhai5-6/+21
2002-05-02Fix a crashbug due to mismatch between parent field in the object'svte_0_3_4Nalin Dahyabhai6-54/+67
2002-05-02Rework trie matching to return the address of the character which endedvte_0_3_3Nalin Dahyabhai10-160/+496
2002-05-01Try @pkgdatadir@/termcap/$TERM when reading termcap files. This fixes thevte_0_3_2Nalin Dahyabhai9-11/+85
2002-04-30Disconnect from toplevel configure events at finalize-time.vte_0_3_1Nalin Dahyabhai3-2/+18
2002-04-30Track and free idle task tags properly. Change F11 and F12 capabilitiesvte_0_3Nalin Dahyabhai10-126/+1241
2002-04-29Track and free idle task tags properly.Nalin Dahyabhai2-13/+73