Age | Commit message (Expand) | Author | Files | Lines |
2002-11-07 | doc fixes. use the older alternate-screen decset value. fixup screwups onvte_0_10_3 | Nalin Dahyabhai | 17 | -192/+211 |
2002-11-05 | 0.10.2vte_0_10_2 | Nalin Dahyabhai | 1 | -1/+4 |
2002-11-05 | handle end-of-line selection correctly. Stop highlighting selection on | Nalin Dahyabhai | 8 | -158/+597 |
2002-11-05 | Commit uncomitted file | Robert Brady | 1 | -1/+1 |
2002-11-05 | Add and implement the strikethrough attribute. Change underline to be | Abi Brady | 2 | -9/+39 |
2002-11-04 | be more verbose. add more items to the TODO list so that I don't forgetvte_0_10_1 | Nalin Dahyabhai | 13 | -193/+225 |
2002-10-30 | add ident tags. don't scroll-to-bottom if we're selecting (#96913). | Nalin Dahyabhai | 5 | -34/+56 |
2002-10-30 | implement iconify, deiconify, raise, lower, maximize, restore, refresh, | Nalin Dahyabhai | 11 | -89/+391 |
2002-10-30 | Support dim (halfbright) colours. All the infrastructure for this was here | Abi Brady | 3 | -11/+73 |
2002-10-29 | Update | Kjartan Maraas | 1 | -5/+5 |
2002-10-29 | Map to UCS, not keysyms. (which differ > 0xff). | Abi Brady | 2 | -2/+6 |
2002-10-28 | Add line-drawing representation for full block. Draw U+23BA-23BD. Fix | Abi Brady | 3 | -5/+83 |
2002-10-25 | - po file updatesvte_0_10 | Nalin Dahyabhai | 9 | -189/+189 |
2002-10-25 | snip off final newlines when we're matching, they're usually not wanted. | Nalin Dahyabhai | 20 | -995/+1535 |
2002-10-21 | - translation updatesvte_0_9_2 | Nalin Dahyabhai | 9 | -180/+180 |
2002-10-21 | - fix path for python module | Nalin Dahyabhai | 1 | -1/+1 |
2002-10-21 | include decset, osc, and window | jacob berkman | 2 | -0/+5 |
2002-10-18 | use character constants instead of hex constants. add more illustrations. | Nalin Dahyabhai | 8 | -103/+192 |
2002-10-18 | add a mapping for the escape key. Oops. | Nalin Dahyabhai | 2 | -0/+9 |
2002-10-18 | implement decset 42 (enable/disable NRC processing), but enable it by | Nalin Dahyabhai | 3 | -49/+131 |
2002-10-18 | make sure that strings passed to a commit signal are zero-terminated | Nalin Dahyabhai | 3 | -3/+20 |
2002-10-18 | remove vte_terminal_update_scroll_delta, which only did things | Nalin Dahyabhai | 3 | -83/+100 |
2002-10-17 | force invalidation mode if we're in insert mode to get the entire line | Nalin Dahyabhai | 2 | -0/+5 |
2002-10-17 | clean up tests for wint_t. Patch from Brian Cameron. | Nalin Dahyabhai | 2 | -11/+4 |
2002-10-17 | close a possible race on systems where pty initialization requires more | Nalin Dahyabhai | 12 | -254/+397 |
2002-10-16 | remove a bogus assertion for a case which we were already handling a | Nalin Dahyabhai | 2 | -2/+4 |
2002-10-16 | doc/utmpwtmp.txt: some docs on what utmp/wtmp/lastlog logging actually do | Nalin Dahyabhai | 1 | -0/+31 |
2002-10-16 | adjust our adjustments whenever a line might scroll off the top of the | Nalin Dahyabhai | 7 | -95/+310 |
2002-10-15 | Updated translation. | Kjartan Maraas | 2 | -20/+24 |
2002-10-15 | add super-bogus bold text mode (Red Hat #74779). | Nalin Dahyabhai | 8 | -10/+150 |
2002-10-15 | recognize CSI-r (with no arguments) as resetting the scrolling region in | Nalin Dahyabhai | 3 | -3/+10 |
2002-10-14 | add mappings for GDK_Page_Up and GDK_Page_Down, missed in the conversion. | Nalin Dahyabhai | 12 | -194/+213 |
2002-10-14 | note that commit came about because of mail from ha shao. add a couple of | Nalin Dahyabhai | 2 | -7/+9 |
2002-10-14 | more $pkglibdir -> $libexecdir fixing. add rules for generating ps and | Nalin Dahyabhai | 17 | -372/+1305 |
2002-10-11 | change the typedef of wint_t here to match vte.c (now a gunichar instead | Nalin Dahyabhai | 2 | -2/+6 |
2002-10-11 | Changed to that wchar.h is included when checking for wint_t on Solaris. | Brian Cameron | 2 | -1/+34 |
2002-10-10 | fix the bits I missed when fixing #95085. | Nalin Dahyabhai | 4 | -4/+11 |
2002-10-10 | Add. | Nalin Dahyabhai | 2 | -0/+213 |
2002-10-10 | allow specifying the scrollback buffer size. if we don't have <wchar.h>, | Nalin Dahyabhai | 17 | -500/+553 |
2002-10-05 | Update slightly | Kjartan Maraas | 1 | -21/+21 |
2002-10-01 | Added Czech translation from Miloslav Trmac <mitr@volny.cz>. | Stanislav Brabec | 4 | -1/+124 |
2002-09-24 | if the list of word characters is NULL or zero-length, try to guess using | Nalin Dahyabhai | 2 | -1/+19 |
2002-09-24 | Fix HAVE_UT_UT_TV for cases where the static initializer might not work | Nalin Dahyabhai | 2 | -1/+7 |
2002-09-24 | Doc fixups (mention gnome-terminal instead of profterm, note the proper | Nalin Dahyabhai | 3 | -1/+12 |
2002-09-20 | Fix a ring-buffer manipulation bug (Red Hat #74290) which might cause a | Nalin Dahyabhai | 3 | -29/+59 |
2002-09-19 | Munge input data the way the terminal does so that conversion failures | Nalin Dahyabhai | 2 | -0/+10 |
2002-09-19 | backing out change made by accident. | Brian Cameron | 1 | -1/+1 |
2002-09-19 | Backed out scrolldelay patches from 09-17 and 09-18 at Nalin's request. | Brian Cameron | 3 | -77/+9 |
2002-09-19 | backing out patch i accidently put in | Brian Cameron | 1 | -3/+3 |
2002-09-19 | Backed out scrolldelay patches from 09-17 and 09-18 at Nalin's request. | Brian Cameron | 1 | -3/+3 |