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

2013-08-09 Thread Piñeiro
On 08/06/2013 10:11 PM, Trevor Saunders wrote: > 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())

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

2013-08-09 Thread Piñeiro
On 08/06/2013 01:21 PM, Joanmarie Diggs wrote: > 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 >> } AtkTextGran

[g-a-devel] About the fallbacks related with the new method get_text_for_offset, and deadlines

2013-08-09 Thread Piñeiro
Hi everybody, as you are aware due the other thread, we are adding a new method, [atk/atspi]_get_text_for_offset, that plans to replace all get_text_[at/after/before]_offset, and use a new, and smaller enum, called Granularity, replacing Boundary. But as we want to avoid any kind of regression un

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

2013-08-09 Thread Trevor Saunders
On Fri, Aug 09, 2013 at 11:26:41AM +0200, Piñeiro wrote: > On 08/06/2013 10:11 PM, Trevor Saunders wrote: > > 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