summaryrefslogtreecommitdiff
path: root/gtk/inspector
Commit message (Expand)AuthorAgeFilesLines
* Inspector: Use Title Case for labels & menu itemsDaniel Boles2017-02-234-14/+14
* recorder: Adapt to widget visibility changesTimm Bäder2017-01-201-6/+3
* Remove gtk_widget_show_allTimm Bäder2017-01-204-13/+0
* inspector: Use GtkButton:icon-name in ui filesTimm Bäder2017-01-162-40/+4
* snapshot: Rename append APIsBenjamin Otte2017-01-132-9/+9
* Snapshot: Only record names if inspector is recordingAlexander Larsson2017-01-112-0/+17
* inspector: Don't try to access child props of non-containersTimm Bäder2017-01-071-1/+1
* inspector: Show child widgets of widgetsTimm Bäder2017-01-073-45/+32
* gsk: Add GskRepeatNodeBenjamin Otte2017-01-012-0/+6
* gsk: Add GskColorMatrixNodeBenjamin Otte2016-12-312-0/+6
* cellrenderer: Remove render() vfuncBenjamin Otte2016-12-231-7/+17
* inspector: Add a render node save buttonBenjamin Otte2016-12-232-1/+96
* debug: Add GTK_DEBUG=snapshotBenjamin Otte2016-12-202-0/+51
* debug: Remove pixel-cache debug categoriesBenjamin Otte2016-12-202-57/+0
* gsk: Add GskOutsetShadowNodeBenjamin Otte2016-12-202-0/+3
* gsk: Add GskInsetShadowNodeBenjamin Otte2016-12-202-0/+3
* gsk: Add GskShadowNodeBenjamin Otte2016-12-202-0/+6
* inspector: Print node type in node propertiesBenjamin Otte2016-12-201-0/+43
* gsk: Add GskBorderNodeBenjamin Otte2016-12-201-0/+1
* gsk: Add cross-fade nodeBenjamin Otte2016-12-201-0/+9
* gsk: Implement linear gradient render nodesBenjamin Otte2016-12-201-0/+2
* gsk: Add blend nodesBenjamin Otte2016-12-202-19/+11
* gtk: Fix memleaksBenjamin Otte2016-12-201-1/+4
* gsk: Add support for rounded clip rectanglesBenjamin Otte2016-12-201-0/+4
* gsk: Add gsk_clip_node_new()Benjamin Otte2016-12-201-0/+4
* gsk: Replace gsk_render_node_set_opacity()Benjamin Otte2016-12-202-7/+4
* gsk: Add gsk_color_node_new()Benjamin Otte2016-12-201-0/+1
* Call gsk_render_node_draw() instead of creating fallback renderersBenjamin Otte2016-12-201-7/+1
* gsk: gsk_render_node_set_transform() => GskTransformNodeBenjamin Otte2016-12-202-23/+4
* gsK: Move children handling to GskContainerNodeBenjamin Otte2016-12-201-6/+4
* inspector: Prepare TreeModelRenderNode for brave new worldBenjamin Otte2016-12-202-95/+225
* gsk: Remove gsk_render_node_is_surface/texture()Benjamin Otte2016-12-201-2/+2
* gsk: Remove GskRenderNode::hiddenBenjamin Otte2016-12-202-8/+1
* inspector: Add support for displayin the render regionBenjamin Otte2016-12-053-1/+70
* inspector: Pass the drawing context into the recorderBenjamin Otte2016-12-056-6/+25
* inspector: Remove leftover GDK_PRIVATE_CALL()sBenjamin Otte2016-11-241-5/+5
* inspector: Respect text-scaling-factor value initiallyMatthias Clasen2016-11-231-4/+41
* inspector: ensure controller is a GtkGestureChristian Hergert2016-11-231-1/+6
* Use Graphene init macros for compound literalsEmmanuele Bassi2016-11-211-3/+2
* inspector: Redo recording listBenjamin Otte2016-11-201-11/+87
* inspector: Pass the renderer when recordingBenjamin Otte2016-11-206-0/+33
* inspector: Record a "start" event whenever we start recordingBenjamin Otte2016-11-204-31/+172
* inspector Reselect bottom row in recorderBenjamin Otte2016-11-191-2/+26
* snapshot: Move GtkSnapshot declaration to gtypes.hBenjamin Otte2016-11-191-1/+2
* inspector: Show render node propertiesMatthias Clasen2016-11-182-52/+184
* snapshot: Convert inspector's RenderNodeViewBenjamin Otte2016-11-151-13/+9
* inspector: Cosmetic improvements to the recorderMatthias Clasen2016-11-012-11/+22
* inspector: Add a button to clear all recordingsBenjamin Otte2016-11-012-0/+18
* inspector: Collect statistics for unclassable typesBenjamin Otte2016-11-011-5/+0
* inspector: Require toggling on/off of recordingBenjamin Otte2016-11-013-6/+112