2019-01-02 |
Happy new year! & comments
omar
committed
on 2 Jan 2019
|
---|---|
2018-12-20 |
IO: Realigned all fields, very minor comments change. This is nearly a no-op if you don't ignore Spaces.
omar
committed
on 20 Dec 2018
|
IO: Added BackendPlatformUserData, BackendRendererUserData, BackendLanguageUserData void* for storage use by back-ends. (#2004 + for cimgui)
omar
committed
on 20 Dec 2018
|
|
2018-12-19 |
Various user-facing comments
omar
committed
on 19 Dec 2018
|
2018-12-14 |
Internals: Popup related comments. Renamed the misleading internal ClosePopup() function. Added bool* test to BeginPopupModal in demo.
omar
committed
on 14 Dec 2018
|
2018-12-13 |
Comments, minor tweaks.
omar
committed
on 13 Dec 2018
|
2018-12-11 |
Demo: Using Tabs in Style Editor and Simple Layout example. + Adding missing early out in About and Documents examples.
omar
committed
on 11 Dec 2018
|
Added BETA api for Tab Bar/Tabs widgets. (#261, #351) (merged this feature from the from Docking branch so it can be used earlier as as standalone feature)
...
omar
committed
on 11 Dec 2018
|
|
Added ImGuiWindowFlags_UnsavedDocument window flag to append '*' to title without altering the ID, as a convenience to avoid using the ### operator. (merged from Docking branch)
omar
committed
on 11 Dec 2018
|
|
Using named flags instead of 0 + shallow formatting tweaks from other branches.
omar
committed
on 11 Dec 2018
|
|
2018-12-10 |
Added io.ConfigWindowsMoveFromTitleBarOnly option. Still is ignored by window with no title bars (often popups). This affects clamping window within the visible area: with this option enabled title bars need to be visible. (#899)
...
omar
committed
on 10 Dec 2018
|
Renamed io.ConfigResizeWindowsFromEdges to io.ConfigWindowsResizeFromEdges and removed its [Beta] mark. Resizing windows from edge is now enabled by default (io.ConfigWindowsResizeFromEdges=true). Note that it only works _if_ the back-end sets ImGuiBackendFlags_HasMouseCursors, which the standard back-end do.
omar
committed
on 10 Dec 2018
|
|
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
|