From d75ed8a2a85d39f352b165a9ddfb4c3f2b4b1057 Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Thu, 2 Aug 2018 20:42:40 -0700 Subject: [PATCH 1/3] Update TODO.md --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 2c3612cc..9c07b72d 100644 --- a/TODO.md +++ b/TODO.md @@ -56,6 +56,7 @@ https://zhuanlan.zhihu.com/p/39369370 #### Before 1.0 (Optional) - [ ] `` and `` tags - [ ] Enable Workflow script template for IGuiInstanceLoader written in text +- [ ] INativeImage::SaveToStream handle correctly for git format. It is possible that LoadFromStream need to process diff between git raw frames. #### Graphics - [ ] MetaImageElement and MetaImage data structure From a53b34b2436a71d4369c64bf82168fd33ca346b9 Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Thu, 2 Aug 2018 20:44:34 -0700 Subject: [PATCH 2/3] Update TODO.md --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 9c07b72d..6ad0809b 100644 --- a/TODO.md +++ b/TODO.md @@ -5,7 +5,7 @@ https://zhuanlan.zhihu.com/p/39369370 # GacUI 1.0 - [x] Document clipboard data should have version -- [ ] Word doesn't recognize embedded GIF represented by data URL in HTML clipboard format. +- [x] Word doesn't recognize embedded GIF represented by data URL in HTML clipboard format. - [ ] Add and query services from controls - [ ] **Update Release** - [ ] Render focus From c77903217e3d4d80d4dc57053b33a95bd091f558 Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Sat, 4 Aug 2018 15:55:44 -0700 Subject: [PATCH 3/3] Update TODO.md --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 6ad0809b..4ef4a0a0 100644 --- a/TODO.md +++ b/TODO.md @@ -6,7 +6,7 @@ https://zhuanlan.zhihu.com/p/39369370 - [x] Document clipboard data should have version - [x] Word doesn't recognize embedded GIF represented by data URL in HTML clipboard format. -- [ ] Add and query services from controls +- [x] Add and query services from controls - [ ] **Update Release** - [ ] Render focus - [ ] BlackSkin window template handle window properties (border, buttons, ...)