Dale Kim
85c71170af
Defined bool ImGui::GetWindowCollapsed().
2015-02-28 14:47:59 -06:00
Dale Kim
72d10d3baa
Fix SetColumnOffset() subtracting a bool value instead of scrollbar width.
2015-02-23 13:36:40 -06:00
Dale Kim
7bd507d266
Disable client state in OpenGL example after rendering.
...
Using the example code in another application that has other rendering
code can cause rendering bugs or memory access errors if client state
is not disabled.
2014-08-22 16:00:38 -05:00
Dale Kim
c52a54ef43
Fix for gcc type qualifier warnings.
...
With -Wall -Wextra -Werror, it is not possible to compile against
imgui.h due to const correctness violation in ImVector.
2014-08-13 11:57:37 -05:00