2018-05-17 |
Fixed GCC pre-8 build. (#1822) + added bonus the non-ASCII character pasted from GCC breaks my SourceTree/Git combo
omar
committed
on 17 May 2018
|
---|---|
Disabled GCC 8.1.0 warnings -Wclass-memaccess (#1822)
omar
committed
on 17 May 2018
|
|
Remove trailing white spaces.
omar
committed
on 17 May 2018
|
|
2018-05-14 |
Version 1.62 WIP
omar
committed
on 14 May 2018
|
Version 1.61 + todo additions
omar
committed
on 14 May 2018
|
|
2018-05-13 |
Added ImAtof, ImCeil, ImFloorStd to IMGUI_DISABLE_MATH_FUNCTIONS for consistency. Configuration comments.
omar
committed
on 13 May 2018
|
Added IMGUI_DISABLE_MATH_FUNCTIONS in imconfig.h to make it slightly easier to redefine wrappers to std maths functions such as fabsf(), fmodf(), etc. Comments.
omar
committed
on 13 May 2018
|
|
2018-05-11 |
|
2018-05-08 |
Fix to allow compiling in unity builds where stb_rectpack/stb_truetype may be already included in the same compilation unit.
omar
committed
on 8 May 2018
|
2018-05-07 |
Settings: Added LoadIniSettingsFromDisk(), LoadIniSettingsFromMemory(), SaveIniSettingsToDisk(), SaveIniSettingsToMemory(), io.WantSaveIniSettings. (#923, #993)
omar
committed
on 7 May 2018
|
Skip missing font glyphs V2 revert changes to stb_truetype.h (
omar
committed
on 7 May 2018
|
|
2018-05-03 |
Internals: Renamed IsCharIsSpace() to IsCharIsBlank*() to match standard terminlogy and added ascii/u16 variations.
omar
committed
on 3 May 2018
|
2018-04-27 |
Comments, minor tweaks
omar
committed
on 27 Apr 2018
|
2018-04-10 |
Begin: moved tooltip position code in an else block. Misc comments
omar
committed
on 10 Apr 2018
|
2018-04-09 |
Version 1.61 WIP
omar
committed
on 9 Apr 2018
|
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
|