pixel-editor/js
2021-07-13 22:35:06 +02:00
..
lib ported to static site, removed _ext folder, split hbs files into partials 2021-07-06 17:24:20 -04:00
tools Removed crosshair 2021-06-30 22:17:08 +02:00
_changeZoom.js Started commenting code 2020-12-31 13:05:51 +01:00
_checkCompatibility.js Apply eslint --fix and fix indentation 2020-04-12 10:58:19 +02:00
_checkerboard.js Started commenting code 2020-12-31 13:05:51 +01:00
_colorPicker.js Fixed advanced colour picker bugs 2021-07-11 23:27:48 +02:00
_consts.js Started implementing preview rect 2020-03-04 15:46:25 +01:00
_copyPaste.js Started commenting code 2020-12-31 13:05:51 +01:00
_createButton.js Added Input.js 2021-07-12 11:36:30 +02:00
_createColorPalette.js Added Color class 2021-07-11 12:40:48 +02:00
_dialogue.js Refactored addColor.js 2021-07-04 13:55:49 -04:00
_drawLine.js Introduce ellipse tool (which draws rectangle for now) 2021-04-29 01:08:16 +02:00
_editorMode.js Added Input.js 2021-07-12 11:36:30 +02:00
_ellipse.js Introduce ellipse tool (which draws rectangle for now) 2021-04-29 01:08:16 +02:00
_featuresLog.js Continued splash page, added presets, resized cover 2021-01-11 18:09:58 +01:00
_featureToggles.js Introduce feature toggles and hide ellipsis tool behind such toggle 2021-04-29 01:38:10 +02:00
_fileMenu.js Added Input.js 2021-07-12 11:36:30 +02:00
_fill.js Fixed infinite loop when filling an area with the same colour 2021-06-30 22:35:46 +02:00
_getCursorPosition.js Finished commenting the editor 2020-12-31 16:47:56 +01:00
_history.js Added Color class 2021-07-11 12:40:48 +02:00
_hotkeyListener.js Introduce ellipse tool (which draws rectangle for now) 2021-04-29 01:08:16 +02:00
_jscolor.js Added Color class 2021-07-11 12:40:48 +02:00
_layer.js Added Input.js 2021-07-12 11:36:30 +02:00
_line.js Fixed layer issue 2021-01-15 10:11:13 -05:00
_loadImage.js Fixed bug when opening LPE file (the opposite editor mode was selected instead of the right one) 2021-04-25 13:00:16 +02:00
_loadPalette.js Fixed Color Picker preview not showing 2021-07-11 11:32:49 -04:00
_mouseEvents.js Fixed Color Picker preview not showing 2021-07-11 11:32:49 -04:00
_move.js Finished commenting the editor 2020-12-31 16:47:56 +01:00
_newPixel.js Fixed colour generation when creating a new pixel 2021-07-13 22:23:05 +02:00
_onbeforeunload.js Apply eslint --fix and fix indentation 2020-04-12 10:58:19 +02:00
_onLoad.js remove mode picker from new pixel dialog 2021-07-06 21:05:41 -04:00
_paletteBlock.js Refactored addColor.js 2021-07-04 13:55:49 -04:00
_palettes.js Fixed Util static method issue 2021-07-10 11:05:56 +02:00
_pixelEditorUtility.js Added sortable palette (basic mode) 2021-01-03 23:59:11 +01:00
_pixelGrid.js made pixel grid switch on by default for basic mode, and off for advanced mode 2021-07-06 20:51:20 -04:00
_presets.js Fixed Util static method issue 2021-07-10 11:05:56 +02:00
_rectangle.js Fixed wonky rectangle drawing 2021-06-30 23:06:55 +02:00
_rectSelect.js Finished commenting the editor 2020-12-31 16:47:56 +01:00
_replaceAllOfColor.js Added Color class 2021-07-11 12:40:48 +02:00
_resizeCanvas.js Fixed sprite scaling history bug 2021-04-29 12:50:59 +02:00
_resizeSprite.js Added hex input to colour picker 2021-04-29 16:54:02 +02:00
_settings.js Added Input.js 2021-07-12 11:36:30 +02:00
_splashPage.js ported to static site, removed _ext folder, split hbs files into partials 2021-07-06 17:24:20 -04:00
_toolButtons.js Added Input.js 2021-07-12 11:36:30 +02:00
_tools.js Fixed Color Picker preview not showing 2021-07-11 11:32:49 -04:00
_variables.js moved mode switcher on splash to below quickstart 2021-07-06 20:37:47 -04:00
.eslintrc.json Apply eslint --fix and fix indentation 2020-04-12 10:58:19 +02:00
checkCompatibilityPixelEditor.js ported to static site, removed _ext folder, split hbs files into partials 2021-07-06 17:24:20 -04:00
Color.js Fixed advanced colour picker bugs 2021-07-11 23:27:48 +02:00
ColorModule.js Fixed colour generation when adding a new one 2021-07-13 22:35:06 +02:00
Input.js Added Input.js 2021-07-12 11:36:30 +02:00
pixel-editor-splash-page.js Fixed sprite scaling history bug 2021-04-29 12:50:59 +02:00
pixel-editor.js Moved clickedColor to ColorModule 2021-07-13 22:27:29 +02:00
Util.js Added Color class 2021-07-11 12:40:48 +02:00