Jonathan Daugherty
bee73d1167
FormDemo: extra @@= usage
2017-12-27 17:57:49 -08:00
Jonathan Daugherty
45c40fdbbd
Forms: all editors now start out with cursors at end of input
2017-12-27 17:36:22 -08:00
Jonathan Daugherty
cdb23a5863
guide: clarification
2017-12-27 17:18:56 -08:00
Jonathan Daugherty
6f65ea8a79
guide: mention form attributes
2017-12-27 16:37:28 -08:00
Jonathan Daugherty
e844505619
FormDemo: use even more explicit imports
2017-12-27 16:33:03 -08:00
Jonathan Daugherty
8ddbcf94dd
FormDemo: use explicit imports
2017-12-27 16:32:13 -08:00
Jonathan Daugherty
ac03482672
FormDemo: fix search-and-replace typo
2017-12-27 16:26:04 -08:00
Jonathan Daugherty
2d6656befb
guide: more Forms content
2017-12-27 16:18:51 -08:00
Jonathan Daugherty
e9f24aee12
guide: more Forms content
2017-12-27 16:16:51 -08:00
Jonathan Daugherty
9ebc47ef7c
guide: more Forms content
2017-12-27 16:13:00 -08:00
Jonathan Daugherty
83dc2f7d6f
guide: more Forms content
2017-12-27 16:10:05 -08:00
Jonathan Daugherty
9332a775de
guide: more Forms content
2017-12-27 16:04:43 -08:00
Jonathan Daugherty
381a5aa0f3
guide: some initial forms content
2017-12-27 15:50:38 -08:00
Jonathan Daugherty
271c6ad656
docs: another Makefile hack
2017-12-27 15:50:30 -08:00
Jonathan Daugherty
05ef4ac330
FormDemo: rename state type
2017-12-27 15:37:51 -08:00
Jonathan Daugherty
3e93a61305
Merge branch 'master' into feature/forms
2017-12-27 13:49:54 -08:00
Jonathan Daugherty
2bacd1ab17
Update copyrights
2017-12-27 13:48:07 -08:00
Jonathan Daugherty
03d6d8aa91
Merge branch 'master' into feature/forms
2017-12-27 13:40:57 -08:00
Jonathan Daugherty
ae1efce4fc
Add improved logo with text for README
2017-12-27 13:38:00 -08:00
Jonathan Daugherty
21b029769b
Forms: more haddock
2017-12-27 12:25:57 -08:00
Jonathan Daugherty
f2b51a8658
Merge branch 'master' into feature/forms
2017-12-27 12:22:36 -08:00
Jonathan Daugherty
925b998272
Forms: mention event handling info for field constructors
2017-12-27 12:07:25 -08:00
Jonathan Daugherty
2a0d52303f
Add logo
2017-12-27 12:01:44 -08:00
Jonathan Daugherty
ef4159940e
Forms: more haddock
2017-12-27 11:48:12 -08:00
Jonathan Daugherty
ec53a83dcd
Forms: more haddock
2017-12-27 11:45:11 -08:00
Jonathan Daugherty
c72425e19e
Forms: more haddock
2017-12-27 11:37:35 -08:00
Jonathan Daugherty
45c9bc48eb
FormDemo: demo multi-line editor field
2017-12-27 11:37:26 -08:00
Jonathan Daugherty
1d7407e6fc
Forms: more haddock, export formAttr
2017-12-27 11:24:19 -08:00
Jonathan Daugherty
fe92079376
Forms: more haddock
2017-12-27 11:15:33 -08:00
Jonathan Daugherty
5f32afd10c
Forms: haddock for handleFormEvent
2017-12-27 11:08:25 -08:00
Jonathan Daugherty
4fb8963fe6
Forms: document @@=
2017-12-27 11:03:40 -08:00
Jonathan Daugherty
21706347c6
Forms: nit
2017-12-27 10:58:58 -08:00
Jonathan Daugherty
daa409e1e5
Forms: more haddock
2017-12-27 10:57:26 -08:00
Jonathan Daugherty
bb78f3cab0
Forms: Haddock for FormField type
2017-12-27 10:38:01 -08:00
Jonathan Daugherty
f37798e743
Forms: haddock nit
2017-12-27 10:33:16 -08:00
Jonathan Daugherty
cc2498f881
Forms: add note about stability
2017-12-27 10:31:59 -08:00
Jonathan Daugherty
782794d61c
Forms: module haddock
2017-12-27 10:21:42 -08:00
Jonathan Daugherty
e9fe1e04a4
Bump version, update changelog
2017-12-27 10:04:17 -08:00
Jonathan Daugherty
d20c84daf4
Forms: make checkbox labels strings to be consistent with other functions
2017-12-26 23:21:15 -08:00
Jonathan Daugherty
58a531e4cb
FormDemo: UI nits
2017-12-26 23:03:03 -08:00
Jonathan Daugherty
df7b936cdc
Merge branch 'master' into feature/forms
2017-12-26 22:58:18 -08:00
Jonathan Daugherty
feabfdd5b8
viewport: generate click events
...
This change makes it so that all uses of 'viewport' generate click
events. Those events are then adjusted to the local coordinate system of
the viewport contents using the viewport's upper-left corner offset.
This means editors now generate click events outside their populated
text regions.
2017-12-26 22:57:04 -08:00
Jonathan Daugherty
1a845b5bdb
Forms: remove TODO
2017-12-26 22:38:17 -08:00
Jonathan Daugherty
b3004fb4dc
Forms: make radio buttons reponsive to mouse events
2017-12-26 22:35:17 -08:00
Jonathan Daugherty
fa84704110
FormDemo: enable mouse events
2017-12-26 22:32:01 -08:00
Jonathan Daugherty
c1e7704eac
Forms: make checkboxes responsive to mouse clicks
2017-12-26 22:31:54 -08:00
Jonathan Daugherty
61c2d715c9
Forms: propagate mouse events to clicked form inputs
2017-12-26 22:31:42 -08:00
Jonathan Daugherty
18c6ad9559
Reinstate checkbox labels as widgets
2017-12-26 22:07:41 -08:00
Jonathan Daugherty
80075e05f0
Forms: add functions to test form field validity
2017-12-26 22:04:51 -08:00
Jonathan Daugherty
0d3ed336d6
FormDemo: show initial and final form states
2017-12-26 21:58:07 -08:00