Commit graph

16 commits

Author SHA1 Message Date
Ian Prest
8d0c2c900b Updated test screenshots to reflect numpad-spacing change to samples. 2015-09-11 23:28:32 -04:00
Ian Prest
0ab14d8e9f updated unit-test screenshots 2015-08-05 00:10:03 -04:00
Ian Prest
19de5ef540 Updated unit-tests with new screenshots of smaller keyboard area 2015-08-03 18:35:36 -04:00
Ian Prest
45b0e0b03b Made renderer work with new CSS parser 2015-07-30 21:51:22 -04:00
Ian Prest
f9fcd4e8c4 Wrote my own CSS parser + unit-tests 2015-07-30 21:28:17 -04:00
Ian Prest
8f09fbfdbd Fix a problem where you couldn't type a question-mark
-- For some reason, showHelp() was no longer able to detect which
element had raised the event when you typed a question-mark, so the help
dialog would pop up when you were trying to edit a legend.
-- Fixed by consulting document.activeElement instead of the event's
srcElement
-- Also added some unit tests for this.
2015-07-26 22:03:58 -04:00
Ian Prest
aae8ffb740 Testing: New tests for additional color/size possibilities 2015-07-26 20:58:43 -04:00
Ian Prest
6fb87476da Testing: Updated screenshots
-- Antialiasing around the key borders is slightly different now, with
the new rendering.
2015-07-26 20:42:14 -04:00
Ian Prest
4a8d9a0c37 Fix serialization of text colors & add unit-tests for text colors 2015-07-26 20:38:52 -04:00
Ian Prest
b4c0c6875a Serialization for fully-generic-legends
-- Added tests for legends & text-size
-- Colors currently untested
2015-07-26 20:03:09 -04:00
Ian Prest
50d068b663 Merge remote-tracking branch 'origin/master' into fully-generic-legends 2015-07-26 17:30:24 -04:00
Ian Prest
c0a1c2dec6 Testing: Specify baseUrl in config file. 2015-07-18 23:05:53 -04:00
Ian Prest
cd5169d5cd Testing: Added tests for text positioning & size/color overrides 2015-07-18 20:06:10 -04:00
Ian Prest
bd2c69b308 Testing: Added regression tests for various samples 2015-07-18 19:46:31 -04:00
Ian Prest
7d8f090064 Testing: Added code to snap screenshots 2015-07-18 19:08:05 -04:00
Ian Prest
4b43791e19 Testing: Added a very simple launch unit-test
-- Testing using protractor
2015-07-18 16:40:31 -04:00