| Commit message (Expand) | Author | Age | Files | Lines |
* | overlay: Use a layout manager | Matthias Clasen | 2019-03-28 | 1 | -342/+31 |
* | gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.h | Benjamin Otte | 2019-03-19 | 1 | -5/+6 |
* | docs: Miscellaneous doc fixes | Matthias Clasen | 2019-02-24 | 1 | -1/+1 |
* | overlay: Remove gtk_overlay_set_overlay_pass_through | Matthias Clasen | 2019-02-21 | 1 | -77/+0 |
* | overlay: Drop the index child property | Matthias Clasen | 2019-02-21 | 1 | -105/+0 |
* | overlay: Drop the blur support | Matthias Clasen | 2019-02-21 | 1 | -105/+1 |
* | overlay: Remove hack for scrolled windows | Benjamin Otte | 2019-02-15 | 1 | -64/+20 |
* | overlay: Directly create cairo_region | Timm Bäder | 2019-01-13 | 1 | -2/+1 |
* | overlay: Blur the clipped node, not clip the blurred node | Timm Bäder | 2019-01-13 | 1 | -1/+1 |
* | overlay: Trivial indentation fix | Timm Bäder | 2019-01-13 | 1 | -1/+1 |
* | overlay: Don't offset the main window snapshot | Timm Bäder | 2019-01-13 | 1 | -2/+0 |
* | widget: Don't pass a position to ->size_allocate | Timm Bäder | 2018-11-13 | 1 | -4/+9 |
* | container: Remove focus chains | Benjamin Otte | 2018-07-31 | 1 | -1/+1 |
* | overlay: Use the right property variable name | Mohammed Sadiq | 2018-06-11 | 1 | -1/+1 |
* | overlay: Add support for clipping overlay widgets | Mohammed Sadiq | 2018-06-11 | 1 | -3/+112 |
* | widget: Allow adding event controllers in ui files | Benjamin Otte | 2018-04-26 | 1 | -7/+18 |
* | snapshot: Redo debug messages | Benjamin Otte | 2018-04-24 | 1 | -5/+4 |
* | widget: Remove clip from size-allocate vfunc | Benjamin Otte | 2018-04-05 | 1 | -5/+3 |
* | snapshot: Remove clip argument from gtk_snapshot_new() | Benjamin Otte | 2018-04-05 | 1 | -1/+0 |
* | snapshot: Make gtk_snapshot_append_node() take care of offset | Benjamin Otte | 2018-03-26 | 1 | -2/+0 |
* | snapshot: Remove renderer | Benjamin Otte | 2018-03-24 | 1 | -2/+1 |
* | GtkWidget: Start renaming widget->window | Alexander Larsson | 2018-03-20 | 1 | -1/+1 |
* | Use GtkSnapshot getters | Matthias Clasen | 2018-03-11 | 1 | -2/+2 |
* | Stop using stack-allocated snapshots | Matthias Clasen | 2018-03-11 | 1 | -11/+10 |
* | overlay: Add GtkOverlay::measure child property | Benjamin Otte | 2018-03-07 | 1 | -1/+121 |
* | overlay: Make forall() remove-safe | Timm Bäder | 2018-03-04 | 1 | -3/+6 |
* | overlay: Fix GSlide/g_free mixup | Timm Bäder | 2018-03-04 | 1 | -1/+1 |
* | overlay: Fix remove implementation | Timm Bäder | 2018-03-04 | 1 | -1/+1 |
* | overlay: Remove child list | Timm Bäder | 2018-03-04 | 1 | -118/+89 |
* | overlay: Remove priv pointer | Timm Bäder | 2018-03-04 | 1 | -12/+9 |
* | overlay: Fix coordinates in child_update_style_classes | Timm Bäder | 2018-03-04 | 1 | -5/+1 |
* | overlay: Don't chain up in size_allocate | Timm Bäder | 2018-03-04 | 1 | -2/+0 |
* | The big versioning cleanup | Matthias Clasen | 2018-02-06 | 1 | -16/+0 |
* | gtk: Intern css names | Matthias Clasen | 2017-11-17 | 1 | -1/+1 |
* | overlay: Remove unused NULL-check | Timm Bäder | 2017-10-20 | 1 | -2/+1 |
* | build: Enable -Wswitch-enum and -Wswitch-default | Benjamin Otte | 2017-10-06 | 1 | -0/+3 |
* | Overlay: Document style classes added per position | Daniel Boles | 2017-09-20 | 1 | -0/+6 |
* | Render the main overlay child only once | Matthias Clasen | 2017-09-04 | 1 | -6/+28 |
* | Add a blur child property to GtkOverlay | Matthias Clasen | 2017-09-04 | 1 | -0/+103 |
* | overlay: Fix child widget allocation | Timm Bäder | 2017-07-20 | 1 | -6/+1 |
* | overlay: Keep the main child at the bottom | Timm Bäder | 2017-07-20 | 1 | -0/+14 |
* | widget: Add baseline and out_clip parameters to size-allocate | Timm Bäder | 2017-07-19 | 1 | -5/+8 |
* | gtkoverlay: Remove per-child windows | Carlos Garnacho | 2017-05-25 | 1 | -165/+10 |
* | gtk: Mass delete all GtkWidget event mask API | Carlos Garnacho | 2017-05-25 | 1 | -1/+1 |
* | container: Remove include_internals parameter from forall | Timm Bäder | 2017-04-25 | 1 | -1/+0 |
* | overlay: Ensure proper child widget order | Timm Bäder | 2017-04-25 | 1 | -10/+12 |
* | Avoid some more type checks for internal calls | Alexander Larsson | 2017-01-11 | 1 | -1/+2 |
* | Revert "Covert GtkOverlay to indirect rendering" | Benjamin Otte | 2016-11-15 | 1 | -17/+1 |
* | overlay: Document availability of properties | Pavel Grunt | 2016-10-21 | 1 | -0/+17 |
* | Covert GtkOverlay to indirect rendering | Matthias Clasen | 2016-10-18 | 1 | -1/+17 |