History for imgui / imgui.h
2019-05-27
@omar
Docking: Clarified terminology of docking/tablist/collapse button into Window Menu button matching master. Added private ImGuiDockNodeFlags_NoWindowMenuButton, ImGuiDockNodeFlags_NoCloseButton flags. (#2583, #2109)
omar committed on 27 May 2019
2019-05-24
@omar
Merge branch 'master' into docking ...
omar committed on 24 May 2019
@omar
Style: Added style.WindowMenuButtonPosition (left/right, defaults to ImGuiDir_Left) to move the collapsing/docking button to the other side of the title bar.
omar committed on 24 May 2019
2019-05-22
@omar
Merge branch 'master' into docking ...
omar committed on 22 May 2019
@omar
Version tag is 1.71 WIP oops
omar committed on 22 May 2019
2019-05-21
@omar
Merge branch 'master' into docking ...
omar committed on 21 May 2019
@omar
ImFontGlyphRangesBuilder: Fixed unnecessarily over-sized buffer, which incidentally was also not fully cleared. Fixed edge case overflow when adding character 0xFFFF. (#2568)
omar committed on 21 May 2019
2019-05-13
@omar
Merge branch 'master' into docking ...
omar committed on 13 May 2019
@omar
Fixed InputFloatX, SliderFloatX, DragFloatX functions erroneously reporting IsItemEdited() multiple times when the text input doesn't match the formatted output value (e.g. input "1" shows "1.000"). It wasn't much of a problem because we typically use the return value instead of IsItemEdited() here. (#1875, #2034)
omar committed on 13 May 2019
@omar
Renamed SetNextTreeNodeOpen() to SetNextItemOpen(). Refactored SetNextItemXXX stuff to match SetNextWindowXXX code closely.
omar committed on 13 May 2019
2019-05-11
@omar
IO: changed AddInputCharacter(unsigned short c) signature to AddInputCharacter(unsigned int c). ...
omar committed on 11 May 2019
2019-05-10
@omar
Merge branch 'master' into docking ...
omar committed on 10 May 2019
2019-05-09
@omar
Internals: Columns: Renamed fields. Comments and tweak. Moved a demo block.
omar committed on 9 May 2019
2019-05-08
@omar
Viewports: Minor tweaks. (#2471)
omar committed on 8 May 2019
2019-05-07
@omar
Version 1.71 WIP + fixed minor typo
omar committed on 7 May 2019
2019-05-06
@omar
Version 1.70
omar committed on 6 May 2019
@omar
Merge branch 'master' into docking ...
omar committed on 6 May 2019
2019-05-03
@omar
Window: Fixed SetNextWindowSizeConstraints() with non-rounded positions making windows drift. (#2067, #2530)
omar committed on 3 May 2019
@omar
Misc: Made IMGUI_CHECKVERSION() macro also check for matching size of ImDrawIdx.
omar committed on 3 May 2019
@omar
Selectable: With ImGuiSelectableFlags_AllowDoubleClick doesn't return true on the mouse button releas efollowing the double-click. Only first mouse release + second mouse down (double-click) returns true. Likewise for internal ButtonBehavior() with both _PressedOnClickRelease | _PressedOnDoubleClick. (#2503)
omar committed on 3 May 2019
2019-05-02
@omar
Merge branch 'master' into docking ...
omar committed on 2 May 2019
2019-04-30
@omar
ImDrawCallback_ResetRenderState, Examples: Added support for reset render state callback. (#2037, #1639, #2452)
omar committed on 30 Apr 2019
2019-04-29
@omar
Obsoleted GetContentRegionAvailWidth(), use GetContentRegionAvail().x instead. Kept inline redirection function.
omar committed on 29 Apr 2019
2019-04-25
@omar
Merge branch 'master' into docking ...
omar committed on 25 Apr 2019
2019-04-24
@omar
Misc comments, internal renaming, added disable indentation option to Columns demo section.
omar committed on 24 Apr 2019
2019-04-22
@omar
Viewports: Avoid rendering/swapping secondary viewports that are minimized. (#1542, #2496)
omar committed on 22 Apr 2019
@omar
Increased IMGUI_VERSION_NUM arbitrarily, help narrowing down reports that don't include a commit hash. Add comments.
omar committed on 22 Apr 2019
2019-04-19
@omar
Merge branch 'master' into docking ...
omar committed on 19 Apr 2019
2019-04-18
@omar
Added SetNextItemWidth() helper to avoid using PushItemWidth/PopItemWidth() for single items.
omar committed on 18 Apr 2019
@omar
Added commentary about ContentRegion functions. Added internal GetContentRegionMaxScreen() to facilitate internal code at the moment.
omar committed on 18 Apr 2019