ShikiSuen
|
d758ce5cd1
|
PrefWindow & PrefUI // Maintenance.
|
2023-03-04 20:32:26 +08:00 |
ShikiSuen
|
7180bb2798
|
ClientListMgr // Block the access of ComDlg32 for macOS <= 10.12.
|
2023-03-01 22:58:19 +08:00 |
ShikiSuen
|
04f1889923
|
ClientListMgr // Allow dragging app bundles to the window.
|
2023-03-01 22:58:19 +08:00 |
ShikiSuen
|
c80ce1f54d
|
PrefWindow // Sync recent changes happened in PrefUI.
|
2023-02-24 00:08:53 +08:00 |
ShikiSuen
|
1f3fd08cad
|
ClientListMgr // Autofill recent 20 clients on adding new clients.
|
2023-02-24 00:08:53 +08:00 |
ShikiSuen
|
5ff00871fe
|
PrefWindow // Add the DevZone back with new options.
|
2023-02-24 00:08:53 +08:00 |
ShikiSuen
|
87bc36aa9e
|
Repo // Upgrade ClientListMgr to mk2.
|
2023-02-24 00:08:53 +08:00 |
ShikiSuen
|
4a55f38916
|
PrefWindow // Use PrefUITabs enum if possible.
|
2023-02-15 12:55:20 +08:00 |
ShikiSuen
|
18bdf80afd
|
Repo // Using map(\.description) in lieu of charComponents().
|
2023-02-11 13:07:59 +08:00 |
ShikiSuen
|
856c5d02d7
|
Clang-format // Use Google Swift Format Style.
|
2023-02-11 13:07:59 +08:00 |
ShikiSuen
|
5e3adb570a
|
PrefWindow // Only showing fart SFX toggle on April 1st.
|
2023-02-06 22:36:24 +08:00 |
ShikiSuen
|
33501ebba9
|
PrefWindow // Warn when unchecking the fart suppressor.
|
2023-02-05 19:10:55 +08:00 |
ShikiSuen
|
a210d215c2
|
PrefWindow // Allow enabling / disabling external dictionary plists.
|
2023-01-11 17:39:27 +08:00 |
ShikiSuen
|
5ef515fa23
|
Repo // Change the method of reading factory plists.
|
2023-01-11 17:39:27 +08:00 |
ShikiSuen
|
abe6375347
|
PrefWindow // Crediting Hiraku regarding the Cocoa UI lang menu.
Co-authored-by: Hiraku <dev@hiraku.tw>
|
2022-12-30 10:52:51 +08:00 |
ShikiSuen
|
21c55f6b5b
|
Repo // Change of when to do window position setup.
|
2022-12-20 20:31:28 +08:00 |
ShikiSuen
|
f27d08b221
|
RevLookupWindow // Disable anchored constraints.
|
2022-12-20 20:31:27 +08:00 |
ShikiSuen
|
6734bc49c5
|
CtlPrefWindow // Conditionally force-reload phrase editor on show().
|
2022-12-20 20:20:00 +08:00 |
ShikiSuen
|
892a574378
|
Repo // Introducing reverse-lookup window.
|
2022-12-20 20:20:00 +08:00 |
ShikiSuen
|
9ec8428af6
|
Repo // Force all windows to be focused on call, etc.
|
2022-12-20 20:20:00 +08:00 |
ShikiSuen
|
2e3549f172
|
Repo // Change the initial position of certain windows.
|
2022-12-20 20:20:00 +08:00 |
ShikiSuen
|
225e95655c
|
CtlPrefWindow_PhraseEditor // Fix incorrect license header.
|
2022-12-20 20:20:00 +08:00 |
ShikiSuen
|
d2107f847a
|
PhraseEditor // Release some memory when it gets disappeared.
|
2022-12-20 19:55:50 +08:00 |
ShikiSuen
|
a9c7d0c12d
|
PhraseEditor // Add tooltip to the main edit area.
|
2022-12-20 19:55:50 +08:00 |
ShikiSuen
|
5bbc4edf33
|
PhraseEditor // Add tooltip to the weight field.
|
2022-12-20 19:55:50 +08:00 |
ShikiSuen
|
7e73eab9f2
|
PhraseEditorCocoa // Remove isSaved().
- This is to synchronize behaviors with PhraseEditorUI.
|
2022-12-20 19:55:50 +08:00 |
ShikiSuen
|
89d2884ea2
|
PhraseEditor // Implement tagOverrides().
- This affects both PhraseEditorCocoa and PhraseEditorUI.
|
2022-12-20 19:55:50 +08:00 |
ShikiSuen
|
34e9ca9493
|
PhraseEditor // Allow calling TextEdit if the option key is pressed.
|
2022-12-20 19:55:50 +08:00 |
ShikiSuen
|
2c684a925c
|
Repo // Change #Override tag.
|
2022-12-20 19:55:50 +08:00 |
ShikiSuen
|
36e9a0c1dd
|
PrefWindow // Implementing PhraseEditorCocoa.
|
2022-12-17 15:14:23 +08:00 |
ShikiSuen
|
4d03773b1a
|
CtlClientListMgr // Move callAlert() to CocoaExtension.
|
2022-12-17 15:14:22 +08:00 |
ShikiSuen
|
63d56d8132
|
Repo // Enforce NSApp.activate() instead.
|
2022-12-17 15:14:22 +08:00 |
ShikiSuen
|
dca93cb6f0
|
PrefUI & PrefWindow // Stop force-unwrapping AppDelegate.
|
2022-12-17 15:14:22 +08:00 |
ShikiSuen
|
d263719e64
|
Repo // Change the buzz() trigger with certain NSAlert instances.
|
2022-12-17 14:54:49 +08:00 |
ShikiSuen
|
3ca7410316
|
Repo // Stop using didSet in cassettePath property.
- It doesn't work in some cases.
|
2022-12-17 14:54:49 +08:00 |
ShikiSuen
|
60b3fcf625
|
PrefMgr // Remove redundant LMMgr.loadCassetteData().
|
2022-12-17 14:54:49 +08:00 |
ShikiSuen
|
234819030c
|
Repo // Fix informativeText localization when cassette path error.
|
2022-12-17 14:54:49 +08:00 |
ShikiSuen
|
27061754d6
|
PrefUI & PrefWindow // Allow CIN2 & VCIN files to be selected.
|
2022-12-17 14:54:49 +08:00 |
ShikiSuen
|
4a7d165ab6
|
PrefUI & PrefWindow // Add settings regarding cassette mode.
|
2022-12-17 14:54:49 +08:00 |
ShikiSuen
|
0926e345a4
|
ClientMgr // Allow multiple selection.
|
2022-12-17 14:54:48 +08:00 |
ShikiSuen
|
4b08607608
|
PrefUI & PrefWindow // Disable multiple selection.
|
2022-12-17 14:54:48 +08:00 |
ShikiSuen
|
939162e08a
|
Repo // NSApplication.shared -> NSApp.
|
2022-12-17 14:54:48 +08:00 |
ShikiSuen
|
9ae2797fca
|
Repo // Change how NSWindow shared instances are handled.
|
2022-12-17 14:54:48 +08:00 |
ShikiSuen
|
7c1dce393d
|
AboutWindow // Also embed upstream license.
|
2022-12-17 14:54:48 +08:00 |
ShikiSuen
|
0abc362576
|
Repo // Deprecating Zonble's method of handling selection key errors.
- Also adding the ability of detecting non-printable chars.
|
2022-12-17 14:54:48 +08:00 |
ShikiSuen
|
6eb77a1b6f
|
ClientMgr // Tweak NSAlert sheet size.
|
2022-12-17 14:54:48 +08:00 |
ShikiSuen
|
227d0fb1bc
|
Repo // Require that minimum candidate key count is 6, etc.
- SP2 Fix: Shared // Add missing dependency.
|
2022-12-17 14:49:05 +08:00 |
ShikiSuen
|
738ecc0a8f
|
PrefWindow // Disable Voltaire-related settings.
|
2022-12-17 14:49:05 +08:00 |
ShikiSuen
|
e9137b9e53
|
CtlCandidate(s) // Refactor with partial packaging.
- The CtlCandidateIMK is not package-able due to its utilization of bridging-header. There is no workaround available at this moment.
|
2022-12-17 14:49:05 +08:00 |
ShikiSuen
|
03d4099894
|
KeyHandler // Use PrefMgrProtocol delegate to handle UserDefaults.
|
2022-12-17 14:49:04 +08:00 |