History for imgui / imgui.cpp
2015-06-16
@ocornut
InputTextMultiline(): vertical scrolling wip, selection rendering fix (#200)
ocornut committed on 16 Jun 2015
@ocornut
InputTextMultiline(): multi-line selection draw fix (#200)
ocornut committed on 16 Jun 2015
@ocornut
InputTextMultiline(): multi-line selection draw fix (#200)
ocornut committed on 16 Jun 2015
@ocornut
InputText() fixing cancel (#200)
ocornut committed on 16 Jun 2015
@ocornut
InputText() lifted 1024 characters limit (#200) ...
ocornut committed on 16 Jun 2015
@ocornut
InputText() fixed multi-line selection clipping. (#200)
ocornut committed on 16 Jun 2015
@ocornut
InputTextMultiline() tabbing to a multi-line edit doesn't select all (unless ImGuiInputTextFlags_AutoSelectAll is set), somehow arbitrary (# ...
ocornut committed on 16 Jun 2015
@ocornut
InputText: multi-line selection, better scrolling, cleaning up (#200) ...
ocornut committed on 16 Jun 2015
@ocornut
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
@ocornut
Merge remote-tracking branch 'origin' into 2015-06-multiline_textedit ...
ocornut committed on 16 Jun 2015
@ocornut
Text rendering can be finely clipped cpu-side on top and left axises (for #200)
ocornut committed on 16 Jun 2015
@ocornut
Merge remote-tracking branch 'origin' into 2015-06-multiline_textedit ...
ocornut committed on 16 Jun 2015
@ocornut
Moved InputFloat() InputInt() below InputText() and not in the middle of internal bits
ocornut committed on 16 Jun 2015
@ocornut
InputTextMultiline() WIP - still gazillion problems with selection visualisation & scrolling
ocornut committed on 16 Jun 2015
2015-06-14
@ocornut
ImFont: added GetCharAdvance() helper. Exposed font Ascent and font Descent.
ocornut committed on 14 Jun 2015
@ocornut
ImageButton() changed default bg_col parameter from (0,0,0,1) black to (0,0,0,0) tranparent + drawing frame even when no padding (#243)
ocornut committed on 14 Jun 2015
@ocornut
Selectable() changed prototype moved flags before size. size override should rarely have been used! sorry. #125
ocornut committed on 14 Jun 2015
@ocornut
Selectable() added flags ImGuiSelectableFlags_DontClosePopups , ImGuiSelectableFlags_SpanAllColumns (#125)
ocornut committed on 14 Jun 2015
2015-06-13
@ocornut
SelectableEx - replaced unnecessary extra size_draw parameter by a flag.
ocornut committed on 13 Jun 2015
2015-06-11
@ocornut
Metrics windows display storage size
ocornut committed on 11 Jun 2015
2015-06-09
@ocornut
ColorButton(), ColorEdit4(): colored square stays square, used vertical padding on both axis.
ocornut committed on 9 Jun 2015
@ocornut
Selectable, MenuItem: don't use frame rounding for hovering/selection.
ocornut committed on 9 Jun 2015
@ocornut
SetScrollPosHere() fixed imprecisions
ocornut committed on 9 Jun 2015
@ocornut
SetScrollPosHere() takes account of item height + more accurate centering
ocornut committed on 9 Jun 2015
@ocornut
SetScrollPosHere() rewrote to that window size is not required at the time of calling, can be used on frame 0 of an auto-resizing window
ocornut committed on 9 Jun 2015
@ocornut
Combo() now using the popup facility. More consistent + when combo open hovering other widgets is disabled. (#241)
ocornut committed on 9 Jun 2015
@ocornut
Allow Set*WindowSize() calls to be used with popups (fix for using e.g. scroll function on the first frame)
ocornut committed on 9 Jun 2015
@ocornut
Allow Set*WindowSize() calls to be used with popups.
ocornut committed on 9 Jun 2015
@ocornut
Fixed issue with activating a Combo() not taking active id (#241)
ocornut committed on 9 Jun 2015
2015-06-04
@ocornut
ImFont: ignoring \r
ocornut committed on 4 Jun 2015