2018-07-12 |
Comments, exposed a few things in imgui_internal.h for consistency, added ImQsort wrapper.
omar
committed
on 12 Jul 2018
|
---|---|
Revert part of c7016c2 incorrectly renaming ImGuiCol_NavWindowingHighlight to ImGuiCol_NavWindowListHighlight, that was wholly unnecessary (and not documented!). (also invalidate #1939)
omar
committed
on 12 Jul 2018
|
|
2018-07-09 |
Nav: Added a CTRL+TAB window list and changed the highlight system accordingly. (#787)
omar
committed
on 9 Jul 2018
|
2018-07-06 |
Internals: Removed unused ShadeVertsLinearAlphaGradientForLeftToRightText code.
omar
committed
on 6 Jul 2018
|
2018-07-01 |
Fixed a include build issue for Cygwin in non-POSIX (Win32) mode. (#1917, #1319, #276)
omar
committed
on 1 Jul 2018
|
2018-06-29 |
Tweaked software mouse cursor offset to match the offset of the corresponding Windows 10 cursors. (followup to #1914)
omar
committed
on 29 Jun 2018
|
Fixed software Hand cursor from not actually working. Fixed demo from crashing. Fixed typo and extraneous trailing space. Added Changelogs. (#1913, #1914)
omar
committed
on 29 Jun 2018
|
|
add hand cursor support (+11 squashed commit)
Aiekick
authored
on 29 Jun 2018
omar
committed
on 29 Jun 2018
|
|
2018-06-25 |
Version 1.63 WIP
omar
committed
on 25 Jun 2018
|
Demo: Fixed incorrect response to Begin() returning false in overlay demo (which cannot happen since we don't have a title bar, but that doesn't make it a good behaving demo!).
omar
committed
on 25 Jun 2018
|
|
2018-06-22 |
Version 1.62
omar
committed
on 22 Jun 2018
|
2018-06-08 |
ImFontConfig: Added GlyphMinAdvanceX/GlyphMaxAdvanceX settings useful to make a font appears monospaced, particularly useful for icon fonts. (#1869)
omar
committed
on 8 Jun 2018
|
2018-06-06 |
Added GetGlyphRangesChineseSimplifiedCommon() helper that returns a list of ~2500 most common Simplified Chinese characters. Renamed GetGlyphRangesChinese() to GetGlyphRangesChineseFull() to distinguish other variants and discourage using the full set. (#1859)
...
omar
committed
on 6 Jun 2018
|
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
|