History for imgui / imgui_demo.cpp
2018-06-22
@omar
Version 1.62
omar committed on 22 Jun 2018
2018-06-14
@omar
Revert 640c0566: TreeNode: Fixed nodes with ImGuiTreeNodeFlags_Leaf flag always returning true which was meaningless -> more flexible to keep allowing it by default so it setup an ID scope.
omar committed on 14 Jun 2018
2018-06-12
@omar
Added IsItemDeactivatedAfterChange() if the last item was active previously, isn't anymore, and during its active state modified a value. Note that you may still get false positive. (#820, #956, #1875)
omar committed on 12 Jun 2018
@omar
Internals: Added GetItemID(), GetFocusID() for consistency. Made GetActiveID() inline. Comments, fixed typos, demo tweaks.
omar committed on 12 Jun 2018
@omar
Demo: Moved test of the Hovered/Active/Focused functions to the Widgets section.
omar committed on 12 Jun 2018
@omar
Added IsItemDeactivated() to query if the last item was active previously but isn't anymore. Useful for Undo/Redo patterns. (#820, #956, #1875)
omar committed on 12 Jun 2018
@omar
Comments
omar committed on 12 Jun 2018
2018-06-05
@omar
Changelog formatting update, Todo, comments. Tweak Child demo. Shuffle some code in NavUpdate().
omar committed on 5 Jun 2018
2018-05-21
@omar
ColorEdit3, ColorEdit4, ColorButton: Added ImGuiColorEditFlags_NoDragDrop flag to disable ColorEditX as drag target and ColorButton as drag source. (#1826)
omar committed on 21 May 2018
2018-05-17
@omar
Remove trailing white spaces.
omar committed on 17 May 2018
2018-05-14
@omar
TreeNode: Fixed nodes with ImGuiTreeNodeFlags_Leaf flag always returning true which was meaningless. Tweak demo.
omar committed on 14 May 2018
@omar
Version 1.62 WIP
omar committed on 14 May 2018
@omar
Version 1.61 + todo additions
omar committed on 14 May 2018
2018-05-13
@omar
Demo: Tweaked custom rendering custom, added a Thickness drag. Clarified use of vertical/horizontal line. Add a single pixel demo (wowow)
omar committed on 13 May 2018
@omar
ColorEdit: Fixed not being able to pass the ImGuiColorEditFlags_NoAlpha or ImGuiColorEditFlags_HDR flags to SetColorEditOptions(). Demo tweak.
omar committed on 13 May 2018
2018-05-12
@omar
Demo: Fixing build due to using INT_MAX, UINT_MAX, LLONG_MAX, ULLONG_MAX.
omar committed on 12 May 2018
@omar
Demo: Renamed "fixed overlay" to "simple overlay" because it's not fixed any more!
omar committed on 12 May 2018
@omar
Demo: Added demo for DragScalar(), InputScalar(), SliderScalar(). (#643)
omar committed on 12 May 2018
2018-05-11
@omar
Data types: DragScalar, InputScalar: default parameters. Added IM_STATIC_ASSERT(). Comments.
omar committed on 11 May 2018
@omar
Documentation tweaks, comments
omar committed on 11 May 2018
@omar
Merge branch 'data_types' ...
omar committed on 11 May 2018
2018-05-10
@omar
Scrolling: Fixed a case where using SetScrollHere(1.0f) at the bottom of a window on the same frame the window height has been growing would have the scroll clamped using the previous height. (#1804)
omar committed on 10 May 2018
2018-05-07
@omar
Skip missing font glyphs to 1) avoid using space for missing glyphs and 2) allow merging fonts with overlapping ranges. Demo: Fixed displaying ? instead of greyed out empty box. (#1671, #1703)
omar committed on 7 May 2018
2018-05-04
@omar
Internals: Data types: Made format string optional. DragBehavior: Moved a bit of code outside of the template. Slider tidying up. Removed unnecessary call to fabsf().
omar committed on 4 May 2018
@omar
DragFloat, DragInt: Default format string is none is passed to the function. Fixed demo using old style %.0f.
omar committed on 4 May 2018
2018-05-03
@omar
Internals: Fixed DragInt* default format string. InputScalar(), InputScalarN(), removed InputFloatN(), InputInt(). Note that DragInt2/3/4 will %f format strings will currently be broken. (#320, #643, #708, #1011)
omar committed on 3 May 2018
@omar
Internals: Data types: Added s64, u64 data types. Added support in InputScalar(). Removed internal.h InputScalarEx() to InputScalar(). Removed cheap-relative-operators support in recently added U32 data path, since this is heading toward being legacy code. + Fixed InputDouble parsing code. (#1011, #320, #708)
omar committed on 3 May 2018
@omar
Comments about using "power curves". Demo tweaks. (#648)
omar committed on 3 May 2018
2018-04-29
@omar
Clarified usage of ListBoxHeader() before we rename those functions + fixed demo code that didn't honor it correctly. (#1783)
omar committed on 29 Apr 2018
2018-04-28
@Branimir Karadžić
Demo: Fixed demo from using obsolete functions.
Branimir Karadžić authored on 27 Apr 2018 omar committed on 28 Apr 2018