Magpie/src/App
2022-06-20 17:10:26 +08:00
..
AboutPage.cpp refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
AboutPage.h refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
AboutPage.idl refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
AboutPage.xaml refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
app.base.h refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
App.cpp feat: 使用 HotkeyManger::HotkeyPressed 事件监听热键 2022-06-20 09:21:50 +08:00
App.h feat: 使用 HotkeyManger::HotkeyPressed 事件监听热键 2022-06-20 09:21:50 +08:00
App.idl feat: 使用 HotkeyManger::HotkeyPressed 事件监听热键 2022-06-20 09:21:50 +08:00
App.vcxproj feat: 实现热键保存 2022-06-20 10:49:20 +08:00
App.vcxproj.filters feat: 实现热键保存 2022-06-20 10:49:20 +08:00
App.xaml refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
dummy.exe chore: 重命名项目 2022-05-28 11:30:47 +08:00
DummyTemplate.cpp refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
DummyTemplate.h refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
DummyTemplate.idl refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
DummyTemplate.xaml refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
HomePage.cpp refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
HomePage.h refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
HomePage.idl refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
HomePage.xaml feat: 添加游戏内覆盖快捷键的配置项 2022-06-20 17:10:26 +08:00
HotkeyHelper.cpp feat: 一些字符串操作支持宽字符 2022-06-20 14:19:37 +08:00
HotkeyHelper.h feat: 一些字符串操作支持宽字符 2022-06-20 14:19:37 +08:00
HotkeyManager.cpp feat: 添加游戏内覆盖快捷键的配置项 2022-06-20 17:10:26 +08:00
HotkeyManager.h feat: 使用 HotkeyManger::HotkeyPressed 事件监听热键 2022-06-20 09:21:50 +08:00
HotkeyManager.idl feat: 使用 HotkeyManger::HotkeyPressed 事件监听热键 2022-06-20 09:21:50 +08:00
HotkeySettings.cpp feat: 显示快捷键错误原因 2022-06-20 16:29:30 +08:00
HotkeySettings.h feat: 显示快捷键错误原因 2022-06-20 16:29:30 +08:00
HotkeySettings.idl feat: 显示快捷键错误原因 2022-06-20 16:29:30 +08:00
KeyVisual.cpp feat: 实现热键保存 2022-06-20 10:49:20 +08:00
KeyVisual.h refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
KeyVisual.idl refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
KeyVisual.xaml refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
MainPage.cpp refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
MainPage.h chore: 微小优化 2022-06-14 21:29:21 +08:00
MainPage.idl refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
MainPage.xaml chore: 微小优化 2022-06-14 21:29:21 +08:00
MicaBrush.cpp refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
MicaBrush.h refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
MicaBrush.idl refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
Package.appxmanifest chore: 将 MyHeader 属性改名为 Title 2022-05-29 18:55:36 +08:00
packages.config feat: 添加 Runtime 项目用于实现核心功能 2022-06-14 16:27:01 +08:00
PageFrame.cpp feat: 初步实现监听按键 2022-06-16 11:19:25 +08:00
PageFrame.h feat: Settings 添加热键相关接口 2022-06-19 19:36:55 +08:00
PageFrame.idl refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
PageFrame.xaml refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
pch.cpp chore: 重命名项目 2022-05-28 11:30:47 +08:00
pch.h feat: Settings 添加热键相关接口 2022-06-19 19:36:55 +08:00
SettingItem.cpp refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
SettingItem.h feat: Settings 添加热键相关接口 2022-06-19 19:36:55 +08:00
SettingItem.idl refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
SettingItem.xaml feat: 添加键盘钩子 2022-06-14 21:50:03 +08:00
Settings.cpp feat: 实现热键解析 2022-06-20 13:32:47 +08:00
Settings.h feat: 加载配置失败时弹窗 2022-06-20 11:10:38 +08:00
Settings.idl perf: 合并 HotkeyAction 中的 None 和 COUNT 以节省空间 2022-06-19 22:53:33 +08:00
SettingsExpanderStyles.xaml refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
SettingsGroup.cpp refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
SettingsGroup.h feat: Settings 添加热键相关接口 2022-06-19 19:36:55 +08:00
SettingsGroup.idl refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
SettingsGroup.xaml refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
SettingsPage.cpp refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
SettingsPage.h refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
SettingsPage.idl refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
SettingsPage.xaml refactor: App 项目的命名空间更改为 Magpie::App 2022-06-14 20:50:16 +08:00
ShortcutControl.cpp feat: 显示快捷键错误原因 2022-06-20 16:29:30 +08:00
ShortcutControl.h feat: 显示快捷键错误原因 2022-06-20 16:29:30 +08:00
ShortcutControl.idl feat: 显示快捷键错误原因 2022-06-20 16:29:30 +08:00
ShortcutControl.xaml feat: ShortcutDialog 支持 _IsError 属性用于绑定 2022-06-18 11:22:19 +08:00
ShortcutDialogContent.cpp feat: 显示快捷键错误原因 2022-06-20 16:29:30 +08:00
ShortcutDialogContent.h feat: 显示快捷键错误原因 2022-06-20 16:29:30 +08:00
ShortcutDialogContent.idl feat: 显示快捷键错误原因 2022-06-20 16:29:30 +08:00
ShortcutDialogContent.xaml feat: 显示快捷键错误原因 2022-06-20 16:29:30 +08:00
ToggleSwitch.xaml refactor: 优化项目结构 2022-06-01 22:29:56 +08:00