History for imgui / imgui.h
2015-06-25
@ocornut
Version 1.41
ocornut committed on 25 Jun 2015
2015-06-23
@ocornut
Added SetNextWindowPosCenter() (#249)
ocornut committed on 23 Jun 2015
@ocornut
Added GetGlyphRangesCyrillic() helper (#237)
ocornut committed on 23 Jun 2015
@ocornut
Added modal window darkening of previous windows (#249)
ocornut committed on 23 Jun 2015
@ocornut
BeginPopupModal() can have an optional close-window button (#249)
ocornut committed on 23 Jun 2015
@ocornut
Added BeginPopupModal() with actual modal behaviour (WIP api) (#249)
ocornut committed on 23 Jun 2015
2015-06-22
@ocornut
Minor comment fix (#248)
ocornut committed on 22 Jun 2015
2015-06-21
@ocornut
Added IsKeyReleased() (#248), added keyboard & mouse state panel in the demo window
ocornut committed on 21 Jun 2015
@ocornut
Added IsMouseReleased() helper (#248)
ocornut committed on 21 Jun 2015
2015-06-18
@ocornut
InputTextMultiline() can clip + BeginChildFrame() returns bool. (#200)
ocornut committed on 18 Jun 2015
2015-06-16
@ocornut
InputText() fixed multi-line selection clipping. (#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
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() parameter comment
ocornut committed on 14 Jun 2015
@ocornut
Selectable() added flags ImGuiSelectableFlags_DontClosePopups , ImGuiSelectableFlags_SpanAllColumns (#125)
ocornut committed on 14 Jun 2015
2015-06-02
@ocornut
Added IsWindowHovered() helper.
ocornut committed on 2 Jun 2015
@ocornut
Version 1.41 WIP
ocornut committed on 2 Jun 2015
2015-05-31
@ocornut
Version 1.40
ocornut committed on 31 May 2015
@ocornut
Version increased to 1.40 WIP makes more sense than 1.39 (changelog is huge)
ocornut committed on 31 May 2015
@ocornut
BeginPopupContextWindow() in_empty_space_only -> !also_over_items (#126)+ comments ...
ocornut committed on 31 May 2015
@ocornut
Added ImGuiListClipper helper to avoid using CalcListClipping() directly.
ocornut committed on 31 May 2015
@ocornut
RetWindowCollapsed() to IsWindowCollapsed() for consistency. Kept inline indirection.
ocornut committed on 31 May 2015
@ocornut
Added IMGUI_DISABLE_OBSOLETE_FUNCTIONS
ocornut committed on 31 May 2015
@ocornut
Comments, moved Sliders below Drag & Input in imgui.h
ocornut committed on 31 May 2015
@ocornut
Comments
ocornut committed on 31 May 2015
@ocornut
Comments
ocornut committed on 31 May 2015