2018-07-08 |
Demo: Added basic Drag and Drop demo. (#143, #1931)
omar
committed
on 8 Jul 2018
|
---|---|
2018-06-29 |
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
|
2018-06-26 |
ArrowButton: Fixed to honor PushButtonRepeat() setting (and internals' ImGuiItemFlags_ButtonRepeat). Setup current line text baseline so that ArrowButton() + SameLine() + Text() are aligned properly.
omar
committed
on 26 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 |
Demo: Fixed mismatched TreePush/TreePop in Property Editor, due to incorrect revert in
826d771 (#1895)
omar
committed
on 22 Jun 2018
|
Version 1.62
omar
committed
on 22 Jun 2018
|
|
2018-06-14 |
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 |
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
|
Internals: Added GetItemID(), GetFocusID() for consistency. Made GetActiveID() inline. Comments, fixed typos, demo tweaks.
omar
committed
on 12 Jun 2018
|
|
Demo: Moved test of the Hovered/Active/Focused functions to the Widgets section.
omar
committed
on 12 Jun 2018
|
|
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
|
|
Comments
omar
committed
on 12 Jun 2018
|
|
2018-06-05 |
Changelog formatting update, Todo, comments. Tweak Child demo. Shuffle some code in NavUpdate().
omar
committed
on 5 Jun 2018
|
2018-05-21 |
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 |
Remove trailing white spaces.
omar
committed
on 17 May 2018
|
2018-05-14 |
TreeNode: Fixed nodes with ImGuiTreeNodeFlags_Leaf flag always returning true which was meaningless. Tweak demo.
omar
committed
on 14 May 2018
|
Version 1.62 WIP
omar
committed
on 14 May 2018
|
|
Version 1.61 + todo additions
omar
committed
on 14 May 2018
|
|
2018-05-13 |
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
|
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 |
Demo: Fixing build due to using INT_MAX, UINT_MAX, LLONG_MAX, ULLONG_MAX.
omar
committed
on 12 May 2018
|
Demo: Renamed "fixed overlay" to "simple overlay" because it's not fixed any more!
omar
committed
on 12 May 2018
|
|
Demo: Added demo for DragScalar(), InputScalar(), SliderScalar(). (#643)
omar
committed
on 12 May 2018
|
|
2018-05-11 |
Data types: DragScalar, InputScalar: default parameters. Added IM_STATIC_ASSERT(). Comments.
omar
committed
on 11 May 2018
|
Documentation tweaks, comments
omar
committed
on 11 May 2018
|
|
|
|
2018-05-10 |
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 |
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 |
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
|