summaryrefslogtreecommitdiff
path: root/gtk/gtkgrid.c
Commit message (Expand)AuthorAgeFilesLines
* Remove gtk_widget_get/set_has_surfaceMatthias Clasen2019-05-281-2/+0
* Use gtk_widget_class_set_layout_manager_type()Emmanuele Bassi2019-05-061-2/+3
* grid: Fix annotation typoTimm Bäder2019-04-161-1/+1
* grid: Annotate out args as optionalMatthias Clasen2019-04-051-4/+4
* Add convenience function for querying a child of GtkGridEmmanuele Bassi2019-04-041-0/+38
* Port GtkGrid to use GtkGridLayoutEmmanuele Bassi2019-04-041-1558/+182
* Box, Grid: Improve various bits of documentationDaniel Boles2018-12-041-5/+3
* widget: Don't pass a position to ->size_allocateTimm Bäder2018-11-131-11/+12
* 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