summaryrefslogtreecommitdiff
path: root/gtk/gtktoolbar.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "toolbar: Don't special-case RTL toolbar child positions anymore"Cosimo Cecchi2013-02-231-1/+22
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-2/+2
* toolbar: Don't special-case RTL toolbar child positions anymoreBenjamin Otte2012-12-181-22/+1
* gtk: Use context's fontBenjamin Otte2012-12-061-8/+2
* toolbar: don't forget to set orientable style classesCosimo Cecchi2012-10-101-0/+2
* Don't leak a ref to the settingsWilliam Jon McCann2012-09-161-1/+9
* toolbar: deprecate shadow-type style propertyCosimo Cecchi2012-08-071-66/+22
* toolbar: don't request CSS padding twiceCosimo Cecchi2012-08-071-20/+13
* toolbar: deprecate internal-padding style propertyCosimo Cecchi2012-08-071-10/+14
* Make GtkToolbar honour css border and paddingPaolo Borelli2012-08-051-45/+47
* toolbar: don't call gtk_style_context_set_background()Cosimo Cecchi2012-06-131-5/+0
* GtkToolbar: Prevent accidental drag startsMatthias Clasen2012-05-251-1/+1
* fix the buildMatthias Clasen2012-05-251-0/+3
* widget: Don't cache widget paths all the timeBenjamin Otte2012-04-171-1/+1
* gtk: Make widget only invalidate widget positionsBenjamin Otte2012-04-171-1/+8
* gtk: Get gtkwidgetpath.h includes out of the public headersBenjamin Otte2012-03-191-0/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* toolbar: Stop setting state flags on the style context for drawingRui Matos2012-01-091-7/+0
* Use the workarea when placing popupsMatthias Clasen2011-12-181-1/+1
* gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.hMichael Natterer2011-10-231-1/+1
* gtk: GtkToolbar returns invalid paths when adding tool itemsStef Walter2011-10-201-34/+19
* Bug 659406 - Abstract what triggers a context menuMichael Natterer2011-09-271-1/+1
* toolbar: Fix widget path creation codeBenjamin Otte2011-09-271-6/+19
* Bug 659406 - Abstract what triggers a context menuMichael Natterer2011-09-261-1/+1
* GtkToolbar: Move child removal to disposeMatthias Clasen2011-09-051-33/+37
* More include cleanupsMatthias Clasen2011-08-281-2/+1
* GtkToolbar: partial fix for toolbar editingMatthias Clasen2011-08-271-0/+3
* toolbar: Use gtk_widget_class_set_accessible_role()Benjamin Otte2011-07-181-0/+2
* toolbar: don't leak the sibling pathCosimo Cecchi2011-07-011-0/+6
* toolbar: don't count invisible widgets when building the sibling pathCosimo Cecchi2011-07-011-13/+39
* toolbar: invalidate order when an item visibility changesCosimo Cecchi2011-07-011-0/+17
* toolbar: nth-child support for GtkToolbarMatthias Clasen2011-07-011-3/+108
* Remove an unused variableMatthias Clasen2011-06-171-2/+0
* toolbar: Better fix for animationsBenjamin Otte2011-06-151-13/+3
* toolbar: Handle the fact that size_allocate() != get_allocation()Benjamin Otte2011-06-151-0/+12
* Avoid a dereference-before-null-checkMatthias Clasen2011-06-141-2/+1
* GtkToolbarPrivate: Improve struct packingMatthias Clasen2011-04-121-3/+6
* Always chain up in ::style-updatedMatthias Clasen2011-02-071-1/+3
* Silence new gcc warningsMatthias Clasen2011-01-231-183/+176
* Move docs for gtkmain inlineMatthias Clasen2011-01-041-1/+1
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-0/+1
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-3/+1
* GtkToolbar: remove deprecated callCarlos Garnacho2011-01-041-3/+1
* Make GtkToolbar use GtkStyleContextCarlos Garnacho2010-12-281-76/+98
* Avoid a warning when finalizing toolbarsMatthias Clasen2010-12-011-2/+6
* Remove size_request from GtkToolbarMatthias Clasen2010-10-271-3/+33
* Use accessor functions to access GtkButtonJavier Jardón2010-10-261-1/+1
* Remove gtk_widget_hide_all()Matthias Clasen2010-10-191-30/+0
* docs: Move documentation to inline comments: GtkToolbarJavier Jardón2010-10-031-0/+23
* toolbar: Fix compilation warnings - missing castBenjamin Otte2010-09-281-1/+1