summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Objects: fix for hiding 'getLastAnswer' and 'getTimer' primitivesjmoenig2013-06-052-11/+19
|
* prevent undesired HTML5 dragstart eventjmoenig2013-06-041-1/+2
| | | | (a new glitch introduced in Chrome 27)
* Restore user settings fix for localizationjmoenig2013-05-171-74/+90
|
* Simplified the web pagejmoenig2013-05-171-4/+2
|
* Remember user settings across sessionsjmoenig2013-05-172-3/+85
| | | | | | most user settings (language, blocks zoom, long form input, clicking sound, design preference) are now made persistent in localStorage, so if the user closes and re-opens Snap! the settings stay the same
* "Flat" GUI design preferencejmoenig2013-05-1610-94/+255
| | | | in the IDE's settings menu
* "Flat" GUI design optionsjmoenig2013-05-153-33/+80
| | | | preparing for "flat" GUI skins
* Costume shrinkWrapping adjustmentsjmoenig2013-05-152-19/+27
|
* Paint editor fixes and creditsjmoenig2013-05-142-5/+6
|
* Broadcast & Message enhancements, fixed #93jmoenig2013-05-146-15/+92
| | | | | * When I receive <any msg> option * getLastMessage reporter + watcher
* Paint editor fixesjmoenig2013-05-142-3/+3
|
* Paint editor integrationjmoenig2013-05-143-339/+195
|
* Paint editor fixesjmoenig2013-05-141-172/+269
|
* Paint editorjmoenig2013-05-143-0/+1102
| | | | contributed by Kartik Chandra (Hardmath123 on Scratch)!!
* Reset Password via emailed linkjmoenig2013-05-104-21/+12
| | | | (front end only)
* Reset Password Featurejmoenig2013-05-065-37/+166
| | | | (front end only)
* Merge pull request #84 from queryselector/issue-24Jens Mönig2013-05-061-9/+6
|\ | | | | Fixed #24 for horizontal scrolling
| * Fixed #24 for horizontal scrollingNathan Dinsmore2013-04-301-9/+6
|/
* Fixed #24jmoenig2013-04-302-0/+4
|
* Eraser symboljmoenig2013-04-302-3/+36
|
* Fixed #83jmoenig2013-04-303-3/+6
|
* Costume shrink-wrappingjmoenig2013-04-302-1/+91
|
* Solid rectangle and circle symbolsjmoenig2013-04-292-1/+37
|
* Fixed #70jmoenig2013-04-272-0/+3
|
* Paint bucket symbol for paint editor flood-fill tooljmoenig2013-04-272-3/+57
|
* Paint editor tools symbolsjmoenig2013-04-262-7/+118
| | | | | additional simple icons for buttons: brush, rectangle, circle, line, crosshairs
* Ensure unique World stampsjmoenig2013-04-262-1/+8
|
* Translation update for "hide primitives" featurejmoenig2013-04-253-3/+10
|
* Restore multi-dialog restrictions for multi-world setupsjmoenig2013-04-253-4/+12
|
* Hide Primitives featurejmoenig2013-04-255-4/+156
| | | | | | | | | Primitive blocks in the palette can now be hidden in the project via their context menu. Each palette's context menu further lets you hide or show all its primitives depending on whether any primitives are left to hide or show. Hidden primitives are stored in the project data. This lets instructors create "simplified" examples and problem sets.
* Fine-tune multiple dialog instance handlingjmoenig2013-04-244-30/+27
| | | | | | 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-237-9/+25
|
* Merge pull request #74 from queryselector/issue-23Jens Mönig2013-04-234-61/+88
|\ | | | | Fixed #23
| * Fixed #23Nathan Dinsmore2013-04-214-61/+88
| | | | | | | | | | | | 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.
* | Merge pull request #76 from queryselector/issue-72Jens Mönig2013-04-231-2/+4
|\ \ | | | | | | Fixed #72
| * | Fixed #72Nathan Dinsmore2013-04-221-2/+4
| | | | | | | | | | | | Canceling a "Save as..." operation will no longer replace the selected project upon the next save.
* | | Merge pull request #68 from queryselector/issue-19Jens Mönig2013-04-231-8/+7
|\ \ \ | | | | | | | | Fixed #19
| * | | Fixed #19Nathan Dinsmore2013-04-211-8/+7
| | |/ | |/| | | | | | | Blocks highlights now retain the correct color when their associated stacks are dragged elsewhere.
* | | Merge pull request #61 from queryselector/issue-59Jens Mönig2013-04-2314-31/+31
|\ \ \ | | | | | | | | Fixed #59
| * | | Fixed #59Nathan Dinsmore2013-04-1914-31/+31
| | | | | | | | | | | | | | | | The "Export tools..." and "Export project as plain text..." menu items no longer have a space before their trailing ellipses.
* | | | Merge pull request #60 from queryselector/issue-27Jens Mönig2013-04-2310-19/+19
|\ \ \ \ | | | | | | | | | | Fixed #27
| * | | | Updated translations to reflect "Import tools..." -> "Import tools"Nathan Dinsmore2013-04-199-18/+18
| | | | |
| * | | | Fixed issue #27Nathan Dinsmore2013-04-191-1/+1
| |/ / / | | | | | | | | | | | | The "Import tools" menu item no longer has an ellipsis.
* | | | Merge pull request #58 from queryselector/issue-53Jens Mönig2013-04-231-1/+4
|\ \ \ \ | | | | | | | | | | Fixed #53
| * | | | Fixed #53Nathan Dinsmore2013-04-191-1/+4
| |/ / / | | | | | | | | | | | | Renaming a script variable presents a dialog entitled "Script variable name," while renaming a ring input still presents a dialog entitled "Input name"
* | | | Merge pull request #57 from queryselector/issue-55Jens Mönig2013-04-231-2/+2
|\ \ \ \ | | | | | | | | | | Fixed #55
| * | | | Fixed #55Nathan Dinsmore2013-04-191-2/+2
| |/ / / | | | | | | | | | | | | Creating a variable which already exists no longer performs any action.
* | | / Fixed #44jmoenig2013-04-233-11/+45
| |_|/ |/| | | | | | | | Circularity no longer breaks watchers
* | | Double click support for cloud side of project dialogjmoenig2013-04-222-33/+28
| | |
* | | Fixed #73jmoenig2013-04-211-0/+1
| | | | | | | | | | | | | | | zoom blocks dialog no longer accepts drops. Thanks, Nathan, for reporting this!