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