summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Debug when rows get freed. Maybe-release pango contexts after unreffingNalin Dahyabhai2002-08-203-12/+58
* Don't leak the hintstyle and rgba settings. Patch from Arjan van de Ven.Nalin Dahyabhai2002-08-202-25/+62
* Load fonts just-in-time to avoid spurious reloads. Don't override theNalin Dahyabhai2002-08-2014-464/+647
* 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-192-19/+15
* Use gssize instead of ssize_t. Perform substitutions while processing. UseNalin Dahyabhai2002-08-193-129/+86
* Add. Use unitables. Remove sequences for designating character sets.Nalin Dahyabhai2002-08-1921-159/+63206
* Rename vte.py to vte-demo.py, so that having . in your PYTHONPATH doesn'tNalin Dahyabhai2002-08-191-0/+0
* Add.Nalin Dahyabhai2002-08-152-0/+717
* repaint the entire window to ensure that any overdraw area we're notNalin Dahyabhai2002-08-143-14/+31
* drop pending incoming data on reset. give reprocessing of pending inputvte_0_7_4Nalin Dahyabhai2002-08-143-32/+82
* Updated Danish translation.Ole Laursen2002-08-132-31/+38
* reorder set/reset processing for decset so that 1049 properly representsNalin Dahyabhai2002-08-132-13/+9