ShikiSuen
|
4f9e159c95
|
TDKCandidates // Remove useless comments.
|
2023-03-03 13:25:35 +08:00 |
ShikiSuen
|
ab4ae41af6
|
TDKCandidates // Ensure compatibility with macOS 10.9 Mavericks.
* Refine constraint calculation methods.
* Reintroduce `window.isOpaque = false`.
* Fix translatesAutoresizingMaskIntoConstraints().
* Debugging dimensions of UI components.
* Avoid using zero rects on construction.
|
2023-03-01 22:58:19 +08:00 |
ShikiSuen
|
949f140671
|
TDKCandidates // Rewrite the UI using NSStackView.
* The mouse wheel scrolling operation currently gives a disastrous experience with TrackPad, hence getting disabled for now.
|
2023-03-01 22:58:19 +08:00 |
ShikiSuen
|
2bfad15422
|
TDKCandidates // Massive renovation + Cocoa legacy mode.
|
2023-02-24 00:08:53 +08:00 |
ShikiSuen
|
856c5d02d7
|
Clang-format // Use Google Swift Format Style.
|
2023-02-11 13:07:59 +08:00 |
ShikiSuen
|
0d3a727d9d
|
Repo // Enable CGShieldingWindowLevel().
- We use the max value between CGShieldingWindowLevel() and kCGPopUpMenuWindowLevel.
|
2023-02-05 19:10:55 +08:00 |
ShikiSuen
|
6229f7deaf
|
CtlCandidateTDK // Memory leak fix, etc.
- Also stop reloadData() on init().
|
2022-12-17 15:14:22 +08:00 |
ShikiSuen
|
5fbc2fb728
|
TDKCandidates // UI accommodation with long reverse-lookup results.
- Use array to handle reverse-lookup UI representation.
- Remove SessionCtl.annotate().
|
2022-12-17 14:54:49 +08:00 |
ShikiSuen
|
f94ecf5fda
|
Repo // Implementing reverse-lookup, requiring macOS 10.15 and later.
- Prefs & PrefUI // Add reverse-lookup toggle.
|
2022-12-17 14:54:49 +08:00 |
ShikiSuen
|
1324e0a077
|
Repo // selectedCandidateIndex -> highlightedIndex.
|
2022-12-17 14:54:48 +08:00 |
ShikiSuen
|
4edbe4d85c
|
TDKCandidates // Only show 1 column for vertical typing.
|
2022-12-17 14:54:48 +08:00 |
ShikiSuen
|
b5abb2db4e
|
CtlCandidateTDK // Use round candidate window.
|
2022-12-17 14:54:48 +08:00 |
ShikiSuen
|
ec35ebf24b
|
Repo // Refuse ineffective candidate key events.
|
2022-12-17 14:54:48 +08:00 |
ShikiSuen
|
1dfebd7b44
|
Repo // Remove useless symbols regarding candidate windows.
|
2022-12-17 14:54:48 +08:00 |
ShikiSuen
|
f4a786904e
|
TDKCandidates // Refactor for simplicity.
|
2022-12-17 14:54:47 +08:00 |