summaryrefslogtreecommitdiff
path: root/gtk/gtkoverlay.c
Commit message (Expand)AuthorAgeFilesLines
* overlay: Use a layout managerMatthias Clasen2019-03-281-342/+31
* gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.hBenjamin Otte2019-03-191-5/+6
* docs: Miscellaneous doc fixesMatthias Clasen2019-02-241-1/+1
* overlay: Remove gtk_overlay_set_overlay_pass_throughMatthias Clasen2019-02-211-77/+0
* overlay: Drop the index child propertyMatthias Clasen2019-02-211-105/+0
* overlay: Drop the blur supportMatthias Clasen2019-02-211-105/+1
* overlay: Remove hack for scrolled windowsBenjamin Otte2019-02-151-64/+20
* overlay: Directly create cairo_regionTimm Bäder2019-01-131-2/+1
* overlay: Blur the clipped node, not clip the blurred nodeTimm Bäder2019-01-131-1/+1
* overlay: Trivial indentation fixTimm Bäder2019-01-131-1/+1
* overlay: Don't offset the main window snapshotTimm Bäder2019-01-131-2/+0
* widget: Don't pass a position to ->size_allocateTimm Bäder2018-11-131-4/+9
* container: Remove focus chainsBenjamin Otte2018-07-311-1/+1
* overlay: Use the right property variable nameMohammed Sadiq2018-06-111-1/+1
* overlay: Add support for clipping overlay widgetsMohammed Sadiq2018-06-111-3/+112
* widget: Allow adding event controllers in ui filesBenjamin Otte2018-04-261-7/+18
* snapshot: Redo debug messagesBenjamin Otte2018-04-241-5/+4
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-5/+3
* snapshot: Remove clip argument from gtk_snapshot_new()Benjamin Otte2018-04-051-1/+0
* snapshot: Make gtk_snapshot_append_node() take care of offsetBenjamin Otte2018-03-261-2/+0
* snapshot: Remove rendererBenjamin Otte2018-03-241-2/+1
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-1/+1
* Use GtkSnapshot gettersMatthias Clasen2018-03-111-2/+2
* Stop using stack-allocated snapshotsMatthias Clasen2018-03-111-11/+10
* overlay: Add GtkOverlay::measure child propertyBenjamin Otte2018-03-071-1/+121
* overlay: Make forall() remove-safeTimm Bäder2018-03-041-3/+6
* overlay: Fix GSlide/g_free mixupTimm Bäder2018-03-041-1/+1
* overlay: Fix remove implementationTimm Bäder2018-03-041-1/+1
* overlay: Remove child listTimm Bäder2018-03-041-118/+89
* overlay: Remove priv pointerTimm Bäder2018-03-041-12/+9
* overlay: Fix coordinates in child_update_style_classesTimm Bäder2018-03-041-5/+1
* overlay: Don't chain up in size_allocateTimm Bäder2018-03-041-2/+0
* The big versioning cleanupMatthias Clasen2018-02-061-16/+0
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* overlay: Remove unused NULL-checkTimm Bäder2017-10-201-2/+1
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-0/+3
* Overlay: Document style classes added per positionDaniel Boles2017-09-201-0/+6
* Render the main overlay child only onceMatthias Clasen2017-09-041-6/+28
* Add a blur child property to GtkOverlayMatthias Clasen2017-09-041-0/+103
* overlay: Fix child widget allocationTimm Bäder2017-07-201-6/+1
* overlay: Keep the main child at the bottomTimm Bäder2017-07-201-0/+14
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-5/+8
* gtkoverlay: Remove per-child windowsCarlos Garnacho2017-05-251-165/+10
* gtk: Mass delete all GtkWidget event mask APICarlos Garnacho2017-05-251-1/+1
* container: Remove include_internals parameter from forallTimm Bäder2017-04-251-1/+0
* overlay: Ensure proper child widget orderTimm Bäder2017-04-251-10/+12
* Avoid some more type checks for internal callsAlexander Larsson2017-01-111-1/+2
* Revert "Covert GtkOverlay to indirect rendering"Benjamin Otte2016-11-151-17/+1
* overlay: Document availability of propertiesPavel Grunt2016-10-211-0/+17
* Covert GtkOverlay to indirect renderingMatthias Clasen2016-10-181-1/+17