History for imgui / imgui.cpp
2016-06-25
@ocornut
InputText: render currently edited buffer from the internal buffer, toward #701
ocornut committed on 25 Jun 2016
@ocornut
InputText, ImGuiTextFilter: using strncpy instead of printf("%s").
ocornut committed on 25 Jun 2016
2016-06-19
@ocornut
Wrapped text: fixed incorrect testing for negative wrap coordinates, they are perfectly legal. (#706)
ocornut committed on 19 Jun 2016
2016-06-16
@ocornut
ColorEdit4(): better preserve inputting value out of 0..255 range, display then clamped in Hexadecimal form
ocornut committed on 16 Jun 2016
2016-06-15
@ocornut
Fixed minor text clipping issue in window title for when using font straying above usual line (#699)
ocornut committed on 15 Jun 2016
2016-06-12
@ocornut
Member variable name renamed "ID" "Id" for casing consistency
ocornut committed on 12 Jun 2016
@ocornut
TextUnformatted() fixed clipping bug in the large-text path when horizontal scroll has been applied (#692, #246)
ocornut committed on 12 Jun 2016
2016-06-11
@ocornut
ImDrawList: Fixed a (rarely occuring) bug with merging with previous command + unnecessary OverlayDrawList command
ocornut committed on 11 Jun 2016
@ocornut
Fixed TextWrapped() override wrap position is one is already set (#690)
ocornut committed on 11 Jun 2016
2016-05-31
@ocornut
Fixed minor bug introduced in 45dacbf (#682) ...
ocornut committed on 31 May 2016
2016-05-30
@ocornut
Comments, tweaks
ocornut committed on 30 May 2016
@ocornut
InputText: Added support for CTRL+Backspace.
ocornut committed on 30 May 2016
@ocornut
Version 1.50 WIP
ocornut committed on 30 May 2016
2016-05-29
@ocornut
Version 1.49
ocornut committed on 29 May 2016
@ocornut
Removed various superflous ImGui:: prefixes in internal code
ocornut committed on 29 May 2016
@ocornut
Undo modification of ContentsRegionRect.Max, too many side-effects (undo dff0783)
ocornut committed on 29 May 2016
@ocornut
Comments (#590)
ocornut committed on 29 May 2016
@ocornut
CollapsingHeader() with close button adapt to horizontal scrolling (#600)
ocornut committed on 29 May 2016
@ocornut
Fix selectable/tree node not reaching right-side of contents size when horizontal scrolling is active and no explicit size is known
ocornut committed on 29 May 2016
@ocornut
Fixed GetWindowContentRegionMax() being off by ScrollSize amount when SizeExplicit is set + caching ContentsRegionRect. ...
ocornut committed on 29 May 2016
@ocornut
Comments (#676, #655)
ocornut committed on 29 May 2016
2016-05-28
@ocornut
Demo: Tree: showing how to align tree node label with current x position (#324, #581)
ocornut committed on 28 May 2016
@ocornut
Added optional Indent() Unindent() width (#324, #581)
ocornut committed on 28 May 2016
@ocornut
Added TreeAdvanceToLabelPos() (#581)
ocornut committed on 28 May 2016
@ocornut
TreeNodeEx(): ImGuiTreeNodeFlags_AlwaysOpen->ImGuiTreeNodeFlags_Leaf, + added ImGuiTreeNodeFlags_Bullet (#324, #581)
ocornut committed on 28 May 2016
@ocornut
SetNextWindowSizeConstraint -> SetNextWindowSizeConstraints (#668)
ocornut committed on 28 May 2016
@ocornut
BeginMenu: a menu that becomes disabled when open gets closed down, facilitate user's code (#126)
ocornut committed on 28 May 2016
2016-05-22
@ocornut
Comments (#335)
ocornut committed on 22 May 2016
2016-05-21
@ocornut
Fixed compile issue (bloody git stashes) (#668)
ocornut committed on 21 May 2016
@ocornut
Added SetNextWindowSizeConstraint() + demo code (#668)
ocornut committed on 21 May 2016