summaryrefslogtreecommitdiff
path: root/gtk/gtkmenubar.c
Commit message (Expand)AuthorAgeFilesLines
* The big versioning cleanupMatthias Clasen2018-02-061-14/+0
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* Drop unused includes of gtkrender.hMatthias Clasen2017-10-251-1/+0
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-1/+4
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-9/+10
* menubar: Remove gadgetTimm Bäder2017-07-191-126/+12
* menus: Use gtk_widget_measure to measure widget sizesTimm Bäder2017-03-041-8/+8
* gadget: Remove gtk_css_gadget_draw()Benjamin Otte2016-12-201-1/+0
* menu: Implement snapshot() for the menu codeBenjamin Otte2016-12-201-13/+11
* snapshot: Add a snapshot function to GtkCssCustomGadgetBenjamin Otte2016-11-151-0/+1
* menubar: We don't need an input windowBenjamin Otte2016-11-031-53/+3
* menu: Don't set widget->windowBenjamin Otte2016-11-021-6/+47
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-63/+23
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-3/+0
* Remove various unused style propertiesTimm Bäder2016-10-161-35/+0
* menubar: Remove duplicate flags valueBenjamin Otte2016-03-201-2/+1
* menubar: prefer early returnCosimo Cecchi2016-01-031-90/+91
* menubar: port to use a gadgetCosimo Cecchi2016-01-031-85/+128
* menubar: use gtk_container_class_handle_border_width()Cosimo Cecchi2016-01-031-20/+13
* Annotate deprecated style propertiesMatthias Clasen2015-11-161-2/+2
* menubar: Ignore the shadow-type style propertyMatthias Clasen2015-11-161-41/+28
* Cosmetic: Avoid explict state variablesMatthias Clasen2015-11-141-8/+4
* menubar: Use an element nameMatthias Clasen2015-11-021-7/+7
* stylecontext: Split render functions out into gtkrender.[ch]Benjamin Otte2014-10-031-0/+1
* GtkMenuBar: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-14/+14
* Window: Focus custom titlebar with F10Phillip Wood2014-03-091-75/+3
* Allow applications to use gtk-menu-bar-accel in 3.12Matthias Clasen2014-03-031-17/+36
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-2/+2
* Trivial cleanupMatthias Clasen2013-11-161-2/+2
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+2
* Deprecate and ignore gtk-menu-bar-accel settingWilliam Jon McCann2013-06-261-38/+19
* Deprecate and ignore gtk-menu popup and popdown delay settingsWilliam Jon McCann2013-06-261-7/+3
* widget: Adapt _gtk_widget_get_preferred_size_for_size()Benjamin Otte2013-05-011-1/+1
* sizerequest: Split out a common functionBenjamin Otte2013-04-221-20/+2
* menubar: deprecate internal-padding style propertyCosimo Cecchi2012-11-281-23/+18
* menubar: add support for CSS paddingCosimo Cecchi2012-11-281-20/+40
* gtkmodelmenu: simplify logic, expose bind APIRyan Lortie2012-09-171-0/+29
* Move the gtk_shadow_type check down to gtk_render_frameMatthias Clasen2012-09-161-9/+9
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* menubar: Stop setting state flags on the style context for drawingRui Matos2011-12-191-4/+0
* menubar: Use gtk_widget_class_set_accessible_role()Benjamin Otte2011-07-181-0/+2
* menushell: Use GtkMenuShellAccessible as a11y objectBenjamin Otte2011-07-181-3/+0
* Convert GailMenuShell to GtkMenuShellAccessibleMatthias Clasen2011-07-051-0/+3
* gtkcontainer: Move private functions to private headerJavier Jardón2011-06-061-0/+1
* all: avoid boxed structs copying where possibleCosimo Cecchi2011-05-181-20/+14
* menuitem: Deprecate gtk_menu_item_set_right_justified()Benjamin Otte2011-05-021-2/+2
* menubar: Rewrite size allocation to take natural sizes into accountBenjamin Otte2011-05-011-98/+111
* menubar: Only query ipadding when we actually need itBenjamin Otte2011-05-011-2/+2
* menubar: Respect ipadding also in y directionBenjamin Otte2011-05-011-0/+1
* menubar: Implement height-for-width / width-for-heightBenjamin Otte2011-05-011-3/+32