Age | Commit message (Expand) | Author | Files | Lines |
2002-06-10 | 0.3.27vte_0_3_27 | Nalin Dahyabhai | 1 | -2/+5 |
2002-06-09 | Make reaper an EXTRA prog, not a NOINST prog. | Nalin Dahyabhai | 1 | -2/+2 |
2002-06-09 | Adjust font padding to account for characters with wcwidth() != 1. | Nalin Dahyabhai | 1 | -30/+33 |
2002-06-07 | Center characters in their cells, caching their extents. | Nalin Dahyabhai | 2 | -12/+58 |
2002-06-07 | Check for pangoxft with Xft1 or Xft2, hopefully getting things right forvte_0_3_26 | Nalin Dahyabhai | 13 | -573/+945 |
2002-06-05 | 1.3.25vte_0_3_25 | Nalin Dahyabhai | 1 | -1/+4 |
2002-06-05 | Don't attempt to handle the ac capability. Try to compute a more sensible | Nalin Dahyabhai | 1 | -3/+12 |
2002-06-04 | Remove the ac and ma capabilities, which aren't strings. | Nalin Dahyabhai | 1 | -2/+0 |
2002-06-03 | include <unistd.h> instead of <getopt.h>, patch from HideToshi Tajima. | Nalin Dahyabhai | 1 | -1/+1 |
2002-06-03 | Tweak handling of invalid multibyte characters, preventing some hangs.vte_0_3_24 | Nalin Dahyabhai | 2 | -5/+6 |
2002-05-31 | Finish switching iconv to g_iconv. I think this was a part of Hidetoshivte_0_3_23 | Nalin Dahyabhai | 4 | -72/+106 |
2002-05-29 | Always free the segment when freeing arrays and strings.vte_0_3_22 | Nalin Dahyabhai | 4 | -10/+16 |
2002-05-28 | Fix make distcheck. | Nalin Dahyabhai | 2 | -2/+3 |
2002-05-28 | Fix cb() and ce() when the cursor is on a line without data (needed tovte_0_3_21 | Nalin Dahyabhai | 3 | -48/+76 |
2002-05-28 | Fix matching when scrolling delta isn't zero, really this time. Fix async | Nalin Dahyabhai | 2 | -32/+48 |
2002-05-28 | Fix matching when scrolling delta isn't zero. | Nalin Dahyabhai | 2 | -1/+4 |
2002-05-24 | Call libtoolize. (#82836) Fix stupid segfault in set_scrollback_lines.vte_0_3_20 | Nalin Dahyabhai | 6 | -75/+145 |
2002-05-24 | Invoke libtoolize. | Nalin Dahyabhai | 1 | -1/+2 |
2002-05-22 | Fix hiliting of matched strings to better match the returned matched | Nalin Dahyabhai | 3 | -27/+50 |
2002-05-21 | Filter key release events through input methods. (Patch from otaylor.) | Nalin Dahyabhai | 3 | -0/+15 |
2002-05-21 | 0.3.19vte_0_3_19 | Nalin Dahyabhai | 1 | -1/+4 |
2002-05-21 | Patch from Hidetoshi Tajima to fix building on Solaris systems, remove use | Nalin Dahyabhai | 8 | -40/+142 |
2002-05-20 | 2002-05-18 andersca Don't queue a background update if the background | Anders Carlsson | 2 | -1/+7 |
2002-05-17 | Try multiple versions of autoconf, too.vte_0_3_18 | Nalin Dahyabhai | 1 | -2/+2 |
2002-05-17 | Try multiple versions of automake, just in case. Fix displaying of | Nalin Dahyabhai | 5 | -19/+259 |
2002-05-16 | rework a couple of rules to make automake happy again.vte_0_3_17 | Nalin Dahyabhai | 1 | -0/+1 |
2002-05-16 | Snip trailing whitespace off of copied lines, insert an end-of-line only | Nalin Dahyabhai | 3 | -13/+36 |
2002-05-15 | Send kI on insert key. Don't send drag events when the child has onlyvte_0_3_16 | Nalin Dahyabhai | 4 | -148/+457 |
2002-05-14 | Don't send motion-tracking events to the child unless we're dragging. Fixvte_0_3_15 | Nalin Dahyabhai | 7 | -239/+533 |
2002-05-14 | Don't try to draw nul characters.vte_0_3_14 | Nalin Dahyabhai | 3 | -3/+8 |
2002-05-14 | Add "ALL" as a debug flag, aliased to everything. Print debug info aftervte_0_3_13 | Nalin Dahyabhai | 9 | -138/+393 |
2002-05-10 | Make delete mode a no-op, fix ic/IC (#81417). | Nalin Dahyabhai | 2 | -9/+15 |
2002-05-10 | Implement bt, ct, st. Reimplement ta.vte_0_3_12 | Nalin Dahyabhai | 3 | -11/+144 |
2002-05-09 | Fixes to usage of iconv, from otaylor. Remap characters which are missing | Nalin Dahyabhai | 15 | -603/+1305 |
2002-05-08 | Warning fixes and cleanups.vte_0_3_11 | Nalin Dahyabhai | 1 | -4/+7 |
2002-05-08 | Implement mouse button events and motion-event and any-event tracking. | Nalin Dahyabhai | 5 | -130/+668 |
2002-05-06 | Hide the mouse cursor when we get keyboard events. Use a different mousevte_0_3_10 | Nalin Dahyabhai | 6 | -60/+194 |
2002-05-06 | Start handling mouse button down / button up events.vte_0_3_9 | Nalin Dahyabhai | 3 | -7/+105 |
2002-05-06 | Fix an inadvertent mixing of preprocessor logic with code.vte_0_3_8 | Nalin Dahyabhai | 1 | -2/+2 |
2002-05-06 | Finish implementing window-manipulation sequences. Rename signals to be | Nalin Dahyabhai | 6 | -79/+694 |
2002-05-03 | Export a vte_termcap_strip() function for preprocessing escape sequencesvte_0_3_7 | Nalin Dahyabhai | 8 | -112/+174 |
2002-05-02 | 0.3.6vte_0_3_6 | Nalin Dahyabhai | 1 | -1/+4 |
2002-05-02 | Hook up ts/te, ks/ke sequence handlers. Fix initialization crash bugs. | Nalin Dahyabhai | 3 | -18/+136 |
2002-05-02 | fix parsing of octal codes which start with "1" instead of "0" munge asvte_0_3_5 | Nalin Dahyabhai | 5 | -6/+21 |
2002-05-02 | Fix a crashbug due to mismatch between parent field in the object'svte_0_3_4 | Nalin Dahyabhai | 6 | -54/+67 |
2002-05-02 | Rework trie matching to return the address of the character which endedvte_0_3_3 | Nalin Dahyabhai | 10 | -160/+496 |
2002-05-01 | Try @pkgdatadir@/termcap/$TERM when reading termcap files. This fixes thevte_0_3_2 | Nalin Dahyabhai | 9 | -11/+85 |
2002-04-30 | Disconnect from toplevel configure events at finalize-time.vte_0_3_1 | Nalin Dahyabhai | 3 | -2/+18 |
2002-04-30 | Track and free idle task tags properly. Change F11 and F12 capabilitiesvte_0_3 | Nalin Dahyabhai | 10 | -126/+1241 |
2002-04-29 | Track and free idle task tags properly. | Nalin Dahyabhai | 2 | -13/+73 |