summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix for building when builddir != srcdirvte_0_8_19Nalin Dahyabhai2002-09-052-4/+4
* - 0.8.19Nalin Dahyabhai2002-09-051-1/+4
* 2002-09-05 nalin prefix library-internal interfaces with underscores soNalin Dahyabhai2002-09-0533-1642/+1389
* add giant warnings about how these headers define library-internalvte_0_8_18Nalin Dahyabhai2002-09-0518-226/+260
* - remove items from pkgincludedir that are subject to changeNalin Dahyabhai2002-09-051-1/+1
* - remove items from ToC that are subject to changeNalin Dahyabhai2002-09-051-5/+0
* 2002-09-05 nalin first pass at writing documentation fixNalin Dahyabhai2002-09-0536-115/+2866
* only compile the FC_HINT_STYLE part if FC_HINT_STYLE is definedjacob berkman2002-09-042-0/+7
* Add missing fontconfig.h include, spotted by Jacob Berkman.Nalin Dahyabhai2002-09-042-0/+8
* Added stropts.h check for Solaris. Do not send data to the slave if theBrian Cameron2002-09-044-1/+30
* Avoid double color deallocations with Xft.vte_0_8_17Nalin Dahyabhai2002-09-033-13/+29
* Handle color allocation failures with Xft better. Clean up typedefvte_0_8_16Nalin Dahyabhai2002-09-034-12/+28
* Modify the child-exited signal to pass signed ints and an unmodified exitNalin Dahyabhai2002-09-034-14/+13
* - cleanups - don't invalidate subwindowsvte_0_8_15vte_0_8_14Nalin Dahyabhai2002-09-022-13/+23
* Don't send zero-length strings to the child -- it may not be able to copeNalin Dahyabhai2002-09-023-49/+107
* Wrap correctly to avoid screwing up multicolumn characters.Nalin Dahyabhai2002-08-302-2/+7
* Get smarter about when it's necessary to start messing with ourNalin Dahyabhai2002-08-303-21/+31
* Register VteTerminalEraseBinding with GObject as an enum. Update. IgnoreNalin Dahyabhai2002-08-305-13/+118
* Restore the focus-in/focus-out handlers -- the defaults don't quite DTRTvte_0_8_13Nalin Dahyabhai2002-08-303-8/+22
* Initialize the pty master fd to -1 to avoid spurious window resizes on fdNalin Dahyabhai2002-08-305-5/+76
* Fix a how'd-that-ever-work bug (not returning anything fromvte_0_8_12Nalin Dahyabhai2002-08-3010-22/+34
* Clean up bookkeeping for mouse autoscrolling and adjustment changevte_0_8_11Nalin Dahyabhai2002-08-296-36/+94
* new translation, by "Alexandre Folle de Menezes" <afmenez@terra.com.br>Gustavo Noronha Silva2002-08-284-1/+126
* Stop autoscrolling on button release.vte_0_8_10Nalin Dahyabhai2002-08-282-0/+7
* When autoscrolling, clamp the new boundaries to what the user can see.Nalin Dahyabhai2002-08-282-0/+6
* Implement autoscroll (Red Hat #70481).Nalin Dahyabhai2002-08-283-4/+113
* Only perform cr-lf substitutions when pasting text, not when inputtingNalin Dahyabhai2002-08-284-1532/+1542
* Don't tamper with the scrolling offsets -- they're updated when we handlevte_0_8_9Nalin Dahyabhai2002-08-273-27/+34
* Keep cursor position and scrolling offsets from going wonky when youvte_0_8_8Nalin Dahyabhai2002-08-276-51/+182
* Add padding spaces after full lines as well -- spotted by both notting andNalin Dahyabhai2002-08-262-1/+10
* Don't deadlock when substitution fails, spotted by msw.vte_0_8_7Nalin Dahyabhai2002-08-263-7/+19
* If GDK_USE_XFT is set, check the value of GDK_USE_XFT, not VTE_USE_XFT.vte_0_8_6Nalin Dahyabhai2002-08-263-2/+9
* Heed the reverse-video setting when painting character cells again. Makevte_0_8_5Nalin Dahyabhai2002-08-254-81/+151
* 2002-08-25 nalin Make nd() move right but not wrap -- according to Strangvte_0_8_4Nalin Dahyabhai2002-08-254-179/+233
* Added Norwegian (no) to ALL_LINGUAS.Kjartan Maraas2002-08-242-1/+5
* Forgot the ChangeLogKjartan Maraas2002-08-241-0/+4
* New translationKjartan Maraas2002-08-241-0/+114
* Added Vietnamese filePablo Saratxaga2002-08-244-1/+123
* Whoa, back that out.Nalin Dahyabhai2002-08-221-6/+0
* Bind ENQ to "return-terminal-status". Fix an off-by-one which incorrectlyNalin Dahyabhai2002-08-226-15/+111
* Set geometry hints using the initial font setup.Nalin Dahyabhai2002-08-222-0/+3
* 0.8.3vte_0_8_3Nalin Dahyabhai2002-08-221-1/+6
* Make use of the visible bell a separate option from use of the audibleNalin Dahyabhai2002-08-224-151/+184
* The unrealize/realize test, from msw.Nalin Dahyabhai2002-08-221-0/+51
* Take a vte_table as an additional argument, and don't mess with textvte_0_8_2Nalin Dahyabhai2002-08-228-278/+311
* Cap the maximum number of characters we draw in a single call tovte_0_8_1Nalin Dahyabhai2002-08-213-14/+52
* Don't overwrite the original pattern pointers before freeing the oldNalin Dahyabhai2002-08-213-33/+67
* Unref the output channel one more time when we're done sending data to theNalin Dahyabhai2002-08-202-21/+34
* Dispose of the updated substitution context properly when processingNalin Dahyabhai2002-08-203-1/+11
* - run automake with -cvte_0_8_0Nalin Dahyabhai2002-08-201-1/+1