2018-04-09 |
Fixed erroneous call to io.Fonts->ClearInputData() + ClearTexData() that was left in DX10 example but removed in 1.47 (Nov 2015) in every other back-ends. (fixes
6cee2fc ) (#1733, ~#1731) + assert
omar
committed
on 9 Apr 2018
|
---|---|
2018-04-07 |
Version 1.60
omar
committed
on 7 Apr 2018
|
Fixed a few zealous warnings.
omar
committed
on 7 Apr 2018
|
|
2018-04-03 |
Removed need for -Wnocast-qual on modern Clang/Xcode as a token of good behavior. Unfortunately the old stb_ decompress code is a little const clunky. + warning fix in stb_textedit which is already in master afaik.
omar
committed
on 3 Apr 2018
|
Fixed Clang zealous cast-call warning (on par with GCC) which decided to warn against explicit C-style casts now.
omar
committed
on 3 Apr 2018
|
|
2018-03-20 |
imconfig: Added IMGUI_STB_TRUETYPE_FILENAME, IMGUI_STB_RECT_PACK_FILENAME + documenting IMGUI_DISABLE_STB_XXX flags and hiding IMGUI_STB_NAMESPACE which is misleading.
...
omar
committed
on 20 Mar 2018
|
2018-03-17 |
ImDrawList: Added Clone() helper function.
omar
committed
on 17 Mar 2018
|
Update TODO list, minor fix in Readme, comments, Clang -Weverything warning fix in imgui_draw.cpp under Windows.
omar
committed
on 17 Mar 2018
|
|
2018-03-12 |
Style: CloseButton() now display a proper cross. Using Button colors for background. Removed ImGuiCol_CloseButton, ImGuiCol_CloseButtonActive, ImGuiCol_CloseButtonHovered as the closing cross uses regular button colors now. (#707)
omar
committed
on 12 Mar 2018
|
2018-03-10 |
|
2018-03-08 |
Merge branch 'master' into font_offset
omar
committed
on 8 Mar 2018
|
Font: Fixed MergeMode adding duplicate glyphs data instead of reusing existing (broken by
072d6d8 )
omar
committed
on 8 Mar 2018
|
|
Fonts: Fixed debug name not being zero-terminated if longer than storage buffer + made buffer slightly longer as well.
omar
committed
on 8 Mar 2018
|
|
2018-03-05 |
Removed redundant semi colons. (#1653)
omar
committed
on 5 Mar 2018
|
Comments, FAQ update.
omar
committed
on 5 Mar 2018
|
|
2018-03-03 |
Renamed ImGuiStyleVar_Count_ to ImGuiStyleVar_COUNT for consistency with other enums. Added
omar
committed
on 3 Mar 2018
|
2018-02-25 |
ImDrawList: Better looking non-AA rectangle (lower-right corner and rounding). (#1646)
omar
committed
on 25 Feb 2018
|
2018-02-22 |
ImDrawList: PushTextureID(): Removed unnecessary param by reference.
omar
committed
on 22 Feb 2018
|
2018-02-16 |
Renamed misleading ImGuiMouseCursor_Move to ImGuiMouseCursor_ResizeAll. SDL: Fixed cursor. (#1626)
omar
committed
on 16 Feb 2018
|
2018-02-15 |
ImFont: stb_truetype now rounding Ascent/Descent the same way as freetype does, they seem to vertically align better this way.
omar
committed
on 15 Feb 2018
|
ImFont: DisplayOffset.y defaults to 0 instead of +1.
omar
committed
on 15 Feb 2018
|
|
2018-02-14 |
Comments, moved ImFontAtlas::Flags to "public" area.
omar
committed
on 14 Feb 2018
|
ImFontAtlas: Added ImFontAtlasFlags_NoPowerOfTwoHeight, ImFontAtlasFlags_NoMouseCursors flags. (#1613)
omar
committed
on 14 Feb 2018
|
|
2018-02-13 |
ImFontAtlas: if stbtt_PackBegin() because of failing allocation we return a little more nicely. (keeps Coverity static analyzer happy!)
omar
committed
on 13 Feb 2018
|
2018-02-08 |
Styles: Comments and re-ordered.
omar
committed
on 8 Feb 2018
|
2018-02-06 |
Updated version to 1.60 WIP to emphasis on the addition of required calls CreateContext/DestroyContext + merged the massive Navigation branch (#1565, #787)
omar
committed
on 6 Feb 2018
|
2018-01-31 |
Merge branch 'master' into navigation
omar
committed
on 31 Jan 2018
|
Moved extra_fonts/ to misc/fonts/. Moved .natvis file to misc/natvis/ (#1569)
omar
committed
on 31 Jan 2018
|
|
2018-01-25 |
Nav: Style: Improved display of windowing highlight (for focus selection via PadMenu or Ctrl+TAB). (#787, #707)
omar
committed
on 25 Jan 2018
|
2018-01-21 |
Merge branch 'master' into navigation
omar
committed
on 21 Jan 2018
|