summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* GtkWidget: Add some missing nullable annotationsTimm Bäder2015-12-011-10/+10
* GtkWidget: Add some missing nullable annotationsTimm Bäder2015-11-241-2/+3
* Don't pass widget state flags to GtkStyleContext APITimm Bäder2015-11-221-1/+1
* widget: Avoid critical warnings when disconnecting plain GtkEventControllersCarlos Garnacho2015-11-051-1/+3
* widget: Queue resize on parent, not selfBenjamin Otte2015-11-031-1/+1
* widget: Queue an allocate on hideBenjamin Otte2015-11-031-0/+2
* widget: Add :focus-on-click propertyFlorian Müllner2015-11-031-1/+81
* widget: Queue redraw on gtk_widget_queue_allocate()Benjamin Otte2015-10-301-0/+3
* widget: Queue resize on parent on show/hideBenjamin Otte2015-10-291-13/+18
* container: Don't keep our own variable trying to track need for resizeBenjamin Otte2015-10-281-3/+17
* widget: Make invisible widgets not propagate resizesBenjamin Otte2015-10-281-1/+1
* widget: Make gtk_widget_queue_allocate() not resizeBenjamin Otte2015-10-281-2/+48
* widget: Track if a child needs an allocationBenjamin Otte2015-10-281-1/+30
* widget: Refactor functionBenjamin Otte2015-10-281-24/+20
* widget: Move resize function into gtkwidget.cBenjamin Otte2015-10-281-2/+49
* widget: Warn on calls to queue_resize() during size_allocate()Benjamin Otte2015-10-281-0/+7
* widget: Clear pending resizes after size_allocate()Benjamin Otte2015-10-281-0/+1
* widget: Warn if size-unqueried widgets get allocatedBenjamin Otte2015-10-281-0/+7
* widget: Add a resize_needed flagBenjamin Otte2015-10-281-0/+12
* widget: Add a function that does actual resizeBenjamin Otte2015-10-281-3/+5
* widget: Use gtk_widget_queue_allocate() when clip changesBenjamin Otte2015-10-281-2/+5
* API: widget: Add gtk_widget_queue_allocate()Benjamin Otte2015-10-281-3/+25
* API: widget: Add gtk_widget_get_allocated_size()Benjamin Otte2015-10-281-0/+41
* sizegroup: Remove GtkQueueResizeFlagsBenjamin Otte2015-10-281-17/+10
* widget: Remove _gtk_widget_override_size_request()Benjamin Otte2015-10-281-46/+0
* widget: Add name to widget pathsBenjamin Otte2015-10-271-0/+1
* widget: Always set the type on css nodesMatthias Clasen2015-10-221-4/+3
* Add since tags to new apiMatthias Clasen2015-10-221-5/+9
* window: Add gtk_widget_class_set_css_name()Benjamin Otte2015-10-221-1/+46
* widget: fix typo in warning messagePaolo Borelli2015-10-191-1/+1
* Drop some redundant cairo_save callsMatthias Clasen2015-09-291-4/+2
* Add a few more inlined gettersMatthias Clasen2015-09-281-19/+15
* Avoid copying lists during drawMatthias Clasen2015-09-271-55/+66
* Refactor gtk_widget_add_events_internal_listMatthias Clasen2015-09-271-22/+23
* Refactor gtk_widget_set_device_enabled_internalMatthias Clasen2015-09-271-59/+43
* Use stupid quotes instead of dumb quotesMatthias Clasen2015-09-231-10/+10
* widget: Add a few more inlined gettersMatthias Clasen2015-09-231-33/+33
* size group: Streamline disposalMatthias Clasen2015-09-231-0/+11
* widget: get_widget_windows() don't modify window child listsAlexander Larsson2015-09-211-3/+2
* widget: Make sure we only run controllers on realized widgetsCarlos Garnacho2015-09-211-0/+3
* Revert "gtkwidget: Ensure unrealization during event dispatching cancels gest...Carlos Garnacho2015-09-181-32/+2
* Revert "widget: Fix propagation of gesture cancellation on widget unrealize/d...Carlos Garnacho2015-09-181-8/+4
* Revert "widget: Cancel also denied sequences"Carlos Garnacho2015-09-181-0/+3
* widget: Cancel also denied sequencesCarlos Garnacho2015-09-161-3/+0
* widget: Fix propagation of gesture cancellation on widget unrealize/destroyCarlos Garnacho2015-09-161-4/+8
* Fix a copy-paste errorMatthias Clasen2015-09-141-1/+1
* gtkwidget: Do not listen to notifications from nonexistent propertiesCarlos Garnacho2015-09-141-13/+0
* gtkwidget: Ensure unrealization during event dispatching cancels gesturesCarlos Garnacho2015-09-141-2/+32
* gtkwidget: refactor code into separate functionCarlos Garnacho2015-09-141-15/+23
* widget: Call size_allocate vfunc directly when possibleAlexander Larsson2015-09-141-1/+4