2016-05-16 |
Build fix
ocornut
committed
on 16 May 2016
|
---|---|
InputText(): Fixed cursor rendering on first character when framepadding is 0.0 (following #601)
ocornut
committed
on 16 May 2016
|
|
ImGuiListClipper: removed assert (#662)
ocornut
committed
on 16 May 2016
|
|
ImGuiListClipper new version, detect height automatically, fix compatibility with SetScrollPosHere (#662)
ocornut
committed
on 16 May 2016
|
|
2016-05-13 |
Metrics window: coarse clipping the detailed vertex buffer for pleasure and benefits.
ocornut
committed
on 13 May 2016
|
ButtonBehavior(), fixed subtle old bug when a repeating button would also return true on release + comments (#656)
ocornut
committed
on 13 May 2016
|
|
Fixed repeating button behavior triggering twice, typically affect the +/- of InputInt/InputFloat and user repeating buttons (#656)
...
ocornut
committed
on 13 May 2016
|
|
2016-05-12 |
Fixed TitleBg/TitleBgActive color being rendered above WindowBg color, being inconsistent and causing visual artefact (#655)
...
ocornut
committed
on 12 May 2016
|
2016-05-11 |
Fixed incorrect parameter to ButtonBehavior() in Columns code - had no side-effect (#649)
...
ocornut
committed
on 11 May 2016
|
Comments / todos
ocornut
committed
on 11 May 2016
|
|
2016-05-10 |
Modal: fixed non-child window stacked over a modal losing its hoverabilty/focusability (#615, #604)
ocornut
committed
on 10 May 2016
|
ImGuiWindow: Storing ParentWindow (#615, #646)
ocornut
committed
on 10 May 2016
|
|
2016-05-09 |
Fixed iOS/OSX build.
Branimir Karadžić
authored
on 9 May 2016
ocornut
committed
on 9 May 2016
|
2016-05-08 |
Comments to clarify default shared ImFontAtlas and current context pointer thread-safety (#586, #591)
ocornut
committed
on 8 May 2016
|
2016-05-07 |
Merge branch 'master' of https://github.com/ocornut/imgui
ocornut
committed
on 7 May 2016
|
Minor warnings fixes.
ocornut
committed
on 7 May 2016
|
|
|
|
Renamed ImGuiState -> ImGuiContext (#586, #269)
ocornut
committed
on 7 May 2016
|
|
Added CreateContext/DestroyContext/GetCurrentContext/SetCurrentContext() (#586, #269)
ocornut
committed
on 7 May 2016
|
|
Ignore implicit conversion warnings
Sergej Reich
committed
on 7 May 2016
|
|
ImGuiStorage: Added bool helper functions for completeness.
ocornut
committed
on 7 May 2016
|
|
2016-05-06 |
Reorganised windows moving code, documented a lag in FindHoveredWindow(), fixing lag whole moving windows (#635)
ocornut
committed
on 6 May 2016
|
Updated FAQ and Readme with more prominent info about WantCaptureMouse etc. flags (#635)
ocornut
committed
on 6 May 2016
|
|
2016-05-04 |
Fixed/silenced various absurd GCC warnings from outer space (#626)
ocornut
committed
on 4 May 2016
|
Fixed various Clang -Weverything warnings (#626)
ocornut
committed
on 4 May 2016
|
|
Updated FAQ (#628)
ocornut
committed
on 4 May 2016
|
|
BeginGroup() fixed using within Columns set (fix #630)
ocornut
committed
on 4 May 2016
|
|
Fonts readme, refering to IconFontCppHeaders, AddRemapChar() function, etc.
ocornut
committed
on 4 May 2016
|
|
2016-05-02 |
Renamed majority of use of "opened" to "open" for clarity. Renamed SetNextTreeNodeOpened() to SetNextTreeNodeOpen(). (#625, #579)
ocornut
committed
on 2 May 2016
|
2016-05-01 |
Fix typo in Programmer guide
Anton Holmberg
committed
on 1 May 2016
|