summaryrefslogtreecommitdiff
path: root/gtk/gtkoverlay.c
Commit message (Expand)AuthorAgeFilesLines
* Overlay: Add minimal doc blurb for property :childDaniel Boles2023-05-121-0/+5
* Introduce GTK_ALIGN_BASELINE_FILL/CENTERMatthias Clasen2023-05-071-3/+6
* Make widget property setters behaveMatthias Clasen2023-03-301-1/+4
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-3/+1
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-1/+1
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-1/+1
* overlay: Convert docsMatthias Clasen2021-03-111-35/+40
* Remove unneeded gtkstylecontext.h includesTimm Bäder2020-10-141-1/+0
* Avoid refering to old GtkContainer API in the docsTimm Bäder2020-08-011-1/+1
* Replace "gchar" with "char"Benjamin Otte2020-07-251-1/+1
* Make GtkOverlayLayout publicMatthias Clasen2020-05-251-1/+1
* docs: Fix several missing references in the documentationCorentin Noël2020-05-111-4/+2
* Remove lots of focus vfuncsMatthias Clasen2020-05-111-2/+0
* Add gtk_overlay_remove_overlayMatthias Clasen2020-05-041-0/+20
* overlay: Derive from GtkWidgetMatthias Clasen2020-05-041-66/+55
* overlay: Add a child propertyMatthias Clasen2020-05-041-0/+92
* overlay: Drop the Private structMatthias Clasen2020-04-261-17/+13
* Overlay: Document overlay children aren't measuredDaniel Boles2019-06-201-0/+3
* va_marshaller: add various va_marshallersChristian Hergert2019-06-061-0/+3
* Remove gtk_widget_get/set_has_surfaceMatthias Clasen2019-05-281-2/+0
* overlay: Make finalMatthias Clasen2019-05-271-0/+16
* Use gtk_widget_class_set_layout_manager_type()Emmanuele Bassi2019-05-061-2/+3
* 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