No description
Find a file
Matthias Clasen 7c64979439 A minimal accessible implementation
To inform ATs about what is going on, implement AtkSelection,
and also emit ::active-descendant-changed. This seems enough
to make orca read 'filler' for each row (unless the row happens
to be just a label, in which case, it reads the label).
https://bugzilla.gnome.org/show_bug.cgi?id=692258
2013-01-29 00:26:45 -05:00
.gitignore Convert EggListBox from vala to C 2012-08-16 14:17:43 +02:00
AUTHORS Initial import 2012-05-15 12:22:24 +02:00
autogen.sh autogen.sh: add --no-configure option 2012-05-16 17:27:07 +02:00
ChangeLog Initial import 2012-05-15 12:22:24 +02:00
configure.ac build: Fix libtool related warning 2013-01-15 11:03:18 +01:00
COPYING Initial import 2012-05-15 12:22:24 +02:00
egg-list-box-accessible.c A minimal accessible implementation 2013-01-29 00:26:45 -05:00
egg-list-box-accessible.h A minimal accessible implementation 2013-01-29 00:26:45 -05:00
egg-list-box-uninstalled.pc.in generate egg-list-box-uninstalled 2012-05-17 09:37:20 +02:00
egg-list-box.c A minimal accessible implementation 2013-01-29 00:26:45 -05:00
egg-list-box.doap Initial import 2012-05-15 12:22:24 +02:00
egg-list-box.h egg-list-box: Move refiltered behavior to be a signal 2013-01-17 19:07:30 -05:00
egglistbox.vapi Fix vapi file to not we don't have a construct function anymore 2012-08-16 20:37:46 +02:00
INSTALL Update INSTALL 2012-12-12 05:01:16 -05:00
Makefile.am A minimal accessible implementation 2013-01-29 00:26:45 -05:00
NEWS Initial import 2012-05-15 12:22:24 +02:00
README Initial import 2012-05-15 12:22:24 +02:00
test-focus.c Use a pixbuf cache 2012-11-09 10:16:53 +01:00
test-list.vala list-test: Add css to test prelight and active 2012-05-16 11:21:10 +02:00
test-scrolled.vala Test scrolled listbox not at top 2012-05-21 14:40:57 +02:00
test-sel.c Add selection on-start testcase from #689060 2012-12-10 16:46:37 +01:00