mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-03-23 15:52:56 +08:00
Update TODO.md
This commit is contained in:
8
TODO.md
8
TODO.md
@@ -4,12 +4,14 @@ https://zhuanlan.zhihu.com/p/39369370
|
||||
|
||||
# GacUI 1.0
|
||||
|
||||
- [ ] High DPI for Direct2D (GDI will blur)
|
||||
- [ ] Window Icon
|
||||
- [ ] Fix GacGen crash when defining an instance whose name conflicts with something from imported resources
|
||||
- [x] When there are combo boxes in item templates, inserting items will cause recursively calling list::ItemProviderBase::InvokeOnItemModified
|
||||
- [x] Use another way to create focus rectangle bitmap mask for Direct2D
|
||||
- [x] Fix combo dropdown hidden in topmost window
|
||||
- [ ] High DPI for Direct2D (GDI will blur)
|
||||
- [ ] Change `GuiControl::Font` from `FontProperties` to `Nullable<FontProperties>`. It will changes following parent controls if it is set to null. If `GuiControlHost`'s font is null, it will become the default font.
|
||||
- [ ] **Update Release**
|
||||
- [ ] Window Icon
|
||||
- [ ] Fix GacGen crash when defining an instance whose name conflicts with something from imported resources
|
||||
- [ ] Fix hook mouse events in ButtonTemplate make GuiButton::Click not working
|
||||
- [ ] Cannot change column size during datagrid's bounds changing, which is by designed and this could be solved by calling InvokeInMainThread. But new feature for solving this is under considering
|
||||
- [ ] **Update Release**
|
||||
|
||||
Reference in New Issue
Block a user