summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update callersno-init-argsMatthias Clasen2016-12-28151-176/+209
* Drop gdk init apiMatthias Clasen2016-12-282-197/+0
* Drop arguments from gtk_initMatthias Clasen2016-12-282-45/+15
* Simplify initialization codeMatthias Clasen2016-12-281-105/+10
* Drop the --gtk-debug and --gtk-no-debug optionsMatthias Clasen2016-12-271-30/+0
* Drop the --g-fatal-warnings argumentMatthias Clasen2016-12-271-12/+0
* Drop the --gtk-modules argumentMatthias Clasen2016-12-271-19/+0
* Don't export gtk_get_option_groupMatthias Clasen2016-12-274-25/+1
* Stop exporting gtk_parse_argsMatthias Clasen2016-12-272-27/+1
* Drop gtk_init_with_argsMatthias Clasen2016-12-272-77/+0
* gsk: Add GSK_RENDERING_MODE=full-redrawBenjamin Otte2016-12-273-3/+22
* vulkan: Only render minimal regionBenjamin Otte2016-12-272-55/+49
* gdkvulkan: Track changes per swapchain imageBenjamin Otte2016-12-261-0/+33
* vulkan: Handle linear gradientsBenjamin Otte2016-12-2620-1/+771
* tests: Add linear gradient testBenjamin Otte2016-12-261-0/+82
* tests: Add a patternspec argument for test creationBenjamin Otte2016-12-261-3/+17
* tests: Make rendernode --dump-variant actually workBenjamin Otte2016-12-261-1/+4
* gsk: Add missing Mozilla copyright headerBenjamin Otte2016-12-261-0/+5
* css: Handle repeating gradients with only one offsetBenjamin Otte2016-12-261-0/+13
* gsk: Insist on ordered color stopsBenjamin Otte2016-12-261-0/+18
* vulkan: Fix coordinate setupBenjamin Otte2016-12-261-6/+6
* tests: Make sure number of runs is 1.Benjamin Otte2016-12-261-1/+6
* Box: Restore an accidentally deleted commentDaniel Boles2016-12-261-1/+3
* Box: avoid recalc/reassignments, improve var namesDaniel Boles2016-12-251-54/+58
* Box: Don't unnecessarily repeat a function callDaniel Boles2016-12-251-2/+2
* tests: Remove executable bit from C filesdjb2016-12-252-0/+0
* tests: Fix logic to detect argument lengthBenjamin Otte2016-12-251-1/+1
* tests: Add a --runs argument to rendernodeBenjamin Otte2016-12-251-10/+29
* tests: Add another testBenjamin Otte2016-12-251-0/+52
* vulkan: Add shader for color drawing with rectangle clipBenjamin Otte2016-12-258-1/+59
* vulkan: We use VK_FORMAT_B8G8R8A8_UNORMBenjamin Otte2016-12-254-11/+11
* Updated Czech translationMarek Černocký2016-12-241-11/+18
* vulkan: Add proof-of-concept clip implementationBenjamin Otte2016-12-247-3/+97
* vulkan: Fold clip into push constantsBenjamin Otte2016-12-2411-44/+164
* vulkan: Change handling of push constantsBenjamin Otte2016-12-243-27/+32
* gsk: Add debug category for fallbacksBenjamin Otte2016-12-243-9/+18
* gsk: Add GskVulkanClipBenjamin Otte2016-12-248-23/+353
* iconhelper: Invalidate style before accessing textureBenjamin Otte2016-12-241-2/+2
* vulkan: Try combining draw callsBenjamin Otte2016-12-241-3/+9
* gsk: Fix memory leak in gsk_render_node_write_to_file()Garrett Regier2016-12-231-0/+1
* Update POTFILES.inPiotr Drąg2016-12-232-0/+2
* calendar: Implement snapshot()Benjamin Otte2016-12-231-116/+109
* tests: Improve rendernode test furtherBenjamin Otte2016-12-231-43/+51
* cellrenderer: Remove render() vfuncBenjamin Otte2016-12-234-65/+37
* cellrendererpixbuf: Implement snapshot()Benjamin Otte2016-12-231-12/+13
* cellrendererprogress: Implement snapshot()Benjamin Otte2016-12-231-35/+44
* cellrenderertoggle: Implement snapshot()Benjamin Otte2016-12-231-32/+46
* cellrenderertext: Implement snapshot()Benjamin Otte2016-12-231-21/+27
* cellrenderer: Move snapshotting down into cell renderersBenjamin Otte2016-12-235-127/+110
* tests: Add rendernode-create-testsBenjamin Otte2016-12-232-0/+213