summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gsk: Add gsk_texture_download() APIwip/otte/rendernodeBenjamin Otte2016-12-225-3/+106
* gdk: Export gdk_cairo_surface_paint_pixbuf() into private headerBenjamin Otte2016-12-222-1/+6
* docs: Add GskTextureBenjamin Otte2016-12-221-0/+15
* gsk: Rename to gsk_texture_download_surface()Benjamin Otte2016-12-225-12/+12
* gsk: Add gsk_renderer_render_texture()Benjamin Otte2016-12-225-18/+141
* gskcairo: Don't store the viewport in the global structBenjamin Otte2016-12-221-7/+6
* gsk: Don't overdraw with transparentBenjamin Otte2016-12-221-6/+0
* rendernode: Fix typoBenjamin Otte2016-12-221-1/+1
* gsk: Remove nonexisting functionsBenjamin Otte2016-12-221-8/+0
* tests: Add a simple test to convert rendernode to pngBenjamin Otte2016-12-222-0/+70
* gsk: Export gsk_render_node_get_bounds()Benjamin Otte2016-12-223-2/+5
* inspector: Add a render node save buttonBenjamin Otte2016-12-222-1/+96
* gsk: Add gsk_render_node_serialize/deserialize()Benjamin Otte2016-12-224-0/+989
* gsk: Remove spread member from GskShadowBenjamin Otte2016-12-222-2/+0
* treeview: Port rest of stuff to snapshot()Benjamin Otte2016-12-223-170/+202
* treeview: Partially convert to snapshot()Benjamin Otte2016-12-221-54/+81
* gtkcssimagelinear.c: Avoid VLAsChun-wei Fan2016-12-221-1/+4
* 3.89.23.89.2Matthias Clasen2016-12-212-1/+81
* Fix distcheckMatthias Clasen2016-12-211-1/+1
* Fixes for the gdk docsMatthias Clasen2016-12-213-22/+29
* Make gsk docs buildMatthias Clasen2016-12-211-1/+0
* snapshot: Fix some annoationsRico Tzschichholz2016-12-211-4/+3
* gsk: Fix build of 22110ef5a480fbddf9d20f510a64f4524a52718fRico Tzschichholz2016-12-211-2/+2
* GskRenderNode: Use C99 flexible arrays to avoid extra allocationAlexander Larsson2016-12-213-36/+28
* gsk: Add bounds member to RenderNodeAlexander Larsson2016-12-215-255/+90
* gsk: Drop gsk_render_node_make_immutable, nodes are always immutableAlexander Larsson2016-12-214-153/+3
* gsk docs: gsk_render_node_iter_get_type doesn't exist anymoreAlexander Larsson2016-12-211-1/+0
* Update Kazakh translationBaurzhan Muftakhidinov2016-12-211-993/+908
* Update German translationChristian Kirbach2016-12-201-226/+231
* debug: Add GTK_DEBUG=snapshotBenjamin Otte2016-12-206-2/+65
* revealer: Implement snapshot()Benjamin Otte2016-12-201-4/+40
* API: Export gtk_container_snapshot_child()Benjamin Otte2016-12-205-5/+25
* debug: Remove pixel-cache debug categoriesBenjamin Otte2016-12-205-78/+5
* flowbox: Don't emit child-activated while dragging the pointerDebarshi Ray2016-12-201-0/+9
* cssimageradial: Handle "partial" gradients correctlyBenjamin Otte2016-12-205-1/+36
* searchbar: Implement snapshot()Benjamin Otte2016-12-201-9/+8
* gadget: Remove gtk_css_gadget_draw()Benjamin Otte2016-12-2037-307/+6
* colorswatch: Implement snapshotBenjamin Otte2016-12-201-23/+31
* roundedbox: Add gtk_rounded_boxes_init_for_style()Benjamin Otte2016-12-2013-134/+68
* gtk: Remove GtkJunctionSidesBenjamin Otte2016-12-2020-241/+53
* testgtk: Remove resize grips exampleBenjamin Otte2016-12-201-185/+0
* frame: Implement snapshot()Benjamin Otte2016-12-201-13/+11
* iconview: Implement snapshot()Benjamin Otte2016-12-201-82/+80
* cellview: Implement snapshot()Benjamin Otte2016-12-203-14/+69
* gsk: Add GskOutsetShadowNodeBenjamin Otte2016-12-207-18/+248
* gsk: Add GskInsetShadowNodeBenjamin Otte2016-12-207-10/+499
* gsk: Add contains/intersect functions for GskRoundedRectBenjamin Otte2016-12-206-61/+134
* gsk: Add GskShadowNodeBenjamin Otte2016-12-2016-17/+454
* API: gdk: Add gdk_rgba_is_clear() and gdk_rgba_is_opaque()Benjamin Otte2016-12-207-15/+50
* gsk: Move gtk/gtkcairoblur.c to gsk/gskcairoblur.cBenjamin Otte2016-12-209-57/+56