summaryrefslogtreecommitdiff
path: root/gtk/gtkfixed.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate gtk_widget_translate_coordinatesMatthias Clasen2023-03-251-1/+9
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* docs: Reduce redundancyMatthias Clasen2021-05-201-3/+2
* fixed: Convert docsMatthias Clasen2021-03-111-48/+44
* Replace "gchar" with "char"Benjamin Otte2020-07-251-1/+1
* fixed: Change coordinate apis to doublesMatthias Clasen2020-05-221-17/+7
* fixed: Derive from GtkWidgetMatthias Clasen2020-05-111-43/+98
* fixed: Add gtk_fixed_removeMatthias Clasen2020-05-111-5/+15
* Move the idle sizer to GtkWindowMatthias Clasen2020-04-201-1/+0
* fixed: Documentation clarificationsTimm Bäder2019-09-091-2/+4
* fixed: x/y passed to get_child_position are not optionalTimm Bäder2019-09-091-6/+6
* fixedlayout: Don't call the child transform positionTimm Bäder2019-09-091-6/+6
* Remove gtk_widget_get/set_has_surfaceMatthias Clasen2019-05-281-1/+0
* Use gtk_widget_class_set_layout_manager_type()Emmanuele Bassi2019-05-061-2/+4
* Add API to access child transformations to GtkFixedEmmanuele Bassi2019-04-021-6/+61
* Remove GtkLayoutEmmanuele Bassi2019-04-021-3/+0
* Add overflow:hidden to GtkFixedEmmanuele Bassi2019-04-021-0/+1
* Turn GtkFixedLayoutChild:position into a transformationEmmanuele Bassi2019-03-261-6/+16
* Use GtkFixedLayout in GtkFixedEmmanuele Bassi2019-03-261-232/+55
* widget: Don't pass a position to ->size_allocateTimm Bäder2018-11-131-6/+8
* fixed: Remove unused struct memberTimm Bäder2018-08-251-1/+0
* fixed: Remove child listTimm Bäder2018-07-051-107/+64
* fixed: Remove priv pointerTimm Bäder2018-06-201-12/+10
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-5/+3
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-1/+1
* fixed: Remove snapshot implementationTimm Bäder2018-03-141-25/+0
* Fixed: If can’t add child, don’t add to child infoDaniel Boles2017-10-131-0/+1
* Fixed: Don’t dereference before typecheckingDaniel Boles2017-10-131-1/+3
* GtkFixed: Update documentation introDaniel Boles2017-08-031-7/+12
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-5/+9
* fixed: Remove windowTimm Bäder2017-07-191-42/+2
* Remove calls to gtk_widget_set_allocationTimm Bäder2017-07-191-2/+0
* gtk: Mass delete all GtkWidget event mask APICarlos Garnacho2017-05-251-3/+1
* container: Remove include_internals parameter from forallTimm Bäder2017-04-251-2/+0
* Remove gtk_container_snapshot_childTimm Bäder2017-01-071-3/+4
* snapshot: Convert GtkFixedBenjamin Otte2016-11-151-24/+11
* fixed: Port to GskRenderNodeBenjamin Otte2016-11-051-11/+23
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-42/+28
* fixed: Use gdk_window_new_child()Benjamin Otte2016-10-181-15/+5
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-1/+0
* API: Remove gdk_window_set_background()Benjamin Otte2016-10-161-29/+0
* API: Remove ability to set visuals on windowsBenjamin Otte2016-10-161-2/+1
* fixed: add a comment for gtk_style_context_set_background()Cosimo Cecchi2015-07-011-2/+28
* fixed: Fix drawing orderBenjamin Otte2014-02-281-0/+27
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-2/+2
* Revert "fixed: draw css background and borders"Matthias Clasen2014-02-031-19/+0
* Docs: Use markdown for listsMatthias Clasen2014-02-021-11/+6
* fixed: draw css background and bordersPaolo Borelli2013-11-031-0/+19
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-4/+2
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-1/+1