summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Sort out greedy vs. non-greedy pattern matching. Make 1047 an alias for 47vte_0_4_1Nalin Dahyabhai2002-06-181-0/+5
* Add a parameter for passing in environment variables to add. PreprocessNalin Dahyabhai2002-06-141-0/+6
* Handle cases where pygtk isn't installed in the prefix we're configuringNalin Dahyabhai2002-06-141-0/+4
* Stop watching for hierarchy-changed signals -- the accessible containerNalin Dahyabhai2002-06-131-0/+3
* Re-read cursor position immediately on "cursor-moved" events, and emit theNalin Dahyabhai2002-06-131-0/+5
* Also tell the parent the child died when the child dies due to an uncaughtNalin Dahyabhai2002-06-121-0/+2
* Re-read the termcap when we change emulation, because the location of theNalin Dahyabhai2002-06-121-0/+5
* 2002-06-12 msw implementMatt Wilson2002-06-121-0/+2
* 2002-06-12 msw added AM_CHECK_PYTHON_HEADERS from pygtk rewrote pythonMatt Wilson2002-06-121-0/+4
* 2002-06-12 msw turn the logic around to be the right wayMatt Wilson2002-06-121-0/+3
* Implement vte_terminal_get_encoding and vte_terminal_get_emulation, andNalin Dahyabhai2002-06-121-2/+4
* Add rules for building python modules.Nalin Dahyabhai2002-06-121-0/+2
* Cache the result of vte_terminal_get_accessible() and unref it atNalin Dahyabhai2002-06-121-0/+4
* 2002-06-12 msw accept end_offset of -1, which means "until the end". neverMatt Wilson2002-06-121-0/+5
* Finish merging otaylor's Xft2 patch (oops). Compute padding correctly.Nalin Dahyabhai2002-06-101-3/+5
* Include gettext support. Mark warnings for possible translation. Add.Nalin Dahyabhai2002-06-101-0/+3
* Center characters in their cells, caching their extents. Finish mergingNalin Dahyabhai2002-06-101-0/+2
* Center characters in their cells, caching their extents.Nalin Dahyabhai2002-06-071-0/+2
* Check for pangoxft with Xft1 or Xft2, hopefully getting things right forvte_0_3_26Nalin Dahyabhai2002-06-071-0/+21
* Finish switching iconv to g_iconv. I think this was a part of Hidetoshivte_0_3_23Nalin Dahyabhai2002-05-311-1/+9
* Always free the segment when freeing arrays and strings.vte_0_3_22Nalin Dahyabhai2002-05-291-0/+2
* Fix cb() and ce() when the cursor is on a line without data (needed tovte_0_3_21Nalin Dahyabhai2002-05-281-1/+3
* Fix matching when scrolling delta isn't zero, really this time. Fix asyncNalin Dahyabhai2002-05-281-1/+2
* Fix matching when scrolling delta isn't zero.Nalin Dahyabhai2002-05-281-0/+3
* Call libtoolize. (#82836) Fix stupid segfault in set_scrollback_lines.vte_0_3_20Nalin Dahyabhai2002-05-241-0/+7
* Fix hiliting of matched strings to better match the returned matchedNalin Dahyabhai2002-05-221-0/+4
* Filter key release events through input methods. (Patch from otaylor.)Nalin Dahyabhai2002-05-211-0/+3
* Patch from Hidetoshi Tajima to fix building on Solaris systems, remove useNalin Dahyabhai2002-05-211-0/+9
* 2002-05-18 andersca Don't queue a background update if the backgroundAnders Carlsson2002-05-201-0/+3
* Try multiple versions of automake, just in case. Fix displaying ofNalin Dahyabhai2002-05-171-1/+2
* Snip trailing whitespace off of copied lines, insert an end-of-line onlyNalin Dahyabhai2002-05-161-0/+4
* Send kI on insert key. Don't send drag events when the child has onlyvte_0_3_16Nalin Dahyabhai2002-05-151-0/+7
* Don't send motion-tracking events to the child unless we're dragging. Fixvte_0_3_15Nalin Dahyabhai2002-05-141-1/+9
* Don't try to draw nul characters.vte_0_3_14Nalin Dahyabhai2002-05-141-0/+2
* Add "ALL" as a debug flag, aliased to everything. Print debug info aftervte_0_3_13Nalin Dahyabhai2002-05-141-0/+13
* Make delete mode a no-op, fix ic/IC (#81417).Nalin Dahyabhai2002-05-101-0/+3
* Implement bt, ct, st. Reimplement ta.vte_0_3_12Nalin Dahyabhai2002-05-101-0/+1
* Fixes to usage of iconv, from otaylor. Remap characters which are missingNalin Dahyabhai2002-05-091-0/+8
* Implement mouse button events and motion-event and any-event tracking.Nalin Dahyabhai2002-05-081-1/+5
* Hide the mouse cursor when we get keyboard events. Use a different mousevte_0_3_10Nalin Dahyabhai2002-05-061-0/+3
* Start handling mouse button down / button up events.vte_0_3_9Nalin Dahyabhai2002-05-061-1/+1
* Finish implementing window-manipulation sequences. Rename signals to beNalin Dahyabhai2002-05-061-0/+12
* Export a vte_termcap_strip() function for preprocessing escape sequencesvte_0_3_7Nalin Dahyabhai2002-05-031-0/+12
* Hook up ts/te, ks/ke sequence handlers. Fix initialization crash bugs.Nalin Dahyabhai2002-05-021-1/+3
* fix parsing of octal codes which start with "1" instead of "0" munge asvte_0_3_5Nalin Dahyabhai2002-05-021-1/+5
* Fix a crashbug due to mismatch between parent field in the object'svte_0_3_4Nalin Dahyabhai2002-05-021-7/+15
* Rework trie matching to return the address of the character which endedvte_0_3_3Nalin Dahyabhai2002-05-021-0/+10
* Try @pkgdatadir@/termcap/$TERM when reading termcap files. This fixes thevte_0_3_2Nalin Dahyabhai2002-05-011-0/+11
* Disconnect from toplevel configure events at finalize-time.vte_0_3_1Nalin Dahyabhai2002-04-301-0/+4
* Track and free idle task tags properly. Change F11 and F12 capabilitiesvte_0_3Nalin Dahyabhai2002-04-301-2/+16