Commit Graph

61 Commits (main)

Author SHA1 Message Date
Isaiah Odhner 4a9163fb6d Format some last bits of code 2022-01-19 09:59:49 -05:00
Isaiah Odhner 88ff353bcf Clear stupid executable bits 2021-11-19 20:31:27 -05:00
Isaiah Odhner 977c8c3b65 Spellcheck 2021-06-19 20:40:30 -04:00
Isaiah Odhner 3f3e74a524 Rename file 2021-02-13 13:37:47 -05:00
Isaiah Odhner aad9ced0b4 Add icons for Open and Save As in history view 2021-02-13 13:37:47 -05:00
Isaiah Odhner d62d244777 WIP: implement Edit Colors dialog
Fixes https://github.com/1j01/jspaint/issues/114 and makes opening the color dialog work with Eye Gaze Mode dwell clicks and Speech Recognition as well (which can't trigger a "user gesture" as far as the browser's security model is concerned).
2020-06-03 00:32:34 -04:00
Isaiah Odhner 456ce97c94 Update TODOs 2020-04-29 17:36:33 -04:00
Isaiah Odhner 31edf30064 Unify TODO comments 2020-04-27 20:45:47 -04:00
Isaiah Odhner d2895ad1c7 Update help viewer from 98.js.org
- The contents sidebar is now resizable and togglable
- There's now a toolbar with working forwards/backwards buttons
- There's a new Web Help page
- The window now gets focus when clicking in the page content
- Some tweaks were needed to get this to work, like changing "drag" to "dragging", and updating relative URLs
2020-04-23 00:35:40 -04:00
Isaiah Odhner 8a0f27172d Include scrollbars and selection color in Help Topics 2020-03-31 21:22:53 -04:00
Isaiah Odhner a1d4058bed Apply theme to the help window 2020-03-24 17:23:01 -04:00
Isaiah Odhner ca138e9fc1 Implement maximization for help window 2020-03-24 16:30:10 -04:00
Isaiah Odhner a9fe8e3553 Optionally convert to monochrome (with a threshold) 2020-01-05 11:59:25 -05:00
Isaiah Odhner 8ac97e56e3 Improve Make Opaque icon 2019-12-21 21:07:19 -05:00
Isaiah Odhner 62cf486109 Fix making image Opaque without resize 2019-12-21 00:38:59 -05:00
Isaiah Odhner 20dc289e37 Spaces to tabs 2019-12-21 00:38:43 -05:00
Isaiah Odhner 8dd671f143 Add a database icon for Sync Session 2019-12-21 00:38:25 -05:00
Isaiah Odhner e48d5ed955 Add icon for Delete 2019-12-21 00:38:20 -05:00
Isaiah Odhner d30745adb8 Add icons for Cut and Paste 2019-12-21 00:38:19 -05:00
Isaiah Odhner ea884b0382 Add icon for New Document and Clear 2019-12-21 00:38:18 -05:00
Isaiah Odhner 6b24bc26e1 Unify borders of canvas representations in icons 2019-12-21 00:38:13 -05:00
Isaiah Odhner 433b01f1f3 Add icons for stretching and skewing 2019-12-21 00:38:12 -05:00
Isaiah Odhner 96d6d4c064 Add icons for flipping and rotating actions 2019-12-21 00:38:12 -05:00
Isaiah Odhner be216e5aad Add action icon for Invert 2019-12-21 00:38:11 -05:00
Isaiah Odhner 2c49b7cfda Make an icon for the Magnifier 2019-12-08 18:37:28 -05:00
Isaiah Odhner 30b602f30f Lebab le vaporwave
lebab --replace help/ --transform let
lebab --replace help/ --transform arrow
2019-10-29 21:48:17 -04:00
Isaiah Odhner 01d120a68e Fix path 2019-10-29 21:38:32 -04:00
Isaiah Odhner 9d0ab21d54 Update help 2019-10-27 17:26:34 -04:00
Isaiah Odhner 6c1b5845eb Remove Chrome App support 2019-02-18 00:34:15 -05:00
Isaiah Odhner fccdc1a3d0 Add color bar 2018-06-29 23:43:08 -04:00
Isaiah Odhner f15913a383 Fix graphical artifacts in Chrome 2018-06-29 22:28:31 -04:00
Isaiah Odhner e619f22217 Cleanup 2018-06-29 22:21:16 -04:00
Isaiah Odhner ef23c05e61 Optimize 2018-06-29 22:20:55 -04:00
Isaiah Odhner 0e3fab7114 Add a little flying Paint 2018-06-29 22:10:31 -04:00
Isaiah Odhner 982716e56c Make a baller Help welcome screen 2018-06-29 21:42:39 -04:00
Isaiah Odhner d1174a0837 Add missing meta 2018-06-29 19:59:13 -04:00
Isaiah Odhner e0ba69b80f Why
Why did this happen, and why am I bothering to fix it?
2018-06-29 19:52:38 -04:00
Isaiah Odhner 7d948fe909 Add newlines at ends of files 2018-06-29 19:49:31 -04:00
Isaiah Odhner ef49d3d5bc Remove a few IDs/anchors 2018-06-29 19:46:39 -04:00
Isaiah Odhner b7c16056f0 Clean up
- Remove a few remaining errant <p> tags
- Merge some split-up <b> elements
2018-06-29 19:45:52 -04:00
Isaiah Odhner 392704c6bd Move id attributes
Remove <a> elements that are there just to have "id" (or formerly "name") attributes
2018-06-29 17:37:15 -04:00
Isaiah Odhner 540fc448f9 Remove name attributes 2018-06-29 17:28:37 -04:00
Isaiah Odhner 898403b374 Cleanup &nbsp;
Fix double spaces in the middle of a few sentences; otherwise there should be no visible change. Well, it could try to break of the lines differently now, but it shouldn't need to avoid it in these cases.
2018-06-29 17:23:09 -04:00
Isaiah Odhner 612abd6a05 Clean up 2018-06-29 17:13:16 -04:00
Isaiah Odhner f9318f7b94 Remove redundant "image:" prefix for alt attributes 2018-06-29 16:59:59 -04:00
Isaiah Odhner 1812cbd859 Remove border=0 attributes 2018-06-29 16:59:58 -04:00
Isaiah Odhner b4bcde5b7a Fix charset declarations
DirtyMarkup generated these invalid Content-Type declarations; it should be text/html not text-html, or the simpler <meta charset="utf-8"> should be good.
2018-06-29 16:58:58 -04:00
Isaiah Odhner 7b2a9a14f5 Add lang attributes 2018-06-29 16:03:41 -04:00
Isaiah Odhner 1fb91d23a4 Cleanup more errant <p> start tags 2018-06-29 16:00:06 -04:00
Isaiah Odhner 2c83d2b940 Cleanup some errant <p> start tags 2018-06-29 15:58:20 -04:00