2019-07-22 |
|
---|---|
2019-07-21 |
Amend 0f86116, renamed to ImGuiKey_KeyPadEnter Changelog.. (#2677, #2005)
omar
committed
on 21 Jul 2019
|
Adding an ImGuiKey 'ImGuiKey_EnterSecondary' to support platforms that differentiate the enter (return key) and the numpad enter key.
Aaron Cooper
authored
on 18 Jul 2019
omar
committed
on 21 Jul 2019
|
|
Columns: Made GetColumnOffset() and GetColumnWidth() behave when there's no column set, consistently with other column functions + fixed Columns demo (#2683)
omar
committed
on 21 Jul 2019
|
|
2019-07-19 |
Columns: Improved honoring alignment with various values of ItemSpacing.x and WindowPadding.x. (#125, #2666)
omar
committed
on 19 Jul 2019
|
Columns: Made the right-most edge reaches up to the clipping rectangle (removing WindowPadding.x*0.5 worth of asymmetrical/extraneous padding). (#125, #2666)
...
omar
committed
on 19 Jul 2019
|
|
Columns: Fix support for BeginColumns() with a count of 1 (not that this isn't available via the old Columns() api). Tweaked Demo to facilitate testing for it.
omar
committed
on 19 Jul 2019
|
|
Revert "Columns: Improved honoring left-most and right-most alignment with various values of ItemSpacing.x and WindowPadding.x. In particular, the right-most edge now reaches up to the clipping rectangle while ensuring that the right-most column clipping width matches others. (#125, #2666)"
...
omar
committed
on 19 Jul 2019
|
|
2019-07-17 |
Columns: Improved honoring left-most and right-most alignment with various values of ItemSpacing.x and WindowPadding.x. In particular, the right-most edge now reaches up to the clipping rectangle while ensuring that the right-most column clipping width matches others. (#125, #2666)
omar
committed
on 17 Jul 2019
|
Columns: Fixed a regression from 1.71 where the right-side of the contents rectangle within each column would wrongly use a WindowPadding.x instead of ItemSpacing.x like it always did. (#125, #2666)
omar
committed
on 17 Jul 2019
|
|
Misc: Made Button(), ColorButton() not trigger an "edited" event leading to IsItemDeactivatedAfterEdit() returning true. This also effectively make ColorEdit4() not incorrect trigger IsItemDeactivatedAfterEdit() when clicking the color button to open the picker popup. (#1875)
...
omar
committed
on 17 Jul 2019
|
|
Internals: Refactor: Moved all Columns code from imgui.cpp to imgui_widgets.cpp (#125)
...
omar
committed
on 17 Jul 2019
|
|
2019-07-16 |
Style: Added style.ColorButtonButton (left/right, defaults to ImGuiDir_Right) to move the color button of ColorEdit3/ColorEdit4 functions to either side of the inputs.
omar
committed
on 16 Jul 2019
|
2019-07-15 |
Removed TreeAdvanceToLabelPos() which is rarely used and only does SetCursorPosX(GetCursorPosX() + GetTreeNodeToLabelSpacing()). Kept redirection function (will obsolete). (#581, #324)
omar
committed
on 15 Jul 2019
|
TabBar: Fixed unfocused tab bar separator color (was using ImGuiCol_Tab, should use ImGuiCol_TabUnfocusedActive).
omar
committed
on 15 Jul 2019
|
|
|
|
2019-07-11 |
Combo: Hide arrow when there's not enough space even for the square button.
...
omar
committed
on 11 Jul 2019
|
2019-07-01 |
Scrollbar: Avoid overlapping the opposite side when window (often a child window) is forcibly too small.
omar
committed
on 1 Jul 2019
|
2019-06-30 |
Internals: Checkbox: Added undocumented mixed/indeterminate/tristate support via ImGuiItemFlags_MixedValue. (#2644)
omar
committed
on 30 Jun 2019
|
2019-06-17 |
Disable -Wpragmas warning in GCC to avoid relying on version checks, as unusual/forks/mods don't appear to always have same warning<>version. (#2618)
...
omar
committed
on 17 Jun 2019
|
2019-06-14 |
Version 1.72 WIP
omar
committed
on 14 Jun 2019
|
2019-06-12 |
Version 1.71 + comments
omar
committed
on 12 Jun 2019
|
2019-06-11 |
Internals: Reworked RenderTextEllipsis() to satisfy what we need for table headers.
omar
committed
on 11 Jun 2019
|
CollapsingHeader: Minor fix to align right side of frames (which is extruded past the Work/Contents rect) with clipping rectangle.
omar
committed
on 11 Jun 2019
|
|
Log/Capture: Fixed BeginTabItem() label not being included in a text log/capture.
...
omar
committed
on 11 Jun 2019
|
|
2019-06-07 |
Internals: Added drawlist and color arg to RenderArrow(), RenderBullet(). Reordered args for RenderPixelEllipsis.
omar
committed
on 7 Jun 2019
|
2019-06-06 |
Synced/merged minor cruft from docking branch to minimize drift. AFAIK the only meaningful no-op change is that the call UpdateHoveredWindowAndCaptureFlags() was moved above UpdateMouseMovingNewFrame() to match what docking branch has been doing for a while.
omar
committed
on 6 Jun 2019
|
2019-06-05 |
Scrollbar overlap an extra WindowBorderSize amount on the left to make all distances consistent. Reverted to BorderSize not affecting work/contents rectangles. Scrollbar, Style: Changed default style.ScrollbarSize from 16 to 14.
omar
committed
on 5 Jun 2019
|
Internals: Minor no-op tidying up toward solving the WindowPadding / WindowBorderSize / ScrollbarSize overlapping mess.
...
omar
committed
on 5 Jun 2019
|
|
Internals: Renamed SizeContents to ContentSize, SizeContentsExplicit to ContentSizeExplicit. Tweaked Metrics->Show Rectangles functionality.
omar
committed
on 5 Jun 2019
|