Wykres commitów

5976 Commity (master)

Autor SHA1 Wiadomość Data
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
Jens Mönig 96b4a506ec Merge pull request #14 from MMSequeira/master
Improvements to the Portuguese translation
2013-04-08 03:19:02 -07:00
jmoenig d022d718fb Sharing / Unsharing projects finalization 2013-04-08 12:17:10 +02:00
Manuel Menezes de Sequeira c800230a35 Correct and add translations strings for Portuguese translation. 2013-04-06 23:51:21 +01:00
jmoenig a4037b57c1 Variable-names drop-down menu when renaming blobs
renaming variable blobs now features a drop-down menu in the dialog box
with reachable variable names and a picture of the block to be renamed
2013-04-05 10:20:18 +02:00
jmoenig 2e7ea3c14f Fix: Make Comments Detachable from Prototype Hats 2013-04-04 21:13:47 +02:00
jmoenig 80ee7b8c53 Display Custom Block Comments as Help
Selecting "Help" for a custom block now pops up the comment attached to
its definition's prototype hat, if any
2013-04-04 20:08:28 +02:00
jmoenig 8f249e63bb Loading shared cloud projects in presentation mode
and exporting URLs for shared projects
2013-04-04 17:47:26 +02:00
jmoenig 18821f7bc1 PrototypeHatBlocks accept anchored comments
You can now "stick" comments to the prototype hat block in the block
editor
2013-04-03 12:03:34 +02:00
jmoenig 4804d8cfc8 Fix: Removed added textarea from YPR module
No more text area in upper left corner of the Snap! IDE when converting
a .ypr project
2013-04-03 10:09:11 +02:00
jmoenig 895ab6ddeb Anchored Comments Enhancements
* the Block Editor now allows anchored comments,
* duplicating a block / script / sprite now also duplicates anchored
comments,
* deleting a block / script now also deletes anchored comments
2013-04-02 18:18:19 +02:00
jmoenig 84fd877fa4 Project Sharing / Unsharing Support (frontend)
Support for publishing and un-publishing projects in the cloud (not yet
live in the current production version of the cloud backend)
2013-04-02 14:01:42 +02:00
jmoenig f05104ee67 Japanese translations update
thanks to Kazuhiro Abe!!
2013-04-02 11:57:18 +02:00
jmoenig cd02b9c3fb Simplified Chinese translation update
thanks for the contribution, 邓江华 !!
2013-03-25 15:18:16 +01:00
jmoenig 8333462353 Spanish translation
thanks for the contribution, Victor Manuel Muratalla!!
2013-03-25 09:54:19 +01:00
jmoenig fcc161ad10 Boolean value representation translation fix
Boolean value block representations in evaluation bubbles, speech
bubbles and stage watchers, are now translated. Thanks, Victor, for the
bug report!
2013-03-25 08:48:44 +01:00
jmoenig 20b6675108 Portuguese translation update
Thanks, for the quick translation, Manuel!
2013-03-22 15:13:56 +01:00
Jens Mönig 32ca621b5b Merge pull request #6 from MMSequeira/master
Updated Portuguese l10n to include stage pics and zoom strings. Also improved direction dropdown.
2013-03-22 07:04:54 -07:00
Manuel Menezes de Sequeira 4b3414682a Add zoom and stage pic strings. Improve direction dropdown. 2013-03-22 13:53:34 +00:00