ShikiSuen
6c0accd968
NSEventImpl // Use mapMainAreaNumKey.keys in lieu of arrMainAreaNumKey.
2023-03-01 22:58:19 +08:00
ShikiSuen
7d4e7ae551
CocoaExtension // +NSAttributedString.boundingDimension.
2023-02-24 00:08:53 +08:00
ShikiSuen
3984cb79e4
SessionCtl // Simplify handing of NSRange parameters, etc.
2023-02-24 00:08:53 +08:00
ShikiSuen
84ea8de1d2
NSEventImpl // Simplify a condition.
2023-02-11 13:07:59 +08:00
ShikiSuen
2cdc64b1ff
InputHandler // Use applyingTransformFW2HW().
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
6430515215
CocoaExtension // Add Date.isTodayTheDate(from:), etc.
2023-02-06 22:36:24 +08:00
ShikiSuen
f899e900c9
CocoaExtension // Fix some parameters used in buzz().
2023-02-06 22:36:24 +08:00
ShikiSuen
e334fc60ec
NSEventImpl // Add KeyCode.kContextMenu = 110.
...
- This is the context menu key which is available in most PC keyboards.
2023-02-01 14:44:12 +08:00
ShikiSuen
03c6d0e40a
NSEvent // Add some bools for identifying JIS keycodes.
2023-01-25 17:42:23 +08:00
ShikiSuen
7ffb4b96d6
CocoaExtension // Allow callAlert() to handle responses.
2023-01-11 17:39:27 +08:00
ShikiSuen
fdd767069e
Repo // Regularize FileHandle API usages for future purposes.
2022-12-30 10:52:51 +08:00
ShikiSuen
9f8338acbf
Repo // Fix an issue with shell().
2022-12-20 20:31:28 +08:00
ShikiSuen
3b2ef22c88
CocoaExtension // Introduce Alexis Bridoux's NSWindowPositioner.
2022-12-20 20:20:00 +08:00
ShikiSuen
7b1892bd8d
Extensions // Add .localized() support for certain string types.
2022-12-20 19:55:50 +08:00
ShikiSuen
4d03773b1a
CtlClientListMgr // Move callAlert() to CocoaExtension.
2022-12-17 15:14:22 +08:00
ShikiSuen
5e49fe31ed
CocoaExtension // Add NSWIndowController.orderFront().
2022-12-17 15:14:22 +08:00
ShikiSuen
efed9c0723
CocoaExtension // Add memory footprint calculator.
2022-12-17 15:14:22 +08:00
ShikiSuen
5832136e05
Repo // Implementing set() for NSWindowController.
2022-12-17 14:54:48 +08:00
ShikiSuen
571e01e510
NSSoundImpl // Use Cocoa in lieu of AppKit.
2022-12-17 14:54:48 +08:00
ShikiSuen
939162e08a
Repo // NSApplication.shared -> NSApp.
2022-12-17 14:54:48 +08:00
ShikiSuen
6168cc32d0
Repo // Massive nomenclature changes, etc.
2022-12-17 14:54:48 +08:00
ShikiSuen
97bc20fe89
Repo // Deprecating AppleKeyboardConverter MK1.
2022-12-17 14:54:48 +08:00
ShikiSuen
f3472cf222
NSEvent // Add inAppleABCStaticForm().
2022-12-17 14:54:48 +08:00
ShikiSuen
e71f46f2f5
Repo // Typo fix: Emac -> Emacs.
2022-12-17 14:54:47 +08:00
ShikiSuen
9d077a9d49
Repo // Massive refactor & renovation.
...
- This commit is a massive refactor update towards the current vChewing codebase, modernizing the entire project structure.
- Put things into packages to boost compile speed.
- Also: IMKCandidates // macOS 10.13 High Sierra compatibility.
- ctlIME // Remove duplicated setValue().
2022-12-17 14:49:04 +08:00