diff --git a/TODO.md b/TODO.md index 464dea7e..0e365bee 100644 --- a/TODO.md +++ b/TODO.md @@ -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`. 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.