| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Disallow "ringify" option for inline-template blocks | jmoenig | 2013-11-22 | 1 | -17/+19 | |
| | | ||||||
| * | Prevent „hide“ menu option for non-palette template blocks | jmoenig | 2013-11-22 | 1 | -2/+2 | |
| | | | | | thanks, Brian, for reporting this glitch! | |||||
| * | fixed read-only input slot coloring glitch | jmoenig | 2013-11-15 | 1 | -1/+0 | |
| | | | | | thanks Bernat, for reporting it! | |||||
| * | „read-only“ option for editable custom block input slots | jmoenig | 2013-11-15 | 1 | -6/+28 | |
| | | | | | | also custom block input slots reverting to default now show their default value (useful in combination with the new "read-only" option | |||||
| * | left-align multi-line text in value-bubbles | jmoenig | 2013-11-12 | 1 | -20/+4 | |
| | | ||||||
| * | customizable drop-down menus for input slots | jmoenig | 2013-11-12 | 1 | -3/+17 | |
| | | ||||||
| * | enable symbols as custom block label parts | jmoenig | 2013-10-25 | 1 | -6/+378 | |
| | | | | | | as well as enabling Costumes to become Symbols, and additional symbols (speech bubble, arrows, robot) | |||||
| * | fixed #199 | jmoenig | 2013-10-08 | 1 | -2/+3 | |
| | | | | | "can't delete reporter with attached comment via context menu" | |||||
| * | fixed #186 (can't duplicate blocks with anchored comments) | jmoenig | 2013-09-30 | 1 | -8/+7 | |
| | | ||||||
| * | 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 | |||||
