summaryrefslogtreecommitdiff
path: root/gsk/gskrendernodeimpl.c
Commit message (Expand)AuthorAgeFilesLines
* The big versioning cleanupMatthias Clasen2018-02-061-48/+0
* rendernode: Don't alloca() 8MBBenjamin Otte2018-02-031-1/+4
* rendernodeimpl: Fix a crashTimm Bäder2018-01-171-1/+1
* gsk: make logging per-rendererMatthias Clasen2018-01-141-2/+2
* gsk: Fix hexbox drawing for fallback renderingMatthias Clasen2018-01-051-42/+7
* gsk: Add docs for gsk_texture_node_get_textureRico Tzschichholz2018-01-031-0/+8
* Partially revert GskTexture → GdkTexture renameEmmanuele Bassi2017-11-041-29/+29
* GskTexture => GdkTextureBenjamin Otte2017-11-041-44/+44
* gsk: Make text nodes more compactMatthias Clasen2017-10-271-11/+23
* Remove unnecessary constEmmanuele Bassi2017-10-231-1/+1
* Tweak transform node apisMatthias Clasen2017-10-201-5/+4
* gsk: Tweak text node apisMatthias Clasen2017-10-201-5/+5
* gsk: Tweak cairo node apisMatthias Clasen2017-10-201-10/+2
* rendernode: Don't leak mem_surfaceTimm Bäder2017-10-101-10/+12
* gsk: Fix serialization of cairo nodeUmang Jain2017-10-081-3/+25
* Fix a doc commentMatthias Clasen2017-09-301-1/+3
* gsk: Fix a typoMatthias Clasen2017-09-281-1/+1
* gsk: Some g-i annotation fixesRico Tzschichholz2017-09-251-2/+2
* gsk: Documentation additionsMatthias Clasen2017-09-241-11/+63
* gsk: Make repeat nodes deserializableMatthias Clasen2017-09-201-1/+2
* gsk: Fix serialization of text nodesMatthias Clasen2017-09-201-5/+7
* More work on text nodesMatthias Clasen2017-09-101-74/+80
* gsk: Add a blur nodeMatthias Clasen2017-09-041-1/+284
* Avoid empty nodes another wayMatthias Clasen2017-09-031-2/+7
* gsk: add a has_color boolean to text nodesMatthias Clasen2017-09-021-0/+22
* Add a render node for textMatthias Clasen2017-09-011-1/+244
* GskRenderNode: Fix fallback border drawingTimm Bäder2017-08-291-44/+40
* gskrendernode: Fix inset shadow drawingTimm Bäder2017-08-281-1/+1
* gskrendernode: Constify some parametersTimm Bäder2017-08-281-6/+6
* gskrendernodeimpl: Fix leak of cairo_pattern_tDaniel Boles2017-08-041-0/+1
* gskrendernodeimpl: Fix documentation argument typeDaniel Boles2017-03-271-4/+4
* GSK: Fix a bunch of warnings from the GIR scannerDaniel Boles2017-03-271-6/+9
* rendernode: Add getters for box-shadow nodesBenjamin Otte2017-01-181-0/+120
* vulkan: Add shader for border renderingBenjamin Otte2017-01-111-7/+5
* gsk: Add GskRepeatNodeBenjamin Otte2017-01-011-0/+171
* gsk: Turn GskTexture into a GObjectBenjamin Otte2017-01-011-3/+3
* gsk: Add GskColorMatrixNodeBenjamin Otte2016-12-311-0/+246
* gsk/gskrendernodeimpl.c: Avoid VLAsChun-wei Fan2016-12-291-3/+3
* vulkan: Handle linear gradientsBenjamin Otte2016-12-261-0/+32
* gsk: Insist on ordered color stopsBenjamin Otte2016-12-261-0/+18
* gsk: Add docs and error handling to serialization APIBenjamin Otte2016-12-231-49/+87
* gsk: Include config.hBenjamin Otte2016-12-231-0/+2
* gsk: Rename to gsk_texture_download_surface()Benjamin Otte2016-12-231-2/+2
* rendernode: Fix typoBenjamin Otte2016-12-231-1/+1
* gsk: Add gsk_render_node_serialize/deserialize()Benjamin Otte2016-12-231-0/+927
* GskRenderNode: Use C99 flexible arrays to avoid extra allocationAlexander Larsson2016-12-211-31/+23
* gsk: Add bounds member to RenderNodeAlexander Larsson2016-12-211-211/+64
* gsk: Drop gsk_render_node_make_immutable, nodes are always immutableAlexander Larsson2016-12-211-122/+0
* gsk: Add GskOutsetShadowNodeBenjamin Otte2016-12-201-3/+217
* gsk: Add GskInsetShadowNodeBenjamin Otte2016-12-201-0/+469