pixel-editor/js
2021-07-22 19:05:58 +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 global dragging variable 2021-07-22 15:21:48 +02:00
_changeZoom.js Started commenting code 2020-12-31 13:05:51 +01: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 Removed global canvases 2021-07-22 18:11:55 +02:00
_copyPaste.js Started commenting code 2020-12-31 13:05:51 +01:00
_drawLine.js Introduce ellipse tool (which draws rectangle for now) 2021-04-29 01:08:16 +02:00
_editorMode.js Removed global pixelGridCanvas and currentMouseEvent 2021-07-22 18:57:44 +02:00
_ellipse.js Removed getCursorPosition 2021-07-22 19:05:58 +02:00
_featureToggles.js Introduce feature toggles and hide ellipsis tool behind such toggle 2021-04-29 01:38:10 +02:00
_fill.js Fixed fill tool 2021-07-18 19:52:43 -05:00
_jscolor.js Removed "colors" global variable 2021-07-22 16:40:58 +02:00
_layer.js Removed global canvases 2021-07-22 18:11:55 +02:00
_line.js Removed currentGlobalColor 2021-07-22 18:02:19 +02:00
_loadPalette.js Fixed Color Picker preview not showing 2021-07-11 11:32:49 -04:00
_mouseEvents.js Removed getCursorPosition 2021-07-22 19:05:58 +02:00
_move.js Finished refactoring History, added Startup IIFE 2021-07-15 17:10:07 +02: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 Moved some of _pixelEditorUtility.js functions to proper files 2021-07-18 22:44:31 +02:00
_pixelGrid.js Removed global pixelGridCanvas and currentMouseEvent 2021-07-22 18:57:44 +02:00
_rectangle.js Removed getCursorPosition 2021-07-22 19:05:58 +02:00
_rectSelect.js Removed getCursorPosition 2021-07-22 19:05:58 +02:00
_replaceAllOfColor.js Added Color class 2021-07-11 12:40:48 +02:00
_resizeCanvas.js Removed currentGlobalColor 2021-07-22 18:02:19 +02:00
_resizeSprite.js Finished refactoring History, added Startup IIFE 2021-07-15 17:10:07 +02:00
_settings.js Refactored Input.js to Events.js 2021-07-20 22:52:51 +02:00
_toolButtons.js Refactored Input.js to Events.js 2021-07-20 22:52:51 +02:00
_tools.js Merge remote-tracking branch 'upstream/master' 2021-07-22 13:17:50 +02:00
_variables.js Removed global pixelGridCanvas and currentMouseEvent 2021-07-22 18:57:44 +02: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 Removed getCursorPosition 2021-07-22 19:05:58 +02:00
Dialogue.js Merged the two create functions 2021-07-15 16:33:26 +02:00
Events.js Added mouse event simulation 2021-07-22 15:18:46 +02:00
FileManager.js Refactored Input.js to Events.js 2021-07-20 22:52:51 +02:00
History.js Removed "colors" global variable 2021-07-22 16:40:58 +02:00
Input.js Removed getCursorPosition 2021-07-22 19:05:58 +02:00
pixel-editor-splash-page.js Fixed sprite scaling history bug 2021-04-29 12:50:59 +02:00
pixel-editor.js Removed getCursorPosition 2021-07-22 19:05:58 +02:00
PresetModule.js Added Startup IIFE to take care of the creation of a new project 2021-07-15 18:33:19 +02:00
SplashPage.js Fixed mode switching, started SplashPage IIFE 2021-07-14 22:48:53 +02:00
Startup.js Removed global pixelGridCanvas and currentMouseEvent 2021-07-22 18:57:44 +02:00
TopMenuModule.js Refactored Input.js to Events.js 2021-07-20 22:52:51 +02:00
Util.js Moved some of _pixelEditorUtility.js functions to proper files 2021-07-18 22:44:31 +02:00