2018-04-30 |
Internals: Added ImGuiDataType_Uint32 data type which is usable with InputScalarEx().
omar
committed
on 30 Apr 2018
|
---|---|
DragFloat, SliderFloat: Rounding scalar using the provided format string instead of parsed precision. (#648)
omar
committed
on 30 Apr 2018
|
|
DragFloat/SliderFloat internal InputScalar trip trailing decoration off the format string when presenting an edit box to the user. (#648)
omar
committed
on 30 Apr 2018
|
|
DragFloat/SliderFloat internal InputScalar relies on the user supplied format string to format and parse value. (#648)
...
omar
committed
on 30 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
|
Internals: Removed unecessary Pos/PosFloat separation, only reason appears to be mostly pre-1.0. The only piece of code that I expected sub-pixel window position to matter actually already round its delta (wrongly so, will fix later/separately if we want).
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
|
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-11 |
Internals: Window: Aggregating ImDrawList into the ImGuiWindow structure.
omar
committed
on 11 Apr 2018
|
2018-04-10 |
Internals: Renamed GetFrontMostModalRootWindow() to GetFrontMostPopupModal() and exposed in imgui_internal.h (#1738)
omar
committed
on 10 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
|
Internals: Removed unused internal variant of ArrowButton().
omar
committed
on 7 Apr 2018
|
|
Fixed a few zealous warnings.
omar
committed
on 7 Apr 2018
|
|
2018-04-06 |
NewFrame: Extract some code into a NewFrameUpdateHoveredWindowAndCaptureFlags() which can be of use with touch-based inputs systems.
omar
committed
on 6 Apr 2018
|
NewFrame: Extract some code into a NewFrameUpdateMouseInputs function. Moved settings saving higher up in the function so it is next to its peers.
omar
committed
on 6 Apr 2018
|
|
2018-04-03 |
Fixed Clang zealous cast-call warning (on par with GCC) which decided to warn against explicit C-style casts now.
omar
committed
on 3 Apr 2018
|
2018-03-22 |
Internals: Removed ImGuiDataType_Float2.
omar
committed
on 22 Mar 2018
|
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: 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 |
Nav: Track nav input source more generally (gamepad vs keyboard) (#787) + update todos and demo tweaks
omar
committed
on 19 Mar 2018
|
2018-03-13 |
Moved IM_NEW, IM_DELETE helpers to imgui.h for convenient use by back-ends and user code.
omar
committed
on 13 Mar 2018
|
2018-03-12 |
Internals: Columns renaming fields
omar
committed
on 12 Mar 2018
|
2018-03-08 |
Drag and Drop: Increased payload data type to 32 characters. (#143)
omar
committed
on 8 Mar 2018
|
2018-03-04 |
Columns: Extent stop at the right-most clipped pixel. The right-most column might appear a little wider but it's usable space matches the others. (#125). +9 Internal: Store InnerClipRect.
omar
committed
on 4 Mar 2018
|
2018-03-03 |
Renamed ImGuiStyleVar_Count_ to ImGuiStyleVar_COUNT for consistency with other enums. Added
omar
committed
on 3 Mar 2018
|
Added ArrowButton(). Exposed ImGuiDir.
omar
committed
on 3 Mar 2018
|
|
Internal: renamed RenderTriangle() to RenderArrow().
omar
committed
on 3 Mar 2018
|