Age | Commit message (Expand) | Author | Files | Lines |
2003-02-20 | don't pass focus status changes on to our IM context when we're not | Nalin Dahyabhai | 1 | -16/+28 |
2003-02-20 | grab input focus on button 1 press (#106573, Red Hat #84384). From HEAD. | Nalin Dahyabhai | 1 | -0/+5 |
2003-02-18 | pull rest of fix for backtab from HEAD. | Nalin Dahyabhai | 1 | -1/+1 |
2003-02-18 | recognize and discard bogus arguments. | Nalin Dahyabhai | 1 | -1/+8 |
2003-02-18 | emit focus-event events when the widget receives focus-in/focus-out | Nalin Dahyabhai | 1 | -0/+38 |
2003-02-18 | pull up from HEAD to get key map entries for Ctrl-digit. | Nalin Dahyabhai | 1 | -0/+45 |
2003-02-14 | coalesce data to work better on systems where the scheduler wakes us up as | Nalin Dahyabhai | 1 | -18/+45 |
2003-02-14 | fix to stop at the leftmost column if there are no previous tabstops. From | Nalin Dahyabhai | 1 | -4/+3 |
2003-02-14 | don't free the buffer on the stack, though it should never have happened, | Nalin Dahyabhai | 1 | -2/+0 |
2003-02-13 | close fd leak. close potential fd leak. | Nalin Dahyabhai | 1 | -0/+2 |
2003-02-13 | connect to accessible signals before they can be emitted so that we always | Nalin Dahyabhai | 1 | -2/+2 |
2003-02-12 | skip over fragments properly. skip over fragments properly. | Nalin Dahyabhai | 1 | -0/+2 |
2003-02-11 | keep a weak pointer to the accessible peer instead of a static pointer | Nalin Dahyabhai | 2 | -33/+65 |
2003-02-11 | always update the cursor position, in case text was added or removed | Nalin Dahyabhai | 1 | -29/+37 |
2003-02-03 | cause the native drawing code for code points 0xa3, 0x3c0 0x2592, 0x25ae, | Nalin Dahyabhai | 2 | -0/+7 |
2003-01-31 | include iso2022.txt in tarballs. | Nalin Dahyabhai | 1 | -0/+1 |
2003-01-31 | pull up selection-always-extending-by-default fix from HEAD, ok | Nalin Dahyabhai | 1 | -10/+15 |
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 |