Commit Graph

913 Commits (d0cd8217be47307449d3a176b240cbb6e410c8b9)

Author SHA1 Message Date
Isaiah Odhner 39138a4cee Remove buttons contextually and add OK button 2018-08-13 00:42:29 -04:00
Isaiah Odhner ced33d964b Add progress bar to Imgur uploader 2018-08-13 00:28:55 -04:00
Isaiah Odhner e4fd3a1026 Add missing sanity checks 2018-08-12 23:33:51 -04:00
Isaiah Odhner d66f6ad245 Switch to using blobs for Imgur upload 2018-08-12 23:22:12 -04:00
Isaiah Odhner 2127a20d18 Add success check 2018-08-12 22:44:29 -04:00
Isaiah Odhner 95fe4e9bc5 Add a button to delete the uploaded image 2018-08-12 22:42:02 -04:00
Isaiah Odhner d25604d58c Deselect before uploading to Imgur 2018-08-12 22:00:35 -04:00
Isaiah Odhner 604de6aceb Fix brush and pencil drawing offsets
Resolves #124
2018-07-27 14:04:40 -04:00
Isaiah Odhner 49da0d5a79 Fix empty About Paint window when opening again
Fixes #123
2018-07-06 01:45:51 -04:00
Isaiah Odhner d3c2045e9e Add sanity check when saving files 2018-06-30 00:10:44 -04: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
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