Wykres commitów

1350 Commity (4aab1403705f68bb13b7d7b72fd04c012354bed8)

Autor SHA1 Wiadomość Data
Jens Mönig 364155dc89 clear pen trails when toggling between retina and non-retina mode 2016-06-18 07:17:34 -04:00
Jens Mönig fd7cc852c7 save and restore pen trails in non-retina canvas mode 2016-06-17 06:40:12 -04:00
Joseph Friedman b8db95e87d Typo in index.html
If you are no red..... missing t in not
2016-06-16 20:13:54 -04:00
Jens Mönig 572c05502f fixed #1248 2016-06-12 08:10:48 -04:00
djdolphin 3d7ea257f1 Fix whirl effect and avoid excessive property lookups
Scale the whirl effect to affect the entire image and flip the whirl
direction like Scratch 1.4 does. Image dimensions are also now stored
in variables to avoid looking them up thousands of times in a row.
2016-06-11 22:21:34 -04:00
Jens Mönig f1d91d16ad fixed #1251 2016-06-10 10:09:22 +02:00
Erik Olsson 66f4e6fa8e Updated last updated date 2016-06-10 09:42:08 +02:00
Bernat Romagosa 37ba8dd000 Implements execute on change for boolean toggles 2016-06-09 18:02:08 +02:00
Erik Olsson 0aff62c5a1 Removed tab characters 2016-06-09 16:27:53 +02:00
Erik Olsson 1abc2068fc Updated Swedish translation with new strings and other improvements 2016-06-09 16:26:07 +02:00
Jens Mönig 9cd720d613 fixed #1241 2016-06-05 18:15:40 +02:00
djdolphin 6cdc861926 Add missing graphic effects from Scratch 2016-06-04 15:06:35 -04:00
Jens Mönig 329dc964b6 use textual labels for Boolean values in watchers and balloons 2016-06-04 09:36:55 +02:00
Jens Mönig da46f4b20d text labels for Boolean block and value representations 2016-06-04 09:19:11 +02:00
Jens Mönig bd2c9a3bed animate Boolean toggle switches 2016-06-03 13:22:12 +02:00
Jens Mönig 31e39e3848 more tweaks to Boolean "tick" and "cross" icons 2016-06-02 18:44:41 +02:00
Jens Mönig 5e82a384a7 tweak Boolean "tick" and "cross" symbols 2016-06-02 18:32:25 +02:00
Jens Mönig 91a8fc1c7f Booleans: Swap toggle orientation and add "tick" / "cross" icons
still under construction and in discussion. Don’t rely on this feature…
2016-06-02 18:20:11 +02:00
temaps 694d210875 Merge pull request #2 from jmoenig/master
Обновление из основного
2016-06-01 22:28:39 +04:00
Jens Mönig f86a414343 Interactive Toggle Switches for Boolean Slots and Literals
in progress…
2016-06-01 13:35:54 +02:00
Jens Mönig 0c1ecf2b9a fixed localization on startup 2016-06-01 07:57:57 +02:00
Bernat Romagosa 5605f68509 faster checking for topblock-ness 2016-05-31 18:07:19 +02:00
Bernat Romagosa 83ac941236 fixes #1239 2016-05-31 17:22:45 +02:00
Jens Mönig f1d1ea2f3f fixed #1239 2016-05-31 09:50:27 +02:00
temaps 12035f0c01 Merge pull request #1 from jmoenig/master
Обновление из оригинального репозитория
2016-05-30 23:23:44 +04:00
Jens Mönig 9320ecf5e3 fixed #1219 2016-05-30 18:31:48 +02:00
Jens Mönig 8a8d55c3e9 localize "Stage" and "Sprite" on startup 2016-05-30 17:36:12 +02:00
Jens Mönig 137b303124 fixed #1223 2016-05-30 10:46:24 +02:00
temaps f2108dd1b7 Дополнения к русскому переводу и исправление ошибок 2016-05-25 22:25:35 +03:00
temaps 1910e9853a Добавлена информация о переводе 2016-05-25 14:19:35 +03:00
Ilay Raz 2fcd1709e9 Bug fix to issue #1131: make a block checks for text when 'OK' is clicked 2016-05-24 17:11:56 -07:00
temaps 2bb99f2754 Правка русского перевода 2016-05-25 02:55:38 +03:00
Brian Harvey 7d268d63ac oops change space to tab in LIBRARIES 2016-05-23 11:56:46 -07:00
Brian Harvey 84d6186b51 oops change space to tab in LIBRARIES 2016-05-23 11:55:52 -07:00
Brian Harvey 7f81ed3c3d Adding jfb's try-catch to libraries 2016-05-23 11:53:50 -07:00
Jens Mönig 94e8280feb Oops, didn't mean to change the README 2016-05-13 09:03:04 +02:00
Jens Mönig 5e79f4cedc credit YCR's HARC in supporters tab 2016-05-13 09:01:16 +02:00
ubertao 3dfbbcad97 Add translation for 'Backgrounds' 2016-05-12 09:10:57 +08:00
Jens Mönig 5dbb6ad8a1 Retina display support tweaks - IN PROGRESS -
* fixes the FILL block on retina screens
* fixes turning pentrails into costumes on retina screens
* adds an option to the settings menu letting the user switch between
non-retina and retina resolutions on devices and in browsers that
support it
* Morphic documentation update for retina support

Again, folks, this is IN PROGRESS and not yet ready to be released. But
it’s getting closer to being testable :-)
2016-05-11 18:03:49 +02:00
Jens Mönig 179d93f103 support for retina displays, integrates #1063 - IN PROGRESS
This has bee designed and written by the amazing Bartosz Leper
(@bl-nero). Since I totally suck at Git and find myself incompetent to
resolve merge conflicts, I’ve decided to manually copy Bartosz’s
changes mostly verbatim over, tweaking them only ever so slightly in
ways that don’t alter their functionality, except for introducing a
tiny test so current Safari still loads Snap, albeit not in retina
mode. THIS IT NOT READY FOR RELEASE YET, IT’S WORK IN PROGRESS. Get it?
Thanks!
2016-05-10 20:33:44 +02:00
Jens Mönig 483e55a70f Merge pull request #1215 from minimalprocedure/master
Update  lang-it.js
2016-05-10 20:14:44 +02:00
Massimo Maria Ghisalberti acb4906caa Update lang-it.js 2016-05-10 15:22:49 +02:00
Massimo Maria Ghisalberti 3f9d2af72e Update lang-it.js 2016-05-10 11:50:11 +02:00
Jens Mönig 711b9a431f tweak media import dialog
* make dialog resizable
* enable double-click on icons
* prevent error if no icon is selected
* prevent error if icon is dragged
* prevent error if icon is right-clicked / ctrl-clicked
* adjust background color
* adjust icon layout
2016-05-09 18:34:40 +02:00
Jens Mönig b98e7323f6 Merge pull request #1213 from ubertao/costumes
media import dialog with thumbnails
2016-05-09 14:04:53 +02:00
Jens Mönig a8fb572f4a update history 2016-05-09 13:19:15 +02:00
Jens Mönig c80e059807 Merge pull request #1209 from ubertao/lang-zh
Update Simplified Chinese translation to 4.0.7.1
2016-05-09 13:12:50 +02:00
Jens Mönig 3299878c15 fixed #1212 - Null continuation doesn't escape from calling context 2016-05-09 13:11:09 +02:00
ubertao 39a8a7f36f media import dialog with thumbnails 2016-05-09 16:52:45 +08:00
Brian Harvey 7ae80937f1 Edit CASES block to work around call/cc bug 2016-05-08 09:23:04 -07:00