2018-06-12 |
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
|
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 |
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
|
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
|
|
Comments about using "power curves". Demo tweaks. (#648)
omar
committed
on 3 May 2018
|
|
2018-04-29 |
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 |
Demo: Fixed demo from using obsolete functions.
Branimir Karadžić
authored
on 27 Apr 2018
omar
committed
on 28 Apr 2018
|
2018-04-27 |
InputFloat,InputFloat2,InputFloat3,InputFloat4: Added variations taking a more flexible and consistent optional "const char* format" parameter instead of "int decimal_precision". This allow using custom formats to display values in scientific notation, and is generally more consistent with other API. Obsoleted functions using the optional "int decimal_precision" parameter. (#648)
omar
committed
on 27 Apr 2018
|
2018-04-25 |
Misc: Comments and shallow/small changes (merged from viewport branch to minimize branch drift).
omar
committed
on 25 Apr 2018
|
2018-04-24 |
Internals: Removed misleading ImRect::FixInverted + fix minor formatting in Readme.
...
omar
committed
on 24 Apr 2018
|
2018-04-18 |
BeginMainMenuBar: Followup to 1e41bad9. Removed public window flag. DisplaySafeAreaPadding defaults to (3,3) instead of (4.4). Comments, tab to spaces, Changelog. (#1439)
omar
committed
on 18 Apr 2018
|