summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | gracefully hide & show the stage, fixed #281jmoenig2014-06-062-2/+23
| | | |
* | | | fixes a but in setHeading()jmoenig2014-06-051-1/+1
| | | | | | | | | | | | | | | | thanks, Brian!
* | | | fixed #457jmoenig2014-06-052-1/+2
| | | |
* | | | fixed #465jmoenig2014-06-052-2/+4
| | | |
* | | | initialize new variables with zero (instead of null)jmoenig2014-06-052-2/+3
| | | |
* | | | stop replacing the empty string with the number zero in watchersjmoenig2014-06-052-4/+10
| | | | | | | | | | | | | | | | fixed #473
* | | | Merge pull request #471 from MMSequeira/masterJens Mönig2014-06-041-0/+20
|\ \ \ \ | | | | | | | | | | Add Portuguese translation of graphic effects, costume transformations, ...
| * | | | Add Portuguese translation of graphic effects, costume transformations, and ↵Manuel Menezes de Sequeira2014-06-041-0/+20
|/ / / / | | | | | | | | | | | | exporting of scripts as pic.
* | | | Paint Editor transform integration - little tweaksjmoenig2014-06-042-8/+17
| | | | | | | | | | | | | | | | Thanks, Kartik!!
* | | | Merge pull request #470 from Hardmath123/paint-transformsJens Mönig2014-06-041-4/+43
|\ \ \ \ | | | | | | | | | | Paint transforms
| * | | | Docs, symbolsHardmath1232014-06-031-3/+4
| | | | |
| * | | | Added scaling and flippingHardmath1232014-06-031-3/+41
| | | | |
* | | | | German translation update, tweaksjmoenig2014-06-047-7/+20
| | | | |
* | | | | Merge pull request #469 from nathan/shift-keyboard-shortcutsJens Mönig2014-06-041-1/+4
|\ \ \ \ \ | | | | | | | | | | | | Fixed ctrl/cmd+shift+s saving the project in place
| * | | | | Fixed ctrl/cmd+shift+s saving the project in placeNathan Dinsmore2014-06-021-1/+4
| |/ / / /
* | | | | Merge pull request #468 from nathan/fix-containsJens Mönig2014-06-041-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fixed the equals block when one list is linked and the other is not
| * | | | | Fixed the equals block when one list is linked and the other is notNathan Dinsmore2014-06-021-1/+1
| |/ / / /
* | | | | Merge pull request #467 from nathan/load-empty-inputsJens Mönig2014-06-041-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fixed loading blank inputs
| * | | | | Fixed loading blank inputsNathan Dinsmore2014-06-021-1/+1
| |/ / / /
* | | | | Merge pull request #459 from galaticalmonkies/graphiceffectsJens Mönig2014-06-042-13/+170
|\ \ \ \ \ | | | | | | | | | | | | Graphic effects
| * | | | | JSLintedyuan2014-06-022-89/+96
| | | | | |
| * | | | | cleaned up my commentsyuan2014-05-281-6/+6
| | | | | |
| * | | | | good to go for stagemorphyuan2014-05-281-9/+16
| | | | | |
| * | | | | changed graphicsChanged boolean to a functionyuan2014-05-281-14/+33
| | | | | |
| * | | | | added graphics effects that work for all redraws; incorporated most recent ↵yuan2014-05-272-14/+138
| |/ / / / | | | | | | | | | | | | | | | updates to Snap!
* | | | | GUI: new (hidden) feature: “Export all scripts as pic”jmoenig2014-06-042-1/+66
| | | | | | | | | | | | | | | | | | | | (including custom block refs)
* | | | | BYOB: new scriptsPicture() method for custom block definitionsjmoenig2014-06-041-1/+38
| | | | |
* | | | | Blocks: refactor “script pics” featurejmoenig2014-06-041-2/+10
|/ / / /
* | | | Show last-changed-timestamp of cloud projectsjmoenig2014-05-262-2/+15
| | | | | | | | | | | | | | | | | | | | display a tool-tip “bubble” in the “Open-Project” dialog next to the preview field
* | | | Localization additions and Portuguese translation update, thanks, Manuel!jmoenig2014-05-264-5/+7
| | | |
* | | | Merge pull request #443 from MMSequeira/masterJens Mönig2014-05-262-5/+69
|\ \ \ \ | | | | | | | | | | Update to Portuguese (Portugal) translation and a few new localizations
| * | | | Add new Portuguese localizations for stage size, flat line ends, dates ↵Manuel Menezes de Sequeira2014-05-201-0/+64
| | | | | | | | | | | | | | | | | | | | sensor block, and Snap\!Cloud stuff.
| * | | | Add localization to connection error message.Manuel Menezes de Sequeira2014-05-201-5/+5
| | |_|/ | |/| |
* / | | Fixed #445 (minor search + zoom issues)jmoenig2014-05-262-4/+6
|/ / /
* | | prepare releasejmoenig2014-05-201-1/+1
| | | | | | | | | | | | correct last-changed-date
* | | Search Blocks feature, keyboard shortcutsjmoenig2014-05-203-21/+232
| | | | | | | | | | | | Thanks, Kyle, for designing and architecting the search blocks feature!!
* | | Threads: new Variable data structurejmoenig2014-05-202-1/+16
| | | | | | | | | | | | for refactoring upvar references, not yet used anywhere
* | | Snap.html: Focus the world canvas on startupjmoenig2014-05-202-1/+3
| | | | | | | | | | | | | | | so Snap reacts to keyboard events right away (without having to click on the IDE first)
* | | Morphic: Prevent default action for ctrl-/cmd-key eventsjmoenig2014-05-202-1/+8
| |/ |/| | | | | | | … and allow using these for Snap! without having Chrome trigger its own actions for them
* | checkpoint - releasejmoenig2014-05-026-6/+7
| |
* | fixed #407 (custom-block coloring w/ zebra off)jmoenig2014-05-022-5/+7
| |
* | integrate #394jmoenig2014-05-022-8/+23
| |
* | Merge pull request #394 from xtitter/varimportJens Mönig2014-05-021-5/+5
|\ \ | | | | | | better error message when importing (into a variable)
| * | give error message when attempting to import (into a variable) with a ↵Nathaniel Titterton2014-04-171-5/+5
| | | | | | | | | | | | non-text file; don't read every file in multifile import
* | | partial fix for #407jmoenig2014-04-301-0/+3
| | | | | | | | | | | | the label still is wrong
* | | checkpointjmoenig2014-04-303-2/+7
| | |
* | | Merge pull request #398 from cycomachead/turboJens Mönig2014-04-301-3/+3
|\ \ \ | | | | | | | | fix set turbo mode block; fixes #396
| * | | style fix for boolMichael Ball2014-04-271-1/+1
| | | |
| * | | fix set turbo mode blockMichael Ball2014-04-221-3/+3
| |/ /
* | | Merge pull request #356 from dimon4ezzz/patch-1Jens Mönig2014-04-301-32/+36
|\ \ \ | | | | | | | | Add some translate