summaryrefslogtreecommitdiff
path: root/gtk/gtkoverlay.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* GtkOverlay: Don't allocate child except in size_allocateAlexander Larsson2013-03-281-44/+55
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-3/+3
* overlay: Fix child window position/size on realizeAlexander Larsson2012-12-111-1/+4
* gtkoverlay: fix get-child-position annotationIgnacio Casal Quinteiro2012-09-161-1/+1
* gtk: Make widget only invalidate widget positionsBenjamin Otte2012-04-171-13/+0
* overlay: add left/right/top/bottom style classes to overlay childrenCosimo Cecchi2012-02-291-15/+92
* overlay: do not to set uninitialized values in the main allocationCosimo Cecchi2012-02-291-2/+12
* overlay: factor out gtk_overlay_get_main_widget_allocationCosimo Cecchi2012-02-291-25/+36
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Documentation: Correct references to properties.Murray Cumming2012-02-151-3/+3
* overlay: Properly allocate the child upon additionBenjamin Otte2011-12-081-0/+1
* overlay: Move codeBenjamin Otte2011-12-081-35/+32
* overlay: Create child window before setting parentBenjamin Otte2011-12-081-3/+7
* gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.hMichael Natterer2011-10-231-1/+0
* overlay: add initial version of gtkoverlayIgnacio Casal Quinteiro2011-06-121-0/+635