2019-03-15 |
Version 1.70 WIP
omar
committed
on 15 Mar 2019
|
---|---|
2019-03-13 |
Demo: Custom rendering: Minor sizing issue fix.
omar
committed
on 13 Mar 2019
|
Version 1.69, comments, typos
omar
committed
on 13 Mar 2019
|
|
2019-03-12 |
Fixed Clang and PVS warnings.
omar
committed
on 12 Mar 2019
|
Demo: InputText: Demonstrating use of ImGuiInputTextFlags_CallbackResize. (#2006, #1443, #1008).
omar
committed
on 12 Mar 2019
|
|
2019-03-08 |
Added ImGuiColorEditFlagsFlags_InputHSV. (#2383, #2384)
Haldean Brown
authored
on 7 Mar 2019
omar
committed
on 8 Mar 2019
|
2019-03-06 |
Demo: Renamed ShowHelpMarker() -> HelpMarker(). Fixed minor PVS warning. Removed unnecessary casts.
omar
committed
on 6 Mar 2019
|
InputTextWithHint: Fix for Password fields. Update changelog, demo. (#2400)
omar
committed
on 6 Mar 2019
|
|
Added InputTextWithHint() (#2400)
...
Lucas Lazare
authored
on 6 Mar 2019
omar
committed
on 6 Mar 2019
|
|
2019-03-05 |
Demo: Added flags to InputTextMulttiline() demo.
omar
committed
on 5 Mar 2019
|
2019-03-04 |
Renamed GetOverlayDrawList() to GetForegroundDrawList() for consistency. Kept redirection function (will obsolete). (#2391)
...
omar
committed
on 4 Mar 2019
|
2019-02-28 |
Misc: Asserting in NewFrame() if style.WindowMinSize is zero or smaller than (1.0f,1.0f). Internal: ImHash functions tweaks. Added InputText() to query status section.
omar
committed
on 28 Feb 2019
|
2019-02-27 |
DragScalar, InputScalar, SliderScalar: Added support for u8/s8/u16/s16 data types. We are reusing function instances for larger types to reduce code size. (#643, #320, #708, #1011)
omar
committed
on 27 Feb 2019
|
Renamed ColorEdit/ColorPicker's ImGuiColorEditFlags_RGB/_HSV/_HEX flags to respectively ImGuiColorEditFlags_DisplayRGB/_DisplayHSV/_DisplayHex. This is anticipation of adding new flags to ColorEdit/ColorPicker functions which would make those ambiguous. (#2384) [@haldean]
omar
committed
on 27 Feb 2019
|
|
add _Show prefix to color flags that control inputs, rename __InputsMask to __ShowMask
...
haldean
authored
on 26 Feb 2019
omar
committed
on 27 Feb 2019
|
|
2019-02-19 |
Version 1.69 WIP
omar
committed
on 19 Feb 2019
|
Version 1.68
omar
committed
on 19 Feb 2019
|
|
2019-02-14 |
Selectable: Tweaks for #2347 (demo, changelog, member position)
omar
committed
on 14 Feb 2019
|
Selectable: add support for specifying text alignment on selectables (#2347)
...
haldean
authored
on 13 Feb 2019
omar
committed
on 14 Feb 2019
|
|
Demo: Added Auto-Scroll option in Log/Console. Comments. Removed some ImColor() uses.
omar
committed
on 14 Feb 2019
|
|
2019-02-13 |
Font: Moved functions to internal block (not enforced). Made ConfigData pointer const. Added link to stb's notes.
omar
committed
on 13 Feb 2019
|
2019-02-08 |
Demo: Font selector allow selecting fonts with same debug name. (#2332)
omar
committed
on 8 Feb 2019
|
2019-02-06 |
Minor tweaks to reduce false positive of PVS Studio static analyzer.
omar
committed
on 6 Feb 2019
|
Added IsItemActivated() as an extension to the IsItemDeactivated/IsItemDeactivatedAfterEdit functions which are useful to implement variety of undo patterns. (#820, #956, #1875)
omar
committed
on 6 Feb 2019
|
|
2019-02-05 |
Tabs: Non-docking tab bars are storing names to allow tab list button + whole style scaling. Added ImGuiTabBarFlags_TabListPopupButton flag to show a popup button on manual tab bars. Locking FramePadding for the scope of a tab-bar to avoid sheering/clipping of tab item. Made scaling of tab ellipsis less awkward. (#261, #351)
omar
committed
on 5 Feb 2019
|
2019-02-04 |
Fonts: Fixed crash if FontGlobalScale is zero. Correctly debug naming default font if not 13 px. Demo: Moved PopupRounding along with other rounding values. Metrics: Displaying indexes with idx to be correct / less misleading.
omar
committed
on 4 Feb 2019
|
2019-02-01 |
Removed io.DisplayVisibleMin/DisplayVisibleMax (which were marked obsolete and removed from viewport/docking branch already).
omar
committed
on 1 Feb 2019
|
Merged from Docking branch: Various small changes, comments, typos fixes, moved blocks. To reduce overall drift. Should be no-op.
omar
committed
on 1 Feb 2019
|
|
2019-01-30 |
imgui-test: Added extra item info callbacks. Using nav_bb for interactions when possible. Comments, Demo tweaks.
omar
committed
on 30 Jan 2019
|
2019-01-29 |
Demo: Fixed "Log" demo not initializing properly, leading to the first line not showing before a Clear. (#2318) [@bluescan]
omar
committed
on 29 Jan 2019
|