Marc Durdin
ef60c08d7c
chore: add build.sh edit action for Delphi projects
...
This opens up the Delphi IDE with the correct KEYMAN_ROOT environment,
which allows for debugging. This is very helpful when working with
multiple worktrees, and also helps to avoid editing a project in the
wrong tree.
2025-02-22 06:18:47 +01:00
rc-swag
b074c2c0ef
feat(windows): add release ownership rename mutex owned
...
Add a ReleaseOwnership member to TKeymanMutex.
Rename MutexOwned to TakeOwnership.
Fixes : #13167
2025-02-10 13:50:18 +10:00
rc-swag
9eec271011
feat(windows): check updates and automatic update merged
...
Check updates meaning has slightly changed it is now automatic updates
and it will now check, download and when possible start the install.
Previously it just meant a check for upates was made and notified
the user of updates.
Fixes:#13114
2025-02-03 14:25:44 +10:00
rc-swag
4ad5f0fc64
chore(windows): Merge branch 'epic/windows-updates' into feat/windows/add-apply-now-update
2024-10-01 17:38:59 +10:00
rc-swag
bfe1b45983
feat(windows): automatic updates option to config reg
2024-09-09 15:51:32 +10:00
rc-swag
f1d9f53048
feat(windows): add right modifier included in HotKey
2024-08-22 16:32:39 +10:00
rc-swag
05d52463f9
feat(windows): remove registerhotkey and cache modifier
...
Remove the feature flags that allows the use of cached modifier for
hotkeys. Remove the feature flag that uses the Win 32 API
RegisterHotkeys.
2024-08-22 15:45:23 +10:00
rc-swag
b7b17686ec
feat(windows): add rmodifier hk to keyman config UI
2024-08-19 14:01:43 +10:00
rc-swag
be55dabdc4
feat(windows): add right modifier key option pt1
2024-08-16 22:15:42 +10:00
Marc Durdin
c06dd480df
chore(windows): add new build scripts for Windows builds
2024-05-20 08:27:31 +07:00
Marc Durdin
9f7eff122e
chore(windows): remove legacy build Makefiles
2024-05-20 08:16:52 +07:00
Marc Durdin
4c07b6c49c
feat(developer): remove kmcmpdll
2023-09-02 12:25:29 +04:00
Ross
1f3e8f768d
chore(windows): remove RefreshPreservedKeys pt2
2023-05-11 14:57:01 +10:00
Marc Durdin
978b93aa64
refactor(common): move keymanversion_build.in to /common/include
2023-03-24 14:42:12 +07:00
Marc Durdin
ce93901a5f
chore(windows): Add safecall for internal CustomisationStorage API interface
...
This makes it easier to track what is happening for errors where
otherwise we found that exception messages were being cropped; for
example, see KEYMAN-WINDOWS-X.
The error messages were being cropped because the exception handler was
in the exe module, but the exception was being raised in kmcomapi
module. When the exception was handled, the handler tested to see if
the exception object inherited from exemodule.Exception, but it was
inheriting from kmcomapi.Exception instead, and so it did not attempt
to load the message detail.
By adding `safecall` calling convention to `KeymanCustomisation`, we
move responsibility for handling the exception to the
`TKeymanAutoObject.SafeCallException` function, and we get full detail
for the exception.
2022-11-14 09:40:14 +11:00
Marc Durdin
385045e978
chore(windows): fixup refs and move StockFileNames
...
* StockFileNames.pas was missed in earlier moves.
* Cleaned up references in various dproj files
* Fixed up broken references to common files
2022-06-23 09:47:59 +10:00
Marc Durdin
393083509a
chore(windows): move tike files from global to developer
...
These files used only by TIKE so moved into that project.
Noticed obsolete refs to UMD5Hash and removed those at the same time.
2022-06-23 09:34:03 +10:00
Marc Durdin
9bb4c27e61
chore(windows): move general developer files to developer/
2022-06-23 09:28:34 +10:00
Marc Durdin
8cbebf7ade
chore(windows): move general package units to common
2022-06-23 06:36:23 +10:00
Marc Durdin
2aaa31eae2
chore(windows): move general keyboard units to common
2022-06-23 06:33:16 +10:00
Marc Durdin
7895cf2382
chore(windows): move utilicon.pas to common
2022-06-22 14:03:19 +10:00
Marc Durdin
96c1e10874
chore(windows): move Keyman.System.RegExGroupHelperRSP19902 unit to common
2022-06-22 14:02:03 +10:00
Marc Durdin
331c9d2d71
chore(windows): move shared general units to common
2022-06-22 13:58:58 +10:00
Marc Durdin
eba8a4ab35
chore(windows): move CRC32.pas to common
2022-06-22 10:36:55 +10:00
Marc Durdin
46c314cbb7
chore(windows): move BCP47Tag.pas to common
2022-06-22 10:35:18 +10:00
Marc Durdin
092c149f31
chore(windows): delete unused WideStringClass.pas
2022-06-21 09:55:52 +10:00
Marc Durdin
ac587286bf
chore(windows): delete unused utilmsxml.pas
2022-06-21 09:55:16 +10:00
Marc Durdin
c6102eb75b
chore(windows): delete unused UnitDrawArrow.pas
2022-06-21 09:54:30 +10:00
Marc Durdin
99cc0f6360
chore(windows): delete unused UExtractFileDir.pas
2022-06-21 09:54:03 +10:00
Marc Durdin
5369799ab8
chore(windows): delete duplicate test_iconsave.dpr
2022-06-21 09:53:31 +10:00
Marc Durdin
419d8c2483
chore(windows): delete unused SyncRegistryKeyboards.pas
2022-06-21 09:52:13 +10:00
Marc Durdin
03e755d3f0
chore(windows): delete unused PackageFile.pas
2022-06-21 09:51:51 +10:00
Marc Durdin
34d3ea5899
chore(windows): delete unused MLang.pas
2022-06-21 09:51:02 +10:00
Marc Durdin
c548631b78
chore(windows): delete unused Keyman.System.KeymanVersionInfo.pas
2022-06-21 09:48:24 +10:00
Marc Durdin
e1701a9e73
chore(windows): delete unused InternetState.pas
2022-06-21 09:47:19 +10:00
Marc Durdin
9c02dfb67c
chore(windows): delete unused IntegerArray.pas
2022-06-21 09:46:57 +10:00
Marc Durdin
c729eec342
chore(windows): delete unused inifileex.pas
2022-06-21 09:46:14 +10:00
Marc Durdin
7583fa64fe
chore(windows): delete unused exceptionw.pas
2022-06-21 09:46:01 +10:00
Marc Durdin
cbdfddcd11
chore(windows): remove shdocvw as unused
2022-06-21 09:40:50 +10:00
Marc Durdin
9dbe33e36e
chore(windows): move KeymanVersion.pas to common and update refs
2022-06-21 09:39:04 +10:00
Marc Durdin
ad4039b5db
chore(windows): move RegistryKeys.pas, ErrorControlledRegistry.pas, Glossary.pas, ScanCodeMap.pas to common
2022-06-21 09:39:03 +10:00
Marc Durdin
f163ceb6d5
chore(windows): move Unicode.pas to common
2022-06-21 09:39:01 +10:00
Marc Durdin
ff9a4c5edb
chore(windows): move GetOSVersion to common
2022-06-21 09:39:00 +10:00
Marc Durdin
9db6293b84
chore(windows): move usp10 to common
2022-06-21 09:38:59 +10:00
Marc Durdin
58230160b0
chore(windows): move CleartypeDrawCharacter to common
2022-06-21 09:38:58 +10:00
Marc Durdin
4a15809ae1
chore(windows): move PaintPanel to common
2022-06-21 09:38:57 +10:00
Marc Durdin
4b2fa6cc05
chore(windows): move keybtn and onscreenkeyboard to common
...
Components are related so moved together.
2022-06-21 09:38:56 +10:00
Marc Durdin
636cbc0469
chore(windows): update refs to FixedTrackbar
2022-06-21 09:38:55 +10:00
Marc Durdin
3527db5c6a
chore(windows): move FixedTrackbar and add common_components to makefiles
2022-06-21 09:38:54 +10:00
Marc Durdin
7ff83dcc1f
chore(windows): move ExtShiftState to common
2022-06-21 09:38:52 +10:00