Commit graph

58 commits

Author SHA1 Message Date
Joshua A. Horton
a5409dc323 fix(web): fixes positioning of native-mode language menu 2020-02-12 10:55:54 +07:00
jahorton
f71985de47 fix(web): dev_resource compile fix 2020-01-31 09:48:19 +07:00
jahorton
2c10ec8c86 change(web): Bypasses scroll workaround for embedded mode 2020-01-23 10:36:04 +07:00
jahorton
742aef868c fix(web): fixes Edge issue in tests with scroll workaround 2020-01-23 10:23:50 +07:00
jahorton
f594da484c fix(web): Fixes unit tests, adds stability for DOM shutdown 2020-01-23 09:02:13 +07:00
jahorton
56ff647016 fix(web): Fix now compatible with test-mode compilation 2020-01-22 12:19:27 +07:00
jahorton
0273b74cc4 fix(web): patches up textareas, sqaushes extra focus events 2020-01-22 12:14:22 +07:00
jahorton
3374affa35 fix(web): blur->focus handles horiz scrolling 2020-01-22 10:59:40 +07:00
jahorton
7cd6b39f18 chore(web): update merge against 'master' 2020-01-21 13:19:42 +07:00
jahorton
4778819203 feat(lmlayer): adds basic error reporting from worker 2019-12-02 07:55:37 +07:00
jahorton
ecddb73862 change(android): gets API 23 working again, but not 19 or 21 (yet) 2019-12-02 07:55:37 +07:00
Joshua A. Horton
ef8c691381 fix(web): Adds bounds-check in output targets 2019-10-31 10:29:59 +07:00
jahorton
ebca69fac6 Adds salvaged code from KMW 2.0 for synth event scroll trigger dev start. 2019-10-07 09:50:08 +07:00
jahorton
ba984c3947 Addresses PR comment 2019-09-12 08:18:12 +07:00
jahorton
3805d9da7e A bit of future-proofing 2019-09-11 15:33:05 +07:00
jahorton
7e0df21a94 Addresses PR review concerns 2019-09-11 10:19:33 +07:00
jahorton
4bddf8a185 Centralizes overflow scroll handling data 2019-09-10 10:35:39 +07:00
jahorton
73aea8eb88 Fixes #1980. Enables suggestion scrolling 2019-09-10 10:23:27 +07:00
jahorton
722dd3073f 'fixed' .getAbsolute() fix, touch pos calc 2019-05-15 11:10:11 +07:00
Joshua A. Horton
05c8d734f8 Enhances 'nearest target' checks and auto-cancels. 2019-04-04 10:09:32 +07:00
Joshua A. Horton
ae3a6a5b2a Start of touch support for Banner Suggestions. 2019-04-02 10:27:15 +07:00
Joshua A. Horton
66bf2856f5 For Suggestion application: OutputTarget.restoreTo 2019-03-28 10:10:10 +07:00
Darcy Wong
a79b5c1f40 Rename touchAliasElement.ts so it compiles on Linux 2019-03-07 21:20:57 +07:00
Joshua A. Horton
099c23cdb1 Implements Mock-oriented unit-testing. 2019-02-19 15:19:26 +07:00
Joshua Horton
e34128197f
Merge pull request #1546 from keymanapp/web-processing-element-API
[Web] Processing refactor - DOM element interfaces
2019-02-15 08:32:50 +07:00
Joshua A. Horton
be0092eee1 Addresses PR comments, adds history.md notes. 2019-02-15 08:24:23 +07:00
Joshua A. Horton
0fc4a73834 Adds a deadkey recording + adjustment unit test for OutputTargets. 2019-02-08 00:39:20 +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
Joshua A. Horton
ebce04fdca Moves text-processing related files to text namespace. 2019-02-07 02:28:27 +07:00
Joshua A. Horton
02e37a4808 Replaces the keyboard param Pelem with its corresponding ele interface. 2019-02-06 01:48:31 +07:00
Joshua A. Horton
95985396dd Converted editableElement to base class with managed deadkey info. 2019-02-05 23:03:42 +07:00
Joshua A. Horton
4142ed90e8 Adds two editableElement methods to simplify state preservation ops. 2019-02-04 23:17:45 +07:00
Joshua A. Horton
85090e19f4 Refactors command-caching into designIFrame management class. 2019-02-04 23:02:23 +07:00
Joshua A. Horton
5c282ba981 Integrates element interfaces into KMW proper. 2019-01-31 03:39:33 +07:00
Joshua A. Horton
8aab139ef4 Adds a touch-alias element interface test. 2019-01-30 20:37:37 +07:00
Joshua A. Horton
2d248aee13 Merge branch 'web-touch-alias-refactor' into web-processing-element-API 2019-01-30 07:34:38 +07:00
Joshua A. Horton
510d1ea4bf Integrates the newly-refactored TouchAliasElement into KMW. 2019-01-28 04:37:13 +07:00
Joshua A. Horton
4e1b72323f Finishes basic unit-tests for TouchAliasElement. 2019-01-27 21:10:13 +07:00
Joshua A. Horton
f284bbf2d7 Touch-alias unit test development. 2019-01-27 19:13:02 +07:00
Joshua A. Horton
ec852a39aa Removes post-rebase artifacts, making touch-alias work into its own PR. 2019-01-26 00:36:58 +07:00
Joshua - Leisure
bc25a59c43 Finishes base definition of TouchAliasElement and wrapper. Needs tests. 2019-01-26 00:27:54 +07:00
Joshua - Leisure
a3695750e1 Lots of TouchAliasElement prep; not quite ready for finailzation yet. 2019-01-26 00:27:37 +07:00
Joshua A. Horton
893c7b8347 Starts work on a proper refactor/definition of KMW's touch aliases. 2019-01-26 00:27:20 +07:00
Joshua A. Horton
0026d5ae08 Extracts some dom-related util API into targetable module for tools. 2019-01-26 00:26:54 +07:00
Joshua - Leisure
c299d4b6cd Finishes base definition of TouchAliasElement and wrapper. Needs tests. 2019-01-25 20:38:38 +07:00
Joshua - Leisure
b229a01cb3 Lots of TouchAliasElement prep; not quite ready for finailzation yet. 2019-01-25 19:53:37 +07:00
Joshua A. Horton
eedc5070e6 Starts work on a proper refactor/definition of KMW's touch aliases. 2019-01-24 21:25:27 +07:00
Joshua A. Horton
c1403c8d8d Extracts some dom-related util API into targetable module for tools. 2019-01-24 21:07:39 +07:00
Joshua A. Horton
89aff7028a Better documentation of selection issues for design-mode iframes. 2019-01-18 14:05:01 +07:00