Commit Graph

501 Commits

Author SHA1 Message Date
unsettledgames 4f4091ebb3 Merged the two create functions 2021-07-15 16:33:26 +02:00
unsettledgames eada155375 Fixed Dialogue bug 2021-07-14 23:00:12 +02:00
unsettledgames d81363ddd0 Fixed mode switching, started SplashPage IIFE 2021-07-14 22:48:53 +02:00
unsettledgames 6c8ec8e7a9 Refactored History into an IIFE
Divided History states and actual History management, refactored all occurrences of history-related functions to use the new version.
2021-07-14 22:20:55 +02:00
unsettledgames e4ecc3d607 Moved dialogue related things to their own IIFE
Refactored all calls to showDialogue and closeDialogue to use the IIFE version
2021-07-13 23:40:23 +02:00
unsettledgames 87ab2da6b5 Commented ColorModule 2021-07-13 22:59:05 +02:00
unsettledgames ed6d60c418 Fixed colour generation when adding a new one 2021-07-13 22:35:06 +02:00
unsettledgames 85db99a7c1 Moved clickedColor to ColorModule 2021-07-13 22:27:29 +02:00
unsettledgames 53d51c4567 Fixed colour generation when creating a new pixel 2021-07-13 22:23:05 +02:00
unsettledgames 4457d2178c Added Input.js
Got rid of the "on" files, refactored the rest of the code to use the functions declared in Input.js
2021-07-12 11:36:30 +02:00
unsettledgames 6072528ad2 Fixed advanced colour picker bugs 2021-07-11 23:27:48 +02:00
Nicola ef2630b876
Merge pull request #22 from liamortiz/master
Fixed Color Picker preview not showing
2021-07-11 17:37:12 +02:00
Leamsi Escribano 84f6493bf6 Fixed Color Picker preview not showing 2021-07-11 11:32:49 -04:00
unsettledgames 1daeb81ef4 Fixed bug that caused the wrong colour to be modified with jscolor 2021-07-11 12:53:50 +02:00
unsettledgames f5807417ec Added Color class
- Added Color class to make color representation and convertions more uniform
- Replaced standard convertions with Color.convertion
- Removed _algorithms.js, _deleteColor.js, ajax.js and the other convertion files
- Fixed bug in ColorModule, moved replaceAllOfColor to ColorModule as well as deleteColor
2021-07-11 12:40:48 +02:00
unsettledgames dbffc0b9da Fixed Util static method issue
Also fixed bug in Util.getElement
2021-07-10 11:05:56 +02:00
unsettledgames f81019830b Edited brush preview to be a bit more visible 2021-07-09 23:50:29 +02:00
unsettledgames 3f2d67a36e Tested get/set functions
Found out every function that uses this has problems: when calling an object method as an input callback, this gets replaced with the element that triggered the event.
2021-07-09 23:44:04 +02:00
unsettledgames a18584ff04 Merge remote-tracking branch 'upstream/master' 2021-07-07 10:13:31 +02:00
Lospec ae82d64d5d
Static site conversion
Static site conversion
2021-07-06 21:13:56 -04:00
skeddles bdca8e6462 added drop shadow to banner contents 2021-07-06 21:11:19 -04:00
skeddles e0e634d7f7 remove mode picker from new pixel dialog 2021-07-06 21:05:41 -04:00
skeddles 562b9ad074 made pixel grid switch on by default for basic mode, and off for advanced mode 2021-07-06 20:51:20 -04:00
skeddles c51cb0d68b changed default pixel grid color to black 2021-07-06 20:42:11 -04:00
skeddles 80e33b4ff1 moved mode switcher on splash to below quickstart 2021-07-06 20:37:47 -04:00
skeddles 512981be63 split pixel-edtior.scss into separate files 2021-07-06 19:14:37 -04:00
skeddles 1f820fd97e ported to static site, removed _ext folder, split hbs files into partials 2021-07-06 17:24:20 -04:00
skeddles 1e3549b016 fixed history state changing to /app 2021-07-06 12:19:37 -04:00
skeddles ef902d24e7 renamed index 2021-07-06 12:12:38 -04:00
skeddles 6d66963509 removed final SLUG instances in build script 2021-07-06 12:00:54 -04:00
skeddles 9c9818e051 removed slug from build directory 2021-07-06 11:49:14 -04:00
skeddles 11c119b1d8 static site conversion 2021-07-06 11:11:53 -04:00
Nicola bf35525458
Merge pull request #21 from liamortiz/master
addColor.js refactored to ColorModule.js
2021-07-05 12:23:04 +02:00
Leamsi Escribano ba50aa3369 addColor Refactor 2021-07-04 17:36:15 -04:00
Leamsi Escribano 0d545fba25 Merge branch 'master' of https://github.com/liamortiz/pixel-editor 2021-07-04 13:56:07 -04:00
Leamsi Escribano 4d4878c4fa Refactored addColor.js 2021-07-04 13:55:49 -04:00
Nicola 890aec519a
Merge pull request #38 from unsettledgames/master
Palette block, colour picker, splash page, line tool, minor improvements, bug fixes
2021-07-01 14:52:21 +02:00
unsettledgames 17da5efb78 Updated splash images credits 2021-07-01 14:46:20 +02:00
unsettledgames d8531a7e01 Updated help section 2021-07-01 13:10:08 +02:00
unsettledgames d35e768ce8 Fixed wonky rectangle drawing 2021-06-30 23:06:55 +02:00
unsettledgames d7b04d7699 Fixed invisible cursor outside of canvas 2021-06-30 22:47:45 +02:00
unsettledgames 1a69b48297 Fixed infinite loop when filling an area with the same colour 2021-06-30 22:35:46 +02:00
unsettledgames aea3942349 Removed crosshair 2021-06-30 22:17:08 +02:00
unsettledgames f37a85cf55 Fixed #18
(fix by @liamortiz )
2021-06-30 22:13:59 +02:00
unsettledgames 645011bd4f Merge branch 'master' of https://github.com/unsettledgames/pixel-editor 2021-06-30 19:41:21 +02:00
unsettledgames 48310a4845 Fixed pixel not being drawn when clicking 2021-06-30 19:40:39 +02:00
Nicola 143895923a
Merge pull request #17 from liamortiz/master
IIFE and CSS Fixes
2021-06-30 11:23:33 +02:00
Leamsi Escribano 71f4abe514 Fixing PresetModule 2021-06-29 08:35:17 -04:00
Leamsi Escribano d6d97105d6 Merge branch 'master' of https://github.com/liamortiz/pixel-editor 2021-06-28 19:55:12 -04:00
Leamsi Escribano ec9dbee493 Util changes 2021-06-28 19:54:54 -04:00