Age | Commit message (Expand) | Author | Files | Lines |
2003-01-27 | create the "invisible" cursor using a bitmap instead of a pixmap, changing | Nalin Dahyabhai | 1 | -9/+8 |
2003-01-27 | make the various mouse event modes mutually-exclusive, because apps expect | Nalin Dahyabhai | 1 | -0/+35 |
2003-01-27 | force a background update immediately when we realize instead of queuing | Nalin Dahyabhai | 1 | -3/+4 |
2003-01-24 | fix declaration order (#104290). | Nalin Dahyabhai | 1 | -2/+2 |
2003-01-23 | recognize and ignore attempts to set text properties 21 and 2L, whatevervte_0_10_14 | Nalin Dahyabhai | 2 | -0/+9 |
2003-01-23 | accept "1" and "2" as aliases for "B" (#104257). | Nalin Dahyabhai | 1 | -3/+3 |
2003-01-23 | check for curses if we don't have ncurses (the order is ncurses, curses, | Nalin Dahyabhai | 2 | -3/+22 |
2003-01-23 | add mev. don't home the cursor automatically. fix sense of shift | Nalin Dahyabhai | 2 | -86/+127 |
2003-01-23 | - add mev for testing mouse event handling | Nalin Dahyabhai | 2 | -1/+310 |
2003-01-22 | accept OSC{number};{string}ST as set-text-parameters, per XTerm docs (part | Nalin Dahyabhai | 2 | -0/+33 |
2003-01-22 | streamline background images and transparency handling, should use lessvte_0_10_13 | Nalin Dahyabhai | 1 | -209/+214 |
2003-01-21 | add some debugging messages if REFLECT_VERBOSE is set in the environment. | Nalin Dahyabhai | 1 | -0/+15 |
2003-01-21 | add reflect-text-view, for testing with GtkTextView for sanity's sake. | Nalin Dahyabhai | 2 | -98/+189 |
2003-01-20 | account for get_text() including zero bytes | Nalin Dahyabhai | 1 | -2/+6 |
2003-01-20 | try to build reflect with both vte and libzvt, building a useless binary | Nalin Dahyabhai | 2 | -19/+115 |
2003-01-20 | colors 90-97 and 100-107 are bold colors, noted and patched by Matthijs | Nalin Dahyabhai | 1 | -2/+2 |
2003-01-18 | if the caret is past the end of the text, count unichars properly. Compute | Nalin Dahyabhai | 2 | -15/+53 |
2003-01-18 | update copyright dates. add. add reflect (noinst). always return a string, | Nalin Dahyabhai | 4 | -11/+181 |
2003-01-17 | emit a "text-modified" signal, because what you see changes when you | Nalin Dahyabhai | 1 | -0/+2 |
2003-01-17 | don't draw cursors below or above the screen, correctly compute the clearvte_0_10_11 | Nalin Dahyabhai | 1 | -23/+19 |
2003-01-17 | if we don't find an entry for the requested key, and the terminal type is | Nalin Dahyabhai | 2 | -32/+38 |
2003-01-17 | fix boneheaded "config.h" instead of "../config.h" include, pointed out by | Nalin Dahyabhai | 1 | -1/+1 |
2003-01-16 | fix test for whether or not we need to check for termcap override default | Nalin Dahyabhai | 2 | -1/+2 |
2003-01-14 | if a key sequence which needs modifiers doesn't have a numeric part, add | Nalin Dahyabhai | 1 | -4/+6 |
2003-01-14 | add _vte_ring_insert_preserve(), which scrolls lost items off the topvte_0_10_10 | Nalin Dahyabhai | 6 | -269/+296 |
2003-01-14 | initial checkin | Nalin Dahyabhai | 1 | -0/+1316 |
2003-01-14 | don't switch terminal modes before or after echoing bytes -- doing sovte_0_10_9 | Nalin Dahyabhai | 6 | -169/+244 |
2003-01-09 | Only suppress meta-sends-escape on Backspace if backspace is mapped to the | Nalin Dahyabhai | 4 | -121/+583 |
2003-01-07 | Use a lookup table instead of a mess of floating point math when | Nalin Dahyabhai | 1 | -5/+8 |
2003-01-06 | Add the periodic blinking refresh with the normal timeout instead of 0 to | Nalin Dahyabhai | 1 | -3/+11 |
2003-01-06 | Use a simple XftPatternGetString/GetDouble pair instead of XftNameUnparse,vte_0_10_8 | Nalin Dahyabhai | 1 | -23/+82 |
2003-01-03 | - fix compile failure on systems where ncurses isn't detected | Nalin Dahyabhai | 1 | -1/+1 |
2003-01-03 | look for libncurses or libtermcap include other libraries (ncurses, | Nalin Dahyabhai | 1 | -88/+151 |
2002-12-18 | issue a warning if Xft2 and Xft aren't found. if we're not | Nalin Dahyabhai | 4 | -11/+13 |
2002-12-16 | wire Shift+Home/Shift+End to scroll-to-top and scroll-to-bottom. | Nalin Dahyabhai | 1 | -0/+29 |
2002-12-14 | add a short test program. use hard values instead of GDK defines in the 0 | Nalin Dahyabhai | 6 | -139/+155 |
2002-12-11 | define VTE_USE_GNOME_PTY_HELPER if use of the helper is enabled atvte_0_10_7 | Nalin Dahyabhai | 3 | -6/+66 |
2002-12-10 | centralize buffer length sanity checks, add some utility functions forvte_0_10_6 | Nalin Dahyabhai | 8 | -39/+258 |
2002-12-10 | - add | Nalin Dahyabhai | 2 | -0/+302 |
2002-12-10 | add "uk" to the list of languages. remove the alternate attribute bit -- | Nalin Dahyabhai | 12 | -648/+953 |
2002-12-03 | if TIOCSCTTY is defined, use it, even if it's redundant. | Nalin Dahyabhai | 3 | -1/+14 |
2002-12-03 | update-po change the default from resetting to the terminal's default | Nalin Dahyabhai | 4 | -6/+70 |
2002-12-03 | don't zero-fill rows, space-fill them. Don't just fail if the word_chars | Nalin Dahyabhai | 1 | -15/+17 |
2002-12-03 | add AC_CHECK_CC_OPT from ac-archive. check for cfmakeraw, sys/select.h, | Nalin Dahyabhai | 5 | -88/+153 |
2002-11-26 | 2002-11-25 nalin fix mapping of Unicode code chars 0x252c and 0x2534 which | Nalin Dahyabhai | 2 | -16/+27 |
2002-11-26 | fix cd() to clear using the current colors. | Nalin Dahyabhai | 1 | -0/+16 |
2002-11-26 | fix cd() to clear to the right of the cursor on the current line instead | Nalin Dahyabhai | 1 | -4/+16 |
2002-11-25 | need this, too, for future use | Nalin Dahyabhai | 1 | -0/+27 |
2002-11-25 | add new file, thanks thunder | Nalin Dahyabhai | 1 | -0/+1254 |
2002-11-25 | add keyboard debug messages when we change keyboard modes. remove kh | Nalin Dahyabhai | 1 | -16/+52 |