Commit Graph

170 Commits

Author SHA1 Message Date
608a35e9d4 transparent blocks on export 2021-09-04 10:21:53 +10:00
98db95516d transparent block (WIP) 2021-08-28 13:20:59 +10:00
ea28e5eeef fix for merge and transparent layers 2021-08-28 12:41:31 +10:00
36df6488cc merge layers, transparent layers fix (WIP) 2021-08-28 12:03:42 +10:00
chz^3
3091736d9f
ascii.js: add more box drawing and block drawing characters (#12)
current character set limits my ability to express myself it's about
freedom of speech

Co-authored-by: chzchzchz <chzchzchz@users.noreply.github.com>
2021-08-23 11:51:45 +10:00
c1a72fcd25 keyboard event stealing fix 2021-08-21 12:28:18 +10:00
45a9f3eaaf rename layers, hide highlighted text with css, yerrr 2021-08-21 12:06:24 +10:00
aca556a39d rename layers, hide highlighted text with css, yerrr 2021-08-21 12:04:48 +10:00
85f17459d3 rename layers, hide highlighted text with css 2021-08-21 12:01:55 +10:00
bedaa7d5f7 panels follow scroll, better ascii optimis for blocks 2021-08-21 11:28:06 +10:00
96ede27286 post mirc to HTTP, thx chz 2021-08-21 10:13:56 +10:00
chz^3
60087da06c
dashboard: POST to HTTP (#11)
Adds a menu option to POST the ASCII to a URL.

Co-authored-by: chzchzchz <chzchzchz@users.noreply.github.com>
2021-08-21 09:53:07 +10:00
e944309433 stop keyboard events on dialog 2021-08-19 17:17:46 +10:00
chzchzchz
1b5ad5a8fe dashboard: POST to HTTP
Adds a menu option to POST the ASCII to a URL.
2021-08-18 23:23:14 -07:00
8d5b82cd5b bug fixes 2021-08-19 11:42:33 +10:00
1549345e23 brush and history limits, bug fix on keyboard shortcuts 2021-08-19 11:08:36 +10:00
Fred Akers
8acef070da
Cleanups (#10)
* Cleanup fillTool

* Cleanup fillTool

* Fix typo in canvas resize

* Remove unneeded return

* simplify layers loop in mirc export
2021-08-19 10:23:12 +10:00
c45bfabcaa readme update, new bugs 2021-08-17 11:45:48 +10:00
6b08b7249a lint, bug fixes, some style updates 2021-08-17 10:24:41 +10:00
f542c12bab styles fix for canvas 2021-08-16 17:11:57 +10:00
1458a09519 reviewed / refactored styles 2021-08-16 17:03:53 +10:00
b4439f9a5f layers in their own area, keyboard fixes 2021-08-16 16:14:49 +10:00
7ebeda41bd refactored keyboard events into their own file, bug fixes 2021-08-16 14:10:06 +10:00
59a87b661b better layers 2021-08-16 12:39:30 +10:00
590b43a378 review/refactor brush 2021-08-16 12:10:09 +10:00
09e70311db fix for tab changing and canvas size 2021-08-15 12:23:49 +10:00
263fc5fde6 layers unhiding crash fix 2021-08-15 12:12:40 +10:00
f0a10e06d8 linter, better canvas resize with undo, readme update, store text data when leaving text mode 2021-08-15 11:20:58 +10:00
640cdcf982 refactored ascii data, more layers bug fixing, still bug when adding new layer then resizing 2021-08-15 10:57:37 +10:00
09f46a1cdd fixed resizing ascii and layers 2021-08-15 10:15:36 +10:00
dc15bbac18 better ascii export with layers 2021-08-15 08:51:45 +10:00
b891d52b73 removed useless draggable package, fix for export 2021-08-14 19:53:11 +10:00
4c075e6868 LAYERS - sorta 2021-08-14 19:09:36 +10:00
4c38f83503 LAYERS (wip) - brushing preview broken 2021-08-14 16:41:42 +10:00
a168d1cf8d big fixes, review 2021-08-12 19:36:35 +10:00
45ba3ec3fe README fix lol 2021-08-12 15:53:12 +10:00
430bfaf6bd keyboard shortcuts review, README.md updated 2021-08-12 15:51:16 +10:00
aa424ce54a better keyboard shortcuts 2021-08-12 14:19:01 +10:00
c09f2db82f type char from keyboard when char panel open 2021-08-12 13:23:43 +10:00
5c64bb8d28 keyboard shortcuts in own component start, cut blocks, delete blocks in select 2021-08-12 13:19:06 +10:00
84606a455b better title update 2021-08-12 12:22:29 +10:00
97f4c03602 refactor, better text editing 2021-08-12 11:52:40 +10:00
8f074fd948 toolbar font draw, toaster notifications, fill eraser tool, some refactoring 2021-08-12 09:47:36 +10:00
99f8678bc0 flip and rotate brush with E and Q when in brush mode 2021-08-08 13:24:06 +10:00
8a87b8f9b2 baked in splash ascii, close tabs with confirmation dialog 2021-08-08 11:55:59 +10:00
1520d3d9b0 better brush preview for same colour blocks, better select view, grid view and keyboard shortcut ctrl g 2021-08-08 10:36:17 +10:00
ca8b9eeabf reviewed canvas to computed 2021-08-08 09:45:37 +10:00
Fred Akers
1bcfedaf28
Fixbrushhistory (#9)
* fix brush history redraw, clearRect use right width heights

* fix brush history redraw, clearRect user proper width heights
2021-08-08 09:42:05 +10:00
Fred Akers
e43f564e8c
Some small fixes (#8)
* Cleanup toolCtx clearing and only do the canvas width height

* fix select bug where clicking after making a selection draws another rectangle

* remove unnecessary tool canvas clear

* clear select rectangle with clicking again

* remove uneeded toolCtx.stroke()s

* brush canvas only clear needed width, height. don't need to stroke.

* replace timers with requestAnimationFrame for smother animation

https://flaviocopes.com/requestanimationframe/

* skip running mousemove code if the mouse is still inside the last block
2021-08-08 08:36:00 +10:00
c1f20be09e fix for plain text ascii import 2021-08-07 16:10:52 +10:00