Sam Keddy
fd064ebb21
finally removed node-gyp dependency
...
updated gulp-sass and switched it to use the official sass package, which is pure javascript. it should now be buildable out of the box on windows. closes #64
2021-12-08 18:42:09 -05:00
unsettledgames
43abd38ebf
Fixed palette loading from lpe file
2021-10-23 18:23:22 +02:00
Nicola
bc34208d01
Merge pull request #62 from lospec/fix-crash-when-deselecting-a-color-with-no-colors
...
changed all color deselections to use optional chaining
2021-10-23 18:00:05 +02:00
skeddles
a460a5297a
changed all color deselections to use optional chaining
...
used optional chaining (?. ) intead of a variable / if statements, and added it to the missing _addColorButton function
2021-10-22 13:17:16 -04:00
Nicola
4044ab18f3
Merge pull request #61 from jonnysmith1981/master
...
Current canvas size now used when exporting
2021-09-18 22:28:32 +02:00
Jonathan Smith
9cb06e7d1a
Current canvas size now used when exporting
2021-09-16 07:30:10 +01:00
Nicola
38e0e53b6f
Merge pull request #58 from NSSure/master
...
Added export dialogue
2021-08-14 17:47:05 +02:00
NSSure
2a40c022d0
Added comments to save project functions
2021-08-14 11:21:56 -04:00
NSSure
f9a1cfc3d3
Added save project dialogue
2021-08-14 11:20:53 -04:00
NSSure
d97b6f5ca5
Added export dialogue for file name
2021-08-12 22:54:35 -04:00
Nicola
12ddba3924
Merge pull request #55 from DERAlfons/master
...
Move brushPreview with canvas when panning with mousewheel
2021-07-22 13:16:32 +02:00
Jascha Bakarinow
e0f64c97ba
Fix brushPreview lagging behind
2021-07-21 23:23:31 +02:00
Jascha Bakarinow
f240e54bb3
Set brushSize before panning with Mousewheel
2021-07-17 23:07:57 +02:00
Jascha Bakarinow
d4de08e8be
Move brushPreview when panning with mousewheel
2021-07-17 22:55:51 +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
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
Leamsi Escribano
8d64522a68
Merge branch 'unsettledgames:master' into master
2021-06-28 15:46:41 -05:00
unsettledgames
25942b206a
Merge branch 'master' of https://github.com/unsettledgames/pixel-editor
2021-06-28 22:04:14 +02:00
unsettledgames
cd3303e212
Fixed fill bug
2021-06-28 22:03:57 +02:00
Leamsi Escribano
5eee1b941e
IIFE and CSS Fixes
2021-06-27 12:45:32 -04:00
Nicola
366d82d9ee
Merge pull request #16 from unsettledgames/revert-15-master
...
Revert "Performance Improvement and Code Structure Changes"
2021-06-27 17:46:42 +02:00
Nicola
bb8d5e467d
Revert "Performance Improvement and Code Structure Changes"
2021-06-27 17:46:22 +02:00
Nicola
f4841de168
Merge pull request #15 from liamortiz/master
...
Performance Improvement and Code Structure Changes
2021-06-27 16:20:12 +02:00
Leamsi Escribano
03036ca57b
Global scope cleaning
2021-06-26 16:51:56 -04:00
Leamsi Escribano
096d62cab9
Added scrollbar to container
2021-06-26 13:25:58 -04:00