2018-09-06 |
Version 1.66 WIP
omar
committed
on 6 Sep 2018
|
---|---|
Version 1.65
omar
committed
on 6 Sep 2018
|
|
2018-09-05 |
Nav: Removed the [Beta] tag from various descriptions of the gamepad/keyboard navigation system. Although it is not perfect and will keep being improved, it is fairly functional and used by many. (#787)
omar
committed
on 5 Sep 2018
|
Renamed io.OptCursorBlink/io.ConfigCursorBlink to io.ConfigInputTextCursorBlink. (#1427) + changed ImGuiIO layout.
omar
committed
on 5 Sep 2018
|
|
Demo: Added a "Configuration" block to make io.ConfigFlags/io.BackendFlags more prominent.
omar
committed
on 5 Sep 2018
|
|
Minor mostly inconsequential merges from Viewport + LoadIniSettingsFromMemory() entirely skip lines starting with ';'
omar
committed
on 5 Sep 2018
|
|
2018-09-03 |
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 |
Version 1.64 WIP
omar
committed
on 30 Aug 2018
|
2018-08-29 |
Version 1.63
omar
committed
on 29 Aug 2018
|
Reordered some declarations in imgui.h (in prevision of 1.64 refactor)
omar
committed
on 29 Aug 2018
|
|
2018-08-25 |
ImFontAtlas Comments (#2042) + added ImGuiFontAtlas_None for consistency.
omar
committed
on 25 Aug 2018
|
2018-08-23 |
Removed obsolete redirection functions: CollapsingHeader() variation with 2 bools - marked obsolete in v1.49, May 2016.
omar
committed
on 23 Aug 2018
|
Comments, demo
omar
committed
on 23 Aug 2018
|
|
Renamed IsItemDeactivatedAfterChange() to IsItemDeactivatedAfterEdit() for consistency with new IsItemEdited() API. Kept redirection function (will obsolete fast as IsItemDeactivatedAfterChange() is very recent). (#820, #956, #1875, #2034)
omar
committed
on 23 Aug 2018
|
|
Added IsItemEdited() to query if the last item modified its value (or was pressed). This is equivalent to the bool returned by most widgets. It is useful in some situation e.g. using InputText() with ImGuiInputTextFlags_EnterReturnsTrue. (#2034)
omar
committed
on 23 Aug 2018
|
|
2018-08-22 |
Rearrange header comments to find enums easily + fixed inconsistent sorting.
omar
committed
on 22 Aug 2018
|
Added optional misc/stl/imgui_stl.h wrapper to use with STL types (e.g. InputText with std::string). (#2035, #2006, #1443, #1008)
omar
committed
on 22 Aug 2018
|
|
InputText: callback InsertChars() support resize callbacks correctly (followup to 24ff259) + fixed demo to use those functions. (#2006, #1443, #1008).
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
|
|
InputText: (Breaking change) removed ImGuiTextEditCallbackData::ReadOnly since it is a duplication of (ImGuiTextEditCallbackData::Flags & ImGuiInputTextFlags_ReadOnly) (#211)
omar
committed
on 21 Aug 2018
|
|
Added IMGUI_VERSION_NUM for easy compile-time testing. (#2025)
omar
committed
on 21 Aug 2018
|
|
2018-08-15 |
Metrics: Added io.MetricsActiveAllocations, moving away from the cross-context global counters than we previously used. (#1565, #1599, #586)
omar
committed
on 15 Aug 2018
|
2018-08-14 |
Selectable: Added ImGuiSelectableFlags_Disabled flag in the public API. (#211)
omar
committed
on 14 Aug 2018
|
2018-08-03 |
Metrics: Changed io.MetricsActiveWindows to reflect the number of active windows (!= from visible windows), which is useful for lazy/idle render mechanisms as new windows are typically not visible for one frame.
...
omar
committed
on 3 Aug 2018
|
2018-08-01 |
Comments
omar
committed
on 1 Aug 2018
|
Renamed io.OptResizeWindowsFromEdges to ConfigResizeWindowsFromEdges, io.OptCursorBlink to io.ConfigCursorBlink, io.OptMacOSXBehaviors to ConfigMacOSXBehaviors for consistency. (#1427, #1495, #822, #473, #650)
...
omar
committed
on 1 Aug 2018
|