summaryrefslogtreecommitdiff
path: root/gtk/gtktreemenu.c
Commit message (Expand)AuthorAgeFilesLines
* More accurate fix for GtkTreeMenu regression.Tristan Van Berkom2011-01-191-1/+1
* Fix a combo refactor regressionMatthias Clasen2011-01-171-3/+3
* Undoccommentize gtktreemenu.cMatthias Clasen2011-01-061-31/+31
* Removed TABs and trailing whitespace from GtkComboBox and GtkTreeMenuTristan Van Berkom2011-01-051-514/+514
* Mentioned that GtkTreeMenu is based on some GtkComboBox code in the copyright...Tristan Van Berkom2011-01-041-0/+2
* Fixed conflicts after rebasing master into combo-refactor branch.Tristan Van Berkom2011-01-041-5/+6
* Make GtkTreeMenu a private class:Tristan Van Berkom2011-01-041-82/+82
* Fixed gtk_tree_menu_path_in_menu function which has been malfunctioning.Tristan Van Berkom2011-01-041-15/+14
* Fixed a broken gtk-doc statement in gtktreemenu.cTristan Van Berkom2011-01-041-3/+3
* Added all documentation for new GtkTreeMenuTristan Van Berkom2011-01-041-0/+270
* Fixed combo-refactor branch for recent switch to gtk_cell_area_context_reset(...Tristan Van Berkom2011-01-041-2/+2
* Revert "Added gtk_tree_menu_get_area()."Tristan Van Berkom2011-01-041-8/+0
* Added gtk_tree_menu_get_area().Tristan Van Berkom2011-01-041-0/+8
* Fixed inserting and deleting rows for submenus of GtkTreeMenuTristan Van Berkom2011-01-041-19/+61
* Getting closer to updating the treemenu view properly from the model signalsTristan Van Berkom2011-01-041-51/+148
* Implementing GtkComboBox using GtkTreeMenu !Tristan Van Berkom2011-01-041-41/+55
* Make GtkTreeMenu update menu item sensitivity when "apply-attributes" signal ...Tristan Van Berkom2011-01-041-48/+153
* Support grid mode in GtkTreeMenuTristan Van Berkom2011-01-041-102/+525
* Added gtk_tree_menu_set/get_tearoff to allow the root menu to have a tearoff ...Tristan Van Berkom2011-01-041-36/+93
* Reduced code size in GtkTreeMenu by only implementing GtkCellLayout->get_area...Tristan Van Berkom2011-01-041-120/+1
* Connected to GtkTreeModel signals in GtkTreeMenuTristan Van Berkom2011-01-041-185/+280
* Added GtkTreeMenuHeaderFunc to decide if a submenu gets a leaf header.Tristan Van Berkom2011-01-041-28/+153
* Fixed GtkTreeMenu to not infinitely recurse when building submenus.Tristan Van Berkom2011-01-041-14/+22
* Adding GtkTreeMenu class.Tristan Van Berkom2011-01-041-0/+909