summaryrefslogtreecommitdiff
path: root/paint.js
Commit message (Collapse)AuthorAgeFilesLines
* merge upstreamdevelopmentGubolin2015-07-231-2/+2
|\
| * Revert to "new" for object creationjmoenig2015-06-251-9/+5
| | | | | | | | and prepare for new release
| * Add missing init() super calls in paint.jsNathan Dinsmore2015-06-171-0/+4
| |
| * Use Object.create(…) instead of new …() for inheritance (faster)Nathan Dinsmore2015-06-171-3/+3
| |
* | draw rotation center coordinates near crosshairsJohn2014-12-271-0/+7
|/
* Paint: flood fill issue fixed, thanks, Kartik!jmoenig2014-09-291-2/+3
|
* added historyHardmath1232014-08-241-2/+2
|
* remove logHardmath1232014-08-241-1/+0
|
* fix #566Hardmath1232014-08-241-1/+2
|
* Paint Editor transform integration - little tweaksjmoenig2014-06-041-7/+15
| | | | Thanks, Kartik!!
* Docs, symbolsHardmath1232014-06-031-3/+4
|
* Added scaling and flippingHardmath1232014-06-031-3/+41
|
* checkpoint - releasejmoenig2014-05-021-1/+1
|
* integrate localisation changesjmoenig2014-04-301-1/+2
|
* Merge pull request #344 from MMSequeira/masterJens Mönig2014-04-301-1/+1
|\ | | | | Added a couple of localize() calls and new and improved Portuguese translations.
| * Add localization support for 'Brush size' string.Manuel Menezes de Sequeira2014-03-091-1/+1
| |
* | New Feature: Set stage dimensions arbitrarilyjmoenig2014-02-111-2/+2
| | | | | | | | | | 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-8/+11
|/ | | | | changing the stage dimensions in line 3720 of objects.js takes care of everything
* validated all source files against the latest JSLint versionjmoenig2014-01-091-2/+2
| | | | and pushed to this date
* add mouseLeaveDragging() behavior to the paint editor, thanks, Kartik!jmoenig2014-01-081-713/+717
| | | | | | | All credit for fixing this goes to Kartik. This also seems to change just about every line ending for reasons known only to Xcode. Sorry Kartik, for not pulling your request because of those line endings, they are inevitable!
* Paint: Flood fill freeze fixjmoenig2013-09-161-2/+19
| | | | thanks for the contribution, Kartik!
* Paint: fixed pipette tool for floodfilljmoenig2013-07-131-2/+2
| | | | thanks, Kartik, for your help!
* Paint Editor: Pipette tooljmoenig2013-07-121-45/+83
| | | | and code formatting adjustments for JSLint
* "Flat" GUI design preferencejmoenig2013-05-161-3/+8
| | | | in the IDE's settings menu
* Paint editor fixes and creditsjmoenig2013-05-141-5/+5
|
* Paint editor fixesjmoenig2013-05-141-2/+2
|
* Paint editor integrationjmoenig2013-05-141-306/+1
|
* Paint editor fixesjmoenig2013-05-141-172/+269
|
* Paint editorjmoenig2013-05-141-0/+1097
contributed by Kartik Chandra (Hardmath123 on Scratch)!!