summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2003-02-20don't pass focus status changes on to our IM context when we're notNalin Dahyabhai1-16/+28
2003-02-20grab input focus on button 1 press (#106573, Red Hat #84384). From HEAD.Nalin Dahyabhai1-0/+5
2003-02-18pull rest of fix for backtab from HEAD.Nalin Dahyabhai1-1/+1
2003-02-18recognize and discard bogus arguments.Nalin Dahyabhai1-1/+8
2003-02-18emit focus-event events when the widget receives focus-in/focus-outNalin Dahyabhai1-0/+38
2003-02-18pull up from HEAD to get key map entries for Ctrl-digit.Nalin Dahyabhai1-0/+45
2003-02-14coalesce data to work better on systems where the scheduler wakes us up asNalin Dahyabhai1-18/+45
2003-02-14fix to stop at the leftmost column if there are no previous tabstops. FromNalin Dahyabhai1-4/+3
2003-02-14don't free the buffer on the stack, though it should never have happened,Nalin Dahyabhai1-2/+0
2003-02-13close fd leak. close potential fd leak.Nalin Dahyabhai1-0/+2
2003-02-13connect to accessible signals before they can be emitted so that we alwaysNalin Dahyabhai1-2/+2
2003-02-12skip over fragments properly. skip over fragments properly.Nalin Dahyabhai1-0/+2
2003-02-11keep a weak pointer to the accessible peer instead of a static pointerNalin Dahyabhai2-33/+65
2003-02-11always update the cursor position, in case text was added or removedNalin Dahyabhai1-29/+37
2003-02-03cause the native drawing code for code points 0xa3, 0x3c0 0x2592, 0x25ae,Nalin Dahyabhai2-0/+7
2003-01-31include iso2022.txt in tarballs.Nalin Dahyabhai1-0/+1
2003-01-31pull up selection-always-extending-by-default fix from HEAD, okNalin Dahyabhai1-10/+15
2003-01-27create the "invisible" cursor using a bitmap instead of a pixmap, changingNalin Dahyabhai1-9/+8
2003-01-27make the various mouse event modes mutually-exclusive, because apps expectNalin Dahyabhai1-0/+35
2003-01-27force a background update immediately when we realize instead of queuingNalin Dahyabhai1-3/+4
2003-01-24fix declaration order (#104290).Nalin Dahyabhai1-2/+2
2003-01-23recognize and ignore attempts to set text properties 21 and 2L, whatevervte_0_10_14Nalin Dahyabhai2-0/+9
2003-01-23accept "1" and "2" as aliases for "B" (#104257).Nalin Dahyabhai1-3/+3
2003-01-23check for curses if we don't have ncurses (the order is ncurses, curses,Nalin Dahyabhai2-3/+22
2003-01-23add mev. don't home the cursor automatically. fix sense of shiftNalin Dahyabhai2-86/+127
2003-01-23- add mev for testing mouse event handlingNalin Dahyabhai2-1/+310
2003-01-22accept OSC{number};{string}ST as set-text-parameters, per XTerm docs (partNalin Dahyabhai2-0/+33
2003-01-22streamline background images and transparency handling, should use lessvte_0_10_13Nalin Dahyabhai1-209/+214
2003-01-21add some debugging messages if REFLECT_VERBOSE is set in the environment.Nalin Dahyabhai1-0/+15
2003-01-21add reflect-text-view, for testing with GtkTextView for sanity's sake.Nalin Dahyabhai2-98/+189
2003-01-20account for get_text() including zero bytesNalin Dahyabhai1-2/+6
2003-01-20try to build reflect with both vte and libzvt, building a useless binaryNalin Dahyabhai2-19/+115
2003-01-20colors 90-97 and 100-107 are bold colors, noted and patched by MatthijsNalin Dahyabhai1-2/+2
2003-01-18if the caret is past the end of the text, count unichars properly. ComputeNalin Dahyabhai2-15/+53
2003-01-18update copyright dates. add. add reflect (noinst). always return a string,Nalin Dahyabhai4-11/+181
2003-01-17emit a "text-modified" signal, because what you see changes when youNalin Dahyabhai1-0/+2
2003-01-17don't draw cursors below or above the screen, correctly compute the clearvte_0_10_11Nalin Dahyabhai1-23/+19
2003-01-17if we don't find an entry for the requested key, and the terminal type isNalin Dahyabhai2-32/+38
2003-01-17fix boneheaded "config.h" instead of "../config.h" include, pointed out byNalin Dahyabhai1-1/+1
2003-01-16fix test for whether or not we need to check for termcap override defaultNalin Dahyabhai2-1/+2
2003-01-14if a key sequence which needs modifiers doesn't have a numeric part, addNalin Dahyabhai1-4/+6
2003-01-14add _vte_ring_insert_preserve(), which scrolls lost items off the topvte_0_10_10Nalin Dahyabhai6-269/+296
2003-01-14initial checkinNalin Dahyabhai1-0/+1316
2003-01-14don't switch terminal modes before or after echoing bytes -- doing sovte_0_10_9Nalin Dahyabhai6-169/+244
2003-01-09Only suppress meta-sends-escape on Backspace if backspace is mapped to theNalin Dahyabhai4-121/+583
2003-01-07Use a lookup table instead of a mess of floating point math whenNalin Dahyabhai1-5/+8
2003-01-06Add the periodic blinking refresh with the normal timeout instead of 0 toNalin Dahyabhai1-3/+11
2003-01-06Use a simple XftPatternGetString/GetDouble pair instead of XftNameUnparse,vte_0_10_8Nalin Dahyabhai1-23/+82
2003-01-03- fix compile failure on systems where ncurses isn't detectedNalin Dahyabhai1-1/+1
2003-01-03look for libncurses or libtermcap include other libraries (ncurses,Nalin Dahyabhai1-88/+151