Wykres commitów

1088 Commity (e197471d08e600faf78b80e79f995b2b14d621e2)

Autor SHA1 Wiadomość Data
jmoenig 77c409cb3e Remember user settings across sessions
most user settings (language, blocks zoom, long form input, clicking
sound, design preference) are now made persistent in localStorage, so
if the user closes and re-opens Snap! the settings stay the same
2013-05-17 11:53:32 +02:00
jmoenig e1a3092713 "Flat" GUI design preference
in the IDE's settings menu
2013-05-16 14:38:37 +02:00
jmoenig b74695d4a0 "Flat" GUI design options
preparing for "flat" GUI skins
2013-05-15 16:03:56 +02:00
jmoenig a1ff3bfec5 Costume shrinkWrapping adjustments 2013-05-15 13:04:55 +02:00
jmoenig c8029a03e9 Paint editor fixes and credits 2013-05-14 16:53:28 +02:00
jmoenig d267b696af Broadcast & Message enhancements, fixed #93
* When I receive <any msg> option
* getLastMessage reporter + watcher
2013-05-14 16:16:21 +02:00
jmoenig 4c44efdc1e Paint editor fixes 2013-05-14 14:18:46 +02:00
jmoenig b250bb2683 Paint editor integration 2013-05-14 13:47:13 +02:00
jmoenig 3f92313ae4 Paint editor fixes 2013-05-14 13:07:08 +02:00
jmoenig f5e101dc57 Paint editor
contributed by Kartik Chandra (Hardmath123 on Scratch)!!
2013-05-14 13:02:24 +02:00
jmoenig 6c07875d04 Reset Password via emailed link
(front end only)
2013-05-10 15:23:28 +02:00
jmoenig b5ddbfbc75 Reset Password Feature
(front end only)
2013-05-06 19:46:17 +02:00
Jens Mönig f22338b3a9 Merge pull request #84 from queryselector/issue-24
Fixed #24 for horizontal scrolling
2013-05-06 01:51:50 -07:00
Nathan Dinsmore 1fc39e61f7 Fixed #24 for horizontal scrolling 2013-04-30 15:25:22 -04:00
jmoenig e51a0ed718 Fixed #24 2013-04-30 15:57:41 +02:00
jmoenig 1505796e19 Eraser symbol 2013-04-30 13:49:14 +02:00
jmoenig ed3b9d1959 Fixed #83 2013-04-30 12:39:09 +02:00
jmoenig 0c4779f028 Costume shrink-wrapping 2013-04-30 11:49:26 +02:00
jmoenig 9c9d761cc0 Solid rectangle and circle symbols 2013-04-29 12:31:28 +02:00
jmoenig 966d9ee24e Fixed #70 2013-04-27 09:33:09 +02:00
jmoenig 2d1e450c8f Paint bucket symbol for paint editor flood-fill tool 2013-04-27 08:49:45 +02:00
jmoenig 88d9691d82 Paint editor tools symbols
additional simple icons for buttons: brush, rectangle, circle, line,
crosshairs
2013-04-26 16:24:01 +02:00
jmoenig 512d9d7cce Ensure unique World stamps 2013-04-26 10:39:20 +02:00
jmoenig ba8569954c Translation update for "hide primitives" feature 2013-04-25 18:44:18 +02:00
jmoenig 25f813f79e Restore multi-dialog restrictions for multi-world setups 2013-04-25 18:36:21 +02:00
jmoenig 4580aa1e0d Hide Primitives feature
Primitive blocks in the palette can now be hidden in the project via
their context menu. Each palette's context menu further lets you hide
or show all its primitives depending on whether any primitives are left
to hide or show.
Hidden primitives are stored in the project data. This lets instructors
create "simplified" examples and problem sets.
2013-04-25 16:52:59 +02:00
jmoenig d0878399fe Fine-tune multiple dialog instance handling
prevent multiple block editors on the same block definition, allow
multiple dialogs on different objects, handle dialog instances in
DialogBoxMorph.prototype
2013-04-24 15:11:27 +02:00
jmoenig 6bafe43b8f Release clean-ups & translation update 2013-04-23 17:57:38 +02:00
Jens Mönig 49998bb0de Merge pull request #74 from queryselector/issue-23
Fixed #23
2013-04-23 08:27:46 -07:00
Jens Mönig 3328d87f2f Merge pull request #76 from queryselector/issue-72
Fixed #72
2013-04-23 08:21:36 -07:00
Jens Mönig 8a7faaa7f5 Merge pull request #68 from queryselector/issue-19
Fixed #19
2013-04-23 08:07:04 -07:00
Jens Mönig 43f51863d0 Merge pull request #61 from queryselector/issue-59
Fixed #59
2013-04-23 08:06:08 -07:00
Jens Mönig 5beb7abafb Merge pull request #60 from queryselector/issue-27
Fixed #27
2013-04-23 08:05:23 -07:00
Jens Mönig 5571c656de Merge pull request #58 from queryselector/issue-53
Fixed #53
2013-04-23 08:04:41 -07:00
Jens Mönig 4fc82b7f06 Merge pull request #57 from queryselector/issue-55
Fixed #55
2013-04-23 08:03:32 -07:00
jmoenig d098dbb4ba Fixed #44
Circularity no longer breaks watchers
2013-04-23 16:55:11 +02:00
Nathan Dinsmore e642b1a109 Fixed #72
Canceling a "Save as..." operation will no longer replace the selected project upon the next save.
2013-04-22 21:07:43 -04:00
jmoenig 020f95992d Double click support for cloud side of project dialog 2013-04-22 16:34:01 +02:00
jmoenig 39db95a414 Fixed #73
zoom blocks dialog no longer accepts drops. Thanks, Nathan, for
reporting this!
2013-04-21 20:56:37 +02:00
Nathan Dinsmore cad54f7433 Fixed #23
Only one of each kind of dialog can now be open at any given time.

You can still open multiple dialogs for editing a costume and editing a block.
2013-04-21 14:45:51 -04:00
jmoenig f21416527f Double click support for project dialogs
double clicking a project in the project dialog now performs the
specified action for the dialog (open / save) on it.
2013-04-21 20:40:24 +02:00
Nathan Dinsmore 2d9a3df2a8 Fixed #19
Blocks highlights now retain the correct color when their associated stacks are dragged elsewhere.
2013-04-21 13:15:32 -04:00
jmoenig 977da0314c Fixed #65
using the percent character in variable names is now safe
2013-04-21 17:57:14 +02:00
Nathan Dinsmore b27eb901b4 Fixed #59
The "Export tools..." and "Export project as plain text..." menu items no longer have a space before their trailing ellipses.
2013-04-19 11:18:00 -04:00
Nathan Dinsmore 5237ed9b7d Updated translations to reflect "Import tools..." -> "Import tools" 2013-04-19 11:12:54 -04:00
Nathan Dinsmore 60781e9913 Fixed issue #27
The "Import tools" menu item no longer has an ellipsis.
2013-04-19 11:09:16 -04:00
Nathan Dinsmore 7b08ca000b Fixed #53
Renaming a script variable presents a dialog entitled "Script variable name," while renaming a ring input still presents a dialog entitled "Input name"
2013-04-19 11:02:59 -04:00
Nathan Dinsmore 9661cc781e Fixed #55
Creating a variable which already exists no longer performs any action.
2013-04-19 10:51:43 -04:00
jmoenig 7681525cc2 German translation update
for new "scripts pic..." feature on the scripting area's context menu.

Also pushed up version dates for new beta release, and added
SnapManual.pdf to the help folder
2013-04-19 08:09:35 +02:00
Jens Mönig 05c1e8da82 Merge pull request #52 from queryselector/issue-51
Fixed #51
2013-04-18 22:43:47 -07:00