summaryrefslogtreecommitdiff
path: root/history.txt
Commit message (Collapse)AuthorAgeFilesLines
* relabelling custom blocks (experimental)jmoenig2014-06-061-0/+1
|
* more relabelling options for SAY, THINK, ASKjmoenig2014-06-061-0/+1
|
* enable relabelling blocks across categoriesjmoenig2014-06-061-0/+1
|
* enable relabelling blocks with C-Slotsjmoenig2014-06-061-0/+1
|
* more relabelling options for SAY and THINK variantsjmoenig2014-06-061-0/+1
|
* add hide and show blocks for the stagejmoenig2014-06-061-0/+1
|
* gracefully hide & show the stage, fixed #281jmoenig2014-06-061-1/+5
|
* fixed #457jmoenig2014-06-051-0/+1
|
* fixed #465jmoenig2014-06-051-0/+1
|
* initialize new variables with zero (instead of null)jmoenig2014-06-051-0/+1
|
* stop replacing the empty string with the number zero in watchersjmoenig2014-06-051-0/+4
| | | | fixed #473
* Paint Editor transform integration - little tweaksjmoenig2014-06-041-1/+2
| | | | Thanks, Kartik!!
* German translation update, tweaksjmoenig2014-06-041-0/+3
|
* GUI: new (hidden) feature: “Export all scripts as pic”jmoenig2014-06-041-0/+6
| | | | (including custom block refs)
* Show last-changed-timestamp of cloud projectsjmoenig2014-05-261-0/+1
| | | | | display a tool-tip “bubble” in the “Open-Project” dialog next to the preview field
* Localization additions and Portuguese translation update, thanks, Manuel!jmoenig2014-05-261-0/+1
|
* Fixed #445 (minor search + zoom issues)jmoenig2014-05-261-0/+4
|
* Search Blocks feature, keyboard shortcutsjmoenig2014-05-201-0/+2
| | | | Thanks, Kyle, for designing and architecting the search blocks feature!!
* Threads: new Variable data structurejmoenig2014-05-201-0/+1
| | | | for refactoring upvar references, not yet used anywhere
* Snap.html: Focus the world canvas on startupjmoenig2014-05-201-1/+2
| | | | | 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-201-0/+4
| | | | | … and allow using these for Snap! without having Chrome trigger its own actions for them
* fixed #407 (custom-block coloring w/ zebra off)jmoenig2014-05-021-0/+1
|
* integrate #394jmoenig2014-05-021-0/+4
|
* checkpointjmoenig2014-04-301-0/+5
|
* enable storage of first-class costumesjmoenig2014-04-301-0/+6
|
* let “switch to costume” block accept actual costume objects (in addition ↵jmoenig2014-03-311-0/+1
| | | | to names and numbers)
* display costume thumbnails in speech/thought/value bubbles and watcher cellsjmoenig2014-03-311-0/+1
|
* experimental “wardrobe” and “jukebox” reporters in dev modejmoenig2014-03-311-0/+4
| | | | tentative preparations for first-class costumes and sounds
* German translation updatejmoenig2014-02-131-0/+1
| | | | for the new stage resizing feature
* GUI: Use new vector prompter for stage dimensionsjmoenig2014-02-131-0/+1
| | | | | also take out previous experimental code and make this new feature an official one
* Widgets: new “promptVector” dialog box featurejmoenig2014-02-131-0/+1
| | | | | lets you edit a Point object (numerical x and y), such as dimensions, positions, min/max etc.
* Fixed #322, #324jmoenig2014-02-131-0/+1
|
* Constrain minimum stage size to 480 x 180jmoenig2014-02-131-0/+4
|
* integrate Date block, thanks, Michaeljmoenig2014-02-111-0/+1
|
* Saving & Loading for arbitrary stage dimensions in the project datajmoenig2014-02-111-0/+1
|
* New Feature: Set stage dimensions arbitrarilyjmoenig2014-02-111-0/+4
| | | | | new entries to set stage width and height in the settings menu when holding the shift key
* One-stop-shopping for stage dimensionsjmoenig2014-02-051-0/+4
| | | | | changing the stage dimensions in line 3720 of objects.js takes care of everything
* Integrate Portuguese and French translation updatesjmoenig2014-02-041-0/+2
|
* integrate Dean's sound fixjmoenig2014-02-041-0/+1
| | | | so JSLint doesn’t complain (no functionality changes). Thanks, Dean!
* German translation updatejmoenig2014-02-041-0/+1
|
* Flat line end option in the settings menu, saved with the projectjmoenig2014-02-041-0/+1
|
* Import sounds from the project menujmoenig2014-02-041-1/+2
| | | | Thanks, Brian, for the changeset!
* Import costumes and backgrounds from the project menujmoenig2014-02-041-0/+4
| | | | thanks, Brian, for the changeset!
* Morphic: Replaced deprecated DOM “body” references with ↵jmoenig2014-02-031-0/+1
| | | | “documentElement”
* Fixed #313jmoenig2014-02-031-0/+4
| | | | | “Block OF sprite” now works for interpolated (“timed”) blocks and for reporters (i.e. SAY FOR, THINK FOR, GLIDE, ASK etc.)
* Fixed #291 (readonly custom menus become non-readonly when block is edited)jmoenig2014-01-101-0/+1
|
* Fixed #292 (pulldowns loose lines when exported as library)jmoenig2014-01-101-0/+1
|
* Revert pull request #295 (xhr-headers)jmoenig2014-01-101-0/+4
| | | | breaks existing installations
* validated all source files against the latest JSLint versionjmoenig2014-01-091-1/+2
| | | | and pushed to this date
* XML.js: resolved unexpected assignment expressionsjmoenig2014-01-091-0/+1
| | | | conform to the latest JSLint quibbles