Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gsk: Make text nodes more compact | Matthias Clasen | 2017-10-27 | 1 | -11/+23 |
* | Remove unnecessary const | Emmanuele Bassi | 2017-10-23 | 1 | -1/+1 |
* | Tweak transform node apis | Matthias Clasen | 2017-10-20 | 1 | -5/+4 |
* | gsk: Tweak text node apis | Matthias Clasen | 2017-10-20 | 1 | -5/+5 |
* | gsk: Tweak cairo node apis | Matthias Clasen | 2017-10-20 | 1 | -10/+2 |
* | rendernode: Don't leak mem_surface | Timm Bäder | 2017-10-10 | 1 | -10/+12 |
* | gsk: Fix serialization of cairo node | Umang Jain | 2017-10-08 | 1 | -3/+25 |
* | Fix a doc comment | Matthias Clasen | 2017-09-30 | 1 | -1/+3 |
* | gsk: Fix a typo | Matthias Clasen | 2017-09-28 | 1 | -1/+1 |
* | gsk: Some g-i annotation fixes | Rico Tzschichholz | 2017-09-25 | 1 | -2/+2 |
* | gsk: Documentation additions | Matthias Clasen | 2017-09-24 | 1 | -11/+63 |
* | gsk: Make repeat nodes deserializable | Matthias Clasen | 2017-09-20 | 1 | -1/+2 |
* | gsk: Fix serialization of text nodes | Matthias Clasen | 2017-09-20 | 1 | -5/+7 |
* | More work on text nodes | Matthias Clasen | 2017-09-10 | 1 | -74/+80 |
* | gsk: Add a blur node | Matthias Clasen | 2017-09-04 | 1 | -1/+284 |
* | Avoid empty nodes another way | Matthias Clasen | 2017-09-03 | 1 | -2/+7 |
* | gsk: add a has_color boolean to text nodes | Matthias Clasen | 2017-09-02 | 1 | -0/+22 |
* | Add a render node for text | Matthias Clasen | 2017-09-01 | 1 | -1/+244 |
* | GskRenderNode: Fix fallback border drawing | Timm Bäder | 2017-08-29 | 1 | -44/+40 |
* | gskrendernode: Fix inset shadow drawing | Timm Bäder | 2017-08-28 | 1 | -1/+1 |
* | gskrendernode: Constify some parameters | Timm Bäder | 2017-08-28 | 1 | -6/+6 |
* | gskrendernodeimpl: Fix leak of cairo_pattern_t | Daniel Boles | 2017-08-04 | 1 | -0/+1 |
* | gskrendernodeimpl: Fix documentation argument type | Daniel Boles | 2017-03-27 | 1 | -4/+4 |
* | GSK: Fix a bunch of warnings from the GIR scanner | Daniel Boles | 2017-03-27 | 1 | -6/+9 |
* | rendernode: Add getters for box-shadow nodes | Benjamin Otte | 2017-01-18 | 1 | -0/+120 |
* | vulkan: Add shader for border rendering | Benjamin Otte | 2017-01-11 | 1 | -7/+5 |
* | gsk: Add GskRepeatNode | Benjamin Otte | 2017-01-01 | 1 | -0/+171 |
* | gsk: Turn GskTexture into a GObject | Benjamin Otte | 2017-01-01 | 1 | -3/+3 |
* | gsk: Add GskColorMatrixNode | Benjamin Otte | 2016-12-31 | 1 | -0/+246 |
* | gsk/gskrendernodeimpl.c: Avoid VLAs | Chun-wei Fan | 2016-12-29 | 1 | -3/+3 |
* | vulkan: Handle linear gradients | Benjamin Otte | 2016-12-26 | 1 | -0/+32 |
* | gsk: Insist on ordered color stops | Benjamin Otte | 2016-12-26 | 1 | -0/+18 |
* | gsk: Add docs and error handling to serialization API | Benjamin Otte | 2016-12-23 | 1 | -49/+87 |
* | gsk: Include config.h | Benjamin Otte | 2016-12-23 | 1 | -0/+2 |
* | gsk: Rename to gsk_texture_download_surface() | Benjamin Otte | 2016-12-23 | 1 | -2/+2 |
* | rendernode: Fix typo | Benjamin Otte | 2016-12-23 | 1 | -1/+1 |
* | gsk: Add gsk_render_node_serialize/deserialize() | Benjamin Otte | 2016-12-23 | 1 | -0/+927 |
* | GskRenderNode: Use C99 flexible arrays to avoid extra allocation | Alexander Larsson | 2016-12-21 | 1 | -31/+23 |
* | gsk: Add bounds member to RenderNode | Alexander Larsson | 2016-12-21 | 1 | -211/+64 |
* | gsk: Drop gsk_render_node_make_immutable, nodes are always immutable | Alexander Larsson | 2016-12-21 | 1 | -122/+0 |
* | gsk: Add GskOutsetShadowNode | Benjamin Otte | 2016-12-20 | 1 | -3/+217 |
* | gsk: Add GskInsetShadowNode | Benjamin Otte | 2016-12-20 | 1 | -0/+469 |
* | gsk: Add GskShadowNode | Benjamin Otte | 2016-12-20 | 1 | -0/+170 |
* | gsk: Add GskBorderNode | Benjamin Otte | 2016-12-20 | 1 | -0/+186 |
* | gsk: Add cross-fade node | Benjamin Otte | 2016-12-20 | 1 | -0/+136 |
* | gsk: Implement linear gradient render nodes | Benjamin Otte | 2016-12-20 | 1 | -0/+156 |
* | gsk: Add blend nodes | Benjamin Otte | 2016-12-20 | 1 | -0/+178 |
* | gsk: Add support for rounded clip rectangles | Benjamin Otte | 2016-12-20 | 1 | -0/+124 |
* | gsk: Add gsk_clip_node_new() | Benjamin Otte | 2016-12-20 | 1 | -0/+125 |
* | gsk: Replace gsk_render_node_set_opacity() | Benjamin Otte | 2016-12-20 | 1 | -0/+127 |