| Commit message (Expand) | Author | Age | Files | Lines |
* | widget: Set a css name | Benjamin Otte | 2016-02-04 | 1 | -0/+1 |
* | Move private widget path functions away | Matthias Clasen | 2016-02-04 | 1 | -0/+1 |
* | widget: Annotate out params of _translate_coordinates as optional | Timm Bäder | 2016-01-31 | 1 | -2/+2 |
* | widget: Improve gtk_cairo_should_draw_window() | Benjamin Otte | 2016-01-22 | 1 | -4/+6 |
* | widget: Properly invalidate when CSS font properties change. | Benjamin Otte | 2016-01-20 | 1 | -16/+25 |
* | gtk: Add private gtk_widget_reset_controllers() | Carlos Garnacho | 2016-01-19 | 1 | -11/+16 |
* | widget: Call gdk_window_mark_paint_from_clip() again | Benjamin Otte | 2016-01-19 | 1 | -2/+5 |
* | widget: Add forgotten push_group code | Benjamin Otte | 2016-01-19 | 1 | -43/+16 |
* | widget: Redo drawing code | Benjamin Otte | 2016-01-19 | 1 | -188/+40 |
* | Drop a reference to regions | Matthias Clasen | 2016-01-18 | 1 | -3/+2 |
* | widget: remove queue_resize in set_sensitive | Matt Watson | 2016-01-15 | 1 | -2/+0 |
* | GtkWidget: Fix motion event consumption detection for touch-only gestures | Carlos Garnacho | 2016-01-11 | 1 | -2/+1 |
* | Deprecate cursor-color style properties | Matthias Clasen | 2016-01-08 | 1 | -2/+18 |
* | introspection: This patch fixes nullable return values fixes for the followin... | Alberto Ruiz | 2016-01-08 | 1 | -1/+2 |
* | docs: try to clarify widget_get_state_flags vs context_get_state | Paolo Borelli | 2016-01-05 | 1 | -0/+4 |
* | Mention GtkIconSize in all docs where the argument/return is annotated as tak... | Christoph Reiter | 2016-01-04 | 1 | -2/+2 |
* | widget: deprecate separator style properties | Cosimo Cecchi | 2016-01-03 | 1 | -3/+12 |
* | Set ID on css node right away | Matthias Clasen | 2015-12-28 | 1 | -0/+2 |
* | widget: Be safe against windows losing their frame clock | Matthias Clasen | 2015-12-22 | 1 | -5/+10 |
* | Add a way to highlight resizing widgets | Timm Bäder | 2015-12-18 | 1 | -0/+22 |
* | GtkWidget: Don't mix code and declarations | Timm Bäder | 2015-12-18 | 1 | -2/+4 |
* | GtkWidget: Add some ignore deprecation statements | Carlos Garnacho | 2015-12-16 | 1 | -2/+7 |
* | Really undo the deprecation of separator style properties | Matthias Clasen | 2015-12-15 | 1 | -5/+2 |
* | Undo deprecation of the wide-separators style property | Matthias Clasen | 2015-12-15 | 1 | -3/+1 |
* | GtkWidget: Avoid gdk_device_manager_get_client_pointer() | Carlos Garnacho | 2015-12-15 | 1 | -3/+4 |
* | widget: Deprecate some style properties | Matthias Clasen | 2015-12-15 | 1 | -3/+8 |
* | container: Split out a function | Benjamin Otte | 2015-12-15 | 1 | -23/+6 |
* | widget: Pass a GtkCssStyleChange instead of a bitmask | Benjamin Otte | 2015-12-13 | 1 | -13/+4 |
* | widget: Don't update pango context in state_flags_changed | Benjamin Otte | 2015-12-02 | 1 | -1/+0 |
* | GtkWidget: Add some missing nullable annotations | Timm Bäder | 2015-12-01 | 1 | -10/+10 |
* | GtkWidget: Add some missing nullable annotations | Timm Bäder | 2015-11-24 | 1 | -2/+3 |
* | Don't pass widget state flags to GtkStyleContext API | Timm Bäder | 2015-11-22 | 1 | -1/+1 |
* | widget: Avoid critical warnings when disconnecting plain GtkEventControllers | Carlos Garnacho | 2015-11-05 | 1 | -1/+3 |
* | widget: Queue resize on parent, not self | Benjamin Otte | 2015-11-03 | 1 | -1/+1 |
* | widget: Queue an allocate on hide | Benjamin Otte | 2015-11-03 | 1 | -0/+2 |
* | widget: Add :focus-on-click property | Florian Müllner | 2015-11-03 | 1 | -1/+81 |
* | widget: Queue redraw on gtk_widget_queue_allocate() | Benjamin Otte | 2015-10-30 | 1 | -0/+3 |
* | widget: Queue resize on parent on show/hide | Benjamin Otte | 2015-10-29 | 1 | -13/+18 |
* | container: Don't keep our own variable trying to track need for resize | Benjamin Otte | 2015-10-28 | 1 | -3/+17 |
* | widget: Make invisible widgets not propagate resizes | Benjamin Otte | 2015-10-28 | 1 | -1/+1 |
* | widget: Make gtk_widget_queue_allocate() not resize | Benjamin Otte | 2015-10-28 | 1 | -2/+48 |
* | widget: Track if a child needs an allocation | Benjamin Otte | 2015-10-28 | 1 | -1/+30 |
* | widget: Refactor function | Benjamin Otte | 2015-10-28 | 1 | -24/+20 |
* | widget: Move resize function into gtkwidget.c | Benjamin Otte | 2015-10-28 | 1 | -2/+49 |
* | widget: Warn on calls to queue_resize() during size_allocate() | Benjamin Otte | 2015-10-28 | 1 | -0/+7 |
* | widget: Clear pending resizes after size_allocate() | Benjamin Otte | 2015-10-28 | 1 | -0/+1 |
* | widget: Warn if size-unqueried widgets get allocated | Benjamin Otte | 2015-10-28 | 1 | -0/+7 |
* | widget: Add a resize_needed flag | Benjamin Otte | 2015-10-28 | 1 | -0/+12 |
* | widget: Add a function that does actual resize | Benjamin Otte | 2015-10-28 | 1 | -3/+5 |
* | widget: Use gtk_widget_queue_allocate() when clip changes | Benjamin Otte | 2015-10-28 | 1 | -2/+5 |