Commit Graph

627 Commits (2cd8b93c983345ee506960c0ad9060dcd901d129)

Author SHA1 Message Date
Isaiah Odhner 2cd8b93c98 Exclude electron-debug from production 2018-08-24 22:28:06 -04:00
Isaiah Odhner b2ca295a7d Update README 2018-08-24 22:28:06 -04:00
Isaiah Odhner 1ba9998c73 Ignore Electron Forge output folder 2018-08-24 18:22:17 -04:00
Isaiah Odhner c11fa4c483 Copy images to the clipboard in the Electron app 2018-08-24 16:03:02 -04:00
Isaiah Odhner 79a5dfccb9 Handle external links 2018-08-24 02:22:46 -04:00
Isaiah Odhner aacbfa8530 Add icon for macOS 2018-08-24 01:51:01 -04:00
Isaiah Odhner 6d4c724a88 Set initial title potentially earlier 2018-08-24 00:15:59 -04:00
Isaiah Odhner e7267b9075 Set up electron-debug and devtron 2018-08-24 00:15:21 -04:00
Isaiah Odhner ec213c8f93 Add icon to window 2018-08-23 22:50:10 -04:00
Isaiah Odhner 135d49a155 Remove native menu in Electron 2018-08-23 22:23:43 -04:00
Isaiah Odhner 198427accb Add Electron Forge 2018-08-23 21:59:00 -04:00
Isaiah Odhner 6f85eb8d53 Remove NW.js 2018-08-23 21:58:59 -04:00
Isaiah Odhner 886d14f09e Ditch jQuery.ajax for plain XHR
Handle JSON parsing explicitly and give a better error message in case it ever happens.

Avoid having to avoid things the jQuery.ajax API does by default.
2018-08-13 23:43:02 -04:00
Isaiah Odhner affd1cfada Upload rendered GIFs to Imgur
Rework the UI and add a preview image
2018-08-13 02:59:21 -04:00
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