2019-04-29 |
Obsoleted GetContentRegionAvailWidth(), use GetContentRegionAvail().x instead. Kept inline redirection function.
omar
committed
on 29 Apr 2019
|
---|---|
2019-04-24 |
Misc comments, internal renaming, added disable indentation option to Columns demo section.
omar
committed
on 24 Apr 2019
|
2019-04-22 |
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 |
Added SetNextItemWidth() helper to avoid using PushItemWidth/PopItemWidth() for single items.
omar
committed
on 18 Apr 2019
|
Added commentary about ContentRegion functions. Added internal GetContentRegionMaxScreen() to facilitate internal code at the moment.
omar
committed
on 18 Apr 2019
|
|
2019-04-17 |
Internals: Columns: Tweaks, renaming. Metrics: Show rectangles for child windows.
...
omar
committed
on 17 Apr 2019
|
2019-04-05 |
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 |
Examples: OpenGL3: Minor tweaks, clarifications + not calling glBindBuffer more than necessary in the render loop.
omar
committed
on 29 Mar 2019
|
2019-03-26 |
Comments (#2441) + Freeglut fixes (#2430)
omar
committed
on 26 Mar 2019
|
2019-03-16 |
Comments, todo list, remove trailing spaces.
omar
committed
on 16 Mar 2019
|
2019-03-15 |
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
|
Version 1.70 WIP
omar
committed
on 15 Mar 2019
|
|
2019-03-13 |
Version 1.69, comments, typos
omar
committed
on 13 Mar 2019
|
2019-03-11 |
Added GetGlyphRangesVietnamese() helper. (#2403)
omar
committed
on 11 Mar 2019
|
2019-03-08 |
Don't use const qualified parameters in declarations.
...
Bruce Mitchener
authored
on 8 Mar 2019
omar
committed
on 8 Mar 2019
|
Added ImGuiColorEditFlagsFlags_InputHSV. (#2383, #2384)
Haldean Brown
authored
on 7 Mar 2019
omar
committed
on 8 Mar 2019
|
|
Moved placeholder sections to match Docking branch. Comments.
omar
committed
on 8 Mar 2019
|
|
Fix typos. (#2411)
Bruce Mitchener
authored
on 8 Mar 2019
omar
committed
on 8 Mar 2019
|
|
2019-03-07 |
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 |
Added InputTextWithHint() (#2400)
...
Lucas Lazare
authored
on 6 Mar 2019
omar
committed
on 6 Mar 2019
|
2019-03-05 |
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
|
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
|
|
Comments and Issue Template
omar
committed
on 5 Mar 2019
|
|
2019-03-04 |
Renamed GetOverlayDrawList() to GetForegroundDrawList() for consistency. Kept redirection function (will obsolete). (#2391)
...
omar
committed
on 4 Mar 2019
|
Added GetBackgroundDrawList() helper to quickly get access to a ImDrawList that will be rendered behind every other windows. (#2391)
omar
committed
on 4 Mar 2019
|
|
2019-02-27 |
DragScalar, InputScalar, SliderScalar: Added support for u8/s8/u16/s16 data types. We are reusing function instances for larger types to reduce code size. (#643, #320, #708, #1011)
omar
committed
on 27 Feb 2019
|
Comments
omar
committed
on 27 Feb 2019
|
|
Renamed ColorEdit/ColorPicker's ImGuiColorEditFlags_RGB/_HSV/_HEX flags to respectively ImGuiColorEditFlags_DisplayRGB/_DisplayHSV/_DisplayHex. This is anticipation of adding new flags to ColorEdit/ColorPicker functions which would make those ambiguous. (#2384) [@haldean]
omar
committed
on 27 Feb 2019
|
|
add _Show prefix to color flags that control inputs, rename __InputsMask to __ShowMask
...
haldean
authored
on 26 Feb 2019
omar
committed
on 27 Feb 2019
|
|
2019-02-23 |
Log/Capture: Fixed LogXXX functions 'auto_open_depth' parameter being treated as an absolute tree depth instead of a relative one. Fixed CollapsingHeader trailing ascii representation being "#" instead of "##". Minor tidying up the of code.
omar
committed
on 23 Feb 2019
|