浏览代码

Merge remote-tracking branch 'origin' into 2015-07-cleanup

Conflicts:
	imgui.cpp
ocornut 10 年之前
父节点
当前提交
c639f65eb7
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      imgui.cpp

+ 0 - 1
imgui.cpp

@@ -451,7 +451,6 @@
  - input: rework IO to be able to pass actual events to fix temporal aliasing issues.
  - input: support track pad style scrolling & slider edit.
  - portability: big-endian test/support (#81)
- - drawlist: add support for anti-aliased lines with >1.0f thickness (#133)
  - memory: add a way to discard allocs of unused/transient windows. with the current architecture new windows (including popup, opened combos, listbox) perform at least 3 allocs.
  - misc: mark printf compiler attributes on relevant functions
  - misc: provide a way to compile out the entire implementation while providing a dummy API (e.g. #define IMGUI_DUMMY_IMPL)