| Commit message (Expand) | Author | Age | Files | Lines |
* | cssnode: Loosen requirements for style caching | Benjamin Otte | 2015-08-27 | 1 | -6/+39 |
* | cssnode: Add gtk_css_node_reverse_children() | Benjamin Otte | 2015-07-16 | 1 | -0/+15 |
* | cssnode: Change API of some functions | Benjamin Otte | 2015-07-16 | 1 | -9/+17 |
* | cssnode: Only queue_validate() when node is visible | Benjamin Otte | 2015-07-10 | 1 | -9/+28 |
* | cssnode: Only invalidate sibling nodes if changed node is visible | Benjamin Otte | 2015-07-10 | 1 | -10/+25 |
* | cssnode: Do finer-grained position invalidation | Benjamin Otte | 2015-07-06 | 1 | -5/+26 |
* | cssnode: Fix position invalidation | Benjamin Otte | 2015-05-30 | 1 | -24/+7 |
* | cssnode: Add properties | Benjamin Otte | 2015-03-18 | 1 | -5/+196 |
* | cssnode: Add a style-changed signal | Benjamin Otte | 2015-03-18 | 1 | -8/+23 |
* | cssnode: Add node-added and node-removed signal | Benjamin Otte | 2015-03-18 | 1 | -56/+100 |
* | cssnode: Track invalid children | Benjamin Otte | 2015-03-18 | 1 | -11/+25 |
* | cssnode: Change the way we invalidate timestamps | Benjamin Otte | 2015-03-18 | 1 | -4/+21 |
* | cssstyle: Add gtk_css_style_is_static() | Benjamin Otte | 2015-03-18 | 1 | -4/+2 |
* | cssnode: Special-case TIMESTAMP invalidations | Benjamin Otte | 2015-03-18 | 1 | -0/+6 |
* | cssnode: Redo style changed tracking | Benjamin Otte | 2015-03-18 | 1 | -10/+10 |
* | stylecontext: Call get_style(), not create_style() | Benjamin Otte | 2015-03-18 | 1 | -1/+1 |
* | cssnode: Merge the 2 places that compute styles | Benjamin Otte | 2015-03-18 | 1 | -26/+11 |
* | stylecontext: Refactor gtk_style_context_invalidate() | Benjamin Otte | 2015-03-18 | 1 | -1/+1 |
* | cssnode: Create animated styles by default | Benjamin Otte | 2015-03-18 | 1 | -5/+50 |
* | cssnode: Add optimization | Benjamin Otte | 2015-03-18 | 1 | -0/+3 |
* | cssnode: Remove timestamp from gtk_css_node_validate() | Benjamin Otte | 2015-03-18 | 1 | -3/+13 |
* | cssnode: Add API to query the timestamp | Benjamin Otte | 2015-03-18 | 1 | -5/+62 |
* | cssnode: Make parent style change part of GtkCssNode | Benjamin Otte | 2015-03-18 | 1 | -14/+12 |
* | cssnode: Propagate pending changes after recomputing new style | Benjamin Otte | 2015-03-18 | 1 | -10/+9 |
* | cssnode: Add gtk_css_node_invalidate_style_provider() | Benjamin Otte | 2015-03-18 | 1 | -0/+19 |
* | cssnode: Change get_style_provider() vfunc | Benjamin Otte | 2015-03-18 | 1 | -6/+20 |
* | cssnode: Implement a way to properly track invalidations | Benjamin Otte | 2015-03-18 | 1 | -37/+79 |
* | cssnode: Change vfunc | Benjamin Otte | 2015-03-18 | 1 | -3/+15 |
* | cssnode: Only pass a boolean for parent changes | Benjamin Otte | 2015-03-18 | 1 | -10/+8 |
* | cssstyle: Remove unused optimization | Benjamin Otte | 2015-03-18 | 1 | -33/+0 |
* | cssnode: Treat transient nodes as invisible nodes | Benjamin Otte | 2015-03-18 | 1 | -11/+0 |
* | cssnode: Add visibility concept | Benjamin Otte | 2015-03-18 | 1 | -5/+29 |
* | box: Use CSS nodes instead of widget paths | Benjamin Otte | 2015-03-18 | 1 | -0/+24 |
* | cssnode: Refactor node tree modification code | Benjamin Otte | 2015-03-18 | 1 | -46/+96 |
* | cssnode: Remove now unused arg from vfunc | Benjamin Otte | 2015-03-18 | 1 | -18/+5 |
* | cssnode: Add a matcher for nodes | Benjamin Otte | 2015-03-18 | 1 | -17/+1 |
* | cssmatcher: Allow widget path matcher to take a node declaration | Benjamin Otte | 2015-03-18 | 1 | -1/+1 |
* | cssnode: Split out a function | Benjamin Otte | 2015-03-18 | 1 | -8/+44 |
* | cssnode: Refactor invalidation propagation | Benjamin Otte | 2015-03-18 | 1 | -5/+24 |
* | cssnode: Change way invalidation is handled | Benjamin Otte | 2015-03-18 | 1 | -7/+47 |
* | cssnode: Only recreate styles when needed | Benjamin Otte | 2015-03-18 | 1 | -0/+25 |
* | cssnode: Automatically recreate style on get_style() call | Benjamin Otte | 2015-03-18 | 1 | -3/+28 |
* | cssnode: Track pending changes here | Benjamin Otte | 2015-03-18 | 1 | -0/+5 |
* | stylecontext: Move style creation functions to CssNode code | Benjamin Otte | 2015-03-18 | 1 | -0/+162 |
* | stylecontext: Redo handling of differing state | Benjamin Otte | 2015-03-18 | 1 | -6/+0 |
* | cssnode: Add gtk_style_context_get_style_provider() | Benjamin Otte | 2015-03-18 | 1 | -0/+16 |
* | stylecontext: Move validation into GtkCssNode | Benjamin Otte | 2015-03-18 | 1 | -0/+54 |
* | cssnode: Track invalid flag | Benjamin Otte | 2015-03-18 | 1 | -0/+26 |
* | cssnode: Implement refcounting | Benjamin Otte | 2015-03-18 | 1 | -0/+22 |
* | stylecontext: Handle parent in CssNode code | Benjamin Otte | 2015-03-18 | 1 | -2/+73 |