summaryrefslogtreecommitdiff
path: root/widgets.js
Commit message (Collapse)AuthorAgeFilesLines
* Revert to "new" for object creationjmoenig2015-06-251-10/+10
| | | | and prepare for new release
* Use Object.create(…) instead of new …() for inheritance (faster)Nathan Dinsmore2015-06-171-8/+8
|
* Widgets: new “promptVector” dialog box featurejmoenig2014-02-131-1/+108
| | | | | lets you edit a Point object (numerical x and y), such as dimensions, positions, min/max etc.
* validated all source files against the latest JSLint versionjmoenig2014-01-091-2/+2
| | | | and pushed to this date
* Localization updatejmoenig2013-11-261-12/+14
|
* Add localize calls to a bunch of strings.Manuel Menezes de Sequeira2013-11-221-10/+10
|
* enable Symbols in InputField drop down menusjmoenig2013-10-251-7/+13
|
* Codification (blocks to text) support completejmoenig2013-07-041-3/+29
| | | | | text code mapping and block header support, both via GUI and primitives, for built-in blocks and for custom ones.
* code mapping: dialog input is now multi-line monospacedjmoenig2013-06-251-2/+61
|
* "Flat" GUI design preferencejmoenig2013-05-161-17/+34
| | | | in the IDE's settings menu
* "Flat" GUI design optionsjmoenig2013-05-151-26/+69
| | | | preparing for "flat" GUI skins
* Reset Password via emailed linkjmoenig2013-05-101-12/+2
| | | | (front end only)
* Reset Password Featurejmoenig2013-05-061-3/+21
| | | | (front end only)
* Restore multi-dialog restrictions for multi-world setupsjmoenig2013-04-251-3/+8
|
* Fine-tune multiple dialog instance handlingjmoenig2013-04-241-17/+13
| | | | | | prevent multiple block editors on the same block definition, allow multiple dialogs on different objects, handle dialog instances in DialogBoxMorph.prototype
* Release clean-ups & translation updatejmoenig2013-04-231-3/+15
|
* Fixed #23Nathan Dinsmore2013-04-211-19/+49
| | | | | | Only one of each kind of dialog can now be open at any given time. You can still open multiple dialogs for editing a costume and editing a block.
* German translation updatejmoenig2013-04-191-1/+1
| | | | | | | for new "scripts pic..." feature on the scripting area's context menu. Also pushed up version dates for new beta release, and added SnapManual.pdf to the help folder
* Fixed #47Nathan Dinsmore2013-04-151-1/+1
|
* Switched to UTF-8Nathan Dinsmore2013-04-081-2/+2
| | | | This fixes some encoding issues
* Revert "Fixed an encoding issue"Nathan Dinsmore2013-04-081-2/+2
| | | | This reverts commit 4d37845b2e4de02ffa5a2e8a37812cca98e206d8.
* Fixed an encoding issueNathan Dinsmore2013-04-081-2/+2
|
* Fixed a number of whitespace inconsistenciesNathan Dinsmore2013-04-081-2/+2
|
* Zoom Blocksjmoenig2013-03-221-10/+78
| | | | | | in the settings menu. also: Optional slider for numeric prompter, numberic prompters for watchers' sliderMin/Max
* Scalable blocks and scriptsjmoenig2013-03-181-3/+4
| | | | | | | Shift-clicking on the settings menu lets you specify a fraction, by which blocks and scripts are scaled, allowing you to e.g. export poster-sized hi-res script pics, or to present Snap! live on hi-res screens and projectors
* Creationjmoenig2013-03-161-0/+2912