summaryrefslogtreecommitdiff
path: root/src/vteaccess.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-23Fix even more warnings. We're mostly warning-clean nowBehdad Esfahbod1-2/+2
2009-10-22Bug 598814 - text.getText(0, -1) triggers assertion in vteaccess.cBehdad Esfahbod1-1/+1
2009-09-28[a11y] Fix assertion failureBehdad Esfahbod1-1/+1
2009-03-02Correct use of padding returned by vte_terminal_get_padding().Christian Persch1-10/+2
2008-12-26Fix warnings.Behdad Esfahbod1-15/+15
2008-12-01#include <config.h> instead of "../config.h".Behdad Esfahbod1-1/+1
2007-05-22Bug 440377 – gnome-terminal cannot refresh terminal when accessibilityChris Wilson1-3/+9
2007-02-27Consistently guard against the snapshot being NULL.Chris Wilson1-30/+40
2007-02-26Bug 411000 – Orca repeats old text in gnome-terminalChris Wilson1-3/+3
2007-02-26Use a separate debug flag for the ally interface.Chris Wilson1-17/+17
2007-01-26Janitorial work - near elimination of #ifdef VTE_DEBUG from withinChris Wilson1-129/+69
2007-01-25Bug 399137 – UTF-8 problem in VteAccessChris Wilson1-40/+30
2007-01-24==25123== Invalid read of size 1 ==25123== at 0x4055992:Chris Wilson1-5/+7
2007-01-24Revert changes in conjunction with bug 399137 back to r1487, whichChris Wilson1-35/+38
2007-01-24Valgrind pointed out a couple of places where we tried to access beforeChris Wilson1-16/+20
2007-01-24Revert the last accidental overcommit.Chris Wilson1-20/+16
2007-01-24Valgrind pointed out a couple of places where we tried to access beforeChris Wilson1-16/+20
2007-01-22Bug 399137 - continuation.Chris Wilson1-1/+1
2007-01-22Bug 399137 - continuation.Chris Wilson1-0/+3
2007-01-22If the caret is at the end of the buffer, then it set past the end of theChris Wilson1-2/+7
2007-01-22Bug 132316 – terminal widget's context menu posting isn't exposed as anChris Wilson1-18/+145
2007-01-22Bug 156161 – AccessibleText_getTextAtOffset returns wrong values inChris Wilson1-1/+91
2007-01-22Bug 399137 – UTF-8 problem in VteAccessChris Wilson1-38/+25
2007-01-22Bug 389538 – crash in Terminal: nothingChris Wilson1-3/+7
2007-01-20Fixed bug #397724 - Orca incorrect echo's certain input in gnome-terminalRich Burridge1-2/+5
2007-01-17As part of Bug 397439.Chris Wilson1-6/+3
2007-01-17As part of Bug 397439.Chris Wilson1-4/+0
2007-01-17As part of Bug 397439.Chris Wilson1-89/+60
2007-01-17As part of Bug 397439.Chris Wilson1-34/+34
2007-01-17As part of Bug 397439.Chris Wilson1-17/+17
2006-11-01Fixed bug #150858 - In gnome-terminal, the deleted character is reportedRich Burridge1-0/+23
2006-04-18Remove the #ident strings.Behdad Esfahbod1-1/+0
2006-03-31Bug 336117 – [patch] Use g_slice API Patch from Aivars Kalvans.Behdad Esfahbod1-2/+2
2006-03-15Bug 334385 – Use intltoolBehdad Esfahbod1-6/+1
2006-01-15applied patch from kmaraas to replace g_return* with g_assert in static funct...Guilherme de S. Pastore1-53/+51
2005-11-01Fix for crasher bug #153405. Patch from Padraig O'Briain.Bill Haneman1-0/+9
2005-08-10Patch from: Padraig O'Briain <padraig.obriain@sun.com> Closes bug #113590.Kjartan Maraas1-13/+121
2004-05-01add a parameter to control whether or not trailing whitespace is trimmedNalin Dahyabhai1-17/+17
2003-08-12New function containing initialization code previously inPadraig O'Briain1-48/+52
2003-06-16fix a compiler warning.Nalin Dahyabhai1-1/+1
2003-06-16add. Move private VteTerminal stuff which needs to be shared with otherNalin Dahyabhai1-0/+1
2003-05-30Add implementation for get_character_extents, get_offset_at_point andPadraig O'Briain1-15/+171
2003-05-19- formatting fixupsNalin Dahyabhai1-7/+7
2003-04-24- src/vteaccess.c: tweak that debug warning againNalin Dahyabhai1-2/+2
2003-04-24add some detail to debug warning when gail isn't loaded.Nalin Dahyabhai1-1/+2
2003-04-24add. call _vte_terminal_accessible_ref to ensure that accessible signalsNalin Dahyabhai1-0/+1
2003-04-24formatting fixup. formatting fixups. Try using U+FFFF as the "invalid"Nalin Dahyabhai1-135/+210
2003-04-23- fix incorrect signal name when connectingNalin Dahyabhai1-1/+1
2003-04-23implement an AtkComponent interface (part of #110770). set the focus stateNalin Dahyabhai1-2/+277
2003-04-21- ident tagging - header reorgNalin Dahyabhai1-0/+2