Joshua Horton
beb0e882ea
Merge branch 'master' into web-29-mutation-observers
2017-05-30 10:52:20 +07:00
Marc Durdin
57af115a91
Merge pull request #73 from keymanapp/web-72-closure-upgrade
...
Google Closure compatibility update - re: #72
2017-05-30 10:50:04 +07:00
Joshua Horton
50d030b2c4
Fixes as per PR review - #73
2017-05-30 10:28:37 +07:00
Joshua Horton
ea0395a13c
Updated the version of Google Closure and patched up the code in accordance with its new warnings.
2017-05-30 09:19:06 +07:00
Joshua Horton
693cefd404
Tidying up the pull request.
2017-05-29 10:52:18 +07:00
Joshua Horton
fc718b34d7
Issue #29 - now handles the potential iframe loading race condition for desktop browsers.
2017-05-29 09:48:02 +07:00
Joshua Horton
f446eecbf6
Issue #29 - MutationObserver code is now in place and tested. Potential race condition remains.
2017-05-29 09:47:43 +07:00
Joshua Horton
ee3669028e
Potential fix for issue #29 is in place. It's confirmed in Firefox, at present... gotta test it out in other environments still.
2017-05-29 09:40:43 +07:00
Joshua Horton
15939a34a9
Refactored setupDesktopPage() to allow for setup of dynamically-added inputs after page initialization, added setup for solving #29 .
...
Includes present code for testing the issue.
2017-05-29 09:38:10 +07:00
Marc Durdin
b3d7fe6ce3
Merge pull request #70 from mcdurdin/master
...
Move KeymanWeb project to web/
2017-05-26 11:02:34 +07:00
Marc Durdin
16ef06a879
Move KeymanWeb project to web/
2017-05-26 11:00:34 +07:00
Marc Durdin
1613101518
Merge pull request #69 from mcdurdin/master
...
Move to MIT License
2017-05-24 16:06:48 +07:00
Marc Durdin
9e4be0e757
Fixup license references at start of source files
2017-05-24 16:01:13 +07:00
Marc Durdin
3346eed05f
Move to MIT License
2017-05-24 15:52:05 +07:00
Marc Durdin
8d32366d28
Merge pull request #67 from jahorton/issue-66
...
Issue #66
2017-05-16 13:17:11 +07:00
Joshua Horton
fef0eaafe2
Brace yourself!
2017-05-12 14:20:47 +07:00
Joshua Horton
328370d0f1
Merge branch 'master' of https://github.com/jahorton/keymanweb.git into issue-66
2017-05-12 13:42:47 +07:00
Joshua Horton
ff0d4db32b
Merge pull request #1 from keymanapp/master
...
Updating to match new keymanapp/keymanweb commits.
2017-05-12 13:34:54 +07:00
Joshua Horton
bf84fed020
#66 New version only assigns to the OSK's spacebar text when an actual change to the value has occurred.
2017-05-12 13:17:52 +07:00
Marc Durdin
714dc02738
Merge pull request #65 from jahorton/issue-58
...
Issue 58
2017-05-12 13:10:11 +07:00
Joshua Horton
8228339433
#58
2017-05-11 12:26:14 +07:00
Joshua Horton
26b2a45653
Fix for Issue #58 - toggle button now works correctly if second-to-last keyboard is removed.
2017-05-11 12:09:06 +07:00
Marc Durdin
8f63c81281
Merge pull request #60 from Sethyboy0/master
...
Fixed an issue where event handlers with no return value would block …
2017-04-23 10:12:40 +07:00
Seth Ament
53743fa630
Implemented changes discussed in the pull request.
...
https://github.com/keymanapp/keymanweb/pull/60#discussion_r112583684
2017-04-21 10:39:39 -04:00
Seth Ament
d397a877c6
Fixed an issue where event handlers with no return value would block any further event handlers from executing.
...
This was caused due to the return value being undefined, and !undefined evaluates to true.
Fixing that alone would have caused the event stack to never get smaller however, so an else was added to the if statement.
2017-04-05 14:48:06 -04:00
Marc Durdin
510c8d3574
Merge pull request #57 from mcdurdin/platform-web
...
#56 platform(web) fails to match on KeymanWeb
2017-03-31 08:49:09 +07:00
Marc Durdin
571beb688a
#56 platform(web) fails to match on KeymanWeb
2017-03-31 08:27:06 +07:00
Marc Durdin
319799700b
build ui as well as main code
2016-11-06 10:33:22 +07:00
Marc Durdin
56aa8bd6bf
Merge pull request #51 from mcdurdin/master
...
build ui as well as main code
2016-11-06 10:32:56 +07:00
Marc Durdin
d5672adf74
Fixup resources build path
2016-11-06 10:31:14 +07:00
Marc Durdin
16812bdaac
Merge pull request #50 from mcdurdin/master
...
Fixup resources build path
2016-11-06 10:30:44 +07:00
Marc Durdin
338e3848f0
Merge pull request #49 from mcdurdin/master
...
build exit codes
2016-11-06 10:27:54 +07:00
Marc Durdin
4a80c613f4
build exit codes
2016-11-06 10:28:22 +07:00
Marc Durdin
b5a13212dc
Create output folder in build
2016-11-06 10:23:05 +07:00
Marc Durdin
1715296c47
Merge pull request #48 from mcdurdin/master
...
Create output folder in build
2016-11-06 10:22:40 +07:00
Marc Durdin
bf82373dff
Merge pull request #47 from mcdurdin/master
...
java path for teamcity
2016-11-06 10:18:58 +07:00
Marc Durdin
2641ee3582
java path for teamcity
2016-11-06 10:19:25 +07:00
Marc Durdin
f2f0050b67
Merge pull request #46 from mcdurdin/master
...
java path for teamcity
2016-11-06 10:14:43 +07:00
Marc Durdin
196ce67434
java path for teamcity
2016-11-06 10:15:06 +07:00
Marc Durdin
13bb943624
Prepare for teamcity build
2016-11-06 09:48:32 +07:00
Marc Durdin
eee5b52ba9
Merge pull request #41 from mcdurdin/master
...
build 408
2015-09-14 15:53:12 +10:00
Marc Durdin
c1f15f5590
build 408
2015-09-14 15:47:00 +10:00
Marc Durdin
4883a587bf
Merge pull request #40 from mcdurdin/master
...
fix space after comma in font names
2015-09-14 15:46:43 +10:00
Marc Durdin
1868785f2d
fix space after comma in font names
2015-09-14 15:46:09 +10:00
Marc Durdin
852ea57b4b
Merge pull request #39 from mcdurdin/master
...
build 407
2015-09-14 15:37:56 +10:00
Marc Durdin
23056650ed
build 407
2015-09-14 15:25:21 +10:00
Marc Durdin
9c4caf19d6
Merge pull request #37 from jmdurdin/master
...
touch hold instantiation on touch, repeated delete timer cancellation…
2015-09-14 15:24:45 +10:00
Marc Durdin
720edb78cd
Merge pull request #38 from jmdurdin/fix-font-delimiting
...
Fix font delimiting
2015-09-14 15:24:12 +10:00
John Durdin
988ade33dc
Fix font delimiting
2015-09-10 10:13:16 +10:00
John Durdin
25ff11b18c
touch hold instantiation on touch, repeated delete timer cancellation corrected
2015-09-10 09:51:53 +10:00