Moved extra_fonts/ to misc/fonts/. Moved .natvis file to misc/natvis/ (#1569)

This commit is contained in:
omar
2018-01-31 16:00:07 +01:00
parent dd41a1650a
commit cd3dd886de
34 changed files with 69 additions and 68 deletions

View File

@ -248,8 +248,6 @@ It's mostly a bunch of personal notes, probably incomplete. Feel free to query i
- misc: fix for compilation settings where stdcall isn't the default (e.g. vectorcall) (#1230)
- remote: make a system like RemoteImGui first-class citizen/project (#75)
- natvis: more the imgui.natvis file in a better location. perhaps reorganize extra_fonts/? (#1569)
- demo: add vertical separator demo
- demo: add virtual scrolling example?
- examples: directx9: save/restore device state more thoroughly.