2017-10-06 |
Nav: Minor tweaks also toward removing processing from ItemAdd()
omar
committed
on 6 Oct 2017
|
---|---|
Internal: ItemAdd() minor shallow tweaks
omar
committed
on 6 Oct 2017
|
|
|
|
Internal: ItemAdd(), IsClippedEx(): removed unnecessary indirection for ID parameter
omar
committed
on 6 Oct 2017
|
|
Removed extraneous calls to GetCurrentWindowRead() when we already have a ImGuiContext. Internal RenderXXX functions also don't need to write into the Accessed field at all.
omar
committed
on 6 Oct 2017
|
|
Merge branch 'master' into navigation
omar
committed
on 6 Oct 2017
|
|
Nav: Shuffled code in ItemAdd() so that NavProcessItem() may have access to LastItemId (will be required by tabbing)
omar
committed
on 6 Oct 2017
|
|
Nav: Minor midying up and comments,
omar
committed
on 6 Oct 2017
|
|
Nav: Removed possibly redundant test prior to calling NavProcessItem() from ItemAdd()
omar
committed
on 6 Oct 2017
|
|
2017-10-05 |
Nav: Moving code next to its peers
omar
committed
on 5 Oct 2017
|
Nav: Moving the big chunk of code from ItemAdd() to NavProcessItem()
omar
committed
on 5 Oct 2017
|
|
Added ActivateItem(), GetItemID() functions.
omar
committed
on 5 Oct 2017
|
|
Nav: Tidying up activation mechanism so that setting NavActivateId can trigger buttons.
omar
committed
on 5 Oct 2017
|
|
ColorButton: Reduced bordering artefact that would be particularly visible with opaque Col_FrameBg and FrameRounding enabled.
omar
committed
on 5 Oct 2017
|
|
TextUnformatted(): minor tweak
omar
committed
on 5 Oct 2017
|
|
Made AlignFirstTextHeightToWidgets() saner and faster (still disliking its name very much!)
omar
committed
on 5 Oct 2017
|
|
Merge branch 'master' into navigation
omar
committed
on 5 Oct 2017
|
|
Nav: Menus and popups now have move request wrap around vertically (using the move request forward thing added recently). (#787)
omar
committed
on 5 Oct 2017
|
|
SetKeyboardFocusHere() added assert to prevent passing values smaller than -1 as we may have to outlaw them (I think nobody was using that)
omar
committed
on 5 Oct 2017
|
|
Removed obsolete comment.
omar
committed
on 5 Oct 2017
|
|
2017-10-04 |
Merge branch 'master' into navigation
omar
committed
on 4 Oct 2017
|
Styles: Added ImGuiStyle::ScaleAllSizes(float) helper to make it easier to have application transition to e.g. High DPI with a matching style.
omar
committed
on 4 Oct 2017
|
|
Nav: Added code to render thin highlight type. (#787)
omar
committed
on 4 Oct 2017
|
|
typo
matiTechno
committed
on 4 Oct 2017
|
|
2017-10-03 |
Nav: Highlight clipped within host window then extruded out. (#787)
omar
committed
on 3 Oct 2017
|
Nav: Selectable(): activating selectable also sets NavId + removed the MouseDelta test (added in
43ee5d7 , #323) as I don't think it is needed. (#787)
omar
committed
on 3 Oct 2017
|
|
Nav: Added NavMoveResultParentId internal info to record when the parent/context of a given NavId. Useful for various algorithms (currently looking at range selection stuff) (#787)
omar
committed
on 3 Oct 2017
|
|
Nav: Added NavJustNavigatedId internal info to record when we land on a given item after a navigation request, useful for various algorithms (currently looking at range selection stuff) (#787)
omar
committed
on 3 Oct 2017
|
|
2017-10-02 |
Changed the internal name formatting of child windows to use slashes as separator, more readable.
omar
committed
on 2 Oct 2017
|
Metrics: Draw window bounding boxes when hovering Pos/Size. List all draw layers, trimming empty commands like Render() does.
omar
committed
on 2 Oct 2017
|