Commit Graph

1359 Commits

Author SHA1 Message Date
Isaiah Odhner
eeef27e99b Disable ugly debug styles 2023-09-06 11:50:38 -04:00
Isaiah Odhner
3e2ded8abd Hide dev feature key bindings from footer, clean up 2023-09-06 11:50:38 -04:00
Isaiah Odhner
652e18f76c Center image vertically 2023-09-06 11:48:23 -04:00
Isaiah Odhner
0c725d5217 Fix Quit binding in gallery 2023-09-06 11:48:23 -04:00
Isaiah Odhner
988a82addb Get the image centered
This is somewhat mysterious, but it's working finally!
2023-09-06 11:48:23 -04:00
Isaiah Odhner
d90f83de21 Ignore lack of discard_backup on GalleryApp 2023-09-06 11:46:32 -04:00
Isaiah Odhner
59feafc309 WIP: bindings for gallery app
Why are the bindings not working? Ctrl+Q doesn't work, left/right don't even show up!
2023-09-06 11:45:44 -04:00
Isaiah Odhner
32a10ab1d1 Try to center image (not working) 2023-09-06 11:45:01 -04:00
Isaiah Odhner
9140d14405 Set up development features for gallery app 2023-09-06 11:44:16 -04:00
Isaiah Odhner
937dabb73c Start making a gallery app for ANSI art 2023-09-06 01:17:58 -04:00
Isaiah Odhner
3d8142bb50 Maybe a heart is cuter, for a cat's nose 2023-09-06 00:33:01 -04:00
Isaiah Odhner
8626fa775c Update note about watchdog
It's no longer required, since commit "Make watchdog properly optional" da0e5e52da
2023-09-06 00:05:26 -04:00
Isaiah Odhner
751c4f2bbd Make radio buttons rounder in --ascii-only mode 2023-09-05 22:15:23 -04:00
Isaiah Odhner
ec988c2b4c Prepare v0.2.0 2023-09-05 21:30:54 -04:00
Isaiah Odhner
707f180fe7 Ensure scrollbar thumb is small enough to move when scrolling
In the normal scrollbar render implementation, which uses fractional block characters, thumb_size makes sense as a float, but here, it can lead to cases where the scrollbar thumb takes up the entire scrollbar even though scrolling is possible, if it's not snapped to an integer number of cells. (In the original implementation, perhaps it can still run into such cases, but it would need a more extreme fraction?)
2023-09-05 20:03:05 -04:00
Isaiah Odhner
96f5c959eb Clean up ASCIIScrollBarRender 2023-09-05 20:03:05 -04:00
Isaiah Odhner
7c4947df12 ASCII-ize scrollbar in --ascii-only mode 2023-09-05 19:24:52 -04:00
Isaiah Odhner
e2c53e48a0 Finish ASCIIficating radio buttons in --ascii-only mode 2023-09-05 18:58:48 -04:00
Isaiah Odhner
ab29b0f5ae Group development options in CLI help 2023-09-05 17:57:33 -04:00
Isaiah Odhner
c610019430 Automatically update CLI help on readme, during development 2023-09-05 17:39:07 -04:00
Isaiah Odhner
e200501518 Ignore some private accesses
It's fiiiiine... (until these things change, and the type: ignore comment starts hiding an actual problem)
2023-09-04 22:05:42 -04:00
Isaiah Odhner
38c40f4b77 Set HeaderIcon instance's icon instead of overwriting class variable 2023-09-04 22:02:10 -04:00
Isaiah Odhner
c9757a4549 Remove all trailing whitespace
using regular expression: \s+$
2023-09-04 21:47:58 -04:00
Isaiah Odhner
bd6ce9b3a7 Press 'f' to pay respects 2023-09-04 21:43:48 -04:00
Isaiah Odhner
379249c237 Update changelog 2023-09-04 21:22:36 -04:00
Isaiah Odhner
8101c9c962 Bold brush handles in Paint icon in header 2023-09-04 21:22:36 -04:00
Isaiah Odhner
576778de45 Un-bold parts of the Windows logo icon 2023-09-04 20:20:36 -04:00
Isaiah Odhner
724762e110 Crop header icon to hide shadow of hidden page curl 2023-09-04 19:53:43 -04:00
Isaiah Odhner
b818c2c99b Handle running from outside repo when reporting version 2023-09-04 19:37:07 -04:00
Isaiah Odhner
1897dbe386 Tweak Header icon 2023-09-04 19:06:59 -04:00
Isaiah Odhner
fea5cf8894 Show tiny Paint icon ASCII art in Header (regardless of --ascii-only) 2023-09-04 18:27:44 -04:00
Isaiah Odhner
79b9c37c09 ASCIItulate radio buttons in --ascii-only mode
I think that's the last thing! Except for the weird circle in the Header widget, and my NanoTiny font when zoomed in.
2023-09-04 17:54:43 -04:00
Isaiah Odhner
bcbf877fb8 EmASCIIen directory tree icons in --ascii-only mode 2023-09-04 17:32:36 -04:00
Isaiah Odhner
a16b3b3d9f ASCIIfy Windows logo for enlarge canvas dialog in --ascii-only mode
Once again I'm surprised at how good I was able to get this!
2023-09-04 17:13:35 -04:00
Isaiah Odhner
f2d8a5dbe6 Use bold exclamation mark and question mark for dialog icons
An exclamation mark character is more centered than the pipe and dot combo, although it's smaller.
Bolding the bang makes up for its gulf in girth.

Bold the question mark to match.
2023-09-04 17:13:35 -04:00
Isaiah Odhner
bee5440abc Use actual ASCII alternatives for maximize/restore in --ascii-only mode 2023-09-04 17:13:35 -04:00
Isaiah Odhner
ed40ed70c2 ASCIItize more UI in --ascii-only mode 2023-09-04 17:13:35 -04:00
Isaiah Odhner
47468d1c06 Refactor --ascii-only argument plumbing
Query for the argument instead of patching values in from outside.
2023-09-04 17:13:35 -04:00
Isaiah Odhner
ad83dee949 Extract argument parsing to a file 2023-09-04 14:35:44 -04:00
Isaiah Odhner
d471e92855 Make --ascii-only-icons only affect tool icons (again) 2023-09-04 13:48:51 -04:00
Isaiah Odhner
52dfb38803 Use ASCII-only icon for About Paint in --ascii-only mode 2023-09-04 13:45:15 -04:00
Isaiah Odhner
b75e849c29 Correct instruction for truecolor in XTerm 2023-09-04 13:26:21 -04:00
Isaiah Odhner
58daeedd16 Distinguish development vs. production, using Git information 2023-09-04 13:02:22 -04:00
Isaiah Odhner
97bfbda1ec Use ASCII art for question bubble icon in --ascii-only mode 2023-09-04 12:42:20 -04:00
Isaiah Odhner
a7b92a1643 Use ASCII line art for warning icon in --ascii-only mode 2023-09-04 12:40:33 -04:00
Isaiah Odhner
2cff6c89e1 Swap colors with right click or Ctrl+click on current colors area 2023-09-04 11:35:30 -04:00
Isaiah Odhner
778ecb2b8a Allow right click to pick foreground color from palette 2023-09-04 11:35:30 -04:00
Isaiah Odhner
833f0fac48 Recommend pipx for installation
Closes https://github.com/1j01/textual-paint/issues/3
2023-09-04 11:35:30 -04:00
Isaiah Odhner
272b8c5d57 Add terminal emulator logo art 2023-09-04 11:35:30 -04:00
Isaiah Odhner
c6e45a44a2 Note some more Pencil icon alternatives 2023-09-01 01:18:43 -04:00