History for imgui / imgui.h
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
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-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-24
@omar
Misc comments, internal renaming, added disable indentation option to Columns demo section.
omar committed on 24 Apr 2019
2019-04-22
@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-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
2019-04-17
@omar
Internals: Columns: Tweaks, renaming. Metrics: Show rectangles for child windows. ...
omar committed on 17 Apr 2019
2019-04-05
@omar
Misc: Added IM_MALLOC/IM_FREE macros mimicking IM_NEW/IM_DELETE so user doesn't need to revert to using the ImGui::MemAlloc()/MemFree() calls directly.
omar committed on 5 Apr 2019
2019-03-29
@omar
Examples: OpenGL3: Minor tweaks, clarifications + not calling glBindBuffer more than necessary in the render loop.
omar committed on 29 Mar 2019
2019-03-26
@omar
Comments (#2441) + Freeglut fixes (#2430)
omar committed on 26 Mar 2019
2019-03-16
@omar
Comments, todo list, remove trailing spaces.
omar committed on 16 Mar 2019
2019-03-15
@omar
GetMouseDragDelta(): also returns the delta on the mouse button released frame. Verify that mouse positions are valid otherwise returns zero. Removed obsolete comment. Tweaked demo. (#2419)
omar committed on 15 Mar 2019
@omar
Version 1.70 WIP
omar committed on 15 Mar 2019
2019-03-13
@omar
Version 1.69, comments, typos
omar committed on 13 Mar 2019
2019-03-11
@omar
Added GetGlyphRangesVietnamese() helper. (#2403)
omar committed on 11 Mar 2019
2019-03-08
@Bruce Mitchener
Don't use const qualified parameters in declarations. ...
Bruce Mitchener authored on 8 Mar 2019 omar committed on 8 Mar 2019
@Haldean Brown
Added ImGuiColorEditFlagsFlags_InputHSV. (#2383, #2384)
Haldean Brown authored on 7 Mar 2019 omar committed on 8 Mar 2019
@omar
Moved placeholder sections to match Docking branch. Comments.
omar committed on 8 Mar 2019
@Bruce Mitchener
Fix typos. (#2411)
Bruce Mitchener authored on 8 Mar 2019 omar committed on 8 Mar 2019
2019-03-07
@omar
Made ImS8 and ImS16 explicitly signed in case some crazy SDK decide to flip the signedness over. (#2408)
omar committed on 7 Mar 2019
2019-03-06
@Lucas Lazare
Added InputTextWithHint() (#2400) ...
Lucas Lazare authored on 6 Mar 2019 omar committed on 6 Mar 2019
2019-03-05
@omar
Internal: Tabbing: Tweaks to FocusableItemRegister and using the standard mechanism to allow/block Tab being interpreting by tabbing instead of InputText() widget.
omar committed on 5 Mar 2019
@omar
Text: Fixed large Text/TextUnformatted call not declaring its size when starting below the lower point of the current clipping rectangle. Somehow this bug has been there since v1.0! It was hardly noticeable but would affect the scrolling range, which in turn would affect some scrolling request functions when called during the opening frame of a window.
omar committed on 5 Mar 2019
@omar
Comments and Issue Template
omar committed on 5 Mar 2019
2019-03-04
@omar
Renamed GetOverlayDrawList() to GetForegroundDrawList() for consistency. Kept redirection function (will obsolete). (#2391) ...
omar committed on 4 Mar 2019