2018-07-30 |
Internals: Changed signature of ShadeVerts functions to remove pointers. (#1286, #1700, #1986)
omar
committed
on 30 Jul 2018
|
---|---|
2018-07-26 |
|
Internals: Changed SplitterBehavior() signature to be consistent with other similar signatures. (#319).
omar
committed
on 26 Jul 2018
|
|
Internals: Extracted part of Begin into UpdateWindowParentAndRootLinks(). Useful to call to keep state updated immediately (namely useful for docking) + small tidying up of imgui_internal.h
omar
committed
on 26 Jul 2018
|
|
|
|
Internals: Child windows that are clipped or part of a collapsed parent are not marked as collapsed anymore, but just a separate hidden marker set. We distinguish hiding for size measurement vs hiding for other reasons. Cleaned a little the end of Begin.
omar
committed
on 26 Jul 2018
|
|
Nav: Tweaked CTRL+TAB to hide visual noise on fast switch + fading out screen dimming and highlight to make the experience less harsh
omar
committed
on 26 Jul 2018
|
|
Nav: Tweaked CTRL+TAB to hide visual noise on fast switch + fading out screen dimming and highlight to make the experience less harsh
omar
committed
on 26 Jul 2018
|
|
2018-07-25 |
Internals: SplitterBehavior() added hover_visibility_delay parameter which is helpful to reduce visual noise. (#319)
omar
committed
on 25 Jul 2018
|
2018-07-24 |
Internals: Exposed NavScoreItemGetQuadrant() as ImGetDirQuadrantFromDelta() in imgui_internal.h
omar
committed
on 24 Jul 2018
|
|
|
Made it possible to move a window by dragging from the Collapse button (past the drag threshold). Extracted some code out to a CollapseButton() function.
omar
committed
on 24 Jul 2018
|
|
Internals: Renamed one of the arrow functions so their name don't collide.
omar
committed
on 24 Jul 2018
|
|
2018-07-22 |
Changed ImGui::GetTime() return value from float to double to avoid accumulating floating point imprecisions over time.
omar
committed
on 22 Jul 2018
|
2018-07-17 |
Viewport: Removed the need for the back-end to fill io.MousePosViewport, it seems unnecessary at this point. (#1542)
omar
committed
on 17 Jul 2018
|
Internals: Viewport: Renamed g.MouseRefViewport to g.MouseViewport. (#1542)
omar
committed
on 17 Jul 2018
|
|
2018-07-12 |
|
Comments, exposed a few things in imgui_internal.h for consistency, added ImQsort wrapper.
omar
committed
on 12 Jul 2018
|
|
|
|
2018-07-10 |
IsItemHovered(): Added ImGuiHoveredFlags_AllowWhenDisabled flag to query hovered status on disabled items. (#1940, #211)
...
omar
committed
on 10 Jul 2018
|
Internals: Extracted StartMouseMovingWindow so we can add code to turn an arbitrary widget into a window mover (will be useful to make the Collapse button a window mover past a mouse drag threshold) + added a couple of _None flags.
omar
committed
on 10 Jul 2018
|
|
2018-07-09 |
Internals: HoveredWindowUnderMovingWindow special handling for drag and drop of window without altering the _NoInputs window flag, which worked but messed up the IsWindowHovered() user-facing flags.
omar
committed
on 9 Jul 2018
|
Internals: Misc/shallow merge from Docking branch.
omar
committed
on 9 Jul 2018
|
|
Internals: Move IMGUI_CDECL declaration to imgui_internal.h so everyone can profit.
omar
committed
on 9 Jul 2018
|
|
Nav: Added a CTRL+TAB window list and changed the highlight system accordingly. (#787)
omar
committed
on 9 Jul 2018
|
|
Nav: Added a CTRL+TAB window list and changed the highlight system accordingly. (#787)
omar
committed
on 9 Jul 2018
|
|
|
|
Internals: Removed RootWindowForTabbing, won't be needed. Nav: Not starting NavWindowingTarget when a modal is active (was not noticeable).
omar
committed
on 9 Jul 2018
|
|
2018-07-08 |
Drag and Drop: Calling BeginTooltip() between a BeginDragSource()/EndDragSource() or BeginDropTarget()/EndDropTarget() uses adjusted tooltip settings matching the one created when calling BeginDragSource() without the ImGuiDragDropFlags_SourceNoPreviewTooltip flag. (#143) + additional safety checks.
omar
committed
on 8 Jul 2018
|
Internals: Moved selectable flags to avoid collision with public flags + rewrote some tests so we can consistently grep for (held && hovered)
omar
committed
on 8 Jul 2018
|