summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix hiliting of matched strings to better match the returned matchedNalin Dahyabhai2002-05-223-27/+50
* Filter key release events through input methods. (Patch from otaylor.)Nalin Dahyabhai2002-05-213-0/+15
* 0.3.19vte_0_3_19Nalin Dahyabhai2002-05-211-1/+4
* Patch from Hidetoshi Tajima to fix building on Solaris systems, remove useNalin Dahyabhai2002-05-218-40/+142
* 2002-05-18 andersca Don't queue a background update if the backgroundAnders Carlsson2002-05-202-1/+7
* Try multiple versions of autoconf, too.vte_0_3_18Nalin Dahyabhai2002-05-171-2/+2
* Try multiple versions of automake, just in case. Fix displaying ofNalin Dahyabhai2002-05-175-19/+259
* 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-163-13/+36
* Send kI on insert key. Don't send drag events when the child has onlyvte_0_3_16Nalin Dahyabhai2002-05-154-148/+457
* Don't send motion-tracking events to the child unless we're dragging. Fixvte_0_3_15Nalin Dahyabhai2002-05-147-239/+533
* Don't try to draw nul characters.vte_0_3_14Nalin Dahyabhai2002-05-143-3/+8
* Add "ALL" as a debug flag, aliased to everything. Print debug info aftervte_0_3_13Nalin Dahyabhai2002-05-149-138/+393
* Make delete mode a no-op, fix ic/IC (#81417).Nalin Dahyabhai2002-05-102-9/+15
* Implement bt, ct, st. Reimplement ta.vte_0_3_12Nalin Dahyabhai2002-05-103-11/+144
* Fixes to usage of iconv, from otaylor. Remap characters which are missingNalin Dahyabhai2002-05-0915-603/+1305
* 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-085-130/+668
* Hide the mouse cursor when we get keyboard events. Use a different mousevte_0_3_10Nalin Dahyabhai2002-05-066-60/+194
* Start handling mouse button down / button up events.vte_0_3_9Nalin Dahyabhai2002-05-063-7/+105
* Fix an inadvertent mixing of preprocessor logic with code.vte_0_3_8Nalin Dahyabhai2002-05-061-2/+2
* Finish implementing window-manipulation sequences. Rename signals to beNalin Dahyabhai2002-05-066-79/+694
* Export a vte_termcap_strip() function for preprocessing escape sequencesvte_0_3_7Nalin Dahyabhai2002-05-038-112/+174
* 0.3.6vte_0_3_6Nalin Dahyabhai2002-05-021-1/+4
* Hook up ts/te, ks/ke sequence handlers. Fix initialization crash bugs.Nalin Dahyabhai2002-05-023-18/+136
* fix parsing of octal codes which start with "1" instead of "0" munge asvte_0_3_5Nalin Dahyabhai2002-05-025-6/+21
* Fix a crashbug due to mismatch between parent field in the object'svte_0_3_4Nalin Dahyabhai2002-05-026-54/+67
* Rework trie matching to return the address of the character which endedvte_0_3_3Nalin Dahyabhai2002-05-0210-160/+496
* Try @pkgdatadir@/termcap/$TERM when reading termcap files. This fixes thevte_0_3_2Nalin Dahyabhai2002-05-019-11/+85
* Disconnect from toplevel configure events at finalize-time.vte_0_3_1Nalin Dahyabhai2002-04-303-2/+18
* Track and free idle task tags properly. Change F11 and F12 capabilitiesvte_0_3Nalin Dahyabhai2002-04-3010-126/+1241
* Track and free idle task tags properly.Nalin Dahyabhai2002-04-292-13/+73
* Handle me() by resetting all attributes (including colors, which weNalin Dahyabhai2002-04-292-8/+6
* Handle kb by treating it as a backspace. Make pangox rendering thevte_0_2_2Nalin Dahyabhai2002-04-296-34/+57
* 0.2.1vte_0_2_1vte_0_2Nalin Dahyabhai2002-04-261-1/+1
* Punt all changes to background images and transparency to an idle task.Nalin Dahyabhai2002-04-262-28/+38
* use execlp/execvpBill Nottingham2002-04-262-7/+6
* *** empty log message ***Nalin Dahyabhai2002-04-261-1/+3
* set a default scrollback line limit of 100. preserve the visible part ofNalin Dahyabhai2002-04-263-57/+45
* include config.h. fix adjustment calculations, which i didn't get quiteNalin Dahyabhai2002-04-263-4/+3
* add a ring buffer for storing scrollback data. use a ring buffer insteadNalin Dahyabhai2002-04-265-80/+451