summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Nested Sprite Rotation style buttons on corral iconsjmoenig2013-08-093-2/+53
|
* Dutch translation updatejmoenig2013-08-082-4/+5
|
* Merge pull request #111 from sdmeijer/masterJens Mönig2013-08-081-277/+278
|\ | | | | Dutch translation update
| * Improved Dutch translationSjoerd Dirk Meijer2013-08-081-4/+4
| | | | | | Thanks Jens for checking.
| * Update lang-nl.jsSjoerd Dirk Meijer2013-08-081-278/+279
| | | | | | | | | | New Dutch-translation. The translations are like Scratch now. (I'm also the translator of Scratch 2.0.)
* | Nested Sprite synchronous / independent rotationjmoenig2013-08-082-4/+9
| |
* | Nested Sprite Rotationjmoenig2013-08-082-2/+14
| |
* | Nested Sprite Scalingjmoenig2013-08-082-14/+62
|/ | | | first rough pass
* Nested Sprite Motionjmoenig2013-08-072-0/+9
|
* Sprite Nesting GUIjmoenig2013-08-073-9/+90
| | | | (still hidden and disabled at this time)
* Fixed stage costume scaling & misplacing bugjmoenig2013-08-073-7/+8
| | | | Thanks, Josh, for the report!
* Sprite Nesting preliminariesjmoenig2013-08-073-4/+224
| | | | not yet functional and disabled
* Morphic: mouseEnterDragging fixjmoenig2013-08-062-9/+10
| | | | and a few cosmetic changes due to JSLint's latest nitpickings
* Polish translation, thanks, Witek Kranas!jmoenig2013-08-064-2/+1245
|
* German translation updatejmoenig2013-08-025-5/+14
| | | | (for Undrop feature)
* Undrop Commands featurejmoenig2013-08-022-10/+44
| | | | first iteration
* Undrop Comments featurejmoenig2013-08-022-0/+2
|
* Undrop Reporters feature tweaksjmoenig2013-08-022-15/+19
|
* "Undrop" Reporters feature (in script areas' context menus)jmoenig2013-08-012-7/+71
| | | | first rough pass
* Italicize editable input options (e.g. for the SPLT block)jmoenig2013-08-012-2/+11
|
* "whitespace" & other options in SPLIT reporter's dropdownjmoenig2013-08-013-6/+22
| | | | still hidden in dev mode
* experimental text SPLIT primitive in the operators categoryjmoenig2013-07-314-3/+37
| | | | (currently only accessible in dev mode)
* fixed #104jmoenig2013-07-302-7/+9
|
* German translation update for PAUSE primitivejmoenig2013-07-302-3/+5
|
* PAUSE primitive command blockjmoenig2013-07-304-5/+46
|
* Avoid dropping reporters into variadic inputs unless it touches the arrowsjmoenig2013-07-302-4/+21
|
* * Dutch translation, thanks, Frank Sierens!jmoenig2013-07-243-1/+1218
|
* experimental text-function primitivejmoenig2013-07-154-3/+61
| | | | (hidden, shown only in dev mode in the operators category)
* increased palette's vertical growth by scrollBarSizejmoenig2013-07-152-1/+6
|
* Paint: fixed pipette tool for floodfilljmoenig2013-07-132-2/+6
| | | | thanks, Kartik, for your help!
* Paint Editor: Pipette tooljmoenig2013-07-122-45/+88
| | | | and code formatting adjustments for JSLint
* Pipette symboljmoenig2013-07-121-2/+39
|
* preserve nested reporters in "kicked out" variadic inputsjmoenig2013-07-115-9/+20
| | | | | | instead of "swallowing" them. also new: floor() function in monadic math reporter's drop-down
* fixed occasional flickering in scripting areasjmoenig2013-07-112-1/+6
| | | | | (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-102-1/+13
|
* Codification changes, Boolean slot bug fixjmoenig2013-07-094-15/+42
| | | | | | * 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-082-6/+7
| | | | | thanks, Caitie, for reporting this bug and for supplying a project which let me reproduce it!
* Blocks: fixed CommentMorph hiding/showing bugjmoenig2013-07-052-1/+23
| | | | | 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-048-59/+261
| | | | | text code mapping and block header support, both via GUI and primitives, for built-in blocks and for custom ones.
* removed ellipses in library menujmoenig2013-07-021-4/+4
| | | | since we don't pop up the blocks selection dialog anymore
* GUI: import libraries featurejmoenig2013-07-024-5/+55
| | | | | | | | | in the project menu, libraries for * Iteration, composition, * List utilities, * Variadic reporters, * Words, sentences
* removed tolerance margin in Costume's shrinkWrap()jmoenig2013-07-022-9/+9
| | | | | 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-283-3/+30
| | | | | 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-272-2/+7
| | | | (reported in the Scratch forums)
* fixed #100 saving costumes to the cloudjmoenig2013-06-262-2/+7
|
* code mapping: dialog input is now multi-line monospacedjmoenig2013-06-253-6/+69
|
* pretty printing support for mapped codejmoenig2013-06-243-37/+39
| | | | better formatting capabilites now support Python mappings
* code mapping: pretty printing support (work-in-progress)jmoenig2013-06-211-0/+38
| | | | commented out for now, not yet functional
* code mapping: pass on c-slot clode by defaultjmoenig2013-06-211-1/+1
|
* %code input slotjmoenig2013-06-213-5/+13
| | | | multi-line, monospaced, type-in slot for code mappings