2015-06-18 |
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
|
|
2015-06-16 |
InputTextMultiline(): vertical scrolling wip, selection rendering fix (#200)
ocornut
committed
on 16 Jun 2015
|
InputTextMultiline(): multi-line selection draw fix (#200)
ocornut
committed
on 16 Jun 2015
|
|
InputTextMultiline(): multi-line selection draw fix (#200)
ocornut
committed
on 16 Jun 2015
|
|
InputText() fixing cancel (#200)
ocornut
committed
on 16 Jun 2015
|
|
|
|
InputText() fixed multi-line selection clipping. (#200)
ocornut
committed
on 16 Jun 2015
|
|
InputTextMultiline() tabbing to a multi-line edit doesn't select all (unless ImGuiInputTextFlags_AutoSelectAll is set), somehow arbitrary (#
...
ocornut
committed
on 16 Jun 2015
|
|
InputText: multi-line selection, better scrolling, cleaning up (#200)
...
ocornut
committed
on 16 Jun 2015
|
|
ImFont::RenderText() additional early out (typically performed at TextUnformatted() level for large chunks but this is also useful) (#200)
ocornut
committed
on 16 Jun 2015
|
|
Merge remote-tracking branch 'origin' into 2015-06-multiline_textedit
...
ocornut
committed
on 16 Jun 2015
|
|
Text rendering can be finely clipped cpu-side on top and left axises (for #200)
ocornut
committed
on 16 Jun 2015
|
|
Merge remote-tracking branch 'origin' into 2015-06-multiline_textedit
...
ocornut
committed
on 16 Jun 2015
|