]> Pileus Git - ~andy/gtk/history - gtk/gtktreemenu.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtktreemenu.c
2012-05-01 Benjamin Ottegtk: Get rid of deprecation warnings
2012-02-27 Javier JardónChange FSF Address
2011-11-02 Matthias ClasenMove wholly deprecated files to a subdirectory
2011-11-02 Matthias ClasenDon't use *DISABLE_DEPRECATED guards
2011-10-01 Benjamin Ottemenu: Deprecate GtkTearoffMenuItem
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
2011-03-10 Alexander LarssonMerge branch 'gtk-3-0' into broadway
2011-02-23 Murray CummingMinor documentation improvements
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
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.