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