| Commit message (Expand) | Author | Age | Files | Lines |
* | csswidgetnode: Don't check for container | Georges Basile Stavracas Neto | 2020-05-08 | 1 | -3/+1 |
* | Move the idle sizer to the gtkroot.c | Matthias Clasen | 2020-04-25 | 1 | -2/+2 |
* | Move the idle sizer to GtkWindow | Matthias Clasen | 2020-04-20 | 1 | -5/+3 |
* | stylecontext: Remove the "changed" signal | Benjamin Otte | 2020-02-05 | 1 | -7/+1 |
* | widget: Replace style-updated signal with css_changed vfunc | Benjamin Otte | 2020-02-05 | 1 | -1/+1 |
* | cssnode: Remove init_matcher() vfunc | Benjamin Otte | 2020-01-28 | 1 | -13/+0 |
* | cssnode: Remove unused widget path vfuncs | Benjamin Otte | 2020-01-21 | 1 | -51/+0 |
* | Stop using gtk_widget_is_toplevel | Matthias Clasen | 2019-05-28 | 1 | -2/+4 |
* | csswidgetnode: Avoid some unnecessary work | Timm Bäder | 2018-01-19 | 1 | -0/+3 |
* | css: Merge GtkStyleProviderPrivate into GtkStyleProvider | Benjamin Otte | 2017-10-31 | 1 | -2/+2 |
* | GtkStyleContext: Remove property cache | Timm Bäder | 2017-07-19 | 1 | -19/+0 |
* | widgetnode: Remove unused define | Timm Bäder | 2017-03-02 | 1 | -4/+0 |
* | csswidgetnode: Remove unused include | Timm Bäder | 2017-03-02 | 1 | -2/+0 |
* | widgetnode: We never need widget paths anymore | Benjamin Otte | 2016-11-19 | 1 | -46/+1 |
* | csswidgetnode: Fix container condition for GtkInvisible | Timm Bäder | 2016-10-28 | 1 | -2/+4 |
* | gtk: Mark internal functions as static | Emmanuele Bassi | 2016-10-17 | 1 | -1/+1 |
* | container: Remove gtk_container_set_resize_mode() | Benjamin Otte | 2016-10-16 | 1 | -6/+2 |
* | Use g_set_object in one more place | Matthias Clasen | 2016-05-03 | 1 | -2/+1 |
* | css: Use a getter for the enable-animations setting | Matthias Clasen | 2016-04-30 | 1 | -5/+1 |
* | widget: Pass a GtkCssStyleChange instead of a bitmask | Benjamin Otte | 2015-12-13 | 1 | -14/+20 |
* | cssnode: Change style-changed signal | Benjamin Otte | 2015-12-12 | 1 | -5/+6 |
* | cssnode: Fix style updating when the CSS node ID changes | Colomban Wendling | 2015-11-01 | 1 | -1/+1 |
* | css style: Accumulate changes in place | Matthias Clasen | 2015-09-28 | 1 | -5/+2 |
* | Revert "Avoid type checking overhead for resize-mode" | Benjamin Otte | 2015-09-12 | 1 | -2/+2 |
* | Avoid type checking overhead for resize-mode | Matthias Clasen | 2015-09-12 | 1 | -2/+2 |
* | Move GtkWidgetPrivate to gtkwidgetprivate.h | Matthias Clasen | 2015-09-07 | 1 | -2/+2 |
* | Plug a leak | Matthias Clasen | 2015-09-06 | 1 | -2/+9 |
* | stylecontext: Clear style property more frequently | Benjamin Otte | 2015-04-27 | 1 | -0/+19 |
* | cssnode: Clear widget path more aggressively | Benjamin Otte | 2015-03-24 | 1 | -0/+3 |
* | csswidgetnode: Use style_changed signal instead of update_style vfunc | Benjamin Otte | 2015-03-18 | 1 | -10/+6 |
* | csswidgetnode: Avoid creating a stylecontext | Benjamin Otte | 2015-03-18 | 1 | -4/+15 |
* | cssnode: Merge the 2 places that compute styles | Benjamin Otte | 2015-03-18 | 1 | -94/+3 |
* | cssnode: Always return correct style values | Benjamin Otte | 2015-03-18 | 1 | -9/+33 |
* | cssnode: Change the way we start animations | Benjamin Otte | 2015-03-18 | 1 | -16/+3 |
* | cssnode: Return NULL as frame clock when animations are disabled | Benjamin Otte | 2015-03-18 | 1 | -6/+8 |
* | cssnode: Move style context function to only user | Benjamin Otte | 2015-03-18 | 1 | -1/+25 |
* | cssnode: Add API to query the timestamp | Benjamin Otte | 2015-03-18 | 1 | -5/+31 |
* | cssnode: Make parent style change part of GtkCssNode | Benjamin Otte | 2015-03-18 | 1 | -8/+5 |
* | cssnode: Change get_style_provider() vfunc | Benjamin Otte | 2015-03-18 | 1 | -1/+1 |
* | cssnode: Change vfunc | Benjamin Otte | 2015-03-18 | 1 | -10/+10 |
* | cssnode: Only pass a boolean for parent changes | Benjamin Otte | 2015-03-18 | 1 | -7/+11 |
* | cssstyle: Remove unused optimization | Benjamin Otte | 2015-03-18 | 1 | -7/+2 |
* | csswidgetnode: Always return a valid style | Benjamin Otte | 2015-03-18 | 1 | -0/+3 |
* | cssnode: Add visibility concept | Benjamin Otte | 2015-03-18 | 1 | -0/+2 |
* | box: Use CSS nodes instead of widget paths | Benjamin Otte | 2015-03-18 | 1 | -1/+4 |
* | cssnode: Add hackery to allow bypassing widget paths | Benjamin Otte | 2015-03-18 | 1 | -0/+35 |
* | cssnode: Remove now unused arg from vfunc | Benjamin Otte | 2015-03-18 | 1 | -2/+1 |
* | cssnode: Make widget node not copy the path | Benjamin Otte | 2015-03-18 | 1 | -3/+1 |
* | cssnode: Make widget node use new matcher | Benjamin Otte | 2015-03-18 | 1 | -0/+18 |
* | stylecontext: Don't queue animate tick callbacks anymore | Benjamin Otte | 2015-03-18 | 1 | -0/+4 |