summaryrefslogtreecommitdiff
path: root/gtk/a11y/gtktextcellaccessible.c
Commit message (Collapse)AuthorAgeFilesLines
* a11y: fix a typo leading to a crashCosimo Cecchi2012-06-071-5/+2
| | | | | | | | | | | text can't be NULL here, or we would have failed way earlier. The original code from gail returned if the renderer text was NULL, and we have to do that, or we'll end up calling e.g. g_utf8_offset_to_pointer() on a NULL pointer. https://bugzilla.redhat.com/show_bug.cgi?id=827930 https://bugzilla.gnome.org/show_bug.cgi?id=677551
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* a11y: Move update_cache to GtkCellAccesibleBenjamin Otte2011-12-161-5/+7
| | | | This way, we can call it for container renderers, too.
* a11y: Redo cell update functionBenjamin Otte2011-12-161-19/+10
| | | | | | | | | 1) always emit signals Previously, newly constructed cells would be told to not emit events. However, we can ensure that nothing is connected to the signals, so they will not actually emit anything. 2) don't return anything The return value is unused anyway.
* a11y: remove now unused property listsBenjamin Otte2011-12-161-38/+0
|
* a11y: Use cell renderer creation funcs unconditionallyBenjamin Otte2011-12-161-22/+0
| | | | | Also delete the previous "new" functions and actually set the real cell renderer here.
* a11y: Implement ref_state_set using the new APIsBenjamin Otte2011-11-241-2/+12
| | | | | | | | Various tiny semantic changes in here. The big fix is that we consider every cell as visible and as showing if the treeview is mapped. This was also fixed in the tree dump test.
* Use canonical namesMatthias Clasen2011-07-171-4/+4
| | | | Use canonical names for both signals and properties.
* Make all of a11y/ compile with -WshadowMatthias Clasen2011-07-101-2/+2
|
* Convert GailCellParent to GtkCellAccessibleParentMatthias Clasen2011-07-091-7/+9
|
* Convert GailTextCell to GtkTextCellAccessibleMatthias Clasen2011-07-091-0/+804