summaryrefslogtreecommitdiff
path: root/gtk/gtkoverlay.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* overlay: Use gdk_window_new_child()Benjamin Otte2016-10-181-13/+3
* API: Remove ability to set visuals on windowsBenjamin Otte2016-10-161-2/+1
* overlay: set css nameTimm Bäder2016-02-101-0/+2
* overlay: Don't access priv pointer before typ checkTimm Bäder2016-01-231-1/+2
* gtk: Stop setting GDK_EXPOSURE_MASK on random widgetsAlexander Larsson2015-09-141-1/+1
* Revert "gtkoverlay: Optimize size allocations"Matthias Clasen2015-08-221-11/+4
* GtkOverlay: Update the descriptionMatthias Clasen2015-08-211-8/+8
* overlay: Always align widgets relative to the overlayBenjamin Otte2015-08-211-7/+0
* overlay: Use actual size of the overlay when positioningBenjamin Otte2015-08-211-4/+4
* gtkoverlay: Optimize size allocationsJasper St. Pierre2015-07-311-4/+11
* overlay: don't call gtk_style_context_set_background()Cosimo Cecchi2015-07-011-1/+0
* Fix an oversightMatthias Clasen2015-06-231-1/+1
* GtkOverlay: Sync up parameter namesMatthias Clasen2015-06-201-6/+7
* overlay: remove gtk_overlay_add_pass_through_overlay()Cosimo Cecchi2015-06-171-43/+0
* overlay: add setters and getters for pass-through child propertyCosimo Cecchi2015-06-171-0/+52
* gtkoverlay: Fix issues with removeAlexander Larsson2015-06-151-3/+5
* GtkOverlay: Add support for input pass-through overlaysAlexander Larsson2015-06-151-0/+70
* overlay: Add reorder_overlay()Alexander Larsson2015-06-151-1/+198
* overlay: Handle overlays when no main widget existsBenjamin Otte2014-09-071-6/+4
* docs: Change documentation to consistenly use "Returns:"Javier Jardón2014-07-101-1/+1
* gtk: add missing type annotations ported from Vala bindingsEvan Nemerson2014-05-271-1/+2
* overlay: don't have a custom draw implementationCosimo Cecchi2014-05-021-32/+0
* overlay: deal gracefully with main widget being absentMatthias Clasen2014-04-051-1/+8
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-1/+1
* docs: use proper quotesWilliam Jon McCann2014-02-051-2/+2
* docs: Use "#" for refsect2 instead of ##William Jon McCann2014-02-041-1/+1
* docs: use quotes instead of <firstterm>William Jon McCann2014-02-041-1/+1
* docs: don't use <tag> docbook elementsWilliam Jon McCann2014-02-041-1/+1
* docs: Convert to markdownMatthias Clasen2014-02-021-5/+2
* Replace all margin-left and margin-right with margin-start and margin-endYosef Or Boczko2013-11-151-2/+2
* gtkoverlay: Remove get_preferred_width / get_preferred_height implementationJasper St. Pierre2013-11-011-40/+0
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-3/+2
* overlay/paned: Ensure we set the right visual on windowsAlexander Larsson2013-05-081-1/+2
* overlay: Silence gcc warningsBenjamin Otte2013-04-231-0/+8
* GtkOverlay: Respect overlay child min sizeAlexander Larsson2013-03-281-6/+6