Isaiah Odhner
baaf0ee8e9
Pick color while dragging
2023-04-13 19:02:44 -04:00
Isaiah Odhner
611e7f10c9
Implement Pick Color tool
2023-04-13 18:54:51 -04:00
Isaiah Odhner
b805d9a488
Implement eraser and airbrush tools
2023-04-13 18:48:24 -04:00
Isaiah Odhner
ad5508eb64
Prevent scrolling things
...
Ideally it would be nice if you could access everything, but it's not
part of the design of MS Paint, and I don't want to design for it here.
In MS Paint, there's a minimum window size.
2023-04-13 18:34:40 -04:00
Isaiah Odhner
8b955b0e43
Prevent bolding of tool icon glyphs
2023-04-13 18:18:27 -04:00
Isaiah Odhner
ef41cb53e7
Add features section to readme
2023-04-13 10:06:39 -04:00
Isaiah Odhner
155df6a998
Collect more symbols
2023-04-13 10:02:31 -04:00
Isaiah Odhner
3652b2bd8e
Add flood fill support
...
* Implemented the Fill With Color tool using the algorithm described as
"combined-scan-and-fill span filler" on Wikipedia.
* I added handling for the affected region being None, which turned
out more complicated than I would like...
Some cases may be able to be simplified or removed.
* Also, I moved event.stop() to the top so I don't need to call it in
multiple places when there are multiple return points.
2023-04-13 02:48:32 -04:00
Isaiah Odhner
3dbbbc1c5f
Refactor away assumption that tools will affect the document at the cursor
...
You could imagine having a brush with momentum, that swings around the
mouse without always reaching it. But it's just generally clearer to
not have an inadequate initial region that's then extended.
2023-04-13 01:21:33 -04:00
Isaiah Odhner
de47a62833
Implement line, rectangle, and rounded rectangle tools
2023-04-13 00:52:44 -04:00
Isaiah Odhner
50c3278264
Use tool names from MS Paint, consistently
2023-04-13 00:35:49 -04:00
Isaiah Odhner
303d6942f4
Switch out fill tool icon to avoid text row offset artifacts
2023-04-13 00:32:03 -04:00
Isaiah Odhner
5b1c16ddc3
Use wide A character for text tool icon, centering it
2023-04-13 00:32:03 -04:00
Isaiah Odhner
e11cbb0748
Convert keyboard handling to use BINDINGS
...
https://textual.textualize.io/guide/input/#bindings
2023-04-12 23:57:11 -04:00
Isaiah Odhner
d748c380b4
Rename all keyboard activated functions to action_*
2023-04-12 23:32:30 -04:00
Isaiah Odhner
02fcffbb00
Position menu popup below the respective menu button
2023-04-12 23:09:34 -04:00
Isaiah Odhner
2a89948717
Get menu popups floating
2023-04-12 22:42:48 -04:00
Isaiah Odhner
044b404a0e
Start making menus work
2023-04-12 22:07:38 -04:00
Isaiah Odhner
b779059208
Add non-functional menu bar
2023-04-12 20:54:21 -04:00
Isaiah Odhner
fd4944c296
Remove ugly useless gutter
2023-04-12 15:47:32 -04:00
Isaiah Odhner
082eb3d4da
Tweak colors to look good in light and dark modes
2023-04-12 15:43:17 -04:00
Isaiah Odhner
b0554a6662
Change editing area background to work better with light mode
2023-04-12 15:32:16 -04:00
Isaiah Odhner
4fa7784651
Toggle dark mode with Ctrl+D
2023-04-12 15:32:16 -04:00
Isaiah Odhner
8369b4e303
Invisibly shrink #available_colors
...
I was trying out adding a background to it and noticed it was bigger than it needs to be.
2023-04-12 15:32:16 -04:00
Isaiah Odhner
5796c5c8b3
Give inset appearance to color wells / selected color
2023-04-12 15:31:52 -04:00
Isaiah Odhner
2e454333fb
Widen selected color display
2023-04-12 15:31:52 -04:00
Isaiah Odhner
083b169257
Add ellipse tool support
2023-04-11 22:30:46 -04:00
Isaiah Odhner
f31069e3b2
Add type hints for undos/redos lists
2023-04-11 22:30:46 -04:00
Isaiah Odhner
67d256883d
Refactor: don't store reference to the live document in Action
...
It feels in danger of accidental usage there, or preventing GC.
2023-04-11 21:45:00 -04:00
Isaiah Odhner
30cddbbde5
Save and load ANSI files
2023-04-11 21:18:11 -04:00
Isaiah Odhner
66bb55afd2
Create requirements.txt
2023-04-11 21:14:23 -04:00
Isaiah Odhner
3e84ae7e17
Disable region update debug
2023-04-11 15:20:31 -04:00
Isaiah Odhner
6d5430ad2e
Fix error due to action regions exceeding canvas bounds
2023-04-11 14:41:58 -04:00
Isaiah Odhner
0aaa9db839
Make region update debug a flag
2023-04-11 14:37:32 -04:00
Isaiah Odhner
15db3f4538
Store only sub-image for undo/redo
2023-04-11 14:31:50 -04:00
Isaiah Odhner
6d17f085f5
Debug: show regions when undoing/redoing (currently the whole canvas)
2023-04-11 13:49:03 -04:00
Isaiah Odhner
4fa7dda9a0
Clarify doc string for on_button_pressed
...
Disambiguate with on_key.
Alternately I could say "Called when a button widget is pressed."
2023-04-11 13:47:50 -04:00
Isaiah Odhner
e3e04c59a8
Implement redo
...
Ctrl+Shift+Z isn't working but Ctrl+Y and F4 are.
2023-04-11 13:40:31 -04:00
Isaiah Odhner
af6bfb4e45
Implement undo
2023-04-11 13:21:19 -04:00
Isaiah Odhner
4c2fc00e45
Select pencil when trying to draw with unimplemented tool
2023-04-11 12:30:47 -04:00
Isaiah Odhner
470e6e119e
Make brush tool draw with a diameter
2023-04-11 12:24:25 -04:00
Isaiah Odhner
1f3809999e
Remove some garbage unrelated symbols
...
I mean, let's be honest, most of these symbols are garbage candidates.
But these ones I accidentally left from trying to get ChatGPT to find
emoji for me.
More helpful were https://emojidb.org/ and http://shapecatcher.com/
2023-04-11 12:13:50 -04:00
Isaiah Odhner
3b3950cc0b
Sync symbols list with code comment
2023-04-11 12:09:08 -04:00
Isaiah Odhner
5340539133
Refactor bresenham_walk into a generator
2023-04-11 12:01:40 -04:00
Isaiah Odhner
a66df997bb
Toggle the color palette with Ctrl+W
...
Doesn't work in VS Code's terminal, but that's OK.
It works in Ubuntu's Terminal app.
2023-04-11 11:48:08 -04:00
Isaiah Odhner
4d2b667ecb
Toggle the tools box with Ctrl+T
2023-04-11 11:40:47 -04:00
Isaiah Odhner
ae73fab2f4
Widen color wells
...
It could go either way, but I guess 4 is more consistent proportionally.
2023-04-11 11:20:51 -04:00
Isaiah Odhner
d64a011bb8
Remove extraneous refresh on mount
2023-04-11 11:08:12 -04:00
Isaiah Odhner
ab76aacff3
Stop bubbling of canvas tool events
2023-04-11 11:02:09 -04:00
Isaiah Odhner
c7e27bc3cb
Cache canvas widget reference
2023-04-11 11:02:09 -04:00