summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add localization to Edit Slot Options text.Manuel Menezes de Sequeira2013-11-221-2/+2
|
* Disallow "ringify" option for inline-template blocksjmoenig2013-11-221-17/+19
|
* Catalan translation, thanks, Bernat Romagosa Carrasquer!jmoenig2013-11-223-1/+1137
|
* Prevent „hide“ menu option for non-palette template blocksjmoenig2013-11-222-2/+3
| | | | thanks, Brian, for reporting this glitch!
* fixed #238 - don’t trigger events for eclipsed morphsjmoenig2013-11-222-2/+9
| | | | (whose parent-chain contains a hidden morph)
* fixed #231 (watcher-display of Booleans)jmoenig2013-11-152-2/+3
|
* fixed read-only input slot coloring glitchjmoenig2013-11-152-1/+1
| | | | thanks Bernat, for reporting it!
* „read-only“ option for editable custom block input slotsjmoenig2013-11-154-18/+83
| | | | | also custom block input slots reverting to default now show their default value (useful in combination with the new "read-only" option
* Portuguese translation updatejmoenig2013-11-122-2/+3
| | | | thanks, Manuel!
* Merge pull request #229 from MMSequeira/patch-1Jens Mönig2013-11-121-4/+4
|\ | | | | Improve translation of 'stop script', 'create a clone...', and 'myself'.
| * Improve translation of 'stop script', 'create a clone...', and 'myself'.Manuel Menezes de Sequeira2013-11-121-4/+4
|/
* left-align multi-line text in value-bubblesjmoenig2013-11-122-20/+5
|
* fixed wrong NaN display for variable watchersjmoenig2013-11-122-2/+3
| | | | Thanks, Brian, for catching this glitch!
* customizable drop-down menus for input slotsjmoenig2013-11-124-61/+106
|
* cloud project saving transmission integrity checkjmoenig2013-11-073-5/+15
| | | | | | includes the sizes of the sent project components in the transmision, so the cloud backend can check if the whole of them have been transmitted before comitting to the database
* customizable drop-down menus for input slotsjmoenig2013-11-042-0/+43
| | | | | still experimental and incomplete and therefore commented out (inactive) for now
* only show symbol menu for label fragmentsjmoenig2013-11-042-2/+5
| | | | in InputSlotDialog
* filter quotation marks from project namesjmoenig2013-11-042-2/+6
| | | | (for backend index)
* enable Symbols in InputSlotDialog Morph’s drop down menujmoenig2013-10-252-0/+19
|
* enable Symbols in InputField drop down menusjmoenig2013-10-252-7/+14
|
* Portuguese translation updatejmoenig2013-10-253-3/+4
|
* Merge pull request #219 from MMSequeira/masterJens Mönig2013-10-251-3/+3
|\ | | | | Correct Portuguese translation of 'When I receive' hat block.
| * Correct capitalization of default costume/backdrop names.Manuel Menezes de Sequeira2013-10-251-2/+2
| |
| * Correct translation of 'When I receive' hat block.Manuel Menezes de Sequeira2013-10-241-1/+1
| |
* | Symbol selection menu for BlockLabelFragmentMorphsjmoenig2013-10-252-3/+32
| |
* | enable symbols as custom block label partsjmoenig2013-10-252-6/+382
|/ | | | | as well as enabling Costumes to become Symbols, and additional symbols (speech bubble, arrows, robot)
* fixed #213 - Empty else block breaks return to callerjmoenig2013-10-172-1/+7
| | | | Thanks, Art, for reporting this bug!
* Condense damage list even morejmoenig2013-10-152-3/+15
| | | | | by merging nearby rectangles, thanks, Craxic, for the idea for this in #192
* Portuguese translation update integrationjmoenig2013-10-143-4/+5
|
* Merge pull request #205 from MMSequeira/masterJens Mönig2013-10-141-0/+6
|\ | | | | Update Portuguese translation.
| * Correct typo.Manuel Menezes de Sequeira2013-10-111-1/+1
| |
| * Add Portuguese translation for three new strings (simple block prototype ↵Manuel Menezes de Sequeira2013-10-101-0/+6
| | | | | | | | labels).
* | Increase maximum clone count from 128 to 300jmoenig2013-10-142-2/+3
| |
* | Condense damage list by merging overlapping dirty rectanglesjmoenig2013-10-142-1/+40
|/ | | | thanks, Craxic, for suggesting the idea for this optimization in #192 !
* "sanity check" for cloud-saving mechanismjmoenig2013-10-102-1/+23
| | | | | | | errors if the serialized project data is corrupt and cannot be parsed as XML, addresses #203, #200, #171. I'm hoping that this might provide us a clue whether the corruption is happening in Snap's marshalling or on the backend side
* MAP primitive variant for linked listsjmoenig2013-10-092-9/+59
|
* fixed #199jmoenig2013-10-082-2/+4
| | | | "can't delete reporter with attached comment via context menu"
* experimental MAP primitive reporterjmoenig2013-10-083-3/+55
| | | | in lists category, visible in dev mode for now
* fixed type-issue for linked list indicesjmoenig2013-10-082-4/+8
| | | | thanks, Nate, for reporting this issue
* "plain block prototype labels" preference settingjmoenig2013-10-045-7/+46
| | | | hide / show the (+) symbols in the block editor
* Keep watchers onstage when hiding/showing them, fixes #195jmoenig2013-10-042-0/+5
|
* Prevent watcher cells from growing wider as their contents becomes tallerjmoenig2013-10-042-2/+4
|
* Type-check the SPLIT block's input before eval'ing itjmoenig2013-10-042-2/+16
|
* smooth numerical values displayed in watchersjmoenig2013-10-012-4/+11
|
* fixed #186 (can't duplicate blocks with anchored comments)jmoenig2013-09-302-8/+11
|
* fixed #172, IF ON EDGE, BOUNCEjmoenig2013-09-202-3/+7
| | | | Morphic: Rectangle.amountToTranslateWithin()
* fixed #146jmoenig2013-09-193-2/+4
| | | | filter out empty costumes
* fixed #169jmoenig2013-09-192-4/+9
|
* Prevent local custom blocks in global custom block definitionsjmoenig2013-09-182-3/+30
| | | | fixes #167 for future projects
* prevent costumes with imported CORS-tainted canvasesjmoenig2013-09-183-2/+37
| | | | expected to fix #155, #154, #151, #148, #147, #127 for future projects