summaryrefslogtreecommitdiff
path: root/src/vteaccess.c
Commit message (Expand)AuthorAgeFilesLines
* BGO#654630: Fix accessibility with gtk+ 3.1Mike Gorse2011-08-171-103/+396
* Don't use gdk_drawable_get_sizeChristian Persch2010-09-261-1/+10
* Add compat impl for gtk_accessible_get_widget()Behdad Esfahbod2010-07-221-0/+1
* Add remaining accessorsKristian Høgsberg2010-07-151-31/+33
* Use inner-border propertyChristian Persch2010-03-171-6/+12
* Modernise the API docsChristian Persch2010-01-141-3/+7
* Fix even more warnings. We're mostly warning-clean nowBehdad Esfahbod2009-10-231-2/+2
* Bug 598814 - text.getText(0, -1) triggers assertion in vteaccess.cBehdad Esfahbod2009-10-221-1/+1
* [a11y] Fix assertion failureBehdad Esfahbod2009-09-281-1/+1
* Correct use of padding returned by vte_terminal_get_padding().Christian Persch2009-03-021-10/+2
* Fix warnings.Behdad Esfahbod2008-12-261-15/+15
* #include <config.h> instead of "../config.h".Behdad Esfahbod2008-12-011-1/+1
* Bug 440377 – gnome-terminal cannot refresh terminal when accessibilityChris Wilson2007-05-221-3/+9
* Consistently guard against the snapshot being NULL.Chris Wilson2007-02-271-30/+40
* Bug 411000 – Orca repeats old text in gnome-terminalChris Wilson2007-02-261-3/+3
* Use a separate debug flag for the ally interface.Chris Wilson2007-02-261-17/+17
* Janitorial work - near elimination of #ifdef VTE_DEBUG from withinChris Wilson2007-01-261-129/+69
* Bug 399137 – UTF-8 problem in VteAccessChris Wilson2007-01-251-40/+30
* ==25123== Invalid read of size 1 ==25123== at 0x4055992:Chris Wilson2007-01-241-5/+7
* Revert changes in conjunction with bug 399137 back to r1487, whichChris Wilson2007-01-241-35/+38
* Valgrind pointed out a couple of places where we tried to access beforeChris Wilson2007-01-241-16/+20
* Revert the last accidental overcommit.Chris Wilson2007-01-241-20/+16
* Valgrind pointed out a couple of places where we tried to access beforeChris Wilson2007-01-241-16/+20
* Bug 399137 - continuation.Chris Wilson2007-01-221-1/+1
* Bug 399137 - continuation.Chris Wilson2007-01-221-0/+3
* If the caret is at the end of the buffer, then it set past the end of theChris Wilson2007-01-221-2/+7
* Bug 132316 – terminal widget's context menu posting isn't exposed as anChris Wilson2007-01-221-18/+145
* Bug 156161 – AccessibleText_getTextAtOffset returns wrong values inChris Wilson2007-01-221-1/+91
* Bug 399137 – UTF-8 problem in VteAccessChris Wilson2007-01-221-38/+25
* Bug 389538 – crash in Terminal: nothingChris Wilson2007-01-221-3/+7
* Fixed bug #397724 - Orca incorrect echo's certain input in gnome-terminalRich Burridge2007-01-201-2/+5
* As part of Bug 397439.Chris Wilson2007-01-171-6/+3
* As part of Bug 397439.Chris Wilson2007-01-171-4/+0
* As part of Bug 397439.Chris Wilson2007-01-171-89/+60
* As part of Bug 397439.Chris Wilson2007-01-171-34/+34
* As part of Bug 397439.Chris Wilson2007-01-171-17/+17
* Fixed bug #150858 - In gnome-terminal, the deleted character is reportedRich Burridge2006-11-011-0/+23
* Remove the #ident strings.Behdad Esfahbod2006-04-181-1/+0
* Bug 336117 – [patch] Use g_slice API Patch from Aivars Kalvans.Behdad Esfahbod2006-03-311-2/+2
* Bug 334385 – Use intltoolBehdad Esfahbod2006-03-151-6/+1
* applied patch from kmaraas to replace g_return* with g_assert in static funct...Guilherme de S. Pastore2006-01-151-53/+51
* Fix for crasher bug #153405. Patch from Padraig O'Briain.Bill Haneman2005-11-011-0/+9
* Patch from: Padraig O'Briain <padraig.obriain@sun.com> Closes bug #113590.Kjartan Maraas2005-08-101-13/+121
* add a parameter to control whether or not trailing whitespace is trimmedNalin Dahyabhai2004-05-011-17/+17
* New function containing initialization code previously inPadraig O'Briain2003-08-121-48/+52
* fix a compiler warning.Nalin Dahyabhai2003-06-161-1/+1
* add. Move private VteTerminal stuff which needs to be shared with otherNalin Dahyabhai2003-06-161-0/+1
* Add implementation for get_character_extents, get_offset_at_point andPadraig O'Briain2003-05-301-15/+171
* - formatting fixupsNalin Dahyabhai2003-05-191-7/+7
* - src/vteaccess.c: tweak that debug warning againNalin Dahyabhai2003-04-241-2/+2