Mercurial > repos > tabletprog
log editor.js @ 129:09b65b364927
age | author | description |
---|---|---|
Tue, 06 Aug 2013 00:06:41 -0700 | Mike Pavone | Add fullscreen support and improve experience on tablet browsers by tweaking button text size and disabling zooming. |
Wed, 17 Apr 2013 23:56:55 -0700 | Mike Pavone | Basic support for selecting objects in the editor. |
Wed, 17 Apr 2013 00:23:05 -0700 | Mike Pavone | Add selection of number and string literals. Support inward navigation of lambdas. |
Mon, 15 Apr 2013 21:55:26 -0700 | Mike Pavone | Allow selection and navigation of assignment nodes. |
Mon, 15 Apr 2013 21:14:55 -0700 | Mike Pavone | Add support for selecting operator expressions in the editor |
Mon, 15 Apr 2013 09:34:32 -0700 | Mike Pavone | Work around desugaring of && and || in editor. |
Sun, 14 Apr 2013 23:09:46 -0700 | Mike Pavone | Basic in and out navigation support added to funcall expressions. Added toHTML methods to listlit and arraylit. |