2018-12-04 |
Version 1.67 WIP + todo notes
omar
committed
on 4 Dec 2018
|
---|---|
2018-12-03 |
Fixed IMGUI_API tag on ImFontAtlas::IsBuilt() preventing to build as DLL on some setups. (#2226)
omar
committed
on 3 Dec 2018
|
Version 1.67 WIP (again, this time IMGUI_VERSION_NUM has leeway for another hot-fix).
omar
committed
on 3 Dec 2018
|
|
Version 1.66b (will revisit how to change IMGUI_VERSION_NUM across versions, this commit reduces the numerical IMGUI_VERSION_NUM compared to the commit on Nov 22).
omar
committed
on 3 Dec 2018
|
|
2018-11-30 |
About, IO: Added io.BackendPlatformName, io.BackendRendererName for informational/QA purpose.
omar
committed
on 30 Nov 2018
|
Added ShowAboutWindow(), About Window now showing various config/build information.
omar
committed
on 30 Nov 2018
|
|
2018-11-29 |
Comments
omar
committed
on 29 Nov 2018
|
2018-11-27 |
Added ImGuiConfigFlags_None, ImGuiBackendFlags_None for good measure.
omar
committed
on 27 Nov 2018
|
imgui.h: Comments
omar
committed
on 27 Nov 2018
|
|
imgui.h: Moved ImGuiListClipper
omar
committed
on 27 Nov 2018
|
|
mgui.h: Moved ImGuiInputTextCallbackData,, ImGuiSizeCallbackData, ImGuiPayload structures so they are not in the "Helpers" section.
omar
committed
on 27 Nov 2018
|
|
2018-11-22 |
Version 1.67 WIP
omar
committed
on 22 Nov 2018
|
Version 1.66
omar
committed
on 22 Nov 2018
|
|
2018-11-13 |
Made IsWindowFocused() work outside of NewFrame()-EndFrame() and added comments about how ImGuiFocusedFlags_AnyWindow should NOT be used in place of io.WantCaptureMouse. (#2185)
omar
committed
on 13 Nov 2018
|
2018-10-25 |
SliderAngle: Added optional `format` argument to allow users customize precision and make localization. (#2150)
Konstantin Podsvirov
authored
on 25 Oct 2018
omar
committed
on 25 Oct 2018
|
Misc comments improvements
omar
committed
on 25 Oct 2018
|
|
2018-10-16 |
Demo: Added comments / tweaks related to the popups.
omar
committed
on 16 Oct 2018
|
2018-10-15 |
Added ImGuiWindowFlags_NoMouseInputs which is basically the old ImGuiWindowFlags_NoInputs (essentially we have renamed ImGuiWindowFlags_NoInputs to ImGuiWindowFlags_NoMouseInputs). Made the new ImGuiWindowFlags_NoInputs encompass both NoMouseInputs+NoNav, which is consistent with its description. (#1660, #787)
omar
committed
on 15 Oct 2018
|
Window: Added ImGuiWindowFlags_NoBackground flag for consistency and to ease creating new flag combinations. Added ImGuiWindowFlags_NoDecoration helper flag which is essentially NoTitleBar+NoResize+NoScrollbar+NoCollapse. (#1660)
omar
committed
on 15 Oct 2018
|
|
Fix Clang/GCC's null-conversion warning: (#2081)
...
Elias Daler
authored
on 15 Oct 2018
omar
committed
on 15 Oct 2018
|
|
2018-10-12 |
Renamed misc/stl/imgui_stl.h,.cpp to misc/cpp/imgui_stdlib.h in prevision for other files.(#2035, #2096)
...
omar
committed
on 12 Oct 2018
|
InputText: Clarified comments around ImGuiInputTextFlags_CallbackResize and other callbacks. (#2006, #1443, #1008)
omar
committed
on 12 Oct 2018
|
|
2018-10-11 |
ImGuiTextBuffer: Avoid heap allocation when empty.
omar
committed
on 11 Oct 2018
|
2018-10-10 |
Comments + internal using Tab Stop terminology (ImGuiItemFlags_NoTabStop instead of !ImGuiItemFlags_AllowKeyboardFocus)
omar
committed
on 10 Oct 2018
|
2018-10-01 |
Drag and Drop: Added GetDragDropPayload() to peek directly into the payload (if any) from anywhere. (#143)
omar
committed
on 1 Oct 2018
|
2018-09-27 |
Fix missing IMGUI_API and mismatching namespace internal's CreateNewWindowSettings (#2105)
Loïc HAMOT
authored
on 27 Sep 2018
omar
committed
on 27 Sep 2018
|
2018-09-26 |
Renamed SetScrollHere() to SetScrollHereY(). Kept redirection function (will obsolete).
omar
committed
on 26 Sep 2018
|
BeginChild(): Fixed BeginChild(const char*, ...) variation erroneously not applying the ID stack to the provided string to uniquely identify the child window. This was undoing an intentional change introduced in 1.50 and broken in 1.60. (#1698, #894, #713) + reworked the Begin/BeginChild comments in imgui.h.
omar
committed
on 26 Sep 2018
|
|
2018-09-24 |
ImVector: Fixed a oddly unqualified return type in the assignment operator (I assume C++ handles it nicely as this never warned anywhere, but it is completely unintentional).
omar
committed
on 24 Sep 2018
|
2018-09-11 |
Internals: Replace unsigned short with ImWchar when dealing with character storage. (#2078)
ice1000
authored
on 11 Sep 2018
omar
committed
on 11 Sep 2018
|