summaryrefslogtreecommitdiff
path: root/morphic.js
Commit message (Collapse)AuthorAgeFilesLines
* Morphic: Virtual Keyboard enhancementsjmoenig2013-04-111-3/+11
| | | | | | | The input-element-as-virtual-keyboard-proxy mechanism now gets only activated on touchscreen devices. Whether the browser is a touchscreen device is determined whenever a touch event occurs. for iOS devices, autocapitalization is now turned off.
* Load shared projects from different formatsjmoenig2013-04-101-1/+1
| | | | cloud data and plain project format
* Merge remote-tracking branch 'upstream/master'Nathan Dinsmore2013-04-091-23/+65
|\
| * Morphic: ListMorph and Menu enhancementsjmoenig2013-04-091-23/+65
| | | | | | | | | | | | * Additional formatting enhancements for Triggers and MenuItems (ListItems): bold, italic * Item manipulations capabilities for ListMorph items
* | Fixed #10Nathan Dinsmore2013-04-091-0/+4
|/ | | | Clicking and dragging on a button no longer picks up the morph to which it is attached
* Switched to UTF-8Nathan Dinsmore2013-04-081-3/+3
| | | | This fixes some encoding issues
* Revert "Fixed an encoding issue"Nathan Dinsmore2013-04-081-3/+3
| | | | This reverts commit 4d37845b2e4de02ffa5a2e8a37812cca98e206d8.
* Fixed an encoding issueNathan Dinsmore2013-04-081-3/+3
|
* Fixed a number of whitespace inconsistenciesNathan Dinsmore2013-04-081-34/+34
|
* Creationjmoenig2013-03-161-0/+10565