summaryrefslogtreecommitdiff
path: root/gtk/gtkseparator.c
Commit message (Expand)AuthorAgeFilesLines
* The big versioning cleanupMatthias Clasen2018-02-061-2/+0
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* Drop unused includes of gtkrender.hMatthias Clasen2017-10-251-1/+0
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-9/+0
* Slightly rework clip handlingTimm Bäder2017-07-191-0/+9
* separator: Remove gadgetTimm Bäder2017-07-191-56/+0
* separator: Remove css box drawingTimm Bäder2017-07-191-9/+0
* gadget: Remove gtk_css_gadget_draw()Benjamin Otte2016-12-201-1/+0
* snapshot: Convert GtkSeparatorBenjamin Otte2016-11-151-9/+9
* snapshot: Add a snapshot function to GtkCssCustomGadgetBenjamin Otte2016-11-151-0/+1
* separator: Convert to indirect renderingTimm Bäder2016-10-311-11/+9
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-21/+11
* separator: don't read wide-separators style propertyCosimo Cecchi2016-01-031-36/+2
* GtkSeparator: Don't leak the gadgetTimm Bäder2015-12-171-0/+12
* separator: port to gadgetsMatthias Clasen2015-12-151-58/+57
* separator: Use the element name separatorMatthias Clasen2015-10-251-7/+9
* stylecontext: Split render functions out into gtkrender.[ch]Benjamin Otte2014-10-031-2/+4
* GtkSeparator: Set orientable style classes initiallyMatthias Clasen2014-07-181-0/+1
* GtkSeparator: Explicitly notify orientationMatthias Clasen2014-06-091-3/+7
* Trivial: slight code rearrangementMatthias Clasen2014-05-231-55/+36
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-1/+1
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-11/+4
* separator: Don't use padding and borders wronglyBenjamin Otte2013-03-151-19/+7
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* separator: Stop setting state flags on the style context for drawingRui Matos2012-01-091-5/+0
* separator: Use gtk_widget_class_accessible_set_role()Benjamin Otte2011-07-181-14/+2
* Drop GailSeparatorMatthias Clasen2011-07-051-1/+15
* docs: Improve crossreferencesJavier Jardón2011-06-101-1/+1
* Box, etc: Improve docs after H* and V* deprecations.Murray Cumming2011-06-101-4/+5
* separator: call gtk_style_context_restore() after drawingCosimo Cecchi2011-04-081-0/+2
* all: add a "separator" style classCosimo Cecchi2011-03-031-0/+4
* Add gtkorientableprivate.h headerMatthias Clasen2011-01-301-1/+1
* Silence new gcc warningsMatthias Clasen2011-01-231-5/+3
* Redo patch in efae64b (Set vertical/horizontal class...)Carlos Garnacho2011-01-121-20/+1
* Set vertical/horizontal class on all widgets overriding GtkOrientable::orient...Carlos Garnacho2011-01-121-0/+20
* Make GtkSeparator use GtkStyleContextCarlos Garnacho2010-12-241-28/+31
* Remove size_request from GtkSeparatorMatthias Clasen2010-10-301-27/+45
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-4/+4
* separator: Convert to draw signalBenjamin Otte2010-09-261-38/+30
* gtk/gtkseparator.c: use accessor functions to access GtkWidgetJavier Jardón2010-09-081-26/+33
* Completely removed requisition cache from GtkWidget instance structure.Tristan Van Berkom2010-09-081-4/+0
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-8/+8
* gtk/gtkseparator: Do not use GET_PRIVATE macro all the timeJavier Jardón2010-08-261-16/+20
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-6/+0
* GtkSeparator is no instantiatableMatthias Clasen2010-06-031-3/+4
* Make orientable base classes instantiableMatthias Clasen2010-05-251-6/+4
* Move documentation to inline comments: GtkSeparatorJavier Jardón2010-05-131-0/+10
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-4/+4
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-03-061-1/+1