2016-10-07
@ocornut
ImDrawList: Uses IM_COL32_A_MASK macro instead of hardcoded zero alpha testing (#844)
ocornut committed on 7 Oct 2016
2016-10-06
@omar
Merge pull request #864 from jslee02/fix-clang-unknown-warning ...
omar authored on 6 Oct 2016 GitHub committed on 6 Oct 2016
@Jeongseok Lee
Fix clang warning: unknown warning group '-Wreserved-id-macro'
Jeongseok Lee committed on 6 Oct 2016
2016-10-02
@ocornut
Tools: Fixed binary_to_compressed_c.cpp not to use different types on both sides of ternary op (#856)
ocornut committed on 2 Oct 2016
2016-10-01
@ocornut
Minor tweaks
ocornut committed on 1 Oct 2016
@ocornut
Merge branch 'madeso-master'
ocornut committed on 1 Oct 2016
@ocornut
Examples: GLFW+OpenGL3: Fixed Shutdown() calling GL functions with NULL parameters if NewFrame was never called (#800)
ocornut committed on 1 Oct 2016
@ocornut
Merge branch 'master' of https://github.com/madeso/imgui into madeso-master
ocornut committed on 1 Oct 2016
@ocornut
Merge branch 'thedmd-2016-08-use_bgra_colors'
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
ShowStyleEditor: tweak font map display to show glyph details when hovered.
ocornut committed on 25 Sep 2016
@ocornut
Merge remote-tracking branch 'origin' into 2016-07-navigation
ocornut committed on 25 Sep 2016
@ocornut
Merge remote-tracking branch 'origin' into 2016-07-navigation
ocornut committed on 25 Sep 2016
@ocornut
ShowStyleEditor: show font map / grid in more details.
ocornut committed on 25 Sep 2016
@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
Merge remote-tracking branch 'origin' into 2016-07-navigation
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-23
@ocornut
Inhibiting a ??e sequence in the embedded font. Shouldn't be treated as a trigraph but consistent with encoder (#839)
ocornut committed on 23 Sep 2016
@ocornut
Tools: binary_to_compressed_c: Avoid ?? trigraphs sequences in string outputs (#839)
ocornut committed on 23 Sep 2016
2016-09-21
@omar
Merge pull request #837 from fdb/patch-1 ...
omar authored on 21 Sep 2016 GitHub committed on 21 Sep 2016