summaryrefslogtreecommitdiff
path: root/modules/other/gail/gailtreeview.c
Commit message (Expand)AuthorAgeFilesLines
* gail: Move from modules/other/gail to gtk/a11yBenjamin Otte2011-07-051-4651/+0
* gail: use const instead G_CONST_RETURNJavier Jardón2011-06-071-4/+4
* Minor documentation improvementsMurray Cumming2011-02-231-2/+2
* Silence unused variable warnings in gailMatthias Clasen2011-01-301-16/+3
* gail: Fix a typoJavier Jardón2010-12-201-1/+1
* gail: Use accessor functions to access GtkTreeSelectionJavier Jardón2010-12-191-1/+1
* Removed all variables from GtkTreeViewColumn and created GtkTreeViewColumnPri...Tristan Van Berkom2010-12-051-1/+1
* Remove some warningsMatthias Clasen2010-10-221-4/+3
* Add GtkScrollable interfaceTadej Borovšak2010-10-221-71/+53
* gail: GtkTreeViewColumn doesn't have a destroy signal anymoreWilliam Jon McCann2010-10-081-38/+8
* Fixing gail build for removal of GtkObject type.Tristan Van Berkom2010-09-271-2/+2
* Gail: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-1/+2
* Make Gail work with custom treemodelsSzilárd Pfeiffer2010-08-091-6/+6
* Use accessor functions to access GtkAccesible variablesJavier Jardón2010-07-131-38/+41
* Revert "Add length to gtk_tree_path_get_indices"Colin Walters2010-06-281-2/+2
* Add length to gtk_tree_path_get_indicesColin Walters2010-06-281-2/+2
* Return FALSE in signal handlers to make the signals be propagatedLi Yuan2010-03-041-4/+6
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-2/+2
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-1/+1
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-3/+3
* Add RELATION_NODE_PARENT_OF relationship for treeview.Joanmarie Diggs2009-11-061-0/+2
* fix compile warningsBenjamin Otte2009-06-171-2/+2
* More uses of the get_cell_renderers functionsMatthias Clasen2009-06-161-4/+4
* Forgot one use in libgailMatthias Clasen2009-06-161-1/+1
* Bug #325809. Get the cell from the coordinates based on bin_window.Li Yuan2009-02-251-1/+3
* Bug #571001. Set the cell's showing state based on bin_window coordinates.Li Yuan2009-02-251-8/+9
* Bug #512743. (gail_tree_view_changed_gtk): Clean cell before go throughLi Yuan2008-12-121-1/+3
* undeprecate.Michael Natterer2008-12-091-5/+6
* Plug a memory leakMatthias Clasen2008-09-191-3/+4
* Bug #548783. Change g_assert to g_return_if_fail to avoid unnucessaryLi Yuan2008-08-211-1/+1
* Bug #548782. Emit children-changed::remove signal when a row is deleted inLi Yuan2008-08-211-1/+12
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* include <gtk/gtk.h> instead of <gtk/gtkaccessible.h>Michael Natterer2008-05-281-1/+0
* Bug #508255. Remove ATK_STATE_FOCUSED state when focus jumps out. EmitLi Yuan2008-01-111-0/+55
* Bug #497218. Emit "active-descendant-changed" when focus first comes intoLi Yuan2008-01-111-1/+8
* Bug #508715. Should use gtk_tree_path_free to free a GtkTreePath.Li Yuan2008-01-111-1/+1
* Remove relocations from the atk factories. Remove unused gail_foo_new()Christian Persch2007-12-251-16/+0
* Include <config.h>. Bug #504720.Christian Persch2007-12-231-0/+2
* Use G_DEFINE_TYPE[_WITH_CODE] instead of hand-coding the get_type functions. ...Christian Persch2007-12-231-87/+25
* Use gdk_threads_add_idle. Bug #504571.Christian Persch2007-12-221-38/+30
* Integrate gail into gtk+. Bug #169488.Christian Persch2007-12-181-0/+4710