| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: Add "Accessibility" section to various widgets | Emmanuele Bassi | 2020-11-12 | 1 | -1/+5 |
* | a11y: Mark more containers as structural elements | Emmanuele Bassi | 2020-11-11 | 1 | -1/+1 |
* | grid layout: Rename some properties | Matthias Clasen | 2020-08-02 | 1 | -57/+55 |
* | Replace "gchar" with "char" | Benjamin Otte | 2020-07-25 | 1 | -1/+1 |
* | Replace "gint" with "int" | Benjamin Otte | 2020-07-25 | 1 | -29/+29 |
* | Move orientable style classes into GtkWidget | Emmanuele Bassi | 2020-06-05 | 1 | -3/+4 |
* | Replace most remaining uses of container api | Matthias Clasen | 2020-05-11 | 1 | -9/+5 |
* | grid: Derive from GtkWidget | Matthias Clasen | 2020-05-11 | 1 | -41/+89 |
* | grid: Add gtk_grid_remove | Matthias Clasen | 2020-05-11 | 1 | -3/+22 |
* | Move the idle sizer to GtkWindow | Matthias Clasen | 2020-04-20 | 1 | -1/+0 |
* | Remove gtk_widget_get/set_has_surface | Matthias Clasen | 2019-05-28 | 1 | -2/+0 |
* | Use gtk_widget_class_set_layout_manager_type() | Emmanuele Bassi | 2019-05-06 | 1 | -2/+3 |
* | grid: Fix annotation typo | Timm Bäder | 2019-04-16 | 1 | -1/+1 |
* | grid: Annotate out args as optional | Matthias Clasen | 2019-04-05 | 1 | -4/+4 |
* | Add convenience function for querying a child of GtkGrid | Emmanuele Bassi | 2019-04-04 | 1 | -0/+38 |
* | Port GtkGrid to use GtkGridLayout | Emmanuele Bassi | 2019-04-04 | 1 | -1558/+182 |
* | Box, Grid: Improve various bits of documentation | Daniel Boles | 2018-12-04 | 1 | -5/+3 |
* | widget: Don't pass a position to ->size_allocate | Timm Bäder | 2018-11-13 | 1 | -11/+12 |
* | widget: Remove clip from size-allocate vfunc | Benjamin Otte | 2018-04-05 | 1 | -8/+4 |
* | Merge branch 'rename-window-to-surface' into 'master' | Alexander Larsson | 2018-03-20 | 1 | -1/+1 |
|\ |
|
| * | GtkWidget: Start renaming widget->window | Alexander Larsson | 2018-03-20 | 1 | -1/+1 |
* | | grid: Remove child list | Timm Bäder | 2018-03-20 | 1 | -183/+153 |
|/ |
|
* | The big versioning cleanup | Matthias Clasen | 2018-02-06 | 1 | -20/+0 |
* | gtk: Intern css names | Matthias Clasen | 2017-11-17 | 1 | -1/+1 |
* | Drop unused includes of gtkrender.h | Matthias Clasen | 2017-10-25 | 1 | -1/+0 |
* | grid: Only pass baselines to children that request it | Timm Bäder | 2017-10-11 | 1 | -1/+1 |
* | grid: Simplify allocating children | Timm Bäder | 2017-10-11 | 1 | -4/+4 |
* | grid: Drop priv pointer | Timm Bäder | 2017-10-10 | 1 | -74/+45 |
* | build: Enable -Wswitch-enum and -Wswitch-default | Benjamin Otte | 2017-10-06 | 1 | -0/+4 |
* | widget: Remove gtk_widget_set_redraw_on_alloc | Timm Bäder | 2017-08-09 | 1 | -1/+0 |
* | widget: Add baseline and out_clip parameters to size-allocate | Timm Bäder | 2017-07-19 | 1 | -15/+8 |
* | Slightly rework clip handling | Timm Bäder | 2017-07-19 | 1 | -1/+1 |
* | grid: Remove gadget | Timm Bäder | 2017-07-19 | 1 | -57/+12 |
* | gtkgrid: Remove css box drawing | Timm Bäder | 2017-07-19 | 1 | -23/+1 |
* | grid: Remove unnecessary NULL checks | Timm Bäder | 2017-04-28 | 1 | -5/+2 |
* | Fix gdk_rectangle_union calls | Timm Bäder | 2017-04-28 | 1 | -1/+1 |
* | grid: Compute clip directly | Timm Bäder | 2017-04-25 | 1 | -4/+7 |
* | container: Remove include_internals parameter from forall | Timm Bäder | 2017-04-25 | 1 | -1/+0 |
* | grid: Fix plural error in docs' @Short_description | Daniel Boles | 2017-01-15 | 1 | -1/+1 |
* | Avoid some more type checks for internal calls | Alexander Larsson | 2017-01-11 | 1 | -1/+1 |
* | gadget: Remove gtk_css_gadget_draw() | Benjamin Otte | 2016-12-20 | 1 | -1/+0 |
* | grid: Implement support for CSS border-spacing | Benjamin Otte | 2016-12-10 | 1 | -25/+42 |
* | snapshot: Convert GtkGrid | Benjamin Otte | 2016-11-15 | 1 | -15/+20 |
* | snapshot: Add a snapshot function to GtkCssCustomGadget | Benjamin Otte | 2016-11-15 | 1 | -0/+1 |
* | grid: Use gtk_wiget_measure | Timm Bäder | 2016-11-12 | 1 | -16/+12 |
* | widget: Use ::measure vfunc to measure size | Timm Bäder | 2016-10-22 | 1 | -63/+10 |
* | Convert GtkGrid to indirect rendering | Matthias Clasen | 2016-10-18 | 1 | -19/+12 |
* | Remove GtkTable | Timm Bäder | 2016-10-18 | 1 | -2/+2 |
* | API: container: Remove gtk_container_set_border_width() | Benjamin Otte | 2016-10-16 | 1 | -1/+0 |
* | Remove GtkHBox | Timm Bäder | 2016-10-16 | 1 | -1/+1 |