Commit Graph

257 Commits

Author SHA1 Message Date
Paul Chiusano
5159320261 1D selection model with mouse reset 2015-01-15 16:08:17 -05:00
Paul Chiusano
88284d6339 Refactoring explorer and editor to use standardized MVC pattern and merging of updates 2015-01-13 18:16:32 -05:00
Paul Chiusano
947d79d02b cleanup of explorer module 2015-01-12 21:53:12 -05:00
Paul Chiusano
dc16645848 threading mouse position through rather than using global 2015-01-12 15:22:46 -05:00
Paul Chiusano
d5d2d2dc9a Added hover event for explorer 2015-01-12 14:35:30 -05:00
Paul Chiusano
d710509aa0 Made explorer example a bit more realistic, going to try integrating 2015-01-08 17:38:00 -05:00
Paul Chiusano
5e0176d98e some helper functions 2015-01-08 17:37:14 -05:00
Paul Chiusano
c386ff1a82 New signal function downs 2015-01-08 14:55:24 -05:00
Paul Chiusano
973840fab0 Maintain present selection when mouse moves outside explorer autocomplete region 2015-01-01 23:40:37 -05:00
Paul Chiusano
9d66ae2b17 Fixed issue with initial down value being reverted in explorer 2015-01-01 20:20:43 -05:00
Paul Chiusano
3cca85b675 Fixed coloring of explorer selections 2014-12-31 19:54:48 -05:00
Paul Chiusano
41e6c17fb6 Fixed minor issue with text box of explorer not ignoring arrow keys 2014-12-31 19:47:59 -05:00
Paul Chiusano
8b182ffccb Futzing with styles of explorer 2014-12-31 17:27:44 -05:00
Paul Chiusano
dd80094ae3 Some futzing around with the styles for explorer 2014-12-31 13:20:26 -05:00
Paul Chiusano
ad748136e6 Fixed bug which allowed selection to move past end of the list 2014-12-31 12:46:16 -05:00
Paul Chiusano
2b83b93750 Sticky list selection now working 2014-12-31 12:36:54 -05:00
Paul Chiusano
8ad08e5737 events combinator 2014-12-29 18:21:10 -05:00
Paul Chiusano
f176303c3b Debugging explorer 2014-12-24 10:19:58 -05:00
Paul Chiusano
6856e12563 Explorer sort of working 2014-12-23 21:48:11 -05:00
Paul Chiusano
933d58c180 finished with explorer implementation and wrote simple example, need to debug 2014-12-23 18:04:48 -05:00
Paul Chiusano
08a78c6bda initial implementation of sticky list selection 2014-12-23 17:19:06 -05:00
Paul Chiusano
80172079ef WIP on making selection in explorer sticky as list of possibilities is updated 2014-12-23 15:01:05 -05:00
Paul Chiusano
0d62f32f4a generalize highlightSelection 2014-12-23 10:32:45 -05:00
Paul Chiusano
8af6bfdc91 adding invalid completions to explorer 2014-12-23 10:20:08 -05:00
Paul Chiusano
87cb02dec2 added main explorer state transformer function 2014-12-22 23:31:59 -05:00
Paul Chiusano
0d29e7d6a0 Added highlight selection 2014-12-22 17:30:02 -05:00
Paul Chiusano
49822f4f55 Implemented list selection model for explorer 2014-12-22 17:16:48 -05:00
Paul Chiusano
40fc16a973 more whip on explorer 2014-12-22 13:17:11 -05:00
Paul Chiusano
e54f943d45 Compiling vs 0.14 2014-12-16 18:07:59 -05:00
Paul Chiusano
ddf506ecd6 WIP on 0.14 upgrade 2014-12-16 17:43:05 -05:00
Paul Chiusano
66602c9dd7 Using common movement manipulation functions 2014-12-12 15:37:08 -05:00
Paul Chiusano
26b66e9752 swap order of arguments 2014-12-11 17:28:01 -05:00
Paul Chiusano
00d0ac2115 Pulling some movement combinators out into separate module 2014-12-11 17:10:11 -05:00
Paul Chiusano
4a38375cb4 more WIP on explorer 2014-12-10 18:07:20 -05:00
Paul Chiusano
424f60710d WIP on explorer 2014-12-05 19:56:09 -05:00
Paul Chiusano
56ecd3dfbf Added stub of explorer 2014-11-29 09:51:57 -05:00
Paul Chiusano
ca032382b2 Added signal transforming function to Moore 2014-11-26 11:10:55 -05:00
Paul Chiusano
f16e8492df Moore machines module 2014-11-26 11:05:46 -05:00
Paul Chiusano
67fa8e2c1f cleanup signals module 2014-11-26 11:04:58 -05:00
Paul Chiusano
3bcac95fc4 Embracing pixel based units, simplified distance handling 2014-11-21 14:51:03 -05:00
Paul Chiusano
a0213bc009 Now obtaining pixels per inch from the browser on editor startup 2014-11-21 11:17:17 -05:00
Paul Chiusano
fc17dd8f63 Converted Vector to top level on front end, frontend and backend should now be in sync 2014-11-19 08:51:09 -05:00
Paul Chiusano
f0ce56652d Refactored front end handling of reference to match backend 2014-11-19 08:41:59 -05:00
Paul Chiusano
97efc69724 Made Vector a top-level term rather than a Literal 2014-11-19 07:55:33 -05:00
Paul Chiusano
762db366de Removed Con constructor from Term 2014-11-18 23:40:16 -05:00
Paul Chiusano
19056511b0 Finished plumbing use of Reference type through 2014-11-18 23:34:10 -05:00
Paul Chiusano
336ada05b6 Rewriting backend to work with references WIP 2014-11-18 18:14:00 -05:00
Paul Chiusano
cb2e8a9d4e Refactoring handling of references on backend 2014-11-18 16:43:34 -05:00
Paul Chiusano
2f90e8ba3f Plumbed builtins through backend 2014-11-18 14:24:59 -05:00
Paul Chiusano
5b4f0f4caa Added distances and JSON formats to backend 2014-11-18 12:18:52 -05:00