Commit graph

24 commits

Author SHA1 Message Date
jahorton
52e3f7e977 refactor(web): adds intermediate DOM-aware OutputTarget abstraction 2020-04-03 10:31:35 +07:00
jahorton
944d93aa62 refactor(web/engine): reworks resetContext, adds OutputTarget version 2020-03-27 15:56:29 +07:00
jahorton
ed22f47d63 fix(web/engine): TS optimized out prior check 2020-03-20 15:34:40 +07:00
jahorton
a2c0f965af fix(web/engine): reinstates check on InputEvent existing 2020-03-20 15:10:26 +07:00
jahorton
c862386bb0 refactor(web/engine): doInputEvent moved to OutputTarget 2020-03-20 14:18:04 +07:00
jahorton
5d2e610e53 refactor(web/engine): OutputTarget.handleNewlineAtCaret() 2020-03-18 13:41:39 +07:00
jahorton
6124036faa refactor(web/engine): outputTarget.isSynthetic 2020-03-18 13:41:39 +07:00
jahorton
0642044028 refactor(web/engine): use of new return, relocates TSS_STORE manip 2020-03-16 13:06:30 +07:00
Joshua A. Horton
ef8c691381 fix(web): Adds bounds-check in output targets 2019-10-31 10:29:59 +07:00
Joshua Horton
f9dba49df6
Merge pull request #1803 from keymanapp/lmlayer-model-compositor
[LMLayer] The ModelCompositor
2019-05-31 14:32:35 +07:00
jahorton
2633292258 delete deadkey mutation tracking 2019-05-28 09:32:35 +07:00
jahorton
c8aa355209 Integrates fat-finger alternates with LMLayer. 2019-05-27 15:26:43 +07:00
jahorton
2f2ba2de00 Creates fat-finger 'alternates' for use in LMLayer 2019-05-24 15:20:16 +07:00
jahorton
b335610027 Adds a placeholder '<keep>' option. 2019-04-26 13:27:36 +07:00
Joshua A. Horton
b648bb1860 Tweaks suggestions' apply() to be IME-compatible. 2019-04-22 14:47:06 +07:00
Joshua A. Horton
446182862e Adds BannerSuggestion.apply to KMW. 2019-03-28 10:26:22 +07:00
Joshua A. Horton
66bf2856f5 For Suggestion application: OutputTarget.restoreTo 2019-03-28 10:10:10 +07:00
Joshua A. Horton
e0682a0b3b Adds ID for tracking to Transcriptions. 2019-03-14 12:47:38 +07:00
Joshua A. Horton
f2e2388143 Polishes Transcription work, adds a unit-test suite for it. 2019-02-21 10:20:35 +07:00
Joshua A. Horton
2533275a9f Mild reorg of recent changes. 2019-02-20 10:52:19 +07:00
Joshua A. Horton
2d639f00a8 Initial implementation of Transcriptions. 2019-02-20 10:43:48 +07:00
Joshua A. Horton
36e8aec6f0 Merge branch 'web-element-interface-deadkeys' into web-stub-output-target 2019-02-08 00:57:00 +07:00
Joshua A. Horton
dd7857573d Moves deadkey adjustment maintenance to outputTarget. 2019-02-07 22:57:41 +07:00
Joshua A. Horton
d6e8a8c043 Renames dom.EditableElement to text.OutputTarget. 2019-02-07 22:19:23 +07:00
Renamed from web/source/dom/editableElement.ts (Browse further)