summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Released vte-0.15.2.vte_0_15_2Behdad Esfahbod2007-01-234-2/+67
* Bug 399137 - continuation.Chris Wilson2007-01-222-1/+11
* Don't try to perform gdk operations on unrealized windows.Chris Wilson2007-01-222-4/+47
* Print out the argument vector for VTE_DEBUG_MISC.Chris Wilson2007-01-222-0/+16
* Protect against g_strv_length(NULL)Chris Wilson2007-01-222-1/+6
* Improve the changelog entry for the previous commit.Chris Wilson2007-01-221-1/+1
* Bug 399137 - continuation.Chris Wilson2007-01-222-0/+12
* If the caret is at the end of the buffer, then it set past the end of theChris Wilson2007-01-222-2/+16
* Earlier configure.in update introduced a trailing ']', pair it with itsChris Wilson2007-01-222-1/+8
* Bug 132316 – terminal widget's context menu posting isn't exposed as anChris Wilson2007-01-222-18/+164
* Bug 156161 – AccessibleText_getTextAtOffset returns wrong values inChris Wilson2007-01-222-1/+104
* Bug 399137 – UTF-8 problem in VteAccessChris Wilson2007-01-222-38/+39
* Bug 123591 – vte_terminal_fork_command succeeds even when it does notChris Wilson2007-01-229-439/+343
* Hack'n'slash my way through doing a bit of weeding.Chris Wilson2007-01-223-95/+210
* Bug 389538 – crash in Terminal: nothingChris Wilson2007-01-222-3/+14
* Fixup changelog to include patch author.Chris Wilson2007-01-221-0/+2
* Bug 161479 – Scroll wheel generates Release eventsChris Wilson2007-01-222-10/+10
* <kmaraas> ickle: sparse complains about dubious 1 bit bitfields if you useChris Wilson2007-01-202-2/+17
* Bug 398602 – Build FailureChris Wilson2007-01-202-1/+8
* Fixed bug #397724 - Orca incorrect echo's certain input in gnome-terminalRich Burridge2007-01-202-2/+11
* Also if the entire terminal is invalidated, do not add more GTK+ exposesChris Wilson2007-01-202-3/+11
* Track when we have invalidated the entire terminal and skip adding newChris Wilson2007-01-203-9/+43
* Bug 398244 – Gnome-terminal opens a huge sized windowChris Wilson2007-01-202-32/+54
* Do not invalidate the old cursor position if it was not visible.Chris Wilson2007-01-192-1/+8
* Make sure ->process_timeout is set to VTE_INVALID_SOURCE on all paths thatChris Wilson2007-01-192-5/+11
* Add <> to mark boundaries of process_timeout().Chris Wilson2007-01-192-2/+22
* Remove a bit of redundant text in the printout from the last commit.Chris Wilson2007-01-191-1/+1
* Add {},[] to mark boundaries of update_timeout() and notice that theChris Wilson2007-01-192-2/+37
* Small cleanup: - protect remove_process_timeout against an invalid source.Chris Wilson2007-01-192-6/+16
* Introduce a bit of slack in the bbox check to allow for a small of amountChris Wilson2007-01-193-4/+18
* Repeat _vte_terminal_process_incoming until we have drained the incomingChris Wilson2007-01-192-11/+31
* "%ld" for cursor indices.Chris Wilson2007-01-192-4/+7
* Cursor indices are long.Chris Wilson2007-01-192-2/+9
* Cursor indices are long. Prepend the GTK+ generated expose if we alreadyChris Wilson2007-01-193-6/+24
* Add a new debug flag to visualize the work flow. VTE_DEBUG_FLAGS=workChris Wilson2007-01-194-11/+98
* Bug 398150 – cursor leaves trail behind in vimChris Wilson2007-01-194-9/+62
* Missing $(X_CFLAGS)Chris Wilson2007-01-192-1/+6
* missed from last commitChris Wilson2007-01-191-0/+8
* Bug 398243 – CrashChris Wilson2007-01-191-1/+1
* Check that the start of the invalid region is on screen.Chris Wilson2007-01-182-0/+11
* Bug 398116 – lags behind when widget not visibleChris Wilson2007-01-182-6/+18
* Bug 398083 – background not painted correctly when starting upChris Wilson2007-01-182-1/+14
* Small bit of logic inversion that would have tried to paint on unmappedChris Wilson2007-01-182-2/+8
* And the corresponding overrides. [The downsides of losing track of whichChris Wilson2007-01-182-0/+96
* Add missing export of vte_terminal_get_text_include_trailing_spaces,Chris Wilson2007-01-182-0/+18
* Fix a couple of compiler warnings.Chris Wilson2007-01-182-4/+9
* Delete some dead code.Chris Wilson2007-01-182-5/+5
* Restore --enable-debugging.Chris Wilson2007-01-182-0/+10
* Copy Behdad's MAYBE_WARN comprehensive set of warnings from Cairo, andChris Wilson2007-01-183-25/+80
* Don't call AC_CANONICAL_HOST. Libtool calls it already.Behdad Esfahbod2007-01-183-2/+9