summaryrefslogtreecommitdiff
path: root/gui.js
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #606 from Gubolin/issue_190Jens Mönig2015-06-251-1/+2
|\
| * show an error message if project cannot be loaded (fix #190)issue_190Gubolin2014-10-041-1/+2
* | add some spacesjmoenig2015-06-251-4/+3
* | Merge pull request #821 from show0k/masterJens Mönig2015-06-251-13/+12
|\ \
| * | Remove hardcoded URLs in gui.js. This fix #814Théo Segonds2015-06-071-13/+12
* | | Merge pull request #805 from brollb/masterJens Mönig2015-06-251-2/+2
|\ \ \
| * | | Fixed #809Brian Broll2015-05-231-2/+2
| |/ /
* | | wrap credits tab in "about" Dialogjmoenig2015-06-251-1/+1
* | | Revert to "new" for object creationjmoenig2015-06-251-11/+11
* | | Use Object.create(…) instead of new …() for inheritance (faster)Nathan Dinsmore2015-06-171-8/+8
|/ /
* | Fix encoding for exported sprites (esp. comments)Jens Mönig2015-05-181-2/+4
* | Release!Jens Mönig2015-05-011-1/+1
* | formatting tweaks for JSLint’s benefitJens Mönig2015-05-011-3/+3
* | Merge pull request #768 from bromagosa/contribJens Mönig2015-05-011-2/+15
|\ \
| * | new parameters to allow embedding projectsBernat Romagosa2015-04-101-2/+15
* | | hide “save to disk” option behind shift-click again (has issues in Chrome)Jens Mönig2015-05-011-7/+10
* | | switch from beta to release candidateJens Mönig2015-03-151-2/+2
* | | Only enable input caching for blocksJens Mönig2015-03-091-4/+4
* | | Cache inputs - accelerate recursive reportersJens Mönig2015-02-281-1/+12
* | | Update German translationjmoenig2015-02-231-3/+3
* | | Make “project data in URLs” a hidden dev optionjmoenig2015-02-201-6/+37
* | | Un-hide “Save to disk” featurejmoenig2015-02-201-9/+6
* | | Added url switch #cloud: to open a shared project in edit modejmoenig2015-02-061-1/+41
* | | Fix Zoom Dialog’s sample background in “flat” designjmoenig2015-01-211-0/+1
* | | Generate ScriptsPaneTexture programmaticallyjmoenig2015-01-211-4/+20
* | | fixed #680jmoenig2015-01-131-1/+10
* | | Force Chrome to show GUI messagesjmoenig2015-01-121-0/+6
* | | Check project for compatibilityjmoenig2015-01-121-17/+26
* | | fix typo & update historyjmoenig2014-12-041-2/+2
* | | Really fix setting the cloud as default save location when logged inMichael Ball2014-12-041-1/+4
* | | updated historyjmoenig2014-12-011-1/+1
* | | Fix to set SnapCloud variable before the IDE morph is built.Michael Ball2014-11-301-4/+4
* | | Updated the “About” Dialogjmoenig2014-11-201-3/+4
* | | Set Default Save location to Cloud on Snap! loadMichael Ball2014-10-271-1/+1
|/ /
* / fixed #604. Thanks, @Gubolin!jmoenig2014-10-061-1/+2
|/
* New feature - minimal stage mode (shift-click on small-stage button)jmoenig2014-10-021-12/+26
* updated historyjmoenig2014-10-011-1/+1
* add localization to default costume nameManuel Menezes de Sequeira2014-10-011-1/+1
* fixed #585jmoenig2014-09-221-2/+2
* propagate DELETE to nested sprite partsjmoenig2014-07-301-2/+4
* export and import nested spritesjmoenig2014-07-291-1/+1
* duplicate and clone nested spritesjmoenig2014-07-291-5/+2
* updated creditsjmoenig2014-07-251-2/+4
* improve unique sprite- and costume namesjmoenig2014-07-241-21/+33
* ensure unique costume names when copying costumes via d&djmoenig2014-07-181-0/+1
* ensure unique names when renaming costumesjmoenig2014-07-181-1/+2
* ensure unique names for costumes created by the paint editorjmoenig2014-07-181-2/+5
* list op fixes, thanks, Brian!jmoenig2014-07-181-1/+1
* ensure unique names for imported costumesjmoenig2014-07-171-2/+4
* Merge pull request #509 from jmoenig/bhJens Mönig2014-07-111-1/+18
|\