Update TODO.md

This commit is contained in:
Zihan Chen
2018-12-14 15:27:18 -08:00
committed by GitHub
parent cbecfbc318
commit 004c7ed4b3

View File

@@ -8,12 +8,12 @@ https://zhuanlan.zhihu.com/p/39369370
- [x] Use another way to create focus rectangle bitmap mask for Direct2D
- [x] Fix combo dropdown hidden in topmost window
- [ ] New `GuiListControl::IItemArranger` with different item height
- [ ] 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
- [ ] **Update Release**
- [ ] High DPI for Direct2D (GDI will blur)
- [ ] 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**
- [ ] New default control templates with animation, written in XML generated C++ code.