| Commit message (Expand) | Author | Age | Files | Lines |
* | Move wholly deprecated files to a subdirectory | Matthias Clasen | 2011-11-01 | 1 | -1/+1 |
* | Don't use *DISABLE_DEPRECATED guards | Matthias Clasen | 2011-11-01 | 1 | -1/+0 |
* | menu: Deprecate GtkTearoffMenuItem | Benjamin Otte | 2011-10-01 | 1 | -1/+2 |
* | Minor documentation improvements | Murray Cumming | 2011-02-23 | 1 | -6/+6 |
* | More accurate fix for GtkTreeMenu regression. | Tristan Van Berkom | 2011-01-19 | 1 | -1/+1 |
* | Fix a combo refactor regression | Matthias Clasen | 2011-01-17 | 1 | -3/+3 |
* | Undoccommentize gtktreemenu.c | Matthias Clasen | 2011-01-06 | 1 | -31/+31 |
* | Removed TABs and trailing whitespace from GtkComboBox and GtkTreeMenu | Tristan Van Berkom | 2011-01-05 | 1 | -514/+514 |
* | Mentioned that GtkTreeMenu is based on some GtkComboBox code in the copyright... | Tristan Van Berkom | 2011-01-04 | 1 | -0/+2 |
* | Fixed conflicts after rebasing master into combo-refactor branch. | Tristan Van Berkom | 2011-01-04 | 1 | -5/+6 |
* | Make GtkTreeMenu a private class: | Tristan Van Berkom | 2011-01-04 | 1 | -82/+82 |
* | Fixed gtk_tree_menu_path_in_menu function which has been malfunctioning. | Tristan Van Berkom | 2011-01-04 | 1 | -15/+14 |
* | Fixed a broken gtk-doc statement in gtktreemenu.c | Tristan Van Berkom | 2011-01-04 | 1 | -3/+3 |
* | Added all documentation for new GtkTreeMenu | Tristan Van Berkom | 2011-01-04 | 1 | -0/+270 |
* | Fixed combo-refactor branch for recent switch to gtk_cell_area_context_reset(... | Tristan Van Berkom | 2011-01-04 | 1 | -2/+2 |
* | Revert "Added gtk_tree_menu_get_area()." | Tristan Van Berkom | 2011-01-04 | 1 | -8/+0 |
* | Added gtk_tree_menu_get_area(). | Tristan Van Berkom | 2011-01-04 | 1 | -0/+8 |
* | Fixed inserting and deleting rows for submenus of GtkTreeMenu | Tristan Van Berkom | 2011-01-04 | 1 | -19/+61 |
* | Getting closer to updating the treemenu view properly from the model signals | Tristan Van Berkom | 2011-01-04 | 1 | -51/+148 |
* | Implementing GtkComboBox using GtkTreeMenu ! | Tristan Van Berkom | 2011-01-04 | 1 | -41/+55 |
* | Make GtkTreeMenu update menu item sensitivity when "apply-attributes" signal ... | Tristan Van Berkom | 2011-01-04 | 1 | -48/+153 |
* | Support grid mode in GtkTreeMenu | Tristan Van Berkom | 2011-01-04 | 1 | -102/+525 |
* | Added gtk_tree_menu_set/get_tearoff to allow the root menu to have a tearoff ... | Tristan Van Berkom | 2011-01-04 | 1 | -36/+93 |
* | Reduced code size in GtkTreeMenu by only implementing GtkCellLayout->get_area... | Tristan Van Berkom | 2011-01-04 | 1 | -120/+1 |
* | Connected to GtkTreeModel signals in GtkTreeMenu | Tristan Van Berkom | 2011-01-04 | 1 | -185/+280 |
* | Added GtkTreeMenuHeaderFunc to decide if a submenu gets a leaf header. | Tristan Van Berkom | 2011-01-04 | 1 | -28/+153 |
* | Fixed GtkTreeMenu to not infinitely recurse when building submenus. | Tristan Van Berkom | 2011-01-04 | 1 | -14/+22 |
* | Adding GtkTreeMenu class. | Tristan Van Berkom | 2011-01-04 | 1 | -0/+909 |