summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* reason for scroll issue: only non-cached palettes needed to be scrolledKunal Marwaha2014-06-252-5/+9
|
* fixed scrollingKunal Marwaha2014-06-241-0/+3
|
* Merge pull request #34 from jmoenig/masterMichael Ball2014-06-2113-59/+601
|\ | | | | updating cs10 branch from jmoenig 0614
| * relabelling custom blocks (experimental)jmoenig2014-06-063-1/+58
| |
| * show zebra-coloring when previewing cross-category relabelsjmoenig2014-06-061-0/+1
| |
| * tweaksjmoenig2014-06-061-2/+1
| |
| * more relabelling options for SAY, THINK, ASKjmoenig2014-06-062-4/+6
| |
| * enable relabelling blocks across categoriesjmoenig2014-06-062-0/+2
| |
| * enable relabelling blocks with C-Slotsjmoenig2014-06-063-2/+15
| |
| * more relabelling options for SAY and THINK variantsjmoenig2014-06-062-4/+5
| |
| * add hide and show blocks for the stagejmoenig2014-06-062-0/+4
| |
| * 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
| |/
* | Merge pull request #33 from jmoenig/masterMichael Ball2014-05-246-23/+258
|\| | | | | update cs10 fork
| * 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)