summaryrefslogtreecommitdiff
path: root/gtk/a11y
Commit message (Expand)AuthorAgeFilesLines
* a11y: Merge function into only callerBenjamin Otte2011-11-161-23/+11
* treeview: Call a11y functions for culmn changes directlyBenjamin Otte2011-11-162-224/+182
* a11y: Unify column-by-index gettingBenjamin Otte2011-11-161-45/+32
* a11y: Use gtk_tree_view_get_n_columns()Benjamin Otte2011-11-161-45/+35
* a11y: Fix get_column_index()Benjamin Otte2011-11-161-39/+6
* a11y: remove argument from get_column_number()Benjamin Otte2011-11-161-9/+6
* a11y: remove useless argumentBenjamin Otte2011-11-161-12/+10
* a11y: Remove clean_rows functionBenjamin Otte2011-11-161-34/+0
* a11y: Don't crete cell infos for non-childrenBenjamin Otte2011-11-161-2/+12
* a11y: Make find by index lookup use the hash table againBenjamin Otte2011-11-161-7/+12
* a11y: Add a hash function for cell infosBenjamin Otte2011-11-161-2/+24
* a11y: Compute the cell index quickerBenjamin Otte2011-11-161-9/+3
* a11y: Compute index the easy wayBenjamin Otte2011-11-161-41/+1
* a11y: Redo indexingBenjamin Otte2011-11-162-213/+56
* treeview: Redo row trackingBenjamin Otte2011-11-162-6/+82
* a11y: Remove needless checksBenjamin Otte2011-11-161-8/+8
* a11y: Add a cell_info_get_path() functionBenjamin Otte2011-11-161-14/+20
* a11y: Mark object as defunct in destroy notifyBenjamin Otte2011-11-161-44/+23
* a11y: Remove in_use memberBenjamin Otte2011-11-161-157/+113
* a11y: Don't garbage collect anymoreBenjamin Otte2011-11-162-75/+2
* a11y: Improve cell_infos tableBenjamin Otte2011-11-162-15/+16
* a11y: Implement find_cell_info() using qdata lookupBenjamin Otte2011-11-161-9/+7
* a11y: Store the cellinfo in the cell's qdataBenjamin Otte2011-11-161-3/+18
* a11y: Remove index from cellaccessibleBenjamin Otte2011-11-164-32/+7
* a11y: Don't use the cell's index anymoreBenjamin Otte2011-11-161-76/+14
* a11y: Implement get_child_index in treeviewBenjamin Otte2011-11-161-3/+8
* a11y: Implement get_child_index in treeviewaccessibleBenjamin Otte2011-11-161-0/+14
* a11y: Make the cache lookup function inefficientBenjamin Otte2011-11-161-4/+11
* a11y: Change function declarationBenjamin Otte2011-11-161-6/+8
* a11y: Add a special-case for cell index queryingBenjamin Otte2011-11-162-25/+5
* a11y: Add _gtk_cell_accessible_parent_get_child_index()Benjamin Otte2011-11-163-0/+30
* a11y: Remove idle handler for focus notificationsBenjamin Otte2011-11-162-37/+7
* a11y: Re-implement gtk_tree_view_accessible_get_n_rows()Benjamin Otte2011-11-161-19/+8
* GtkTextViewAccessible: Respect display linesMatthias Clasen2011-11-151-9/+76
* GtkComboBoxAccessible: Make keybindings workMatthias Clasen2011-11-141-1/+1
* a11y: Get rid of gtk.h includes in headersBenjamin Otte2011-11-106-3/+5
* a11y: Fix gcc warningBenjamin Otte2011-11-101-1/+1
* a11y: It's not a bug if there's no row at some pointBenjamin Otte2011-11-101-4/+1
* gtktreeviewaccessible: use a value_destroy_func with the cell_info_by_index hashGuillaume Desmottes2011-11-101-2/+2
* gtktreeviewaccessible: factor out cell_info_free()Guillaume Desmottes2011-11-101-5/+11
* Move gtkstyle and gtkrc to deprecated/Matthias Clasen2011-11-023-2/+14
* Use G_VALUE_INITJavier Jardón2011-10-152-2/+2
* Include gdk.h in gail.cMatthias Clasen2011-10-111-0/+1
* a11y: Don't include gtkx when not neededBenjamin Otte2011-09-301-1/+1
* a11y: Remove useless checkBenjamin Otte2011-09-301-4/+0
* gtktreeviewaccessible: do not trigger an assertionAlban Crequy2011-09-231-1/+7
* a11y: Fix up listener registration minimallyMatthias Clasen2011-09-051-8/+11
* a11y: Don't manage window events as a exceptionAlejandro Piñeiro2011-08-291-20/+3
* a11y: Use AtkWindow on GtkWindowAccessibleAlejandro Piñeiro2011-08-291-91/+15
* a11y: don't return random numbersMatthias Clasen2011-08-291-0/+3