2015-11-29
@ocornut
Demo: Fixed variable shadowing warning.
ocornut committed on 29 Nov 2015
@ocornut
Fixed int>void* warnings for 64-bits architectures and fancy warnings
ocornut committed on 29 Nov 2015
2015-11-28
@ocornut
Speculative build fix for old versions of Visual Studio compiler
ocornut committed on 28 Nov 2015
@ocornut
Demo: comments (#414)
ocornut committed on 28 Nov 2015
@ocornut
Demo: Moved property editor demo to its own mini example applet (#414)
ocornut committed on 28 Nov 2015
@ocornut
Columns: Added Property Tree demo among tidying up demos (#125, #414)
ocornut committed on 28 Nov 2015
@ocornut
Columns: Fixed bug with indentation within columns, also making code shorter/faster (#414, #125)
ocornut committed on 28 Nov 2015
@ocornut
Columns: Undo accidental change from 807d4ff
ocornut committed on 28 Nov 2015
@ocornut
Merge branch 'master' of https://github.com/ocornut/imgui
ocornut committed on 28 Nov 2015
@ocornut
Columns:: columns set with no implicit id include the columns count into the id to avoid collisions (#125)
ocornut committed on 28 Nov 2015
@ocornut
Columns: minor tidying up while investigating severe issues with indenting within columns (#414)
ocornut committed on 28 Nov 2015
@omar
Merge pull request #416 from zryan3/bugfix/sdl2_typos ...
omar committed on 28 Nov 2015
2015-11-27
@zryan3
fixed text referencing GLFW library in SDL examples
zryan3 committed on 27 Nov 2015
@omar
Update README.md ...
omar committed on 27 Nov 2015
@omar
Update README.md
omar committed on 27 Nov 2015
2015-11-26
@ocornut
Columns: avoid growing ColumnsData vector when closing a window with no columns (#125) ...
ocornut committed on 26 Nov 2015
@ocornut
Columns: tidying up, moving OffsetT to a ImGuiColumnData structure
ocornut committed on 26 Nov 2015
@ocornut
Merge branch 'master' of https://github.com/ocornut/imgui
ocornut committed on 26 Nov 2015
@ocornut
Rename internal ColumnsStartX to IndentX, makes more sense
ocornut committed on 26 Nov 2015
2015-11-24
@omar
Update README.md
omar committed on 24 Nov 2015
@ocornut
Added links
ocornut committed on 24 Nov 2015
2015-11-22
@ocornut
Update README.md - faq
ocornut committed on 22 Nov 2015
@omar
Update README.md - faq
omar committed on 22 Nov 2015
@ocornut
Examples: DirectX9/11: Removed assumption about Unicode build in example main.cpp (#399)
ocornut committed on 22 Nov 2015
@ocornut
Examples: OpenGL3: Fixed gl3w.c for Linux when compiled with C++ compiler (#411)
ocornut committed on 22 Nov 2015
@ocornut
Examples: SDL/OpenGL3: Added -ldl to Linux command-line (#411)
ocornut committed on 22 Nov 2015
2015-11-20
@omar
Update README.md
omar committed on 20 Nov 2015
2015-11-19
@ocornut
InputText: Added password mode via ImGuiInputTextFlags_Password (#237, #363, #374)
ocornut committed on 19 Nov 2015
2015-11-16
@ocornut
Demo: Made the "menu inside a regular window" be in a different menuset. Added a comment (#409)
ocornut committed on 16 Nov 2015
@ocornut
Examples: Updated README
ocornut committed on 16 Nov 2015