2018-05-04 |
SliderScalar, VSliderScalar(): Support for any data types. Tested with various ranges/limits. Note that Drag/Slider/Input currently fail if the format string doesn't preview the actual value. Will fix next. (#320, #643, #708, #1011)
omar
committed
on 4 May 2018
|
---|---|
Made IMGUI_DISABLE_OBSOLETE_FUNCTIONS exceptionally not affect the layout of ImGuiIO. (#1695)
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 |
DragDrop: Removed const qualifier from ImGuiPayload 's void* data, easing casting on user side.
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
|
Renamed all "display_format" arguments to "format" to emphasis that they also affect rounding of values. (#648, #642)
omar
committed
on 27 Apr 2018
|
|
Comments, minor tweaks
omar
committed
on 27 Apr 2018
|
|
2018-04-25 |
Added IMGUI_CHECKVERSION() macro to compare version string and data structure sizes in order to catch issues with mismatching compilation unit settings. (#1695, #1769)
omar
committed
on 25 Apr 2018
|
Misc: Comments and shallow/small changes (merged from viewport branch to minimize branch drift).
omar
committed
on 25 Apr 2018
|
|
Fix various typos.
Bruce Mitchener
authored
on 25 Apr 2018
omar
committed
on 25 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
|
Added DisplaySafeAreaPadding to MainMenuBar height and fixed starting x position. Fixes main menu bar problems with TVs. (#1439)
Doug Binks
authored
on 18 Apr 2018
omar
committed
on 18 Apr 2018
|
|
2018-04-14 |
Fix typos KeyDown => KeysDown
daniel-murray
authored
on 13 Apr 2018
omar
committed
on 14 Apr 2018
|
2018-04-09 |
Misc: IM_DELETE() helper function added in 1.60 doesn't clear the input _pointer_ reference, more consistent with expectation and allows passing r-value.
omar
committed
on 9 Apr 2018
|
Version 1.61 WIP
omar
committed
on 9 Apr 2018
|
|
Version 1.60 (missed the string). Will retag.
omar
committed
on 9 Apr 2018
|
|
2018-04-08 |
Nav: Fixed comment. (#1599)
omar
committed
on 8 Apr 2018
|
2018-04-06 |
Style: Default style is now StyleColorsDark()! Toward a 1.60 release :) (#707)
omar
committed
on 6 Apr 2018
|
Comments about io.WantCapture flags + todo entries.
omar
committed
on 6 Apr 2018
|
|
IO: Added ImGuiConfigFlags_NoMouse to force clear/disable mouse inputs in NewFrame().
omar
committed
on 6 Apr 2018
|
|
Renamed ImGuiConfigFlags_NoSetMouseCursor to ImGuiConfigFlags_NoMouseCursorChange. Followup to
75c3793 two weeks ago. (#787, #1495, #1202) + comments
omar
committed
on 6 Apr 2018
|
|
2018-04-04 |
Added extra comments and assertions to avoid user combining ImGuiCond flags. (#1694)
omar
committed
on 4 Apr 2018
|
Tooltip windows uses PopupBorderSize (#1697) + commented out debug stuff.
omar
committed
on 4 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
|
InputFloat: Scientific input. InputText: Added ImGuiInputTextFlags_CharsScientific to add 'e' 'E' to list of characters that can be input. (later useful for #1011)
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
|
Added ImGuiBackendFlags for backend to expose its capabilities. Added ImGuiBackendFlags_HasGamepad. (#787, #1542)
omar
committed
on 20 Mar 2018
|