History for imgui / imgui.cpp
2016-10-09
@ocornut
Removed left-over empty op
ocornut committed on 9 Oct 2016
@ocornut
Added ImGuiCorner enum to clarify some internal code
ocornut committed on 9 Oct 2016
@ocornut
Removed the inconsistent shadow under RenderCollapseTriangle() (~#707)
ocornut committed on 9 Oct 2016
@ocornut
Fixed not using IM_ARRAYSIZE() where appropriate
ocornut committed on 9 Oct 2016
2016-10-08
@ocornut
Plot: Fixed calling with values_count == 0
ocornut committed on 8 Oct 2016
2016-10-07
@ocornut
FAQ clarified the ClipRect entry a little
ocornut committed on 7 Oct 2016
2016-10-01
@ocornut
Minor tweaks
ocornut committed on 1 Oct 2016
@ocornut
Minor tidying up following merge BGRA color PR (#844)
ocornut committed on 1 Oct 2016
@ocornut
Merge branch '2016-08-use_bgra_colors' of https://github.com/thedmd/imgui into thedmd-2016-08-use_bgra_colors
ocornut committed on 1 Oct 2016
@ocornut
EndGroup(): Made IsItemHovered() work when an item was activated within the group (#849) (loosely follows #840)
ocornut committed on 1 Oct 2016
2016-09-26
@Michał Cichoń
Apply Omar feedback and convert remaining 0xAABBGGRR's into IM_COL32(RR,GG,BB,AA) format.
Michał Cichoń committed on 26 Sep 2016
@Michał Cichoń
Introduce IMGUI_USE_BGRA_PACKED_COLOR in imconfig.h. ...
Michał Cichoń committed on 26 Sep 2016
2016-09-25
@ocornut
Fixed IsItemActive() lagging by one frame on initial widget activation (#840)
ocornut committed on 25 Sep 2016
@ocornut
Fix using IsItemActive() after EndGroup() or any widget using groups (#840, #479)
ocornut committed on 25 Sep 2016
@ocornut
Style: Added ButtonTextAlign, ImGuiStyleVar_ButtonTextAlign (#842)
ocornut committed on 25 Sep 2016
@ocornut
Refactor text alignment options to use ImVec2, removed ImGuiAlign (#842, #222)
ocornut committed on 25 Sep 2016
@ocornut
Internal RenderTextClipped() merged optional/rate clip_min* clip_max* into clip_rect*
ocornut committed on 25 Sep 2016
@ocornut
Comment
ocornut committed on 25 Sep 2016
@ocornut
Tidying up PushStyleVar/PopStyleVar() a little more (#842)
ocornut committed on 25 Sep 2016
@ocornut
Refactor PushStyleVar/PopStyleVar so it is constant time + can receive integers (yet unused) (#842)
ocornut committed on 25 Sep 2016
2016-09-20
@ocornut
Shutdown() clear out some remaining pointers (#836)
ocornut committed on 20 Sep 2016
2016-09-15
@ocornut
Metrics: Displaying window position + moving extraneous line in IsPopupOpen().
ocornut committed on 15 Sep 2016
2016-09-13
@ocornut
Fixed EndGroup() not restoring offset properly. breaking SameLine() offset (caused by 954c890) (#829)
ocornut committed on 13 Sep 2016
2016-09-11
@ocornut
Fixing minor english typos (#827)
ocornut committed on 11 Sep 2016
2016-09-07
@ocornut
TODO list
ocornut committed on 7 Sep 2016
2016-09-03
@ocornut
Fixed assert triggering when a window has zero rendering but has a callback (#810)
ocornut committed on 3 Sep 2016
2016-08-25
@ocornut
Examples: Renaming opengl_example/ to opengl2_example/ for clarity (1/2 because git)
ocornut committed on 25 Aug 2016
2016-08-23
@ocornut
ImFormatString() Fixed an overflow handling bug with implementation of vsnprintf() that do not return -1 (#793)
ocornut committed on 23 Aug 2016
2016-08-11
@ocornut
Minor shuffle to ease merging branches. (tentative. fugly but those fields will be removed anyway)
ocornut committed on 11 Aug 2016
@ocornut
Minor shuffle to ease merging branches.
ocornut committed on 11 Aug 2016