jahorton
|
615b6e42dc
|
refactor(web/engine): branch cleanup, polish
|
2020-03-18 14:07:41 +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
|
f5624dce65
|
refactor(web/engine): removes need for Processor 'disableDOM' flag
|
2020-03-18 13:41:39 +07:00 |
|
Joshua Horton
|
d7f12ddc6a
|
Merge pull request #2846 from keymanapp/refactor/web/engine/centralized-output-target
refactor(web/engine): KeyEvent object now refers to outputTarget over element
|
2020-03-18 13:39:29 +07:00 |
|
jahorton
|
920808ad1d
|
change(web/engine): addresses PR comments
|
2020-03-18 13:24:44 +07:00 |
|
jahorton
|
f98cdefae9
|
chore(web/engine): Merge branch 'master' into refactor/web/engine/keyboard-rule-returns
|
2020-03-18 12:29:55 +07:00 |
|
Joshua Horton
|
8a01121405
|
Merge pull request #2840 from keymanapp/fix/ios/embedded-layer-group-style
fix(ios): corrects OSK height adjustment, banner display issues.
|
2020-03-18 12:07:30 +07:00 |
|
Joshua Horton
|
e3a9dcda01
|
Merge pull request #2838 from keymanapp/fix/web/design-mode-and-content-editables
fix(web): fixes design mode and content editable issues
|
2020-03-18 12:07:21 +07:00 |
|
jahorton
|
8de7893115
|
chore(web/engine): Merge branch 'refactor/web/engine/keyboard-rule-returns' into refactor/web/engine/centralized-output-target
|
2020-03-18 11:55:03 +07:00 |
|
jahorton
|
4aace5dfa5
|
fix(web/engine): fixes branch-introduced predictive text bug
|
2020-03-18 11:51:19 +07:00 |
|
jahorton
|
33dfcff993
|
fix(web/engine): adjusts embedded-mode to match
|
2020-03-18 10:33:26 +07:00 |
|
jahorton
|
90c6283de3
|
refactor(web/engine): Polishes notifyKeyboard / doModifier
|
2020-03-18 09:47:28 +07:00 |
|
jahorton
|
bb935b4430
|
change(web/engine): minor cleanup and note-taking
|
2020-03-18 08:57:33 +07:00 |
|
jahorton
|
28e15f5a82
|
change(web/engine): KeyEvent use of outputTarget over HTMLElement
|
2020-03-18 08:16:56 +07:00 |
|
jahorton
|
359003928a
|
fix(ios): fixes image banner alignment. Fixes #2834
|
2020-03-17 16:15:34 +07:00 |
|
jahorton
|
5632b64623
|
fix(ios): corrects OSK height adjustment, unhiding banner. Fixes #2833
|
2020-03-17 14:54:40 +07:00 |
|
jahorton
|
590c64d465
|
docs(web): a bit more documentation on fixes
|
2020-03-17 08:46:19 +07:00 |
|
jahorton
|
f32c2d815a
|
fix(web): fixes UI position when designMode iframe internally scrolls
|
2020-03-17 08:38:51 +07:00 |
|
jahorton
|
1a4e16e139
|
fix(web): fixes design-mode/ content-editable ENTER key behavior
|
2020-03-17 08:38:51 +07:00 |
|
jahorton
|
30d688521b
|
fix(web): fixes design-mode iframe UI/OSK positioning
|
2020-03-17 08:38:50 +07:00 |
|
jahorton
|
e0ce816858
|
fix(web): fixes missing design-mode iframe UI, OSK
|
2020-03-17 08:38:46 +07:00 |
|
jahorton
|
1865573ed3
|
refactor(web/engine): doModifierPress, notifyKeyboard take outputTarget
|
2020-03-17 00:16:41 +07:00 |
|
jahorton
|
af594585ba
|
refactor(web/engine): better set for DOMEventHandlers.states.changed
|
2020-03-16 14:29:15 +07:00 |
|
jahorton
|
42c1983efa
|
refactor(web/engine): moves set of DOMEventHandlers.states.changed
|
2020-03-16 14:25:27 +07:00 |
|
jahorton
|
cc9b8f7ba3
|
refactor(web/engine): relocates 'beep' feedback code
|
2020-03-16 13:23:05 +07:00 |
|
jahorton
|
0642044028
|
refactor(web/engine): use of new return, relocates TSS_STORE manip
|
2020-03-16 13:06:30 +07:00 |
|
jahorton
|
df26b046e3
|
refactor(web/engine): Processor.processKeystroke returns object
|
2020-03-16 13:06:22 +07:00 |
|
jahorton
|
7938bba74e
|
refactor(web/engine): new interface.processKeystroke return
|
2020-03-16 13:06:14 +07:00 |
|
dependabot[bot]
|
187654165f
|
chore(deps-dev): bump minimist in /web/testing/regression-tests
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.2.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.2)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-03-16 05:59:41 +00:00 |
|
Joshua Horton
|
d0196f11bb
|
Merge pull request #2824 from keymanapp/fix/web/bulk-renderer-internal-api
fix(web): fixes internal reference for validation tool
|
2020-03-13 15:39:03 +07:00 |
|
jahorton
|
1cee4615e4
|
fix(web): fixes mobile form for bulk-renderer tool
|
2020-03-13 15:05:55 +07:00 |
|
jahorton
|
6f8b93aa87
|
fix(web): fixes internal reference for validation tool
|
2020-03-13 13:50:17 +07:00 |
|
jahorton
|
27a1a1c63c
|
fix(web): further fixes BuildVisualKeyboard. Fixes #2818
|
2020-03-13 10:54:25 +07:00 |
|
Joshua Horton
|
64f7967485
|
Merge pull request #2808 from keymanapp/fix/web/2756-longpress-popup-modifiers
fix(web): applies base key layer property to unassigned subkeys
|
2020-03-13 08:05:23 +07:00 |
|
jahorton
|
6dde882769
|
docs(web): better comments for new tool
|
2020-03-12 13:15:43 +07:00 |
|
jahorton
|
b1206fc9b2
|
change(web): A bit of commented-code cleanup
|
2020-03-12 11:56:39 +07:00 |
|
jahorton
|
3726631527
|
feat(ios): adds tools/sourcemap-root, replacing sed approach
|
2020-03-12 11:02:35 +07:00 |
|
jahorton
|
ec4d0c19ca
|
feat(web): enhanced minified sourcemaps
|
2020-03-11 12:07:23 +07:00 |
|
jahorton
|
0cf2606c17
|
feat(web): Functioning sourcemaps for minified
|
2020-03-11 09:47:14 +07:00 |
|
jahorton
|
e69e2f5358
|
change(web): reworks source-map root
|
2020-03-11 08:44:43 +07:00 |
|
jahorton
|
d1adbcca16
|
fix(web): applies base key layer property to unassigned subkeys
|
2020-03-11 08:18:08 +07:00 |
|
Joshua Horton
|
e284fc1b34
|
Merge pull request #2802 from keymanapp/fix/web/2784-keyboard-documentation
fix(web): updating BuildVisualKeyboard
|
2020-03-11 07:59:14 +07:00 |
|
jahorton
|
036db33174
|
change(web): drops build number from version in API call
|
2020-03-11 07:50:51 +07:00 |
|
jahorton
|
12a68cadbc
|
fix(web): stopgap for em scaling issue for doc kbds
|
2020-03-10 13:55:21 +07:00 |
|
jahorton
|
f57dcdc464
|
fix(web): Cuts keyboard event handlers for documentation ele
|
2020-03-10 13:55:21 +07:00 |
|
jahorton
|
246f4ae42c
|
fix(web): Partial fix for documentation OSK gen
|
2020-03-10 13:55:21 +07:00 |
|
jahorton
|
6340174fdd
|
fix(web): fixes build number reference of API call
|
2020-03-09 21:39:04 +07:00 |
|
Marc Durdin
|
cf99fcb9bd
|
fix(web): support otf extension for truetype fonts
|
2020-03-06 10:58:47 +11:00 |
|
jahorton
|
74373627fa
|
fix(web): someone (me) accidentally left Web CI in a testing state
|
2020-02-20 15:02:12 +07:00 |
|