Commit Graph

590 Commits (898403b3742b9a21df6abf955c497771124c6ee8)

Author SHA1 Message Date
Isaiah Odhner 898403b374 Cleanup  
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
Isaiah Odhner c1bde426cf Add AutoHotkey script for formatting 2018-06-29 13:39:07 -04:00
Isaiah Odhner 55ec700b1e Clean up Help Topics HTML
- Fixes one formatting issue in "Draw an ellipse or circle", otherwise the visual output appears identical
- Changes charset declarations to UTF-8
- Adds ids where there are names, and probably other changes
- Fixes some tag mismatching, but not all, and obscures some structural intent
2018-06-29 13:39:02 -04:00
Isaiah Odhner af0cb0bd9b Remove unneeded script in help page 2018-06-29 12:33:25 -04:00
Isaiah Odhner 2b81066d6c Update README 2018-06-29 02:14:31 -04:00
Isaiah Odhner 006a955afc Fix reversed colors for some tools 2018-06-29 01:18:23 -04:00
Isaiah Odhner db7cb4350c Refactor: support x/y radii for rounded rects 2018-06-29 01:01:55 -04:00
Isaiah Odhner dc6068a8df Use primary color for fill-only mode 2018-06-29 00:42:20 -04:00
Isaiah Odhner f1e7744ab2 Remove silly numpad feature 2018-06-29 00:26:18 -04:00
Isaiah Odhner c530418b67 Chrome apps are dead (basically) 2018-06-29 00:22:50 -04:00
Isaiah Odhner 500224662d Support pencil size adjustment
๐Ÿ†? โœ?

...๐Ÿ†?
2018-06-29 00:13:14 -04:00
Isaiah Odhner 5b5c651f86 Update stroke size immediately on numpad +/- 2018-06-28 23:46:07 -04:00
Isaiah Odhner 275785a5fb Simplify 2018-06-28 23:23:57 -04:00
Isaiah Odhner 7aa6623cdb Clean up 2018-06-28 21:00:51 -04:00
Isaiah Odhner 1748fd7e16 Remove shape styles warning! 2018-06-28 20:44:12 -04:00
Isaiah Odhner 3fce1757a2 Draw rectangle stroke inside bounds 2018-06-28 20:42:10 -04:00
Isaiah Odhner c0cf1b2788 Implement line width for ellipses
- Simplify and improve brush size handling
2018-06-28 20:18:47 -04:00
Isaiah Odhner d89b66efcb Implement line width for rounded rectangles 2018-06-28 19:14:32 -04:00
Isaiah Odhner 029a556ab5 For rectangle tool, draw stroke inside bounds 2018-06-28 14:46:25 -04:00
Isaiah Odhner 5bbc22d0fa Fix separate implementations both enabled 2018-06-27 18:03:02 -04:00
Isaiah Odhner 7417a82e0c Support patterns for line & curve tools 2018-06-27 17:11:36 -04:00
Isaiah Odhner 58ddd9fa35 Add donate button to About Paint 2018-06-22 01:15:48 +00:00
Isaiah Odhner b739751976 Load About Paint content from HTML
This probably won't help SEO (even in the limited way that I want (a better description, rather than ranking which is what most SEO is focused on)), but it should improve the site for Lynx users ๐Ÿ™ƒ and make it easier to update (HTML highlighting etc.)
2018-06-21 02:23:18 +00:00
Isaiah Odhner d8cbae73eb Clean up 2018-06-18 16:14:11 -04:00
Isaiah Odhner a6706745b8 Fix pattern offsets for selections
Make 'em globally consistent
2018-06-18 16:11:38 -04:00
Isaiah Odhner 5669a07fe3 Fix zero-sized canvas errors 2018-06-18 15:53:59 -04:00
Isaiah Odhner d2eb35ed82 Clean up 2018-06-18 15:48:21 -04:00
Isaiah Odhner c1d99d03c7 Use WebGL for freeform select tool 2018-06-18 15:38:26 -04:00
Isaiah Odhner 3a15a7a917 Whoops (altho this shouldn't matter anymore) 2018-06-18 12:15:28 -04:00
Isaiah Odhner 75d81b7913 Fix performance for polygons and curves 2018-06-18 01:12:08 -04:00
Isaiah Odhner 9f4e24ce9c Optimize line drawing but not enough 2018-06-18 00:52:33 -04:00
Isaiah Odhner f7cd805ca3 Implement aliasing for curve tool (laggy tho) 2018-06-18 00:05:44 -04:00
Isaiah Odhner 2ce292834f Actually fix pattern alignment 2018-06-17 19:25:47 -04:00
Isaiah Odhner 4baca36b87 Move function up & out 2018-06-17 19:01:04 -04:00
Isaiah Odhner f12b36c671 Align patterns for polygon tool 2018-06-17 17:52:53 -04:00
Isaiah Odhner 1bdffc5376 Clean up 2018-06-17 17:52:53 -04:00
Isaiah Odhner 3dc8702448 Remove setDrawColor (not needed) 2018-06-17 17:52:53 -04:00
Isaiah Odhner e1dd79d5c2 Fix fill color when stroke size is 1 2018-06-17 17:52:53 -04:00
Isaiah Odhner 725d2bc66b Enable patterns for polygon strokes and fills 2018-06-17 17:52:53 -04:00
Isaiah Odhner 94fbbacae2 Enable patterns for polygon strokes > 1px 2018-06-17 17:52:53 -04:00
Isaiah Odhner 92feca2abc Support line width for polygon tool 2018-06-17 17:52:53 -04:00
Isaiah Odhner 83e45e020c Fix mixed indentation 2018-06-17 17:52:53 -04:00
Isaiah Odhner 1a93dcefab Refactor / clean up 2018-06-17 17:52:53 -04:00