Marc Durdin
3f4a80eab4
[Windows] Fix FieldWorks LT-19402, buffer overrun in GetDefaultKeyboardID for 64 bit
2019-04-24 15:12:56 +07:00
Marc Durdin
bfddf323ba
[Windows] Remove debug code
2019-02-25 14:15:13 +11:00
Marc Durdin
eb92df40de
[Windows] Fixes #1620 . AltGr causes sticky Left Control when some Windows European layouts are installed.
2019-02-25 14:08:56 +11:00
Marc Durdin
ffebb60a92
[Windows] Fixes #1600 . Keyman now handles backspace correctly again for SMP characters in TSF-aware apps
2019-02-19 15:29:09 +11:00
Marc Durdin
e48f547303
[Windows] Fix tabs to spaces, factor IsCapsLockOn function
2019-01-09 13:55:28 +11:00
Marc Durdin
08431e89ba
[Windows] Add comments
2019-01-08 20:55:19 +11:00
Marc Durdin
5b60359aa2
[Windows] Fix Caps Lock header support
2019-01-08 20:41:29 +11:00
Marc Durdin
988a0917cb
[Windows] Switching between Keyman keyboards in same language using TSF interface could fail
2019-01-08 20:33:36 +11:00
Marc Durdin
e67519b0d8
[Windows] Remove legacy API endpoints
2019-01-07 12:43:43 +11:00
Marc Durdin
16aba3ae8e
[Windows] If a language was dynamically loaded by Windows, then the hotkey entry is never assigned when a keyboard is installed
2019-01-04 12:08:38 +11:00
Marc Durdin
5dd0737185
[Windows] Use RegisterHotkey to (a) simplify hotkeys and (b) avoid serialization issues with modifiers
2018-12-17 13:45:19 +11:00
Marc Durdin
62a8cab1ca
Merge pull request #1410 from keymanapp/windows-fix-1279
...
[Windows] Fixes #1279 . Avoid crash when security software blocks Keyman Configuration from setting various registry values.
2018-12-11 13:20:53 +11:00
Marc Durdin
17c08d53f6
[Windows] Fixes #1336 . Fixes #1270 . Package info was not being read from JSON even when available which meant we lost Unicode values
2018-12-11 11:23:17 +11:00
Marc Durdin
6d8451b818
[Windows] Fixes #1279 . Avoid crash when security software blocks Keyman Configuration from setting various registry values.
2018-12-10 18:08:17 +11:00
Marc Durdin
2aeec04f3e
[Windows] Fix permissions for programdata\keyman folder during install so metro apps work correctly
2018-12-04 14:15:58 +11:00
Marc Durdin
318c73a9e1
Merge pull request #1286 from keymanapp/windows-kmtip-debugging-refactor
...
[Windows] Refactor and cleanup debug logging in kmtip; fix return value bug in initialising preserved keys
2018-11-30 06:25:07 +11:00
Marc Durdin
b84163e68b
[Windows] Tabs to spaces in kmkey.cpp
2018-11-29 05:23:22 +11:00
Marc Durdin
95a138bd8b
[Windows] Resolve review comments
2018-11-27 07:38:14 +11:00
Marc Durdin
ae3ca3b370
[Windows] Rollback setfocus change as we lose important focus change events
2018-11-27 07:25:36 +11:00
glasseyes
5654c935a2
rename build alltags in engine and buildtools
2018-11-12 16:14:28 +07:00
Marc Durdin
5f5a59648d
Merge pull request #1297 from keymanapp/windows-mitigate-win10-1803-language-activation
...
[Windows] Mitigation for #1285 . Adds a mitigation for issues with installation under certain languages in Windows 10 1803 and later
2018-11-04 16:54:09 +11:00
Marc Durdin
21eb35f916
[Windows] Tweak error message parameter names
2018-11-04 08:42:18 +11:00
Marc Durdin
48cdb3c0b3
[Windows] Patch serialization code for MSTSC and Hyper-V client
2018-11-03 20:24:06 +11:00
Marc Durdin
a2596b49d9
[Windows] Fixes #1285 . Adds a mitigation for issues with installation under certain languages in Windows 10 1803 and later
2018-11-02 09:43:38 +11:00
Marc Durdin
8853155203
[Windows] Refactor and cleanup debug logging in kmtip; fix return value bug in initialising preserved keys
2018-10-30 15:57:06 +11:00
Marc Durdin
0f706d94f3
Merge branch 'master' into windows-engine-metro-support-rebased
2018-10-29 16:34:53 +11:00
Marc Durdin
d8c45f25dc
[Windows] Address review comments
2018-10-29 16:34:00 +11:00
Marc Durdin
455c2458a4
[Windows] Change the vk_prefix (zap) code from 0x07 to 0x0E to avoid Game Bar conflict and make it customisable via registry
2018-10-23 09:04:24 +11:00
Marc Durdin
d32b7d946a
[Windows] Set security on programdata/keyman folder at install time
2018-10-19 10:51:54 +11:00
Marc Durdin
9b51f5f8bd
[Windows] Improve shared buffer security
2018-10-19 06:19:30 +11:00
Marc Durdin
2ec23c8a83
[Windows] Reapply patch for global debug log flag
2018-10-19 05:45:55 +11:00
Marc Durdin
b395f7b122
[Windows] Remove USE_SERIALEVENTSERVER define
2018-10-19 05:34:48 +11:00
Marc Durdin
738e1946a6
[Windows] Debug logging and proof of concept tests for keyboarding support within metro-style apps
...
[Windows] More tidyup and robustness for metro app support - debug cleanup and serialization of input (not quite finished)
[windows] Refactor serialized input code when used with key event thread model
[windows] Add consistent precompiled headers for other projects
[windows] Merge console window test into metro support
[Windows] Tidy up work and identify additional TODOs for metro-style app support
[Windows] Ensure error case falls through to default hook processing for console windows
[Windows] Refactor shared memory into memory mapped file so we can cross 32-64 bit boundary
[Windows] Tweaks to C++ security calls and parameters
[Windows] Start refactor of SerialKeyEvent* classes
[Windows] Rename to SerialKeyEventServer (refactoring)
[Windows] Complete refactoring of SerialKeyEventClient class
[Windows] Further encapsulation and cleanup with 'interfaces' to reduce header pollution
[Windows] Complete serialization fix with move of modifier state management from client thread to server thread to guarantee consistency
[Windows] Replace atom-based keyboard switching with memory mapped file indexed to avoid security constraints
[Windows] Fixup Left Alt+Shift interaction with serializer
[Windows] Use Windows 8.1 SDK for test
2018-10-18 20:00:49 +11:00
Marc Durdin
dde1f67024
[Windows] Document ETW
2018-10-17 05:54:16 +11:00
Marc Durdin
14a01396e3
[Windows] Fixup modifier state for Message Analyzer
2018-10-16 17:26:45 +11:00
Marc Durdin
d25cc636f1
[Windows] Add event manifest to Keyman Engine installer
2018-10-16 11:10:33 +11:00
Marc Durdin
b3b5c244ea
[Windows] Refactor Windows debug logging to use Event Tracing for Windows
2018-10-16 10:23:54 +11:00
Marc Durdin
56115da652
[Windows] Serialized input: don't trigger on console windows
2018-10-05 14:40:57 +10:00
Marc Durdin
7e2c21b8a7
[Windows] Refactor serialized input to use a low level keyboard hook to avoid conflicts
2018-10-03 15:22:38 +10:00
Marc Durdin
d2331680b2
[Windows] Address review comments, document, and tidy up constants
2018-10-03 07:01:34 +10:00
Marc Durdin
eff9f834de
[Windows] Serialize the processing of true key events and simulated key events generated by Keyman
2018-10-02 10:38:33 +10:00
Marc Durdin
f6dfa1c8cb
[Developer] Render default language icon for imported keyboard automatically
2018-09-23 10:01:31 +10:00
Marc Durdin
6775770b25
[Windows] Fixup RegistryKey/@Action attributes across all installers to ensure keys are created as required
2018-09-14 09:11:20 +10:00
Marc Durdin
ba520f3a6a
[Windows] Use fragments instead of includes for Keyman Engine installer source
2018-09-12 09:47:56 +10:00
Marc Durdin
22ba83ff44
[Windows] Reduce versioning dependence in Keyman Engine installer
2018-09-12 09:20:58 +10:00
Marc Durdin
d2a61c78b6
[Windows] Reduce repetition of version information for simpler major version updates
2018-09-11 06:02:33 +10:00
Marc Durdin
dd07f1c522
[Windows] Cleanup version references (majority)
2018-09-05 10:50:56 +10:00
Marc Durdin
69dcb03ac1
[Developer] Remove old DELPHI_STARTER build path now that Delphi Community is available
2018-08-21 14:24:27 +07:00
Marc Durdin
572b6548f7
[Windows] Update to WIX 3.11.1 plus other minor environment riders
2018-08-13 19:49:53 +10:00
Marc Durdin
e08b40d592
[developer] Add CEF to installer and build process
2018-07-16 20:03:36 +10:00