37 Commits

Author SHA1 Message Date
MoyuScript
a532b6004c Correctly clone <select> and <textarea> value property 2015-01-05 22:58:36 +02:00
MoyuScript
a7a719f864 Correctly render input[type="password"] value 2015-01-05 21:36:53 +02:00
MoyuScript
2fb56dcee4 Implement border-inset color transforms 2014-12-13 19:00:29 +02:00
MoyuScript
15dd95c15c Use Color objects for colors 2014-12-13 18:10:41 +02:00
MoyuScript
7cc5633c5c Implement checkbox and radio input element rendering 2014-12-06 18:17:04 +02:00
MoyuScript
95d76a365d Partial fix for borders 2014-11-04 21:40:09 +02:00
MoyuScript
3e46846a13 Disable transitions for cloned page 2014-11-02 20:26:25 +02:00
MoyuScript
32fc48a83b Fix form placeholder/value positioning for scrolled pages 2014-11-02 19:18:39 +02:00
MoyuScript
f0a3fa56e1 Fix layer ordering with multiple stacks on same auto z-index 2014-10-19 22:29:34 +03:00
MoyuScript
08e532eb6b Fix canvas cropping with type: 'view' 2014-10-15 20:28:26 +03:00
MoyuScript
89193f390f Disable animations on rendered page 2014-10-12 20:44:39 +03:00
MoyuScript
cb11e1da95 Implement css clipping for rect() (with pixel values) 2014-10-12 20:32:47 +03:00
MoyuScript
4183f86d7c Correctly clip content that has border-radius (#399) 2014-10-07 19:11:24 +03:00
MoyuScript
587e8a73ef Fix pseudoelement rendering (with nth-child selectors etc.) 2014-10-06 22:46:43 +03:00
MoyuScript
b46648657c Fix firefox cross-origin iframe rendering 2014-09-27 23:03:57 +03:00
MoyuScript
b36372bf6c Clone and render canvas content correctly 2014-09-27 18:00:14 +03:00
MoyuScript
ce2517ee6d Correctly handle overflow content 2014-09-27 16:54:53 +03:00
MoyuScript
fa360b8022 Fix z-index stacking with fixed position 2014-09-21 11:44:11 +03:00
MoyuScript
f875ee6c9b Correctly apply canvas background color 2014-09-21 11:24:20 +03:00
MoyuScript
a4ee26cffd Add preliminary support for same-origin iframes 2014-09-16 20:12:13 +03:00
MoyuScript
733bd13a18 Use punycode to parse unicode characters correctly 2014-09-14 19:32:26 +03:00
MoyuScript
90100dbc05 Add support for inline, base64 and node svg's 2014-09-08 23:44:10 +03:00
MoyuScript
6f35015b93 Preliminary support for svg rendering 2014-09-04 18:47:06 +03:00
MoyuScript
443b7635ba Use backgroundColor from documentElement if rendered element lacks backgroundColor 2014-04-06 21:43:20 +03:00
MoyuScript
e2991adc76 Render input elements correctly 2014-03-02 19:51:46 +02:00
MoyuScript
a8d0678328 Fix text rendering for IE and Opera 2014-03-02 16:00:59 +02:00
MoyuScript
1b9a73b3f2 Partial implementation for transforms 2014-02-23 17:35:46 +02:00
MoyuScript
a4ba5d1b11 Render correct element 2014-02-23 17:02:49 +02:00
MoyuScript
ddc81fe697 Fix render ordering of nodes that form fake stacking contexts 2014-02-15 00:33:09 +02:00
MoyuScript
b9e1fcae52 Fix pseudoelement rendering for Firefox 2014-02-08 17:42:40 +02:00
MoyuScript
a004d59897 Add support for pseudoelements 2014-02-08 16:52:41 +02:00
MoyuScript
69390d6b8f Switch to using Promises 2014-02-03 19:42:42 +02:00
MoyuScript
27ace9727c Start implementing background gradients 2014-02-01 21:48:30 +02:00
MoyuScript
2ce928069a Add support for single text-shadow 2014-02-01 20:03:23 +02:00
MoyuScript
6ffaf97621 Add font metrics and text-decorations 2014-02-01 19:36:43 +02:00
MoyuScript
06c189f055 Fix text rendering for Opera/IE 2014-02-01 19:11:59 +02:00
MoyuScript
7c0dcde86b Move NodeParser to seperate file 2014-02-01 18:52:53 +02:00