[g-a-devel] Developing a solution for people with traumatic brain injury

2013-08-06 Thread Mathieu Stumpf
Hello, I would like to introduce you with a project I am wishing to realize, which is developing a solution for people with traumatic brain injury. More accurately, I seek to provide a solution to people with — hopefully temporary — locked-in syndrome and cognitive troubles, and which are tre

[g-a-devel] RFC: AtkText simplification (take 3)

2013-08-06 Thread Mario Sanchez Prada
Hi all, Pineiro and me have been holding an interesting conversation about this in the a11y BoF in GUADEC and we believe we have found a better way to move forward here, which would mean not having to deprecate individual elements of an enum nor breaking the ABI at all, while still allowing us to

Re: [g-a-devel] RFC: AtkText simplification (take 3)

2013-08-06 Thread Joanmarie Diggs
On 08/06/2013 11:36 AM, Mario Sanchez Prada wrote: > typedef enum { > ATK_TEXT_GRANULARITY_CHAR, > ATK_TEXT_GRANULARITY_WORD, > ATK_TEXT_GRANULARITY_LINE, > ATK_TEXT_GRANULARITY_SENTENCE > } AtkTextGranularity; As long as we're at it How about ATK_TEXT_

[g-a-devel] Dead link in the documentation

2013-08-06 Thread Mathieu Stumpf
Although I'm reading the french translation (well, I didn't find an easy way to switch to the original version), there are some places where the documentation seems not up-to-date, talking about GTK 2[1], and link to dead links[2]. Also there are some "click here" links, and you know that it's no

Re: [g-a-devel] RFC: AtkText simplification (take 3)

2013-08-06 Thread Trevor Saunders
> 6. In atspi2-atk bridge, check which version of ATK a specific > application is implementing (using atk_get_version()) when > implementing this new atk_text_get_text_for_offset(), so we know > whether we can call atk_text_get_text_for_offset() or we need to use > the old atk_text_get_text_at_offs

Re: [g-a-devel] RFC: AtkText simplification (take 3)

2013-08-06 Thread Trevor Saunders
On Tue, Aug 06, 2013 at 04:22:40PM +0200, Mario wrote: > Hi Trevor, > > On 6 August 2013 16:05, Trevor Saunders wrote: > >> 6. In atspi2-atk bridge, check which version of ATK a specific > >> application is implementing (using atk_get_version()) when > >> implementing this new atk_text_get_text_f