summaryrefslogtreecommitdiff
path: root/gtk/gtkwidget.c
Commit message (Expand)AuthorAgeFilesLines
* widget: Add Since annotation to gtk_widget_queue_allocateTimm Bäder2016-05-191-0/+2
* css names are always setMatthias Clasen2016-05-051-2/+1
* widget: Remove useless NULL checkTimm Bäder2016-05-051-3/+3
* widget: Don't show widget resizes in the inspectorMatthias Clasen2016-05-051-1/+1
* widget: queue a redraw only if resize highlighting is enabledBenjamin Otte2016-03-301-5/+6
* Correct a deprecation noteMatthias Clasen2016-03-151-1/+1
* Use per-display debug flags for visual debuggingMatthias Clasen2016-03-111-3/+2
* builder: Allow 'primary' as a modifier valueMatthias Clasen2016-03-051-1/+8
* widget: Add brute force method to propagate clipBenjamin Otte2016-03-031-0/+17
* Don't use g_print for debug outputMatthias Clasen2016-02-281-11/+9
* widget: make sure to check all children for allocation needsCosimo Cecchi2016-02-281-3/+3
* gtk: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-2/+2
* fix a typoMatthias Clasen2016-02-251-1/+1
* cannot not -> mustCaolán McNamara2016-02-111-1/+1
* widget: Set a css nameBenjamin Otte2016-02-041-0/+1
* Move private widget path functions awayMatthias Clasen2016-02-041-0/+1
* widget: Annotate out params of _translate_coordinates as optionalTimm Bäder2016-01-311-2/+2
* widget: Improve gtk_cairo_should_draw_window()Benjamin Otte2016-01-221-4/+6
* widget: Properly invalidate when CSS font properties change.Benjamin Otte2016-01-201-16/+25
* gtk: Add private gtk_widget_reset_controllers()Carlos Garnacho2016-01-191-11/+16
* widget: Call gdk_window_mark_paint_from_clip() againBenjamin Otte2016-01-191-2/+5
* widget: Add forgotten push_group codeBenjamin Otte2016-01-191-43/+16
* widget: Redo drawing codeBenjamin Otte2016-01-191-188/+40
* Drop a reference to regionsMatthias Clasen2016-01-181-3/+2
* widget: remove queue_resize in set_sensitiveMatt Watson2016-01-151-2/+0
* GtkWidget: Fix motion event consumption detection for touch-only gesturesCarlos Garnacho2016-01-111-2/+1
* Deprecate cursor-color style propertiesMatthias Clasen2016-01-081-2/+18
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-1/+2
* docs: try to clarify widget_get_state_flags vs context_get_statePaolo Borelli2016-01-051-0/+4
* Mention GtkIconSize in all docs where the argument/return is annotated as tak...Christoph Reiter2016-01-041-2/+2
* widget: deprecate separator style propertiesCosimo Cecchi2016-01-031-3/+12
* Set ID on css node right awayMatthias Clasen2015-12-281-0/+2
* widget: Be safe against windows losing their frame clockMatthias Clasen2015-12-221-5/+10
* Add a way to highlight resizing widgetsTimm Bäder2015-12-181-0/+22
* GtkWidget: Don't mix code and declarationsTimm Bäder2015-12-181-2/+4
* GtkWidget: Add some ignore deprecation statementsCarlos Garnacho2015-12-161-2/+7
* Really undo the deprecation of separator style propertiesMatthias Clasen2015-12-151-5/+2
* Undo deprecation of the wide-separators style propertyMatthias Clasen2015-12-151-3/+1
* GtkWidget: Avoid gdk_device_manager_get_client_pointer()Carlos Garnacho2015-12-151-3/+4
* widget: Deprecate some style propertiesMatthias Clasen2015-12-151-3/+8
* container: Split out a functionBenjamin Otte2015-12-151-23/+6
* widget: Pass a GtkCssStyleChange instead of a bitmaskBenjamin Otte2015-12-131-13/+4
* widget: Don't update pango context in state_flags_changedBenjamin Otte2015-12-021-1/+0
* 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