summaryrefslogtreecommitdiff
path: root/gtk/gtktreemenu.c
Commit message (Expand)AuthorAgeFilesLines
* combobox: Replace GtkTreeMenu with a popoverMatthias Clasen2019-12-291-1367/+0
* Minor typos in the Documentation (a/an)Дилян Палаузов2019-08-251-4/+4
* More menu workMatthias Clasen2019-05-311-5/+9
* tree menu: Drop support for gridsMatthias Clasen2019-01-231-381/+26
* TreeMenu: Don't manually reinvent g_list_index()Daniel Boles2018-11-071-9/+2
* treemenu: Remove unused definesBenjamin Otte2018-02-131-5/+0
* The big versioning cleanupMatthias Clasen2018-02-061-44/+0
* TreeMenu: Remove accidentally duplicated doc linesDaniel Boles2017-10-041-3/+0
* ComboBox|TreeMenu: Slightly clarify wrap-width docDaniel Boles2017-10-041-3/+2
* ComboBox|TreeMenu: Clarify :row|column-span-columnDaniel Boles2017-10-041-7/+8
* Remove unnecessary gtk_widget_show callsTimm Bäder2017-01-221-4/+0
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-81/+21
* API: menu: Remove tearoff supportBenjamin Otte2016-10-161-100/+2
* Use NULL for generic marshallers in g_signal_new()Benjamin Otte2016-08-291-1/+1
* combobox: Remove unused header function functionalityBenjamin Otte2015-07-181-106/+2
* gtk: Don't use GObjectClass.constructorJasper St. Pierre2014-06-261-18/+7
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-11/+11
* docs: use proper apostropheWilliam Jon McCann2014-02-071-5/+5
* treemenu: Implement height-for-width properlyBenjamin Otte2013-11-251-0/+53
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-34/+4
* gtk: Get rid of deprecation warningsBenjamin Otte2012-05-011-0/+5
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Move wholly deprecated files to a subdirectoryMatthias Clasen2011-11-011-1/+1
* Don't use *DISABLE_DEPRECATED guardsMatthias Clasen2011-11-011-1/+0
* menu: Deprecate GtkTearoffMenuItemBenjamin Otte2011-10-011-1/+2
* Minor documentation improvementsMurray Cumming2011-02-231-6/+6
* 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