2018-09-06 |
Version 1.65
omar
committed
on 6 Sep 2018
|
---|---|
Renamed stb_truetype.h to imstb_truetype.h, stb_textedit.h to imstb_textedit.h, and stb_rect_pack.h to imstb_rectpack.h. (#1718, #2036)
...
omar
committed
on 6 Sep 2018
|
|
2018-09-05 |
Minor mostly inconsequential merges from Viewport + LoadIniSettingsFromMemory() entirely skip lines starting with ';'
omar
committed
on 5 Sep 2018
|
2018-09-03 |
Internals: Exposed SliderBehaviorT, DragBehaviorT, RoundScalarWithFormatT, SliderCalcRatioFromValueT. (#2036)
...
omar
committed
on 3 Sep 2018
|
Version 1.65 WIP
omar
committed
on 3 Sep 2018
|
|
2018-08-31 |
Version 1.64
omar
committed
on 31 Aug 2018
|
2018-08-30 |
Refactor: Internals: Moved Settings functions in imgui.cpp in their own section. (#2036)
omar
committed
on 30 Aug 2018
|
Version 1.64 WIP
omar
committed
on 30 Aug 2018
|
|
2018-08-29 |
Version 1.63
omar
committed
on 29 Aug 2018
|
Internals: Tidying up, moving helpers to imgui_internal.h (in prevision of 1.64 refactor)
omar
committed
on 29 Aug 2018
|
|
2018-08-28 |
Internals: Merged some changes to facilitate 1D->2D transition for some elements, and merging the stack layout PR (#846)
omar
committed
on 28 Aug 2018
|
2018-08-23 |
Internals: Renaming of non-user facing parts from ValueChanged to Edited terminology. (#2034, #820, #956, #1875)
omar
committed
on 23 Aug 2018
|
2018-08-22 |
Internals: Wired a ImGuiItemStatusFlags_ValueChanged into ItemStatusFlags, for an hypothetical IsItemValueChanged() function. (#2034)
omar
committed
on 22 Aug 2018
|
Rearrange header comments to find enums easily + fixed inconsistent sorting.
omar
committed
on 22 Aug 2018
|
|
Internals: InputText: Renaming. Comments.
omar
committed
on 22 Aug 2018
|
|
InputText: Renamed ImGuiTextEditCallback to ImGuiInputTextCallback, ImGuiTextEditCallbackData to ImGuiInputTextCallbackData for consistency. Kept redirection types (will obsolete).
omar
committed
on 22 Aug 2018
|
|
2018-08-21 |
InputText: Added support for buffer size/capacity changes via the ImGuiInputTextFlags_CallbackResize flag. (#2006, #1443, #1008).
omar
committed
on 21 Aug 2018
|
InputText: Internal renaming of some fields + final copy uses edit_state.CurLenA+1 instead of buf_size.
omar
committed
on 21 Aug 2018
|
|
2018-08-20 |
Internals: Moved code out of SliderBehaviorT to reduce code bloat and also because caller may have use for the grab_bb for styling purposes.
omar
committed
on 20 Aug 2018
|
2018-08-17 |
Internals: Added ImTextCountUtf8BytesFromChar() helper.
omar
committed
on 17 Aug 2018
|
2018-08-16 |
Fixed assertion when transitioning from an active ID to another within a group, affecting ColorPicker (broken in 1.62). Made ActiveIdIsAlive track the actual ID to avoid incorrect polling in BeginGroup/EndGroup when the ID changes within the group. (#2023, #820, #956, #1875).
omar
committed
on 16 Aug 2018
|
2018-08-14 |
Selectable: Added ImGuiSelectableFlags_Disabled flag in the public API. (#211)
omar
committed
on 14 Aug 2018
|
2018-08-09 |
TODO + added missing _None enum for some internals flags.
omar
committed
on 9 Aug 2018
|
Internals: Extracted RenderMouseCursor() out of EndFrame(). Moved to imgui_draw.cpp along with RenderArrowPointingAt(). Comments. (#2013)
omar
committed
on 9 Aug 2018
|
|
2018-08-05 |
Internals: Minor renaming for consistency.
omar
committed
on 5 Aug 2018
|
2018-07-31 |
Fixed PushID() from keeping alive the new ID Stack top value (if a previously active widget shared the ID it would be erroneously kept alive) (drag and drop demo could soft-lock the UI until pressing Escape!)
omar
committed
on 31 Jul 2018
|
Drag and Drop: Payload stays available and under the mouse if the source stops being submitted, however the tooltip is replaced by "..." + moved FrameScopeActive = false at the bottom of EndFrame() for safety. (#1725)
omar
committed
on 31 Jul 2018
|
|
2018-07-30 |
Made assertion more clear when trying to call Begin() outside of the NewFrame()..EndFrame() scope. (#1987)
omar
committed
on 30 Jul 2018
|
Internals: Changed signature of ShadeVerts functions to remove pointers. (#1286, #1700, #1986)
omar
committed
on 30 Jul 2018
|
|
2018-07-26 |
Internals: Changed SplitterBehavior() signature to be consistent with other similar signatures. (#319).
omar
committed
on 26 Jul 2018
|