summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add new Portuguese localizations for stage size, flat line ends, dates ↵Manuel Menezes de Sequeira2014-05-201-0/+64
| | | | sensor block, and Snap\!Cloud stuff.
* Add localization to connection error message.Manuel Menezes de Sequeira2014-05-201-5/+5
|
* prepare releasejmoenig2014-05-201-1/+1
| | | | correct last-changed-date
* Search Blocks feature, keyboard shortcutsjmoenig2014-05-203-21/+232
| | | | Thanks, Kyle, for designing and architecting the search blocks feature!!
* Threads: new Variable data structurejmoenig2014-05-202-1/+16
| | | | for refactoring upvar references, not yet used anywhere
* Snap.html: Focus the world canvas on startupjmoenig2014-05-202-1/+3
| | | | | so Snap reacts to keyboard events right away (without having to click on the IDE first)
* Morphic: Prevent default action for ctrl-/cmd-key eventsjmoenig2014-05-202-1/+8
| | | | | … and allow using these for Snap! without having Chrome trigger its own actions for them
* checkpoint - releasejmoenig2014-05-026-6/+7
|
* fixed #407 (custom-block coloring w/ zebra off)jmoenig2014-05-022-5/+7
|
* integrate #394jmoenig2014-05-022-8/+23
|
* Merge pull request #394 from xtitter/varimportJens Mönig2014-05-021-5/+5
|\ | | | | better error message when importing (into a variable)
| * give error message when attempting to import (into a variable) with a ↵Nathaniel Titterton2014-04-171-5/+5
| | | | | | | | non-text file; don't read every file in multifile import
* | partial fix for #407jmoenig2014-04-301-0/+3
| | | | | | | | the label still is wrong
* | checkpointjmoenig2014-04-303-2/+7
| |
* | Merge pull request #398 from cycomachead/turboJens Mönig2014-04-301-3/+3
|\ \ | | | | | | fix set turbo mode block; fixes #396
| * | style fix for boolMichael Ball2014-04-271-1/+1
| | |
| * | fix set turbo mode blockMichael Ball2014-04-221-3/+3
| |/
* | Merge pull request #356 from dimon4ezzz/patch-1Jens Mönig2014-04-301-32/+36
|\ \ | | | | | | Add some translate
| * | Add some translateDmithiy2014-03-181-32/+36
| | |
* | | integrate localisation changesjmoenig2014-04-302-3/+7
| | |
* | | Merge pull request #344 from MMSequeira/masterJens Mönig2014-04-303-7/+119
|\ \ \ | | | | | | | | Added a couple of localize() calls and new and improved Portuguese translations.
| * | | Improve translation of several strings and add several new translations.Manuel Menezes de Sequeira2014-03-091-5/+117
| | | |
| * | | Add localization support for SymbolMorph menu items.Manuel Menezes de Sequeira2014-03-091-1/+1
| | | |
| * | | Add localization support for 'Brush size' string.Manuel Menezes de Sequeira2014-03-091-1/+1
| | | |
* | | | enable storage of first-class costumesjmoenig2014-04-303-5/+17
| | | |
* | | | Merge pull request #400 from blob8108/utf8-dataJens Mönig2014-04-301-1/+1
|\ \ \ \ | | | | | | | | | | Specify an encoding for variable export
| * | | | Add charset to variable exportblob81082014-04-261-1/+1
| | | | |
* | | | | Brazilian Portuguese translationjmoenig2014-04-302-1/+1403
| | | | | | | | | | | | | | | | | | | | contributed by Aldo von Wangenheim. Thanks!
* | | | | Merge pull request #395 from jkseppan/fiJens Mönig2014-04-302-1/+1293
|\ \ \ \ \ | |_|_|_|/ |/| | | | Finnish translation
| * | | | Finnish translationJouni K. Seppänen2014-04-182-1/+1293
|/ / / /
* | | | let “switch to costume” block accept actual costume objects (in addition ↵jmoenig2014-03-312-0/+6
| | | | | | | | | | | | | | | | to names and numbers)
* | | | display costume thumbnails in speech/thought/value bubbles and watcher cellsjmoenig2014-03-313-1/+20
| | | |
* | | | experimental “wardrobe” and “jukebox” reporters in dev modejmoenig2014-03-312-1/+64
| |_|/ |/| | | | | | | | tentative preparations for first-class costumes and sounds
* | | German translation updatejmoenig2014-02-133-3/+14
| | | | | | | | | | | | for the new stage resizing feature
* | | GUI: Use new vector prompter for stage dimensionsjmoenig2014-02-132-52/+14
| | | | | | | | | | | | | | | also take out previous experimental code and make this new feature an official one
* | | Widgets: new “promptVector” dialog box featurejmoenig2014-02-132-1/+109
| | | | | | | | | | | | | | | lets you edit a Point object (numerical x and y), such as dimensions, positions, min/max etc.
* | | Fixed #322, #324jmoenig2014-02-132-2/+12
| | |
* | | Constrain minimum stage size to 480 x 180jmoenig2014-02-133-10/+15
| | |
* | | integrate Date block, thanks, Michaeljmoenig2014-02-112-2/+3
| | |
* | | Merge pull request #288 from cycomachead/dateblockJens Mönig2014-02-113-6/+62
|\ \ \ | | | | | | | | Create a "Date" Block for Snap
| * | | jslint style fixesMichael Ball2014-02-101-7/+7
| | | |
| * | | use inputOption for dateblock update file dateMichael Ball2014-02-101-4/+6
| | | |
| * | | remove lang file and incorporate fixes in blocks, opbjectsMichael Ball2014-02-064-17/+7
| | | |
| * | | resolve merge conflicts; date problems onlyMichael Ball2014-02-0424-821/+1168
| |\ \ \
| * | | | Remove unecessary items and reorder dropdownMichael Ball2014-01-261-5/+2
| | | | |
| * | | | adjust block to no longer use strings, and remove unneeded codeMichael Ball2014-01-263-120/+17
| | | | |
| * | | | date block workMichael Ball2014-01-221-5/+3
| | | | |
| * | | | fix typos in lang files. Translation worksMichael Ball2013-12-282-13/+13
| | | | |
| * | | | Add style tweaks per Nathan's comments.Michael Ball2013-12-283-35/+31
| | | | |
| * | | | Add a 'get current DATE' block with various options, add some translations ↵Michael Ball2013-12-275-9/+184
| | |/ / | |/| | | | | | | | | | to FR and DE