2015-06-22 |
Minor comment fix (#248)
ocornut
committed
on 22 Jun 2015
|
---|---|
2015-06-21 |
Added IsKeyReleased() (#248), added keyboard & mouse state panel in the demo window
ocornut
committed
on 21 Jun 2015
|
Added IsMouseReleased() helper (#248)
ocornut
committed
on 21 Jun 2015
|
|
2015-06-18 |
InputTextMultiline() can clip + BeginChildFrame() returns bool. (#200)
ocornut
committed
on 18 Jun 2015
|
2015-06-16 |
InputText() fixed multi-line selection clipping. (#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
|
|
InputTextMultiline() WIP - still gazillion problems with selection visualisation & scrolling
ocornut
committed
on 16 Jun 2015
|
|
2015-06-14 |
ImFont: added GetCharAdvance() helper. Exposed font Ascent and font Descent.
ocornut
committed
on 14 Jun 2015
|
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
|
|
Selectable() changed prototype moved flags before size. size override should rarely have been used! sorry. #125
ocornut
committed
on 14 Jun 2015
|
|
Selectable() parameter comment
ocornut
committed
on 14 Jun 2015
|
|
Selectable() added flags ImGuiSelectableFlags_DontClosePopups , ImGuiSelectableFlags_SpanAllColumns (#125)
ocornut
committed
on 14 Jun 2015
|
|
2015-06-02 |
Added IsWindowHovered() helper.
ocornut
committed
on 2 Jun 2015
|
Version 1.41 WIP
ocornut
committed
on 2 Jun 2015
|
|
2015-05-31 |
Version 1.40
ocornut
committed
on 31 May 2015
|
Version increased to 1.40 WIP makes more sense than 1.39 (changelog is huge)
ocornut
committed
on 31 May 2015
|
|
BeginPopupContextWindow() in_empty_space_only -> !also_over_items (#126)+ comments
...
ocornut
committed
on 31 May 2015
|
|
Added ImGuiListClipper helper to avoid using CalcListClipping() directly.
ocornut
committed
on 31 May 2015
|
|
RetWindowCollapsed() to IsWindowCollapsed() for consistency. Kept inline indirection.
ocornut
committed
on 31 May 2015
|
|
Added IMGUI_DISABLE_OBSOLETE_FUNCTIONS
ocornut
committed
on 31 May 2015
|
|
Comments, moved Sliders below Drag & Input in imgui.h
ocornut
committed
on 31 May 2015
|
|
Comments
ocornut
committed
on 31 May 2015
|
|
Comments
ocornut
committed
on 31 May 2015
|
|
Renamed IsRectClipped to IsRectVisible for consistency. Note that return value is opposite! Kept inline redirection function (will obsolete)
ocornut
committed
on 31 May 2015
|
|
2015-05-29 |
Added GetItemsLineHeightWithSpacing() helper.
ocornut
committed
on 29 May 2015
|
2015-05-27 |
Added BeginPopupContextVoid() helper for completeness (#126)
ocornut
committed
on 27 May 2015
|
BeginPopupContextWindow() rearranged and clarified parameters (#126)
ocornut
committed
on 27 May 2015
|
|
Added BeginPopupContextItem() / BeginPopupContextWindow() (#126)
ocornut
committed
on 27 May 2015
|
|
Added IsAnyItemHovered() public helper.
ocornut
committed
on 27 May 2015
|