Commit Graph

360 Commits (866b4087f627023b97185acc7a57cf2c1cd49c46)

Author SHA1 Message Date
Isaiah Odhner 866b4087f6 Update help topics 2015-10-17 13:10:33 -04:00
Isaiah Odhner 765673c1f1 Make help items feel like links 2015-10-16 17:00:40 -04:00
Isaiah Odhner e2fcb7c43c Fix help viewer 2015-10-15 22:15:13 -04:00
Isaiah Odhner 22643a109c Improve storage manager 2015-10-15 22:08:49 -04:00
Isaiah Odhner ab18ab4819 Select help items 2015-10-15 11:15:27 -04:00
Isaiah Odhner 4624f13c50 Manage storage and fix the Chrome app
TODO: manage storage IN the Chrome app
2015-10-14 19:30:46 -04:00
Isaiah Odhner d044c9be57 Change icons for help pages 2015-10-14 13:39:54 -04:00
Isaiah Odhner 0c0db73578 Only have one folder open at a time 2015-10-14 13:39:40 -04:00
Isaiah Odhner e7b0bd7bb1 Clean up 2015-10-13 22:36:25 -04:00
Isaiah Odhner e906d66917 Help Topics 2015-10-13 14:56:42 -04:00
Isaiah Odhner db0b1a1333 Paint help files 2015-10-12 23:48:45 -04:00
Isaiah Odhner 7db5e03666 Handle invalid values in Rotate by angle
Also, saving large images doesn't crash anymore
2015-10-12 12:14:25 -04:00
Isaiah Odhner 71d85fccff Finally update dialogue for pasting an image larger than the canvas
I feel like this was the window that most drove me to improve the
accessibility of the windows, but I somehow missed it.
2015-10-12 11:36:25 -04:00
Isaiah Odhner 4fa2afab3b Fix Select All not selecting the Select tool
It used to (implicitly?), but at some point this got broken. Now it's
done explicitly.
2015-10-12 00:40:46 -04:00
Isaiah Odhner 9308fad4d1 Integration into parent frames 2015-10-12 00:34:24 -04:00
Isaiah Odhner 4f191dc797 Fix UI getting hidden
The bottom component area would get pushed down based on the canvas
size. (flexbox changes in at least chrome)
2015-09-20 13:43:33 -04:00
Isaiah Odhner 36c8ede095 Remove unused leaked global variable 2015-06-29 17:27:31 -04:00
Isaiah Odhner 1bae623c7c Fix keyboard navigation of menus 2015-06-29 00:33:22 -04:00
Isaiah Odhner 5e13c1116f Improve GIF rendering window 2015-06-29 00:19:22 -04:00
Isaiah Odhner d22f4657ea Remove lag with Font Detective
font-detective@1.1.1
2015-06-28 18:07:36 -04:00
Isaiah Odhner 204f4b44ac Use Font Detective
font-detective@1.1.0
2015-06-28 14:16:55 -04:00
Isaiah Odhner e2bf3dd7cf Show a message if firebase.js cannot be fetched 2015-06-28 12:55:50 -04:00
Isaiah Odhner 034e75c459 Add missing touch-action attributes 2015-06-28 12:54:50 -04:00
Isaiah Odhner 6f9899fbe3 Fix global event handlers interfering
I read https://css-tricks.com/dangers-stopping-event-propagation/ and
this eventually (pun intended!) led to me fixing my event handlers.
I got rid of instances where false (or true, for some reason) was
returned from event handlers, because that's even worse than
stopPropagation (and does also stop propagation (except when true is
returned, which surely does nothing)).
2015-06-21 21:05:48 -04:00
Isaiah Odhner df0218a3c4 Mobile support 2015-06-21 20:01:12 -04:00
Isaiah Odhner 92c6d12e90 Add PEP but don't use it 2015-06-20 21:02:47 -04:00
Isaiah Odhner 05449000c2 Hide parts of the UI as the window gets smaller 2015-06-19 15:52:31 -04:00
Isaiah Odhner 5a73ce18c4 Some keyboard support in the menus 2015-06-19 15:29:49 -04:00
Isaiah Odhner 96f9f5442a Keyboard interaction with dialogues 2015-06-18 21:11:40 -04:00
Isaiah Odhner 6c0324b1b6 Use FileSaver to save images 2015-06-16 21:18:44 -04:00
Isaiah Odhner bb696b38e2 Colors > Save Colors (as JSON) 2015-06-16 20:07:11 -04:00
Isaiah Odhner 3f0cbc32f7 Colors > Get Colors 2015-06-15 21:29:30 -04:00
Isaiah Odhner fe13c3bf2e Update TODO and stuff 2015-06-15 19:50:31 -04:00
Isaiah Odhner 4c99759ac5 Make Edit Colors work when the Colors box is hidden 2015-06-14 22:47:08 -04:00
Isaiah Odhner a73e575773 Fix UI layout
I guess chrome updated, and made specifying a width/height not imply a
flex basis
2015-06-14 17:47:31 -04:00
Isaiah Odhner d2d90aebc8 Update menu checkboxes when value changed externally 2015-06-14 17:31:30 -04:00
Isaiah Odhner 362a4c2199 Allow bringing back a component that was closed 2015-06-14 16:36:52 -04:00
Isaiah Odhner 79e33c0faa Fix component windows not hiding 2015-06-14 16:18:49 -04:00
Isaiah Odhner 5984972bb7 nw.js desktop app
TODO: file saving!
2015-04-05 13:10:02 -04:00
Isaiah Odhner b828a6e9bc Update README (and TODO) 2015-02-23 19:39:43 -05:00
Isaiah Odhner 3b33e7c2ff Store current colors in an object (not an array) 2015-02-23 19:18:07 -05:00
Isaiah Odhner 73e589023f Rename a variable 2015-02-23 19:03:31 -05:00
Isaiah Odhner 6ba8038acf Fix pixelization 2015-02-23 18:12:43 -05:00
Isaiah Odhner 7a9ce1bdfc Savedness handling
I hope this doesn't break stuff yay
2015-02-23 16:36:45 -05:00
Isaiah Odhner 8d65395842 WIP Savedness handling 2015-02-23 16:16:21 -05:00
Isaiah Odhner 04deab1a87 Crash handling with local storage 2015-02-23 13:44:58 -05:00
Isaiah Odhner bfb7d93f61 WIP Crash handling 2015-02-23 12:46:57 -05:00
Isaiah Odhner 15b038e502 Update README and TODO and add .gitignore 2015-02-12 23:34:26 -05:00
Isaiah Odhner 8fa3c01d0d Move render_brush to image-manipulation.js 2014-12-11 16:36:48 -05:00
Isaiah Odhner 25d1008030 Multiplayer: a little bit better mouse playback 2014-12-08 21:43:21 -05:00