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

Conflicts:
	imgui.cpp
This commit is contained in:
ocornut 2015-07-30 21:37:47 -06:00
commit c639f65eb7
1 changed files with 0 additions and 1 deletions

View File

@ -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)