History for imgui / imgui.cpp
2015-06-19
@ocornut
Fixed leak on Shutdown (#200)
ocornut committed on 19 Jun 2015
@ocornut
Comments
ocornut committed on 19 Jun 2015
@ocornut
Fixed mouse wheel scroll issues, introduced a few weeks ago (#200)
ocornut committed on 19 Jun 2015
@ocornut
Can't scroll with mouse wheel when window is collapsed.
ocornut committed on 19 Jun 2015
@ocornut
InputTextMultiline() filtering out \r for now (#200)
ocornut committed on 19 Jun 2015
2015-06-18
@ocornut
InputTextMultiline() painfully merged most computation passes into one, better clipping, much faster for large text (#200)
ocornut committed on 18 Jun 2015
@ocornut
ImFont::RenderText() better vertical clipping for large amount of text (for #200)
ocornut committed on 18 Jun 2015
@ocornut
InputTextMultiline(): made ctrl+up/down closer to windows behavior (#200)
ocornut committed on 18 Jun 2015
@ocornut
InputTextMultiline() fixed a frame of lag in handling vertical scrolling (#200)
ocornut committed on 18 Jun 2015
@ocornut
InputText(): adjusting selection block height differently for single and multi-line (#200)
ocornut committed on 18 Jun 2015
@ocornut
InputText(): removed a call to strlen() in the active edit path (#200)
ocornut committed on 18 Jun 2015
@ocornut
InputTextMultine() optimised height calculation for inactive multi-line edit box (#200)
ocornut committed on 18 Jun 2015
@ocornut
ImFont: CalcTextSizeA() fixed font scaling with fallback character.
ocornut committed on 18 Jun 2015
@ocornut
InputText: fixed handling of scaled font. re-organized bits of code toward merging all sizes calculations (#200)
ocornut committed on 18 Jun 2015
@ocornut
Fixed framerate counter averaging buffer size (shouldn't have been included in previous commit)
ocornut committed on 18 Jun 2015
@ocornut
InputText(): removed extraneous CalcTextSizeW call for tracking cursor/scrolling, remove spike (#200)
ocornut committed on 18 Jun 2015
@ocornut
InputText(): char width calculation calls font->GetCharAdvance() directly (#200)
ocornut committed on 18 Jun 2015
@ocornut
ImFont::RenderText() faster handling of rendering above clipping rect (useful for #200)
ocornut committed on 18 Jun 2015
@ocornut
InputText() clear selection when using undo/redo (#200)
ocornut committed on 18 Jun 2015
@ocornut
InputText() tidying up (#200)
ocornut committed on 18 Jun 2015
@ocornut
InputTextMultiline() preserve activeid/cursor/selection when using scrollbar + tidying up (#200)
ocornut committed on 18 Jun 2015
@ocornut
Speeding up some wchar<>UTF8 functions and some specialization for Ascii. (testing 500 KB text for #200)
ocornut committed on 18 Jun 2015
@ocornut
Cleanup
ocornut committed on 18 Jun 2015
@ocornut
InputTextMultiline() can clip + BeginChildFrame() returns bool. (#200)
ocornut committed on 18 Jun 2015
2015-06-17
@ocornut
Demo for InputTextMultiline() (#200)
ocornut committed on 17 Jun 2015
@ocornut
Demo for InputTextMultiline() (#200)
ocornut committed on 17 Jun 2015
@ocornut
InputText(): shallow tweaks (#200)
ocornut committed on 17 Jun 2015
@ocornut
InputTextMultiline() fixes, vertical scrolling, optimizations (#200) ...
ocornut committed on 17 Jun 2015
@ocornut
Increased key repeat rate for non-character input key repeat. ...
ocornut committed on 17 Jun 2015
@ocornut
InputText: doesn't reset scrolling when active text input becomes bigger than its content. (#200) ...
ocornut committed on 17 Jun 2015