Wykres commitów

94 Commity (020f95992d6e452751199ec18ab066fe2cf9d78c)

Autor SHA1 Wiadomość Data
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
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
jmoenig 977da0314c Fixed #65
using the percent character in variable names is now safe
2013-04-21 17:57:14 +02: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
Nathan Dinsmore 74e679a538 Fixed #51 2013-04-18 07:54:27 -04:00
Jens Mönig cfc84accea Merge pull request #48 from queryselector/issue-47
Fixed #47
2013-04-18 02:19:37 -07:00
Jens Mönig bf15956f61 Merge pull request #42 from queryselector/issue-41
Fixed #41
2013-04-18 02:18:35 -07:00
Jens Mönig e00dc98752 Merge pull request #40 from queryselector/issue-22
Fixed #22
2013-04-18 02:17:03 -07:00
Jens Mönig 59e7de2b8d Merge pull request #37 from queryselector/issue-29
Fixed #29
2013-04-18 02:15:37 -07:00
Jens Mönig 42c264ec16 Merge pull request #36 from queryselector/issue-25
Fixed #25
2013-04-18 02:14:19 -07:00
Jens Mönig 5aaba81b0f Merge pull request #35 from queryselector/issue-33
Fixed #33
2013-04-18 02:13:35 -07:00
jmoenig 06d35dae6c Export picture of all scripts
* new entry in the ScriptsMorph's userMenu lets you export a picture of
all scripts, including comments.

* place sticky comments on World layer on dragging their anchor block,
fixes both #8 and #18

* additional settings for developing the backend
2013-04-17 17:28:49 +02:00
Nathan Dinsmore 8342c06e27 Fixed #47 2013-04-15 21:06:44 -04:00
Nathan Dinsmore 25dfe21d66 Fixed #41
Dragging morphs will no longer throw a TypeError.
2013-04-13 13:28:36 -04:00
Nathan Dinsmore 4d694e6bfc Fixed #22
Added a "help..." item to the context menus of the "Make a variable," "Delete a variable," and "Make a block" buttons which displays the appropriate help screen
2013-04-13 10:16:15 -04:00
Nathan Dinsmore da7d0da6c3 Added "Delete a variable" help screen 2013-04-13 10:15:02 -04:00
Nathan Dinsmore 63a20d5fe1 Added help screens 2013-04-13 10:14:48 -04:00
Nathan Dinsmore 5bc613f4d9 Fixed #29
Corrected the capitalization of the "add a new sprite" tooltip
2013-04-13 02:50:00 -04:00
Nathan Dinsmore 0a29202dd2 Updated Czech translation 2013-04-13 02:40:50 -04:00
Nathan Dinsmore c65a77bd85 Fixed issue #25
Corrected the capitalization of the "Project notes..." menu item
2013-04-13 02:32:09 -04:00
Nathan Dinsmore 285ec99c21 Fixed issue #33
Generated variable names now follow the pattern a..z, aa..zz, aaa..zzz, etc.
2013-04-13 02:21:46 -04:00
jmoenig 15718f44a3 Sharing / Unsharing / Deleting in every Project Dialog
not just in the "open project" dialog, but also in the "save as" version
2013-04-12 15:03:36 +02:00
jmoenig 53a918175a Tooltips for custom block templates (sitting in the palette)
mousing over a custom block in the palette pops up its definition hat
comment in a comment-colored speech bubble
2013-04-12 13:08:48 +02:00
jmoenig 54415a2cfc Lists: fix for typecasting bug in CONTAINS primitive 2013-04-12 10:11:45 +02:00
jmoenig a03d8fba4d Missing localStorage no longer prevents Snap! from loading
… as in IE9 running locally
2013-04-11 20:15:59 +02:00
jmoenig 5b94c73303 Morphic: Virtual Keyboard enhancements
The input-element-as-virtual-keyboard-proxy mechanism now gets only
activated on touchscreen devices. Whether the browser is a touchscreen
device is determined whenever a touch event occurs.
for iOS devices, autocapitalization is now turned off.
2013-04-11 13:48:24 +02:00
jmoenig cb41576e5a Load shared projects from different formats
cloud data and plain project format
2013-04-10 08:33:50 +02:00
Jens Mönig 2fe044f0a3 Merge pull request #16 from queryselector/master
Fixed #7 and #10
2013-04-09 22:45:33 -07:00
Nathan Dinsmore ceeb41c0de Merge remote-tracking branch 'upstream/master' 2013-04-09 17:15:24 -04:00
Nathan Dinsmore 6f053fe214 Fixed #10
Clicking and dragging on a button no longer picks up the morph to which it is attached
2013-04-09 15:55:02 -04:00
jmoenig 74ad2abc66 Support for debugging shared projects 2013-04-09 18:03:44 +02:00
Nathan Dinsmore 276ff05ed5 Fixed #7
Passing non-numeric values to blocks no longer causes unpredictable behavior.
2013-04-09 10:13:14 -04:00
jmoenig e23a694409 Hide IDE while opening a shared project for presentation 2013-04-09 15:12:29 +02:00
jmoenig d4d537c186 Feedback msg when sharing / unsharing projects 2013-04-09 14:11:32 +02:00
jmoenig afe62246d6 Bold type shared project names
in the project dialog
2013-04-09 13:56:09 +02:00
jmoenig 256634239e Morphic: ListMorph and Menu enhancements
* Additional formatting enhancements for Triggers and MenuItems
(ListItems): bold, italic
* Item manipulations capabilities for ListMorph items
2013-04-09 13:49:33 +02:00
jmoenig 855d12a18c "Fixed #3" Follow-up 2013-04-09 09:52:24 +02:00
Jens Mönig cd41e7c644 Merge pull request #15 from queryselector/master
Removed .DS_Store, fixed #3, and made things consistently UTF-8
2013-04-09 00:26:54 -07:00
Nathan Dinsmore f3bd991f07 Switched to UTF-8
This fixes some encoding issues
2013-04-08 22:18:32 -04:00
Nathan Dinsmore ec434a3376 Revert "Fixed an encoding issue"
This reverts commit 4d37845b2e.
2013-04-08 22:13:16 -04:00
Nathan Dinsmore 4d37845b2e Fixed an encoding issue 2013-04-08 22:10:18 -04:00
Nathan Dinsmore 40922d360c Fixed #3
When a locale is loaded with #lang:xx, the names of the new project and the sprite it contains are now localized
2013-04-08 21:51:20 -04:00
Nathan Dinsmore 4c9fee58ee Fixed a number of whitespace inconsistencies 2013-04-08 21:49:31 -04:00
Nathan Dinsmore 70f5eced79 Removed .DS_Store and added a .gitignore 2013-04-08 21:13:00 -04:00
jmoenig 0c4cedad05 Turn pen trails into new costume
currently still hidden in the stage's context menu, visible when
shift-clicked
2013-04-08 17:19:10 +02:00
jmoenig a39f4fbffc Fix: switch to edit mode and tab to scripts when loading a project 2013-04-08 14:44:51 +02:00
jmoenig 6ea1d707aa Italian translation update
Thanks for this constribution, Stefano Federici!
2013-04-08 14:33:23 +02:00
jmoenig dbce2753df Adjust list watcher size to blocks' zoom scale 2013-04-08 13:18:47 +02:00