From 46aac0b3ab3a18152552148c688cc90092fb2c21 Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Thu, 29 Nov 2018 16:12:51 -0800 Subject: [PATCH] Update TODO.md --- TODO.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 56021659..12d7163c 100644 --- a/TODO.md +++ b/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`. 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**