]> Pileus Git - ~andy/gtk/history - gtk/a11y
a11y: remove implementation for [add/remove]_global_event_listener
[~andy/gtk] / gtk / a11y /
2012-06-28 Alejandro Piñeiroa11y: remove implementation for [add/remove]_global_eve...
2012-06-26 Colin Waltersbuild: Drop --without-atk-bridge option
2012-06-23 Colin Waltersbuild: Add --without-atk-bridge, only check for it...
2012-06-15 Bastien Noceragtk: Always load the atk-bridge
2012-06-07 Cosimo Cecchia11y: fix a typo leading to a crash
2012-05-08 Benjamin Otteiconview: Bring back per-row contexts
2012-05-06 Benjamin Otteiconview: Redo layouting
2012-05-06 Benjamin Otteiconview: Remove needless requirement
2012-03-19 Benjamin Ottea11y: Add back the 'toggle' actions
2012-03-09 Benjamin Ottea11y: Only care about GtkOrientable::orientation
2012-03-03 Benjamin Ottetypes: Move GtkAdustment declaration to gtktypes.h
2012-02-27 Javier JardónChange FSF Address
2012-02-21 Matthias ClasenSymbol exporting fixes
2012-02-15 Matthias ClasenGtkColorSwatch: Add accessible actions
2012-02-12 Benjamin Ottea11y: Mark cells as defunct when deleting them
2012-02-11 Benjamin Ottea11y: Redo ref_accessible_at_point()
2012-02-11 Benjamin Ottea11y: create focus cell accessibles when they get focused
2012-02-11 Benjamin Ottea11y: Split out cell creation function
2012-02-11 Benjamin Ottea11y: Set relations without tree path
2012-02-11 Benjamin Ottea11y: Remove unused variable
2012-02-11 Benjamin Ottea11y: Keep treeview accessibles around
2012-02-11 Benjamin Ottea11y: Remove old treeview focus tracking code
2012-02-11 Benjamin Ottea11y: Emit focus change events when focus cell changes
2012-02-11 Benjamin Ottea11y: Update treeview focused status
2012-02-11 Benjamin Ottetreeview: Notify accessible about focus changes
2012-02-11 Benjamin Ottetreeview: Tell accessible about focus column changes
2012-01-19 Benjamin Ottea11y: Invoke key snooper directly
2012-01-18 Benjamin OtteRevert "a11y: Remove keysnooping support"
2012-01-17 Matthias ClasenRemove a check that broke the color chooser a11y dump
2012-01-12 Benjamin Ottea11y: Disconnect from buffer signals
2012-01-06 Benjamin Ottea11y: Remove keysnooping support
2011-12-30 Matthias ClasenRemove an unnecessary warning
2011-12-19 Benjamin Ottea11y: emit entry signals immediately
2011-12-19 Benjamin Ottea11y: implement widget_(un)set in ContainerCell
2011-12-19 Benjamin Ottea11y: Make GtkCellAccessible a GtkAccessible
2011-12-19 Benjamin Ottewidget: Set widget in accessible's constructor
2011-12-19 Benjamin Ottea11y: Don't connect_destroyed anymore
2011-12-19 Benjamin Otteiconview: Simplify adjustment monitoring for accessible
2011-12-19 Benjamin Ottea11y: Remove widget_destroyed call
2011-12-19 Benjamin Ottea11y: Use widget_unset vfunc in treeview
2011-12-19 Benjamin Ottea11y: Fix crash in notebook
2011-12-19 Benjamin Otteiconview: Split out iconview accessible
2011-12-19 Benjamin Ottea11y: Simplify code
2011-12-16 Benjamin Ottea11y: Don't emit children-changed when nothing changed
2011-12-16 Benjamin Ottea11y: Remove unused gtk_cell_accessible_set_cell_data()
2011-12-16 Benjamin Ottea11y: Make boolean cell render report its states the...
2011-12-16 Benjamin Ottea11y: Refactor treeview code even more
2011-12-16 Benjamin Ottea11y: Redo function signature
2011-12-16 Benjamin Ottea11y: Implement GtkContainerCellAccessible.update_cache
2011-12-16 Benjamin Ottea11y: Move update_cache to GtkCellAccesible
2011-12-16 Benjamin Ottea11y: Redo cell update function
2011-12-16 Benjamin Ottea11y: Remove unused function
2011-12-16 Benjamin Ottea11y: remove now unused property lists
2011-12-16 Benjamin Ottea11y: Don't copy data between renderers
2011-12-16 Benjamin Ottea11y: Use cell renderer creation funcs unconditionally
2011-12-16 Benjamin Ottea11y: Use the accessible type
2011-12-16 Benjamin Ottea11y: Add GtkRendererCellAcessible::renderer
2011-12-16 Benjamin Ottea11y: Remove unused variable
2011-12-16 Benjamin Ottetreeview: Send changed signal directly to a11y code
2011-12-16 Benjamin Ottea11y: Improve treeview's add/remove_selection()
2011-12-16 Benjamin Ottea11y: Improve get_selected_rows()
2011-12-16 Benjamin Ottea11y: Improve table_is_row_selected()
2011-12-16 Benjamin Ottetreeview: Signal selection changes to the accessible
2011-12-16 Benjamin Ottea11y: Emit children-changed properly for treeviews
2011-12-16 Benjamin Ottetreeview: Remove unnecessary accessible_expanded()
2011-12-16 Benjamin Ottetreeview: Add add() function to accessible
2011-12-16 Benjamin Ottetreeview: Set expandable flag from treeview
2011-12-16 Benjamin Ottea11y: Redo cell accessible action handling
2011-12-16 Benjamin Ottea11y: Remove "toggle" action from cell renderers
2011-12-16 Benjamin Ottetreeview: Set EXPANDED state directly on a11y elements
2011-12-16 Benjamin Ottea11y: Remove destroy_count_func usage
2011-12-16 Benjamin Ottea11y: Emit row-deleted signal when rows get deleted
2011-12-16 Benjamin Ottea11y: Revert 22a47c3dbd7875af10df58feedd81d7b661222b6
2011-12-16 Benjamin Ottetreeview: Don't use signals in a11y row expansion
2011-12-16 Benjamin Ottea11y: Add _gtk_tree_view_accessible_add_state()
2011-12-16 Benjamin Ottea11y: Split out function
2011-12-16 Benjamin Ottea11y: Readd FOCUSABLE state
2011-12-16 Benjamin Ottea11y: Remove old notify about showing/visible
2011-12-16 Benjamin Ottea11y: Add _gtk_cell_accessible_state_changed()
2011-12-16 Benjamin Ottea11y: Split out renderer<->atk state matching
2011-12-16 Benjamin Ottea11y: Don't duplicate information anymore
2011-12-16 Benjamin Ottea11y: Set new treeview flags
2011-12-10 Benjamin Ottetreeview: Use _gtk_rbtree_contains() in a11y code
2011-11-29 Benjamin Ottetreeview: Rename function
2011-11-24 Benjamin Ottea11y: Implement ref_state_set using the new APIs
2011-11-24 Benjamin Ottea11y: Add get_renderer_state() to cell accessibles
2011-11-24 Benjamin Ottea11y: Add _gtk_cell_accessible_set_cell_data()
2011-11-24 Benjamin Ottetreeview: Notify a11y about reordered rows
2011-11-24 Benjamin Ottea11y: Don't create fake cell renderers
2011-11-21 Alexander LarssonMerge branch 'win32-theme2'
2011-11-20 Matthias ClasenImprove AtkText implementations
2011-11-19 Matthias ClasenAdd a missing static
2011-11-16 Benjamin Ottea11y: Merge function into only caller
2011-11-16 Benjamin Ottetreeview: Call a11y functions for culmn changes directly
2011-11-16 Benjamin Ottea11y: Unify column-by-index getting
2011-11-16 Benjamin Ottea11y: Use gtk_tree_view_get_n_columns()
2011-11-16 Benjamin Ottea11y: Fix get_column_index()
2011-11-16 Benjamin Ottea11y: remove argument from get_column_number()
2011-11-16 Benjamin Ottea11y: remove useless argument
2011-11-16 Benjamin Ottea11y: Remove clean_rows function
next