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