Wykres commitów

449 Commity (dcd7fb92546d6e9d9b4bd7eeb7d15417cdba3d50)

Autor SHA1 Wiadomość Data
jmoenig dcd7fb9254 enable relabelling blocks across categories 2014-06-06 11:56:47 +02:00
jmoenig 9bbe9b2e0a enable relabelling blocks with C-Slots 2014-06-06 11:45:41 +02:00
jmoenig 3f04b5b474 more relabelling options for SAY and THINK variants 2014-06-06 10:34:15 +02:00
jmoenig 76f6ad4c23 add hide and show blocks for the stage 2014-06-06 09:15:16 +02:00
jmoenig 4e2ce9a4ee gracefully hide & show the stage, fixed #281 2014-06-06 09:07:42 +02:00
jmoenig fdfd74f79e fixes a but in setHeading()
thanks, Brian!
2014-06-05 22:29:16 +02:00
jmoenig d7f30820b5 fixed #457 2014-06-05 17:56:19 +02:00
jmoenig ccdce5da74 fixed #465 2014-06-05 17:42:36 +02:00
jmoenig 9f690fbfa3 initialize new variables with zero (instead of null) 2014-06-05 17:16:27 +02:00
jmoenig f80235ee43 stop replacing the empty string with the number zero in watchers
fixed #473
2014-06-05 17:13:27 +02:00
Jens Mönig cdfe8b900a Merge pull request #471 from MMSequeira/master
Add Portuguese translation of graphic effects, costume transformations, ...
2014-06-04 16:59:24 +02:00
Manuel Menezes de Sequeira c09c4c2b30 Add Portuguese translation of graphic effects, costume transformations, and exporting of scripts as pic. 2014-06-04 15:41:13 +01:00
jmoenig ef140b093e Paint Editor transform integration - little tweaks
Thanks, Kartik!!
2014-06-04 14:16:57 +02:00
Jens Mönig d984836bed Merge pull request #470 from Hardmath123/paint-transforms
Paint transforms
2014-06-04 13:59:06 +02:00
jmoenig ac39877b9c German translation update, tweaks 2014-06-04 13:48:43 +02:00
Jens Mönig 81d3657feb Merge pull request #469 from nathan/shift-keyboard-shortcuts
Fixed ctrl/cmd+shift+s saving the project in place
2014-06-04 12:44:56 +02:00
Jens Mönig 499980cbb4 Merge pull request #468 from nathan/fix-contains
Fixed the equals block when one list is linked and the other is not
2014-06-04 12:44:33 +02:00
Jens Mönig cca2f591bd Merge pull request #467 from nathan/load-empty-inputs
Fixed loading blank inputs
2014-06-04 12:44:09 +02:00
Jens Mönig 8362f422a7 Merge pull request #459 from galaticalmonkies/graphiceffects
Graphic effects
2014-06-04 12:42:52 +02:00
jmoenig bae41fde28 GUI: new (hidden) feature: “Export all scripts as pic”
(including custom block refs)
2014-06-04 12:40:44 +02:00
jmoenig 50203901ea BYOB: new scriptsPicture() method for custom block definitions 2014-06-04 12:40:03 +02:00
jmoenig ef3997cccf Blocks: refactor “script pics” feature 2014-06-04 12:39:28 +02:00
Hardmath123 f5fca54187 Docs, symbols 2014-06-03 15:32:41 -07:00
Hardmath123 6d9ce7b61c Added scaling and flipping 2014-06-03 15:28:07 -07:00
Nathan Dinsmore 2710f5b307 Fixed the equals block when one list is linked and the other is not 2014-06-02 15:56:52 -04:00
Nathan Dinsmore ee695213cf Fixed ctrl/cmd+shift+s saving the project in place 2014-06-02 15:56:16 -04:00
Nathan Dinsmore 64a1636736 Fixed loading blank inputs 2014-06-02 15:20:33 -04:00
yuan e7f9ff5dcb JSLinted 2014-06-02 00:07:00 -07:00
yuan 8971d29adc cleaned up my comments 2014-05-28 23:45:43 -07:00
yuan 94ad721bfe good to go for stagemorph 2014-05-28 23:17:04 -07:00
yuan ab218322f3 changed graphicsChanged boolean to a function 2014-05-28 02:38:04 -07:00
yuan e1b97b98df added graphics effects that work for all redraws; incorporated most recent updates to Snap! 2014-05-27 00:57:19 -07:00
jmoenig 6a4b4afbe9 Show last-changed-timestamp of cloud projects
display a tool-tip “bubble” in the “Open-Project” dialog next to the
preview field
2014-05-26 10:46:00 +02:00
jmoenig 24f7a37a56 Localization additions and Portuguese translation update, thanks, Manuel! 2014-05-26 09:57:21 +02:00
Jens Mönig 00112859a5 Merge pull request #443 from MMSequeira/master
Update to Portuguese (Portugal) translation and a few new localizations
2014-05-26 09:42:32 +02:00
jmoenig 8125861f80 Fixed #445 (minor search + zoom issues) 2014-05-26 09:40:55 +02:00
Manuel Menezes de Sequeira 43bfc95c1b Add new Portuguese localizations for stage size, flat line ends, dates sensor block, and Snap\!Cloud stuff. 2014-05-20 13:26:08 +01:00
Manuel Menezes de Sequeira 6926f7085b Add localization to connection error message. 2014-05-20 13:23:24 +01:00
jmoenig 089d1500b4 prepare release
correct last-changed-date
2014-05-20 10:55:14 +02:00
jmoenig a1b9d3e396 Search Blocks feature, keyboard shortcuts
Thanks, Kyle, for designing and architecting the search blocks feature!!
2014-05-20 09:43:31 +02:00
jmoenig 295de115a3 Threads: new Variable data structure
for refactoring upvar references, not yet used anywhere
2014-05-20 09:34:37 +02:00
jmoenig 669d93a629 Snap.html: Focus the world canvas on startup
so Snap reacts to keyboard events right away (without having to click
on the IDE first)
2014-05-20 09:29:19 +02:00
jmoenig a53c189e4b Morphic: Prevent default action for ctrl-/cmd-key events
… and allow using these for Snap! without having Chrome trigger its own
actions for them
2014-05-20 09:26:44 +02:00
jmoenig f9989ad7cf checkpoint - release 2014-05-02 11:08:30 +02:00
jmoenig f6561867d2 fixed #407 (custom-block coloring w/ zebra off) 2014-05-02 10:55:03 +02:00
jmoenig 7edecf8255 integrate #394 2014-05-02 08:40:17 +02:00
Jens Mönig fb2d22ca6b Merge pull request #394 from xtitter/varimport
better error message when importing (into a variable)
2014-05-02 07:57:22 +02:00
jmoenig a469f44afc partial fix for #407
the label still is wrong
2014-04-30 14:41:51 +02:00
jmoenig 5ab8b7e563 checkpoint 2014-04-30 12:52:54 +02:00
Jens Mönig b71bc8027d Merge pull request #398 from cycomachead/turbo
fix set turbo mode block; fixes #396
2014-04-30 12:48:53 +02:00