summaryrefslogtreecommitdiff
path: root/vte.spec
AgeCommit message (Expand)AuthorFilesLines
2002-07-30Check for wint_t and attempt to allow compiles even when wint_t isn'tNalin Dahyabhai1-1/+5
2002-07-250.5.4vte_0_5_4Nalin Dahyabhai1-1/+4
2002-07-24Add private vte_pty_set_size() function. vte_pty_open() takes sizevte_0_5_3Nalin Dahyabhai1-1/+4
2002-07-230.5.2vte_0_5_2Nalin Dahyabhai1-1/+4
2002-07-19Fudge the repaint line count by one when scrolling regions to ensure thatNalin Dahyabhai1-1/+10
2002-07-18Implement enough of set-mode and reset-mode to allow toggling of insertvte_0_5_0Nalin Dahyabhai1-0/+6
2002-07-18Actually set ALL_LINGUAS so translations get installed. Document theNalin Dahyabhai1-3/+4
2002-07-16Guess at an appropriate bold version of the foreground color instead ofvte_0_4_9Nalin Dahyabhai1-0/+1
2002-07-16Correctly check for g_iconv_open() failure. Try to give a meaningful errorNalin Dahyabhai1-1/+7
2002-07-15wrap the new Xft/fontconfig-specific code in HAVE_XFT Revert some changesNalin Dahyabhai1-1/+6
2002-07-13Added. Add -a/-b flags to control audible bell and blinking cursors. OnlyNalin Dahyabhai1-1/+10
2002-07-02Make shift+button1 extend selection.Nalin Dahyabhai1-2/+7
2002-07-01Fix memory leak when we get conversion errors.vte_0_4_7Nalin Dahyabhai1-1/+2
2002-07-01Draw unicode line-drawing code points natively as we do for the GR1Nalin Dahyabhai1-1/+4
2002-06-26Bind F10 to "k;", not "k0". Add "k;" defined as F10.vte_0_4_5Nalin Dahyabhai1-0/+1
2002-06-26Check for redundant resizes. Keep the alternate screen buffer size theNalin Dahyabhai1-2/+8
2002-06-25Treat option 1049 as a combination of 1047 and 1048. When finalizing whilevte_0_4_4Nalin Dahyabhai1-1/+5
2002-06-19Fix package description.Nalin Dahyabhai1-4/+5
2002-06-19Fix refs/derefs with IOChannels and sources. Clean up I/O GIConvNalin Dahyabhai1-1/+4
2002-06-180.4.2vte_0_4_2Nalin Dahyabhai1-1/+5
2002-06-18Sort out greedy vs. non-greedy pattern matching. Make 1047 an alias for 47vte_0_4_1Nalin Dahyabhai1-1/+4
2002-06-14move the python module to the non-devel packagevte_0_4_0Nalin Dahyabhai1-2/+2
2002-06-14Oops, shell typo.Nalin Dahyabhai1-1/+1
2002-06-14Add a parameter for passing in environment variables to add. PreprocessNalin Dahyabhai1-4/+4
2002-06-14Build python bindings with -fPIC.Nalin Dahyabhai1-1/+7
2002-06-140.3.30Nalin Dahyabhai1-1/+5
2002-06-10Finish merging otaylor's Xft2 patch (oops). Compute padding correctly.Nalin Dahyabhai1-1/+4
2002-06-100.3.28vte_0_3_28Nalin Dahyabhai1-0/+3
2002-06-10Center characters in their cells, caching their extents. Finish mergingNalin Dahyabhai1-1/+2
2002-06-100.3.27vte_0_3_27Nalin Dahyabhai1-2/+5
2002-06-07Check for pangoxft with Xft1 or Xft2, hopefully getting things right forvte_0_3_26Nalin Dahyabhai1-2/+6
2002-06-051.3.25vte_0_3_25Nalin Dahyabhai1-1/+4
2002-06-03Tweak handling of invalid multibyte characters, preventing some hangs.vte_0_3_24Nalin Dahyabhai1-1/+4
2002-05-31Finish switching iconv to g_iconv. I think this was a part of Hidetoshivte_0_3_23Nalin Dahyabhai1-1/+5
2002-05-29Always free the segment when freeing arrays and strings.vte_0_3_22Nalin Dahyabhai1-1/+4
2002-05-28Fix cb() and ce() when the cursor is on a line without data (needed tovte_0_3_21Nalin Dahyabhai1-1/+4
2002-05-24Call libtoolize. (#82836) Fix stupid segfault in set_scrollback_lines.vte_0_3_20Nalin Dahyabhai1-1/+4
2002-05-210.3.19vte_0_3_19Nalin Dahyabhai1-1/+4
2002-05-17Try multiple versions of automake, just in case. Fix displaying ofNalin Dahyabhai1-1/+4
2002-05-16Snip trailing whitespace off of copied lines, insert an end-of-line onlyNalin Dahyabhai1-1/+4
2002-05-15Send kI on insert key. Don't send drag events when the child has onlyvte_0_3_16Nalin Dahyabhai1-2/+8
2002-05-14Don't send motion-tracking events to the child unless we're dragging. Fixvte_0_3_15Nalin Dahyabhai1-1/+4
2002-05-14Don't try to draw nul characters.vte_0_3_14Nalin Dahyabhai1-2/+5
2002-05-14Add "ALL" as a debug flag, aliased to everything. Print debug info aftervte_0_3_13Nalin Dahyabhai1-1/+4
2002-05-09Fixes to usage of iconv, from otaylor. Remap characters which are missingNalin Dahyabhai1-1/+5
2002-05-08Implement mouse button events and motion-event and any-event tracking.Nalin Dahyabhai1-1/+4
2002-05-06Hide the mouse cursor when we get keyboard events. Use a different mousevte_0_3_10Nalin Dahyabhai1-1/+4
2002-05-06Start handling mouse button down / button up events.vte_0_3_9Nalin Dahyabhai1-1/+4
2002-05-06Finish implementing window-manipulation sequences. Rename signals to beNalin Dahyabhai1-1/+4
2002-05-03Export a vte_termcap_strip() function for preprocessing escape sequencesvte_0_3_7Nalin Dahyabhai1-1/+5