summaryrefslogtreecommitdiff
path: root/vte.spec
Commit message (Expand)AuthorAgeFilesLines
* pull up selection-always-extending-by-default fix from HEAD, okNalin Dahyabhai2003-01-311-1/+4
* 0.10.15vte_0_10_15Nalin Dahyabhai2003-01-281-1/+7
* fix declaration order (#104290).Nalin Dahyabhai2003-01-241-0/+3
* add mev. don't home the cursor automatically. fix sense of shiftNalin Dahyabhai2003-01-231-1/+4
* streamline background images and transparency handling, should use lessvte_0_10_13Nalin Dahyabhai2003-01-221-1/+4
* - 0.10.12vte_0_10_12Nalin Dahyabhai2003-01-201-1/+5
* don't draw cursors below or above the screen, correctly compute the clearvte_0_10_11Nalin Dahyabhai2003-01-171-1/+4
* add _vte_ring_insert_preserve(), which scrolls lost items off the topvte_0_10_10Nalin Dahyabhai2003-01-141-1/+5
* don't switch terminal modes before or after echoing bytes -- doing sovte_0_10_9Nalin Dahyabhai2003-01-141-1/+6
* Use a simple XftPatternGetString/GetDouble pair instead of XftNameUnparse,vte_0_10_8Nalin Dahyabhai2003-01-061-2/+7
* add a short test program. use hard values instead of GDK defines in the 0Nalin Dahyabhai2002-12-141-1/+4
* define VTE_USE_GNOME_PTY_HELPER if use of the helper is enabled atvte_0_10_7Nalin Dahyabhai2002-12-111-2/+9
* add "uk" to the list of languages. remove the alternate attribute bit --Nalin Dahyabhai2002-12-101-2/+28
* - don't include the same file twicevte_0_10_5Nalin Dahyabhai2002-12-031-1/+10
* - 0.10.5Nalin Dahyabhai2002-12-031-1/+4
* 2002-11-25 nalin fix mapping of Unicode code chars 0x252c and 0x2534 whichNalin Dahyabhai2002-11-261-1/+1
* 0.10.4vte_0_10_4Nalin Dahyabhai2002-11-111-1/+4
* doc fixes. use the older alternate-screen decset value. fixup screwups onvte_0_10_3Nalin Dahyabhai2002-11-071-1/+4
* 0.10.2vte_0_10_2Nalin Dahyabhai2002-11-051-1/+4
* implement iconify, deiconify, raise, lower, maximize, restore, refresh,Nalin Dahyabhai2002-10-301-1/+4
* snip off final newlines when we're matching, they're usually not wanted.Nalin Dahyabhai2002-10-251-1/+4
* - fix path for python moduleNalin Dahyabhai2002-10-211-1/+1
* remove vte_terminal_update_scroll_delta, which only did thingsNalin Dahyabhai2002-10-181-1/+9
* allow specifying the scrollback buffer size. if we don't have <wchar.h>,Nalin Dahyabhai2002-10-101-1/+1
* Update from libzvt CVS. Fix some automake breakage.Nalin Dahyabhai2002-09-111-1/+4
* Skip lookups for padding information if we're pretty sure we're using aNalin Dahyabhai2002-09-111-2/+13
* - 0.8.19Nalin Dahyabhai2002-09-051-1/+4
* 2002-09-05 nalin prefix library-internal interfaces with underscores soNalin Dahyabhai2002-09-051-1/+1
* add giant warnings about how these headers define library-internalvte_0_8_18Nalin Dahyabhai2002-09-051-1/+6
* Avoid double color deallocations with Xft.vte_0_8_17Nalin Dahyabhai2002-09-031-1/+4
* Handle color allocation failures with Xft better. Clean up typedefvte_0_8_16Nalin Dahyabhai2002-09-031-1/+4
* - cleanups - don't invalidate subwindowsvte_0_8_15vte_0_8_14Nalin Dahyabhai2002-09-021-1/+4
* Get smarter about when it's necessary to start messing with ourNalin Dahyabhai2002-08-301-1/+4
* Restore the focus-in/focus-out handlers -- the defaults don't quite DTRTvte_0_8_13Nalin Dahyabhai2002-08-301-1/+5
* Fix a how'd-that-ever-work bug (not returning anything fromvte_0_8_12Nalin Dahyabhai2002-08-301-1/+4
* Clean up bookkeeping for mouse autoscrolling and adjustment changevte_0_8_11Nalin Dahyabhai2002-08-291-1/+5
* Implement autoscroll (Red Hat #70481).Nalin Dahyabhai2002-08-281-1/+3
* Only perform cr-lf substitutions when pasting text, not when inputtingNalin Dahyabhai2002-08-281-1/+4
* Don't tamper with the scrolling offsets -- they're updated when we handlevte_0_8_9Nalin Dahyabhai2002-08-271-1/+4
* Keep cursor position and scrolling offsets from going wonky when youvte_0_8_8Nalin Dahyabhai2002-08-271-1/+7
* Don't deadlock when substitution fails, spotted by msw.vte_0_8_7Nalin Dahyabhai2002-08-261-1/+4
* If GDK_USE_XFT is set, check the value of GDK_USE_XFT, not VTE_USE_XFT.vte_0_8_6Nalin Dahyabhai2002-08-261-1/+4
* Heed the reverse-video setting when painting character cells again. Makevte_0_8_5Nalin Dahyabhai2002-08-251-1/+4
* 2002-08-25 nalin Make nd() move right but not wrap -- according to Strangvte_0_8_4Nalin Dahyabhai2002-08-251-1/+5
* Bind ENQ to "return-terminal-status". Fix an off-by-one which incorrectlyNalin Dahyabhai2002-08-221-1/+1
* 0.8.3vte_0_8_3Nalin Dahyabhai2002-08-221-1/+6
* Take a vte_table as an additional argument, and don't mess with textvte_0_8_2Nalin Dahyabhai2002-08-221-1/+4
* Dispose of the updated substitution context properly when processingNalin Dahyabhai2002-08-201-1/+6
* Load fonts just-in-time to avoid spurious reloads. Don't override theNalin Dahyabhai2002-08-201-1/+6
* drop pending incoming data on reset. give reprocessing of pending inputvte_0_7_4Nalin Dahyabhai2002-08-141-1/+6