summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add giant warnings about how these headers define library-internalvte_0_8_18Nalin Dahyabhai2002-09-057-0/+14
* - remove items from pkgincludedir that are subject to changeNalin Dahyabhai2002-09-051-1/+1
* 2002-09-05 nalin first pass at writing documentation fixNalin Dahyabhai2002-09-0515-114/+830
* only compile the FC_HINT_STYLE part if FC_HINT_STYLE is definedjacob berkman2002-09-041-0/+2
* Add missing fontconfig.h include, spotted by Jacob Berkman.Nalin Dahyabhai2002-09-041-0/+3
* Added stropts.h check for Solaris. Do not send data to the slave if theBrian Cameron2002-09-042-1/+22
* Avoid double color deallocations with Xft.vte_0_8_17Nalin Dahyabhai2002-09-031-12/+22
* Handle color allocation failures with Xft better. Clean up typedefvte_0_8_16Nalin Dahyabhai2002-09-032-10/+17
* Modify the child-exited signal to pass signed ints and an unmodified exitNalin Dahyabhai2002-09-033-14/+8
* - cleanups - don't invalidate subwindowsvte_0_8_15vte_0_8_14Nalin Dahyabhai2002-09-021-12/+19
* Don't send zero-length strings to the child -- it may not be able to copeNalin Dahyabhai2002-09-022-49/+98
* Wrap correctly to avoid screwing up multicolumn characters.Nalin Dahyabhai2002-08-301-2/+3
* Get smarter about when it's necessary to start messing with ourNalin Dahyabhai2002-08-301-20/+21
* Register VteTerminalEraseBinding with GObject as an enum. Update. IgnoreNalin Dahyabhai2002-08-302-8/+39
* Restore the focus-in/focus-out handlers -- the defaults don't quite DTRTvte_0_8_13Nalin Dahyabhai2002-08-301-7/+9
* Initialize the pty master fd to -1 to avoid spurious window resizes on fdNalin Dahyabhai2002-08-304-5/+71
* Fix a how'd-that-ever-work bug (not returning anything fromvte_0_8_12Nalin Dahyabhai2002-08-307-21/+22
* Clean up bookkeeping for mouse autoscrolling and adjustment changevte_0_8_11Nalin Dahyabhai2002-08-294-34/+73
* Stop autoscrolling on button release.vte_0_8_10Nalin Dahyabhai2002-08-281-0/+5
* When autoscrolling, clamp the new boundaries to what the user can see.Nalin Dahyabhai2002-08-281-0/+3
* Implement autoscroll (Red Hat #70481).Nalin Dahyabhai2002-08-281-3/+108
* Only perform cr-lf substitutions when pasting text, not when inputtingNalin Dahyabhai2002-08-281-1528/+1529
* Don't tamper with the scrolling offsets -- they're updated when we handlevte_0_8_9Nalin Dahyabhai2002-08-271-26/+23
* Keep cursor position and scrolling offsets from going wonky when youvte_0_8_8Nalin Dahyabhai2002-08-274-50/+167
* Add padding spaces after full lines as well -- spotted by both notting andNalin Dahyabhai2002-08-261-1/+6
* Don't deadlock when substitution fails, spotted by msw.vte_0_8_7Nalin Dahyabhai2002-08-261-6/+12
* 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/+1
* Heed the reverse-video setting when painting character cells again. Makevte_0_8_5Nalin Dahyabhai2002-08-252-79/+140
* 2002-08-25 nalin Make nd() move right but not wrap -- according to Strangvte_0_8_4Nalin Dahyabhai2002-08-252-177/+219
* Bind ENQ to "return-terminal-status". Fix an off-by-one which incorrectlyNalin Dahyabhai2002-08-223-14/+97
* Set geometry hints using the initial font setup.Nalin Dahyabhai2002-08-221-0/+1
* Make use of the visible bell a separate option from use of the audibleNalin Dahyabhai2002-08-223-151/+176
* Take a vte_table as an additional argument, and don't mess with textvte_0_8_2Nalin Dahyabhai2002-08-226-277/+301
* Cap the maximum number of characters we draw in a single call tovte_0_8_1Nalin Dahyabhai2002-08-212-14/+48
* Don't overwrite the original pattern pointers before freeing the oldNalin Dahyabhai2002-08-212-32/+61
* Unref the output channel one more time when we're done sending data to theNalin Dahyabhai2002-08-201-21/+27
* Dispose of the updated substitution context properly when processingNalin Dahyabhai2002-08-201-0/+2
* Debug when rows get freed. Maybe-release pango contexts after unreffingNalin Dahyabhai2002-08-202-12/+52
* Don't leak the hintstyle and rgba settings. Patch from Arjan van de Ven.Nalin Dahyabhai2002-08-201-25/+58
* Load fonts just-in-time to avoid spurious reloads. Don't override theNalin Dahyabhai2002-08-207-336/+499
* Add sample iso-2002 escaped text.Nalin Dahyabhai2002-08-191-0/+5
* Fixup some fontconfig/Xft mixups. Set the hint style instead of hintingNalin Dahyabhai2002-08-191-19/+12
* Use gssize instead of ssize_t. Perform substitutions while processing. UseNalin Dahyabhai2002-08-192-129/+81
* Add. Use unitables. Remove sequences for designating character sets.Nalin Dahyabhai2002-08-1920-159/+63195
* Add.Nalin Dahyabhai2002-08-152-0/+717
* repaint the entire window to ensure that any overdraw area we're notNalin Dahyabhai2002-08-142-14/+24
* drop pending incoming data on reset. give reprocessing of pending inputvte_0_7_4Nalin Dahyabhai2002-08-141-27/+62
* reorder set/reset processing for decset so that 1049 properly representsNalin Dahyabhai2002-08-131-13/+6
* properly escape a command sequence with an embedded '%'.Nalin Dahyabhai2002-08-121-2/+2
* change Xft-related defaults match whichever version of GTK we were builtNalin Dahyabhai2002-08-121-0/+6