2017-05-01 |
Renamed ImDrawList::PathFill() to ImDrawList::PathFillConvex() for clarity. (breaking API)
omar
committed
on 1 May 2017
|
---|---|
Merge branch 'ecraven-addimagequad'
omar
committed
on 1 May 2017
|
|
ImDrawList::AddImage* renamed uv_ parameters to be more consistent. Fix AddImageQuad to use IM_COL32_A_MASK (#1009)
omar
committed
on 1 May 2017
|
|
Merge branch 'addimagequad' of https://github.com/ecraven/imgui into ecraven-addimagequad
omar
committed
on 1 May 2017
|
|
Merge branch 'greggman-fix-opengl3-example'
omar
committed
on 1 May 2017
|
|
Examples: SDL2+GL3: Fix blend func state save/restore (#1120)
omar
committed
on 1 May 2017
|
|
|
|
2017-04-30 |
End() avoid calling Columns() if no columns set is open, not sure what it wasn't the case.
...
omar
committed
on 30 Apr 2017
|
Clarified asserts in CheckStacksSize() when there is a stack mismatch
omar
committed
on 30 Apr 2017
|
|
2017-04-28 |
Update README.md
omar
authored
on 28 Apr 2017
GitHub
committed
on 28 Apr 2017
|
Update README.md
omar
authored
on 28 Apr 2017
GitHub
committed
on 28 Apr 2017
|
|
Update README.md
omar
authored
on 28 Apr 2017
GitHub
committed
on 28 Apr 2017
|
|
Added UnrealEngine_ImGui link
omar
authored
on 28 Apr 2017
GitHub
committed
on 28 Apr 2017
|
|
|
|
2017-04-26 |
imconfig: Added comment about redefining ImDrawIdx
omar
committed
on 26 Apr 2017
|
Comments to redirect people to OpenGL3 examples (#1116)
omar
committed
on 26 Apr 2017
|
|
Examples: GLFW+GL3, SDL+GL3: Fixed modifying bound Texture0 (#1087, #1088, #1116)
omar
committed
on 26 Apr 2017
|
|
2017-04-13 |
Added assert/comment about using MergeMode (#1100)
omar
committed
on 13 Apr 2017
|
2017-04-01 |
Update README.md
omar
authored
on 1 Apr 2017
GitHub
committed
on 1 Apr 2017
|
Comments about child menu positioning (#1086)
omar
committed
on 1 Apr 2017
|
|
2017-03-29 |
Merge pull request #1078 from nem0/master
...
omar
authored
on 29 Mar 2017
GitHub
committed
on 29 Mar 2017
|
2017-03-26 |
Clip negative scissor offsets to zero
saschawillems
committed
on 26 Mar 2017
|
Set required depth member for buffer image copy
saschawillems
committed
on 26 Mar 2017
|
|
2017-03-24 |
do not export inline function, it causes problems on some compiers
Mikulas Florek
committed
on 24 Mar 2017
|
missing API
Mikulas Florek
committed
on 24 Mar 2017
|
|
2017-03-17 |
ImFont: Store the texture surface used to get an idea of how costly each font is.
omar
committed
on 17 Mar 2017
|
ImFont: Reorder field initialization to match declaration order
omar
committed
on 17 Mar 2017
|
|
2017-03-16 |
Comment about ImGuiInputTextFlags_CtrlEnterForNewLine for InputTextMultiline()
omar
committed
on 16 Mar 2017
|
Merge pull request #1068 from codecat/fix-colorbutton
...
omar
authored
on 16 Mar 2017
GitHub
committed
on 16 Mar 2017
|
|
2017-03-15 |
Fix ColorButton showing wrong hex value for alpha
Codecat
committed
on 15 Mar 2017
|