2018-12-14 |
Tests: Changed prototype of ImGuiTestEngineHook_ItemAdd to match functions called in same spot. Made ButtonBehavior submit fallback item info if ItemAdd() was not called (for resize grips, resize borders, scrollbar, columns, etc.)
omar
committed
on 14 Dec 2018
|
---|---|
2018-12-11 |
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
|
Using named flags instead of 0 + shallow formatting tweaks from other branches.
omar
committed
on 11 Dec 2018
|
|
2018-12-10 |
Tests: Adding imgui-test engine hooks (experimental) to provide missing widget state to the testing system.
omar
committed
on 10 Dec 2018
|
2018-12-04 |
Internals: Nav: Added ImGuiNavLayer_ to clarify semantic of previously integer NavLayer values, and not pretend that increment/decrement operators on them super flexible. + Storage tweaks.
omar
committed
on 4 Dec 2018
|
2018-12-03 |
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-29 |
When the focused window become inactive don't restore focus to a window with the ImGuiWindowFlags_NoInputs flag. (#2213)
omar
committed
on 29 Nov 2018
|
2018-11-22 |
Internals: Added ImPool helper data structure (used by testing system, and already in docking branch)
omar
committed
on 22 Nov 2018
|
Version 1.67 WIP
omar
committed
on 22 Nov 2018
|
|
Version 1.66
omar
committed
on 22 Nov 2018
|
|
2018-11-15 |
Internals: Added FindWindowByID() helper. (#2190)
omar
committed
on 15 Nov 2018
|
Nav: Fixed an assert in certain circumstance (mostly when using popups) when mouse positions stop being valid. (#2168) + adding a else block to make NavCalcPreferredRefPos() more explicit.
omar
committed
on 15 Nov 2018
|
|
2018-11-09 |
Internals: DragBehavior: Added support for ImGuiDragFlags_Vertical to implement a vertical drag widget (no frontend function provided).
omar
committed
on 9 Nov 2018
|
2018-10-25 |
Comments in demo and opengl code + Internals: Added HoveredIdNotActiveTimer tracking hovering time unless the item is active, which is a commonly useful pattern.
omar
committed
on 25 Oct 2018
|
2018-10-11 |
Shutdown: Unlock font atlas before destroying context, so we can destroy a context between NewFrame and EndFrame if we wait (facilitate main loop structures). Internals: GetWindowScrollMaxX(), GetWindowScrollMaxY()
omar
committed
on 11 Oct 2018
|
TextUnformatted: Using memchr(), fixed not properly testing for text_end bound + comments.
...
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-09-10 |
Nav, Focus: Fixed ImGuiWindowFlags_NoBringToFrontOnFocus windows not being restoring focus properly after the main menu bar or last focused window is deactivated.
omar
committed
on 10 Sep 2018
|
2018-09-06 |
Version 1.66 WIP
omar
committed
on 6 Sep 2018
|
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
|