summaryrefslogtreecommitdiff
path: root/gtk/gtkgrid.c
Commit message (Expand)AuthorAgeFilesLines
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-8/+4
* Merge branch 'rename-window-to-surface' into 'master'Alexander Larsson2018-03-201-1/+1
|\
| * GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-1/+1
* | grid: Remove child listTimm Bäder2018-03-201-183/+153
|/
* The big versioning cleanupMatthias Clasen2018-02-061-20/+0
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* Drop unused includes of gtkrender.hMatthias Clasen2017-10-251-1/+0
* grid: Only pass baselines to children that request itTimm Bäder2017-10-111-1/+1
* grid: Simplify allocating childrenTimm Bäder2017-10-111-4/+4
* grid: Drop priv pointerTimm Bäder2017-10-101-74/+45
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-0/+4
* widget: Remove gtk_widget_set_redraw_on_allocTimm Bäder2017-08-091-1/+0
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-15/+8
* Slightly rework clip handlingTimm Bäder2017-07-191-1/+1
* grid: Remove gadgetTimm Bäder2017-07-191-57/+12
* gtkgrid: Remove css box drawingTimm Bäder2017-07-191-23/+1
* grid: Remove unnecessary NULL checksTimm Bäder2017-04-281-5/+2
* Fix gdk_rectangle_union callsTimm Bäder2017-04-281-1/+1
* grid: Compute clip directlyTimm Bäder2017-04-251-4/+7
* container: Remove include_internals parameter from forallTimm Bäder2017-04-251-1/+0
* grid: Fix plural error in docs' @Short_descriptionDaniel Boles2017-01-151-1/+1
* Avoid some more type checks for internal callsAlexander Larsson2017-01-111-1/+1
* gadget: Remove gtk_css_gadget_draw()Benjamin Otte2016-12-201-1/+0
* grid: Implement support for CSS border-spacingBenjamin Otte2016-12-101-25/+42
* snapshot: Convert GtkGridBenjamin Otte2016-11-151-15/+20
* snapshot: Add a snapshot function to GtkCssCustomGadgetBenjamin Otte2016-11-151-0/+1
* grid: Use gtk_wiget_measureTimm Bäder2016-11-121-16/+12
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-63/+10
* Convert GtkGrid to indirect renderingMatthias Clasen2016-10-181-19/+12
* Remove GtkTableTimm Bäder2016-10-181-2/+2
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-1/+0
* Remove GtkHBoxTimm Bäder2016-10-161-1/+1
* Revise CSS node documentationMatthias Clasen2015-12-161-1/+1
* grid: Convert to gadgetsMatthias Clasen2015-12-151-79/+136
* Add some more missing nullable annotationsTimm Bäder2015-12-011-1/+1
* GtkGrid: Remove invalid return annotationTimm Bäder2015-11-131-2/+0
* grid: Convert to gtk_container_child_notify_by_pspecMatthias Clasen2015-09-081-13/+26
* Move GtkWidgetPrivate to gtkwidgetprivate.hMatthias Clasen2015-09-071-19/+19
* Revert "GtkGrid: Add a few NULL checks"Matthias Clasen2015-07-171-5/+2
* GtkGrid: Add a few NULL checksMatthias Clasen2015-07-171-2/+5
* stylecontext: Split render functions out into gtkrender.[ch]Benjamin Otte2014-10-031-0/+1
* widget: Make _gtk_set_simple_clip() take an optional content clipBenjamin Otte2014-08-211-1/+1
* GtkGrid: Set orientable style classes initiallyMatthias Clasen2014-07-181-0/+2
* GtkGrid: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-5/+5
* widget: Add _gtk_widget_set_css_clip()Benjamin Otte2014-05-241-0/+3
* GtkGrid: gtk_grid_get_size_for_size() do not dereference a NULL pointer.Juan Pablo Ugarte2014-05-011-2/+2
* grid: Remove unneeded checksBenjamin Otte2014-05-011-10/+4
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-1/+1
* docs: use proper apostropheWilliam Jon McCann2014-02-071-1/+1
* docs: Use markup for linksWilliam Jon McCann2014-02-071-1/+1