summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - po file updatesvte_0_10Nalin Dahyabhai2002-10-259-189/+189
* snip off final newlines when we're matching, they're usually not wanted.Nalin Dahyabhai2002-10-2520-995/+1535
* - translation updatesvte_0_9_2Nalin Dahyabhai2002-10-219-180/+180
* - fix path for python moduleNalin Dahyabhai2002-10-211-1/+1
* include decset, osc, and windowjacob berkman2002-10-212-0/+5
* use character constants instead of hex constants. add more illustrations.Nalin Dahyabhai2002-10-188-103/+192
* add a mapping for the escape key. Oops.Nalin Dahyabhai2002-10-182-0/+9
* implement decset 42 (enable/disable NRC processing), but enable it byNalin Dahyabhai2002-10-183-49/+131
* make sure that strings passed to a commit signal are zero-terminatedNalin Dahyabhai2002-10-183-3/+20
* remove vte_terminal_update_scroll_delta, which only did thingsNalin Dahyabhai2002-10-183-83/+100
* force invalidation mode if we're in insert mode to get the entire lineNalin Dahyabhai2002-10-172-0/+5
* clean up tests for wint_t. Patch from Brian Cameron.Nalin Dahyabhai2002-10-172-11/+4
* close a possible race on systems where pty initialization requires moreNalin Dahyabhai2002-10-1712-254/+397
* remove a bogus assertion for a case which we were already handling aNalin Dahyabhai2002-10-162-2/+4
* doc/utmpwtmp.txt: some docs on what utmp/wtmp/lastlog logging actually doNalin Dahyabhai2002-10-161-0/+31
* adjust our adjustments whenever a line might scroll off the top of theNalin Dahyabhai2002-10-167-95/+310
* Updated translation.Kjartan Maraas2002-10-152-20/+24
* add super-bogus bold text mode (Red Hat #74779).Nalin Dahyabhai2002-10-158-10/+150
* recognize CSI-r (with no arguments) as resetting the scrolling region inNalin Dahyabhai2002-10-153-3/+10
* add mappings for GDK_Page_Up and GDK_Page_Down, missed in the conversion.Nalin Dahyabhai2002-10-1412-194/+213
* note that commit came about because of mail from ha shao. add a couple ofNalin Dahyabhai2002-10-142-7/+9
* more $pkglibdir -> $libexecdir fixing. add rules for generating ps andNalin Dahyabhai2002-10-1417-372/+1305
* change the typedef of wint_t here to match vte.c (now a gunichar insteadNalin Dahyabhai2002-10-112-2/+6
* Changed to that wchar.h is included when checking for wint_t on Solaris.Brian Cameron2002-10-112-1/+34
* fix the bits I missed when fixing #95085.Nalin Dahyabhai2002-10-104-4/+11
* Add.Nalin Dahyabhai2002-10-102-0/+213
* allow specifying the scrollback buffer size. if we don't have <wchar.h>,Nalin Dahyabhai2002-10-1017-500/+553
* Update slightlyKjartan Maraas2002-10-051-21/+21
* Added Czech translation from Miloslav Trmac <mitr@volny.cz>.Stanislav Brabec2002-10-014-1/+124
* if the list of word characters is NULL or zero-length, try to guess usingNalin Dahyabhai2002-09-242-1/+19
* Fix HAVE_UT_UT_TV for cases where the static initializer might not workNalin Dahyabhai2002-09-242-1/+7
* Doc fixups (mention gnome-terminal instead of profterm, note the properNalin Dahyabhai2002-09-243-1/+12
* Fix a ring-buffer manipulation bug (Red Hat #74290) which might cause aNalin Dahyabhai2002-09-203-29/+59
* Munge input data the way the terminal does so that conversion failuresNalin Dahyabhai2002-09-192-0/+10
* backing out change made by accident.Brian Cameron2002-09-191-1/+1
* Backed out scrolldelay patches from 09-17 and 09-18 at Nalin's request.Brian Cameron2002-09-193-77/+9
* backing out patch i accidently put inBrian Cameron2002-09-191-3/+3
* Backed out scrolldelay patches from 09-17 and 09-18 at Nalin's request.Brian Cameron2002-09-191-3/+3
* Corrected a problem with yesterday's patch. I am now properly callingBrian Cameron2002-09-182-3/+18
* Fixed bug with my 09/11 speedup fix which caused programs that update theBrian Cameron2002-09-172-9/+120
* Fix typo which broke builds on systems where MSG_NOSIGNAL is defined. BadNalin Dahyabhai2002-09-132-1/+5
* Added -lsocket to LIBS if socket is in libsocket, so VTE will compile onBrian Cameron2002-09-132-2/+6
* only use MSG_NOSIGNAL if it's definedjacob berkman2002-09-124-19/+31
* AC_CHECK_FUNC() doesn't do AC_DEFINE(HAVE_FOO), so do that for socket()jacob berkman2002-09-122-2/+14
* Remove the invalidate_cells parameter, because the function is a big no-opNalin Dahyabhai2002-09-122-21/+30
* src/vte.c Fixed minor error with my previous patch. This just makes aBrian Cameron2002-09-122-2/+6
* added spanish translation file.Pablo Gonzalo del Campo2002-09-122-0/+121
* Reorder definitions to avoid implicit declaration warnings. Check forNalin Dahyabhai2002-09-114-88/+100
* Test for sendmsg() with AC_CHECK_FUNCS instead of AC_TRY_COMPILE. Removed.Nalin Dahyabhai2002-09-115-36/+12
* Added check for socket library and SendMsg check. Added this file with aBrian Cameron2002-09-117-63/+136