Age | Commit message (Expand) | Author | Files | Lines |
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 |
2002-09-18 | Corrected a problem with yesterday's patch. I am now properly calling | Brian Cameron | 2 | -3/+18 |
2002-09-17 | Fixed bug with my 09/11 speedup fix which caused programs that update the | Brian Cameron | 2 | -9/+120 |
2002-09-13 | Fix typo which broke builds on systems where MSG_NOSIGNAL is defined. Bad | Nalin Dahyabhai | 2 | -1/+5 |
2002-09-13 | Added -lsocket to LIBS if socket is in libsocket, so VTE will compile on | Brian Cameron | 2 | -2/+6 |
2002-09-12 | only use MSG_NOSIGNAL if it's defined | jacob berkman | 4 | -19/+31 |
2002-09-12 | AC_CHECK_FUNC() doesn't do AC_DEFINE(HAVE_FOO), so do that for socket() | jacob berkman | 2 | -2/+14 |
2002-09-12 | Remove the invalidate_cells parameter, because the function is a big no-op | Nalin Dahyabhai | 2 | -21/+30 |
2002-09-12 | src/vte.c Fixed minor error with my previous patch. This just makes a | Brian Cameron | 2 | -2/+6 |
2002-09-12 | added spanish translation file. | Pablo Gonzalo del Campo | 2 | -0/+121 |
2002-09-11 | Reorder definitions to avoid implicit declaration warnings. Check for | Nalin Dahyabhai | 4 | -88/+100 |
2002-09-11 | Test for sendmsg() with AC_CHECK_FUNCS instead of AC_TRY_COMPILE. Removed. | Nalin Dahyabhai | 5 | -36/+12 |
2002-09-11 | Added check for socket library and SendMsg check. Added this file with a | Brian Cameron | 7 | -63/+136 |
2002-09-11 | Update from libzvt CVS. Fix some automake breakage. | Nalin Dahyabhai | 8 | -52/+56 |
2002-09-11 | Fix my broken merge of Jacob's patch to make inability to build python | Nalin Dahyabhai | 3 | -2/+7 |