2015-11-28 |
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
|
|
Merge branch 'zach2good-SDL_OpenGL3_Implementation'
ocornut
committed
on 16 Nov 2015
|
|
Examples: SDL+OpenGL3: Fixed readme (#356)
ocornut
committed
on 16 Nov 2015
|
|
Examples: SDL+OpenGL3: Various fixes to example to make it matches current GL3 example (#356)
ocornut
committed
on 16 Nov 2015
|
|
Examples: SDL+OpenGL3: Using glew like existing example + renaming (#356)
ocornut
committed
on 16 Nov 2015
|
|
Tweak build batch files and readmes
ocornut
committed
on 16 Nov 2015
|
|
Merge branch 'SDL_OpenGL3_Implementation' of https://github.com/zach2good/imgui into zach2good-SDL_OpenGL3_Implementation
ocornut
committed
on 16 Nov 2015
|