| Commit message (Expand) | Author | Age | Files | Lines |
* | radio-menu-item: Add join_group() | Matthias Clasen | 2015-03-22 | 2 | -0/+60 |
* | radio-menu-item: Allow arguments to be NULL | Matthias Clasen | 2015-03-22 | 1 | -8/+8 |
* | radio-menu-item: Handle a !NULL group | Emmanuele Bassi | 2015-03-22 | 1 | -0/+2 |
* | Improve CSD decorations without a compositor | Olivier Fourdan | 2015-03-22 | 7 | -40/+88 |
* | image: Optimize non-resize changes | Matthias Clasen | 2015-03-21 | 1 | -17/+90 |
* | a11y: handle atk race condition where widget has been destroyed | Christian Hergert | 2015-03-21 | 1 | -0/+8 |
* | box-shadow: For top/bottom and left/right parts, repeat a single line | Alexander Larsson | 2015-03-21 | 2 | -3/+29 |
* | shadow-box: Blur only horizontally/vertically for the non-corner parts | Alexander Larsson | 2015-03-21 | 3 | -33/+64 |
* | shadow-box: Bail out blur early if radius is 1px | Alexander Larsson | 2015-03-21 | 2 | -2/+7 |
* | gtkcairoblur: Unroll inner loop for common radius values | Alexander Larsson | 2015-03-21 | 1 | -11/+30 |
* | gtkcairoblur: Minor restructure | Alexander Larsson | 2015-03-21 | 1 | -17/+13 |
* | HighContrast: Fix a typo | Matthias Clasen | 2015-03-20 | 2 | -4/+3 |
* | fix insensitive and backdrop states | Jakub Steiner | 2015-03-20 | 4 | -55/+63 |
* | HighContrast: fix insensitive labels | Matthias Clasen | 2015-03-20 | 2 | -3/+9 |
* | inspector: show accessible name and description | Vadim Rutkovsky | 2015-03-19 | 3 | -0/+84 |
* | Adwaita: Fix context menu shadows not showing up | Benjamin Otte | 2015-03-19 | 3 | -289/+123 |
* | inspector: Make it easier to cut'n'paste advice message | Bastien Nocera | 2015-03-18 | 1 | -0/+1 |
* | csspathnode: Handle context going away | Benjamin Otte | 2015-03-18 | 3 | -2/+18 |
* | inspector: Add a new page that lists the CSS node tree | Benjamin Otte | 2015-03-18 | 12 | -1/+1015 |
* | cssnode: Add properties | Benjamin Otte | 2015-03-18 | 2 | -5/+199 |
* | csswidgetnode: Use style_changed signal instead of update_style vfunc | Benjamin Otte | 2015-03-18 | 1 | -10/+6 |
* | cssnode: Add a style-changed signal | Benjamin Otte | 2015-03-18 | 2 | -8/+26 |
* | cssnode: Add node-added and node-removed signal | Benjamin Otte | 2015-03-18 | 2 | -56/+107 |
* | cssnode: Track invalid children | Benjamin Otte | 2015-03-18 | 2 | -11/+26 |
* | csswidgetnode: Avoid creating a stylecontext | Benjamin Otte | 2015-03-18 | 3 | -4/+23 |
* | 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 | 5 | -22/+37 |
* | 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 | 3 | -5/+3 |
* | cssnode: Merge the 2 places that compute styles | Benjamin Otte | 2015-03-18 | 3 | -126/+15 |
* | cssnode: Always return correct style values | Benjamin Otte | 2015-03-18 | 2 | -9/+34 |
* | cssstyle: Add optimization | Benjamin Otte | 2015-03-18 | 1 | -0/+3 |
* | stylecontext: Refactor gtk_style_context_invalidate() | Benjamin Otte | 2015-03-18 | 3 | -28/+2 |
* | cssnode: Create animated styles by default | Benjamin Otte | 2015-03-18 | 3 | -5/+72 |
* | cssnode: Add optimization | Benjamin Otte | 2015-03-18 | 1 | -0/+3 |
* | 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 |
* | cssstyle: Handle 0 timestamp to mean "don't animate" | Benjamin Otte | 2015-03-18 | 1 | -0/+6 |
* | cssnode: Move style context function to only user | Benjamin Otte | 2015-03-18 | 3 | -33/+25 |
* | cssnode: Remove timestamp from gtk_css_node_validate() | Benjamin Otte | 2015-03-18 | 4 | -9/+16 |
* | cssnode: Add API to query the timestamp | Benjamin Otte | 2015-03-18 | 6 | -14/+106 |
* | cssnode: Make parent style change part of GtkCssNode | Benjamin Otte | 2015-03-18 | 7 | -32/+26 |
* | 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 | 3 | -1/+22 |
* | cssnode: Change get_style_provider() vfunc | Benjamin Otte | 2015-03-18 | 4 | -8/+23 |
* | cssnode: Implement a way to properly track invalidations | Benjamin Otte | 2015-03-18 | 2 | -37/+85 |
* | cssnode: Change vfunc | Benjamin Otte | 2015-03-18 | 3 | -14/+27 |
* | cssnode: Only pass a boolean for parent changes | Benjamin Otte | 2015-03-18 | 5 | -31/+24 |
* | cssvalue: Remove GtkCssDependencies | Benjamin Otte | 2015-03-18 | 44 | -296/+109 |