]> Pileus Git - ~andy/gtk/history - gtk/gtktreemenu.c
GailEntry: remove idle if cell editing is canceled
[~andy/gtk] / gtk / gtktreemenu.c
2011-01-18 Tristan Van BerkomMore accurate fix for GtkTreeMenu regression.
2011-01-18 Matthias ClasenFix a combo refactor regression
2011-01-06 Matthias ClasenUndoccommentize gtktreemenu.c
2011-01-04 Tristan Van BerkomRemoved TABs and trailing whitespace from GtkComboBox...
2011-01-04 Tristan Van BerkomMentioned that GtkTreeMenu is based on some GtkComboBox...
2011-01-04 Tristan Van BerkomFixed conflicts after rebasing master into combo-refact...
2011-01-04 Tristan Van BerkomMake GtkTreeMenu a private class:
2011-01-04 Tristan Van BerkomFixed gtk_tree_menu_path_in_menu function which has...
2011-01-04 Tristan Van BerkomFixed a broken gtk-doc statement in gtktreemenu.c
2011-01-04 Tristan Van BerkomAdded all documentation for new GtkTreeMenu
2011-01-04 Tristan Van BerkomFixed combo-refactor branch for recent switch to gtk_ce...
2011-01-04 Tristan Van BerkomRevert "Added gtk_tree_menu_get_area()."
2011-01-04 Tristan Van BerkomAdded gtk_tree_menu_get_area().
2011-01-04 Tristan Van BerkomFixed inserting and deleting rows for submenus of GtkTr...
2011-01-04 Tristan Van BerkomGetting closer to updating the treemenu view properly...
2011-01-04 Tristan Van BerkomImplementing GtkComboBox using GtkTreeMenu !
2011-01-04 Tristan Van BerkomMake GtkTreeMenu update menu item sensitivity when...
2011-01-04 Tristan Van BerkomSupport grid mode in GtkTreeMenu
2011-01-04 Tristan Van BerkomAdded gtk_tree_menu_set/get_tearoff to allow the root...
2011-01-04 Tristan Van BerkomReduced code size in GtkTreeMenu by only implementing...
2011-01-04 Tristan Van BerkomConnected to GtkTreeModel signals in GtkTreeMenu
2011-01-04 Tristan Van BerkomAdded GtkTreeMenuHeaderFunc to decide if a submenu...
2011-01-04 Tristan Van BerkomFixed GtkTreeMenu to not infinitely recurse when buildi...
2011-01-04 Tristan Van BerkomAdding GtkTreeMenu class.