summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* clear -> clear pen trailsi18nGubolin2014-09-3024-25/+25
* forever -> repeat foreverGubolin2014-09-3023-24/+24
* fixed #584jmoenig2014-09-302-2/+10
* fixed #378jmoenig2014-09-302-2/+7
* updated historyjmoenig2014-09-302-1/+2
* Merge pull request #549 from Gubolin/issue_285Jens Mönig2014-09-301-2/+2
|\
| * allow negative min/max values for sliders (fix #285)Gubolin2014-08-021-2/+2
* | updated historyjmoenig2014-09-302-1/+3
* | Merge pull request #548 from Gubolin/issue_361Jens Mönig2014-09-301-2/+2
|\ \
| * | allow percent symbols in custom block texts (fix #361)Gubolin2014-08-021-2/+2
| |/
* | fixed #593jmoenig2014-09-302-1/+6
* | Merge pull request #592 from MMSequeira/patch-1Jens Mönig2014-09-291-1/+1
|\ \
| * | Add missing comma. (Sorry Jens!)Manuel Menezes de Sequeira2014-09-291-1/+1
|/ /
* | Paint: flood fill issue fixed, thanks, Kartik!jmoenig2014-09-292-2/+4
* | Merge pull request #571 from Hardmath123/bucket-colorJens Mönig2014-09-292-3/+4
|\ \
| * | added historyHardmath1232014-08-241-2/+2
| * | remove logHardmath1232014-08-241-1/+0
| * | fix #566Hardmath1232014-08-242-1/+3
* | | fixed #590 (Russian translation syntax glitches) Thanks @alexf2000 !jmoenig2014-09-293-4/+5
* | | Portuguese translation update, thanks, Manuel!jmoenig2014-09-293-3/+4
* | | Merge pull request #589 from MMSequeira/masterJens Mönig2014-09-291-5/+25
|\ \ \
| * | | correct small errors in localization strings and add a few new Portuguese tra...Manuel Menezes de Sequeira2014-09-281-5/+25
* | | | fixed #591jmoenig2014-09-292-3/+10
* | | | fixed #585jmoenig2014-09-222-2/+3
* | | | Mutable upvarsjmoenig2014-09-222-25/+24
* | | | fixed #174, eliminate UpvarReferences in evaluatorjmoenig2014-09-182-107/+16
* | | | Refactor variables handlingjmoenig2014-09-174-30/+37
| |/ / |/| |
* | | Fix #563 (Paste into Chrome), thanks, @Muon, for the hint!jmoenig2014-08-132-2/+4
* | | enable Zombiefication of JS-Functionsjmoenig2014-08-133-5/+11
| |/ |/|
* | Merge pull request #540 from MMSequeira/patch-1Jens Mönig2014-07-301-0/+2
|\ \
| * | Add Portuguese translation of 'move'.Manuel Menezes de Sequeira2014-07-291-0/+2
| |/
* | export script pic with result bubblejmoenig2014-07-303-8/+73
* | propagate DELETE to nested sprite partsjmoenig2014-07-302-2/+5
* | propagate HIDE and SHOW to nested sprite partsjmoenig2014-07-302-1/+22
|/
* keep reporter-result-bubbles within the enclosing scripting panejmoenig2014-07-292-0/+5
* fixed #497 (prevent bubble shadows from getting cut-off)jmoenig2014-07-292-2/+3
* updated German translationjmoenig2014-07-294-5/+9
* Merge pull request #539 from MMSequeira/masterJens Mönig2014-07-291-1/+53
|\
| * Update further Portuguese translation of code generation stuff.Manuel Menezes de Sequeira2014-07-281-1/+18
| * Update Portuguese translation: split ‘letter’, pen trails, and code gener...Manuel Menezes de Sequeira2014-07-281-1/+36
* | added ‘move’ option to the sprite context menujmoenig2014-07-292-0/+2
* | double clicking on a sprite in the stage selects it in the IDEjmoenig2014-07-292-1/+6
* | export and import nested spritesjmoenig2014-07-293-2/+22
* | duplicate and clone nested spritesjmoenig2014-07-293-26/+44
* | fixed #526jmoenig2014-07-292-2/+14
|/
* enable “JS function” block to create custom control structures and HOFsjmoenig2014-07-282-3/+11
* fixed "Load Failed Type Error Cannot read property 'isLinked' of null"jmoenig2014-07-281-4/+6
* JS function tweak, thank, @nathan!jmoenig2014-07-272-3/+3
* Merge pull request #530 from cycomachead/list-stringJens Mönig2014-07-271-1/+1
|\
| * List.toString will show contents of the listMichael Ball2014-07-261-1/+1