| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Paint Editor: Pipette tool | jmoenig | 2013-07-12 | 1 | -0/+5 |
| | | | | | and code formatting adjustments for JSLint | ||||
| * | preserve nested reporters in "kicked out" variadic inputs | jmoenig | 2013-07-11 | 1 | -0/+2 |
| | | | | | | | instead of "swallowing" them. also new: floor() function in monadic math reporter's drop-down | ||||
| * | fixed occasional flickering in scripting areas | jmoenig | 2013-07-11 | 1 | -0/+4 |
| | | | | | | (caused by deleted feedback morphs, a bug that surfaced in Chrome 28 on OSX and may be due to a possible Chrome GC issue) | ||||
| * | Reset hidden primitives and code mappings upon loading a new project | jmoenig | 2013-07-10 | 1 | -0/+4 |
| | | |||||
| * | Codification changes, Boolean slot bug fix | jmoenig | 2013-07-09 | 1 | -0/+5 |
| | | | | | | | * Collapsed codification primitives (code, header) into a single block * Added isEmptySlot() to BooleanArgMorph (thanks, Brian, for the bug report!) | ||||
| * | fixed serialization placement-bug for sprites | jmoenig | 2013-07-08 | 1 | -0/+4 |
| | | | | | | thanks, Caitie, for reporting this bug and for supplying a project which let me reproduce it! | ||||
| * | Blocks: fixed CommentMorph hiding/showing bug | jmoenig | 2013-07-05 | 1 | -0/+4 |
| | | | | | | when switching to / from presentation mode the previously hidden text (in collapsed state) was again shown along with the resize handle | ||||
| * | Codification (blocks to text) support complete | jmoenig | 2013-07-04 | 1 | -0/+4 |
| | | | | | | text code mapping and block header support, both via GUI and primitives, for built-in blocks and for custom ones. | ||||
| * | GUI: import libraries feature | jmoenig | 2013-07-02 | 1 | -1/+2 |
| | | | | | | | | | | in the project menu, libraries for * Iteration, composition, * List utilities, * Variadic reporters, * Words, sentences | ||||
| * | removed tolerance margin in Costume's shrinkWrap() | jmoenig | 2013-07-02 | 1 | -0/+4 |
| | | | | | | Chrome no longer needs this kludge. Removing it also fixes an "empty costume" bug when drawing over the edges of the paint editor | ||||
| * | improved importing costumes | jmoenig | 2013-06-28 | 1 | -0/+4 |
| | | | | | | by dragging in pictures from other web pages, which now allows for dragging links to pictures as well | ||||
| * | fixed speech bubble scaling when sprite is not onstage | jmoenig | 2013-06-27 | 1 | -0/+4 |
| | | | | | (reported in the Scratch forums) | ||||
| * | fixed #100 saving costumes to the cloud | jmoenig | 2013-06-26 | 1 | -0/+4 |
| | | |||||
| * | code mapping: dialog input is now multi-line monospaced | jmoenig | 2013-06-25 | 1 | -0/+4 |
| | | |||||
| * | pretty printing support for mapped code | jmoenig | 2013-06-24 | 1 | -0/+4 |
| | | | | | better formatting capabilites now support Python mappings | ||||
| * | %code input slot | jmoenig | 2013-06-21 | 1 | -1/+2 |
| | | | | | multi-line, monospaced, type-in slot for code mappings | ||||
| * | Morphic, Blocks: "flat" design fix | jmoenig | 2013-06-21 | 1 | -0/+4 |
| | | | | | | Handle manually "unshadowed" StringMorphs without throwing an exception. This lets you load the tools library into "flat" mode again. | ||||
| * | Objects: doMapCode() primitive now uses a multi-line input slot | jmoenig | 2013-06-20 | 1 | -0/+1 |
| | | |||||
| * | Blocks: Multi-line input slots (TextSlotMorphs - %mlt) | jmoenig | 2013-06-20 | 1 | -0/+1 |
| | | |||||
| * | "flat" design enhancements for blocks and watchers | jmoenig | 2013-06-20 | 1 | -0/+1 |
| | | |||||
| * | GUI: make code mapping preference persistent | jmoenig | 2013-06-20 | 1 | -0/+4 |
| | | |||||
| * | Store: persisting code mappings | jmoenig | 2013-06-19 | 1 | -0/+4 |
| | | | | | in project and block library files | ||||
| * | Code mapping | jmoenig | 2013-06-18 | 1 | -0/+4 |
| | | | | | generating text code from blocks, first experimental iteration | ||||
| * | Morphic: focus World canvas on mouse down (otherwise prevent default) | jmoenig | 2013-06-06 | 1 | -0/+2 |
| | | |||||
| * | BYOB: Newly created custom reporters now have an initial default REPORT ↵ | jmoenig | 2013-06-06 | 1 | -0/+4 |
| | | | | | block as definition body | ||||
| * | Objects: fix for hiding 'getLastAnswer' and 'getTimer' primitives | jmoenig | 2013-06-05 | 1 | -0/+8 |
| | | |||||
| * | Remember user settings across sessions | jmoenig | 2013-05-17 | 1 | -0/+4 |
| | | | | | | | 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 preference | jmoenig | 2013-05-16 | 1 | -0/+4 |
| | | | | | in the IDE's settings menu | ||||
| * | "Flat" GUI design options | jmoenig | 2013-05-15 | 1 | -0/+2 |
| | | | | | preparing for "flat" GUI skins | ||||
| * | Costume shrinkWrapping adjustments | jmoenig | 2013-05-15 | 1 | -1/+5 |
| | | |||||
| * | Broadcast & Message enhancements, fixed #93 | jmoenig | 2013-05-14 | 1 | -0/+1 |
| | | | | | | * When I receive <any msg> option * getLastMessage reporter + watcher | ||||
| * | Paint editor | jmoenig | 2013-05-14 | 1 | -0/+4 |
| | | | | | contributed by Kartik Chandra (Hardmath123 on Scratch)!! | ||||
| * | Reset Password via emailed link | jmoenig | 2013-05-10 | 1 | -1/+5 |
| | | | | | (front end only) | ||||
| * | Reset Password Feature | jmoenig | 2013-05-06 | 1 | -0/+4 |
| | | | | | (front end only) | ||||
| * | Fixed #24 | jmoenig | 2013-04-30 | 1 | -0/+1 |
| | | |||||
| * | Eraser symbol | jmoenig | 2013-04-30 | 1 | -0/+1 |
| | | |||||
| * | Fixed #83 | jmoenig | 2013-04-30 | 1 | -0/+2 |
| | | |||||
| * | Costume shrink-wrapping | jmoenig | 2013-04-30 | 1 | -0/+4 |
| | | |||||
| * | Solid rectangle and circle symbols | jmoenig | 2013-04-29 | 1 | -0/+4 |
| | | |||||
| * | Fixed #70 | jmoenig | 2013-04-27 | 1 | -0/+1 |
| | | |||||
| * | Paint bucket symbol for paint editor flood-fill tool | jmoenig | 2013-04-27 | 1 | -0/+4 |
| | | |||||
| * | Paint editor tools symbols | jmoenig | 2013-04-26 | 1 | -0/+1 |
| | | | | | | additional simple icons for buttons: brush, rectangle, circle, line, crosshairs | ||||
| * | Ensure unique World stamps | jmoenig | 2013-04-26 | 1 | -0/+4 |
| | | |||||
| * | Translation update for "hide primitives" feature | jmoenig | 2013-04-25 | 1 | -0/+1 |
| | | |||||
| * | Restore multi-dialog restrictions for multi-world setups | jmoenig | 2013-04-25 | 1 | -0/+2 |
| | | |||||
| * | Hide Primitives feature | jmoenig | 2013-04-25 | 1 | -0/+4 |
| | | | | | | | | | | 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 handling | jmoenig | 2013-04-24 | 1 | -0/+4 |
| | | | | | | | 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 update | jmoenig | 2013-04-23 | 1 | -0/+2 |
| | | |||||
| * | Fixed #44 | jmoenig | 2013-04-23 | 1 | -0/+4 |
| | | | | | Circularity no longer breaks watchers | ||||
| * | Double click support for cloud side of project dialog | jmoenig | 2013-04-22 | 1 | -0/+4 |
| | | |||||
