2018-05-14 |
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
|
2018-04-09 |
Version 1.61 WIP
omar
committed
on 9 Apr 2018
|
2018-04-07 |
Version 1.60
omar
committed
on 7 Apr 2018
|
2018-04-06 |
Renamed ImGuiConfigFlags_NoSetMouseCursor to ImGuiConfigFlags_NoMouseCursorChange. Followup to
75c3793 two weeks ago. (#787, #1495, #1202) + comments
omar
committed
on 6 Apr 2018
|
2018-03-22 |
Added InputDouble() function. We use a format string instead of a decimal_precision parameter to also for "%e" and variants. (#1011) May transition the other InputXXX function to use format strings as well.
omar
committed
on 22 Mar 2018
|
2018-03-20 |
IO: Added ImGuiConfigFlags_NoSetMouseCursors. Added ImGuiBackendFlags_HasMouseCursors, ImGuiBackendFlags_HasSetMousePos. (#787, #1495, #1202)
omar
committed
on 20 Mar 2018
|
IO: Renamed io.WantMoveMouse to io.WantSetMousePos (was added in 1.52, _not_ used by core and only honored by some binding ahead of merging the Nav branch) + internal renaming (#787)
omar
committed
on 20 Mar 2018
|
|
2018-03-19 |
Demo: Added more complete Combo demo. (#1658)
omar
committed
on 19 Mar 2018
|
Nav: Track nav input source more generally (gamepad vs keyboard) (#787) + update todos and demo tweaks
omar
committed
on 19 Mar 2018
|