| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | German translation update | jmoenig | 2013-08-02 | 1 | -1/+5 |
| | | | | | (for Undrop feature) | ||||
| * | Undrop Commands feature | jmoenig | 2013-08-02 | 1 | -10/+43 |
| | | | | | first iteration | ||||
| * | Undrop Comments feature | jmoenig | 2013-08-02 | 1 | -0/+1 |
| | | |||||
| * | Undrop Reporters feature tweaks | jmoenig | 2013-08-02 | 1 | -15/+15 |
| | | |||||
| * | "Undrop" Reporters feature (in script areas' context menus) | jmoenig | 2013-08-01 | 1 | -7/+70 |
| | | | | | first rough pass | ||||
| * | Italicize editable input options (e.g. for the SPLT block) | jmoenig | 2013-08-01 | 1 | -1/+9 |
| | | |||||
| * | "whitespace" & other options in SPLIT reporter's dropdown | jmoenig | 2013-08-01 | 1 | -2/+5 |
| | | | | | still hidden in dev mode | ||||
| * | experimental text SPLIT primitive in the operators category | jmoenig | 2013-07-31 | 1 | -1/+11 |
| | | | | | (currently only accessible in dev mode) | ||||
| * | PAUSE primitive command block | jmoenig | 2013-07-30 | 1 | -0/+10 |
| | | |||||
| * | Avoid dropping reporters into variadic inputs unless it touches the arrows | jmoenig | 2013-07-30 | 1 | -3/+15 |
| | | |||||
| * | experimental text-function primitive | jmoenig | 2013-07-15 | 1 | -1/+18 |
| | | | | | (hidden, shown only in dev mode in the operators category) | ||||
| * | Pipette symbol | jmoenig | 2013-07-12 | 1 | -2/+39 |
| | | |||||
| * | preserve nested reporters in "kicked out" variadic inputs | jmoenig | 2013-07-11 | 1 | -5/+9 |
| | | | | | | | 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 | -1/+2 |
| | | | | | | (caused by deleted feedback morphs, a bug that surfaced in Chrome 28 on OSX and may be due to a possible Chrome GC issue) | ||||
| * | Codification changes, Boolean slot bug fix | jmoenig | 2013-07-09 | 1 | -2/+19 |
| | | | | | | | * Collapsed codification primitives (code, header) into a single block * Added isEmptySlot() to BooleanArgMorph (thanks, Brian, for the bug report!) | ||||
| * | Blocks: fixed CommentMorph hiding/showing bug | jmoenig | 2013-07-05 | 1 | -1/+19 |
| | | | | | | 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 | -11/+154 |
| | | | | | | 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 monospaced | jmoenig | 2013-06-25 | 1 | -4/+4 |
| | | |||||
| * | pretty printing support for mapped code | jmoenig | 2013-06-24 | 1 | -35/+33 |
| | | | | | better formatting capabilites now support Python mappings | ||||
| * | code mapping: pretty printing support (work-in-progress) | jmoenig | 2013-06-21 | 1 | -0/+38 |
| | | | | | commented out for now, not yet functional | ||||
| * | code mapping: pass on c-slot clode by default | jmoenig | 2013-06-21 | 1 | -1/+1 |
| | | |||||
| * | %code input slot | jmoenig | 2013-06-21 | 1 | -0/+7 |
| | | | | | multi-line, monospaced, type-in slot for code mappings | ||||
| * | Morphic, Blocks: "flat" design fix | jmoenig | 2013-06-21 | 1 | -5/+4 |
| | | | | | | Handle manually "unshadowed" StringMorphs without throwing an exception. This lets you load the tools library into "flat" mode again. | ||||
| * | Blocks: Multi-line input slots (TextSlotMorphs - %mlt) | jmoenig | 2013-06-20 | 1 | -1/+89 |
| | | |||||
| * | "flat" design enhancements for blocks and watchers | jmoenig | 2013-06-20 | 1 | -19/+70 |
| | | |||||
| * | Code mapping | jmoenig | 2013-06-18 | 1 | -1/+315 |
| | | | | | generating text code from blocks, first experimental iteration | ||||
| * | "Flat" GUI design preference | jmoenig | 2013-05-16 | 1 | -4/+6 |
| | | | | | in the IDE's settings menu | ||||
| * | Broadcast & Message enhancements, fixed #93 | jmoenig | 2013-05-14 | 1 | -3/+35 |
| | | | | | | * When I receive <any msg> option * getLastMessage reporter + watcher | ||||
| * | Eraser symbol | jmoenig | 2013-04-30 | 1 | -3/+35 |
| | | |||||
| * | Solid rectangle and circle symbols | jmoenig | 2013-04-29 | 1 | -1/+33 |
| | | |||||
| * | Fixed #70 | jmoenig | 2013-04-27 | 1 | -0/+2 |
| | | |||||
| * | Paint bucket symbol for paint editor flood-fill tool | jmoenig | 2013-04-27 | 1 | -3/+53 |
| | | |||||
| * | Paint editor tools symbols | jmoenig | 2013-04-26 | 1 | -7/+117 |
| | | | | | | additional simple icons for buttons: brush, rectangle, circle, line, crosshairs | ||||
| * | Hide Primitives feature | jmoenig | 2013-04-25 | 1 | -1/+25 |
| | | | | | | | | | | 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. | ||||
| * | Release clean-ups & translation update | jmoenig | 2013-04-23 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #68 from queryselector/issue-19 | Jens Mönig | 2013-04-23 | 1 | -8/+7 |
| |\ | | | | | Fixed #19 | ||||
| | * | Fixed #19 | Nathan Dinsmore | 2013-04-21 | 1 | -8/+7 |
| | | | | | | | | | Blocks highlights now retain the correct color when their associated stacks are dragged elsewhere. | ||||
| * | | Merge pull request #58 from queryselector/issue-53 | Jens Mönig | 2013-04-23 | 1 | -1/+4 |
| |\ \ | |/ |/| | Fixed #53 | ||||
| | * | Fixed #53 | Nathan Dinsmore | 2013-04-19 | 1 | -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" | ||||
| * | | Fixed #65 | jmoenig | 2013-04-21 | 1 | -3/+4 |
| |/ | | | | using the percent character in variable names is now safe | ||||
| * | German translation update | jmoenig | 2013-04-19 | 1 | -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 | ||||
| * | Merge pull request #48 from queryselector/issue-47 | Jens Mönig | 2013-04-18 | 1 | -1/+1 |
| |\ | | | | | Fixed #47 | ||||
| | * | Fixed #47 | Nathan Dinsmore | 2013-04-15 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #35 from queryselector/issue-33 | Jens Mönig | 2013-04-18 | 1 | -2/+9 |
| |\ \ | | | | | | | Fixed #33 | ||||
| | * | | Fixed issue #33 | Nathan Dinsmore | 2013-04-13 | 1 | -2/+9 |
| | |/ | | | | | | | Generated variable names now follow the pattern a..z, aa..zz, aaa..zzz, etc. | ||||
| * / | Export picture of all scripts | jmoenig | 2013-04-17 | 1 | -1/+30 |
| |/ | | | | | | | | | | * new entry in the ScriptsMorph's userMenu lets you export a picture of all scripts, including comments. * place sticky comments on World layer on dragging their anchor block, fixes both #8 and #18 * additional settings for developing the backend | ||||
| * | Switched to UTF-8 | Nathan Dinsmore | 2013-04-08 | 1 | -2/+2 |
| | | | | | This fixes some encoding issues | ||||
| * | Revert "Fixed an encoding issue" | Nathan Dinsmore | 2013-04-08 | 1 | -2/+2 |
| | | | | | This reverts commit 4d37845b2e4de02ffa5a2e8a37812cca98e206d8. | ||||
| * | Fixed an encoding issue | Nathan Dinsmore | 2013-04-08 | 1 | -2/+2 |
| | | |||||
| * | Fixed a number of whitespace inconsistencies | Nathan Dinsmore | 2013-04-08 | 1 | -4/+4 |
| | | |||||
