History for imgui / imgui.cpp
2016-03-02
@ocornut
InputText: Added BufTextLen in ImGuiTextEditCallbackData. Requesting user to maintain it. Zero-ing structure properly before use. (#541)
ocornut committed on 2 Mar 2016
@ocornut
BeginChild()/EndChild() fixed incorrect layout to allow widgets submitted after an auto-fit child wnidow (#540)
ocornut committed on 2 Mar 2016
2016-02-24
@ocornut
TextUnformatted: Fixed rare crash bug with large blurb of text (2k+) not finishing with a '\n' and fully above the clipping Y line. (#535)
ocornut committed on 24 Feb 2016
2016-02-21
@ocornut
Exposed FindWindowByName() in imgui_internal.h (missing chunk following 339b67c)
ocornut committed on 21 Feb 2016
2016-02-20
@ocornut
Exposed FindWindowByName() in imgui_internal.h
ocornut committed on 20 Feb 2016
2016-02-14
@ocornut
Allow windows with only a callback only to be functional + minor cleanup (#524)
ocornut committed on 14 Feb 2016
2016-02-11
@ocornut
InputText() added comment (#526)
ocornut committed on 11 Feb 2016
2016-02-07
@ocornut
Demo: use locally defined strdup because compilers/standard librairies are an annoyance (#520)
ocornut committed on 7 Feb 2016
2016-01-30
@ocornut
Updated todo list
ocornut committed on 30 Jan 2016
@ocornut
ImDrawList: fixed index overflow check broken by AddText(). Added extra assert. (#514)
ocornut committed on 30 Jan 2016
@ocornut
Fixed removal of trailing draw command if it is a callback command
ocornut committed on 30 Jan 2016
@ocornut
InputTex(): Comment (#512)
ocornut committed on 30 Jan 2016
@ocornut
InputText() fixed clipping bounds of contents (#512)
ocornut committed on 30 Jan 2016
2016-01-25
@ocornut
Remove dependency on <new> header (#484, #504) ...
ocornut committed on 25 Jan 2016
@ocornut
Fixed clipping of child windows within parent not taking account of childouter clipping boundaries (including scrollbar, etc.) (#506)
ocornut committed on 25 Jan 2016
2016-01-24
@ocornut
ProgressBar() handling of border size + storing border size in window structure (#503)
ocornut committed on 24 Jan 2016
2016-01-23
@ocornut
Tidying up internal FindBestPopupWindowPos()
ocornut committed on 23 Jan 2016
@ocornut
ColorEdit4: Empty label doesn't add InnerSpacing, like other widgets (ref #346)
ocornut committed on 23 Jan 2016
@ocornut
Honoring exact width passed to PushItemWidth(), previously it would add extra FramePadding.x*2 over that width. (ref #346) ...
ocornut committed on 23 Jan 2016
@ocornut
InputScalarEx(): removed unnecessary aabb computation.
ocornut committed on 23 Jan 2016
@ocornut
ColorEdit4(): removed unnecessary calls to scanf() when idle in hexadecimal edit mode.
ocornut committed on 23 Jan 2016
2016-01-22
@ocornut
Begin(): made the close button explicitly set the boolean to false instead of toggling it (#499)
ocornut committed on 22 Jan 2016
2016-01-20
@ocornut
ImFontAtlas: heuristic increase texture width up to 4096 with 4000+ glyphs. Various comments (#491)
ocornut committed on 20 Jan 2016
2016-01-16
@ocornut
TreeNode(), CollapsingHeader() fixed not being to use "##" sequence in formatted label. ...
ocornut committed on 16 Jan 2016
@ocornut
CalcTextSize(): adding early out for empty displayed string (#487)
ocornut committed on 16 Jan 2016
@ocornut
Added overlooked test for label_size.x>0 before calling RenderText for label in a few instances (#487)
ocornut committed on 16 Jan 2016
2016-01-10
@ocornut
Added ImGuiWindowFlags_ForceVerticalScrollbar, ImGuiWindowFlags_ForceHorizontalScrollbar flags (#476)
ocornut committed on 10 Jan 2016
2015-12-31
@ocornut
Minor optimization so that mass-calling BeginPopupContext* functions can early out more commonly without hashing ID
ocornut committed on 31 Dec 2015
2015-12-30
@ocornut
Various minor fixes following a pass of cppcheck static analyzer
ocornut committed on 30 Dec 2015
2015-12-27
@ocornut
Fixed ImDrawList::AddRect() which used to render a rectangle 1 px too large on each axis., fixed Image(), ImageButton() as well (#457)
ocornut committed on 27 Dec 2015