summaryrefslogtreecommitdiff
path: root/history.txt
Commit message (Collapse)AuthorAgeFilesLines
* Nested Sprite Rotation style buttons on corral iconsjmoenig2013-08-091-0/+4
|
* Dutch translation updatejmoenig2013-08-081-0/+1
|
* Nested Sprite synchronous / independent rotationjmoenig2013-08-081-0/+1
|
* Nested Sprite Rotationjmoenig2013-08-081-0/+1
|
* Nested Sprite Scalingjmoenig2013-08-081-0/+4
| | | | first rough pass
* Nested Sprite Motionjmoenig2013-08-071-0/+1
|
* Sprite Nesting GUIjmoenig2013-08-071-0/+1
| | | | (still hidden and disabled at this time)
* Fixed stage costume scaling & misplacing bugjmoenig2013-08-071-0/+1
| | | | Thanks, Josh, for the report!
* Sprite Nesting preliminariesjmoenig2013-08-071-0/+4
| | | | not yet functional and disabled
* Morphic: mouseEnterDragging fixjmoenig2013-08-061-0/+1
| | | | and a few cosmetic changes due to JSLint's latest nitpickings
* Polish translation, thanks, Witek Kranas!jmoenig2013-08-061-0/+4
|
* German translation updatejmoenig2013-08-021-0/+1
| | | | (for Undrop feature)
* Undrop Commands featurejmoenig2013-08-021-0/+1
| | | | first iteration
* Undrop Comments featurejmoenig2013-08-021-0/+1
|
* Undrop Reporters feature tweaksjmoenig2013-08-021-0/+4
|
* "Undrop" Reporters feature (in script areas' context menus)jmoenig2013-08-011-0/+1
| | | | first rough pass
* Italicize editable input options (e.g. for the SPLT block)jmoenig2013-08-011-1/+2
|
* "whitespace" & other options in SPLIT reporter's dropdownjmoenig2013-08-011-0/+4
| | | | still hidden in dev mode
* experimental text SPLIT primitive in the operators categoryjmoenig2013-07-311-0/+4
| | | | (currently only accessible in dev mode)
* fixed #104jmoenig2013-07-301-0/+1
|
* PAUSE primitive command blockjmoenig2013-07-301-1/+1
|
* Avoid dropping reporters into variadic inputs unless it touches the arrowsjmoenig2013-07-301-1/+6
|
* * Dutch translation, thanks, Frank Sierens!jmoenig2013-07-241-0/+4
|
* experimental text-function primitivejmoenig2013-07-151-0/+1
| | | | (hidden, shown only in dev mode in the operators category)
* increased palette's vertical growth by scrollBarSizejmoenig2013-07-151-0/+4
|
* Paint: fixed pipette tool for floodfilljmoenig2013-07-131-0/+4
| | | | thanks, Kartik, for your help!
* Paint Editor: Pipette tooljmoenig2013-07-121-0/+5
| | | | and code formatting adjustments for JSLint
* preserve nested reporters in "kicked out" variadic inputsjmoenig2013-07-111-0/+2
| | | | | | instead of "swallowing" them. also new: floor() function in monadic math reporter's drop-down
* fixed occasional flickering in scripting areasjmoenig2013-07-111-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 projectjmoenig2013-07-101-0/+4
|
* Codification changes, Boolean slot bug fixjmoenig2013-07-091-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 spritesjmoenig2013-07-081-0/+4
| | | | | thanks, Caitie, for reporting this bug and for supplying a project which let me reproduce it!
* Blocks: fixed CommentMorph hiding/showing bugjmoenig2013-07-051-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 completejmoenig2013-07-041-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 featurejmoenig2013-07-021-1/+2
| | | | | | | | | in the project menu, libraries for * Iteration, composition, * List utilities, * Variadic reporters, * Words, sentences
* removed tolerance margin in Costume's shrinkWrap()jmoenig2013-07-021-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 costumesjmoenig2013-06-281-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 onstagejmoenig2013-06-271-0/+4
| | | | (reported in the Scratch forums)
* fixed #100 saving costumes to the cloudjmoenig2013-06-261-0/+4
|
* code mapping: dialog input is now multi-line monospacedjmoenig2013-06-251-0/+4
|
* pretty printing support for mapped codejmoenig2013-06-241-0/+4
| | | | better formatting capabilites now support Python mappings
* %code input slotjmoenig2013-06-211-1/+2
| | | | multi-line, monospaced, type-in slot for code mappings
* Morphic, Blocks: "flat" design fixjmoenig2013-06-211-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 slotjmoenig2013-06-201-0/+1
|
* Blocks: Multi-line input slots (TextSlotMorphs - %mlt)jmoenig2013-06-201-0/+1
|
* "flat" design enhancements for blocks and watchersjmoenig2013-06-201-0/+1
|
* GUI: make code mapping preference persistentjmoenig2013-06-201-0/+4
|
* Store: persisting code mappingsjmoenig2013-06-191-0/+4
| | | | in project and block library files
* Code mappingjmoenig2013-06-181-0/+4
| | | | generating text code from blocks, first experimental iteration
* Morphic: focus World canvas on mouse down (otherwise prevent default)jmoenig2013-06-061-0/+2
|