2016-08-21 |
|
---|---|
Nav: InitDefaultRequest saves a fallback item so PadMenu on a collapsed window gets us to the collapse button (#323)
ocornut
committed
on 21 Aug 2016
|
|
Close button submitted after collapse button. Should have no effect. Consistent with expectation & will be used as fallback for nav (#323)
ocornut
committed
on 21 Aug 2016
|
|
Nav: Undo 87eb749cbc, agressively including nav focus test in IsItemHovered() (#323)
ocornut
committed
on 21 Aug 2016
|
|
Nav: Fixed nav highlight clipping (affected non non-menu items within menubar) (#323)
ocornut
committed
on 21 Aug 2016
|
|
Nav: Process and apply mouse move request immediately after move request result comes (#323)
ocornut
committed
on 21 Aug 2016
|
|
Internal tidying up, moved code to CalcNextScrollFromScrollTargetAndClamp() so it can be reused by upcoming nav code.
ocornut
committed
on 21 Aug 2016
|
|
ImRect: Added Translate() helper, removed redundant and misleading Reduce()
ocornut
committed
on 21 Aug 2016
|
|
Added IsItemHoveredOrFocused() (provisional name), better handling of popup/tooltip positioning when using mouse+nav (#323)
ocornut
committed
on 21 Aug 2016
|
|
Nav: Fixed entering child with PadActivate not setting ActiveIdSource to Nav (#323)
ocornut
committed
on 21 Aug 2016
|
|
Nav: Hovering MenuItem/Selectable with mouse makes NavId, matching what seems to be Windows beahvior at least for menus (#323)
ocornut
committed
on 21 Aug 2016
|
|
2016-08-20 |
Nav: Mouse pos passed to backend always rounded, so that lossy application of non-integer mouse pos doesn't lead to undesirable movement (#3
ocornut
committed
on 20 Aug 2016
|
Nav: Clearing mouse hover flag using MouseClicked[] test instead of MouseDown[] so that invalid mouse button won't keep breaking nav (#323)
ocornut
committed
on 20 Aug 2016
|
|
Nav: Tidying up. Comments. (#323)
ocornut
committed
on 20 Aug 2016
|
|
Nav: Fixed a bug where mouse positioning requests would be sent while opening submenus with mouse (#323)
ocornut
committed
on 20 Aug 2016
|
|
Nav: Comments + fixed handling of PadLeft in menus (fix e55882f) (#323)
ocornut
committed
on 20 Aug 2016
|
|
Renamed function (#323)
ocornut
committed
on 20 Aug 2016
|
|
2016-08-15 |
Metrics: 64-bit display fix
ocornut
committed
on 15 Aug 2016
|
Nav: NavHighlight gets its own color (default to Header color), made rectangle thicker (#323)
ocornut
committed
on 15 Aug 2016
|
|
Nav: Exposed RenderNavHighlight() in imgui_internal.h to increase discoverability and reordered arguments to be more consistent (#323)
ocornut
committed
on 15 Aug 2016
|
|
Nav: Fixed clipping rect of navigation highlight, notably for collapsing arrow (#323)
ocornut
committed
on 15 Aug 2016
|
|
2016-08-13 | |
2016-08-11 |
Merge branch 'master' into 2016-07-navigation
ocornut
committed
on 11 Aug 2016
|
Minor shuffle to ease merging branches. (tentative. fugly but those fields will be removed anyway)
ocornut
committed
on 11 Aug 2016
|
|
Minor shuffle to ease merging branches.
ocornut
committed
on 11 Aug 2016
|
|
2016-08-07 |
Nav: DragBehavior: Adjust minimum step to displayed precision when using navigation (#323, #180)
ocornut
committed
on 7 Aug 2016
|
Nav: DragBehavior: Fix for fast speed (#323 #180)
ocornut
committed
on 7 Aug 2016
|
|
Selectable/MenuItem: Not activated on Click but only on Release is more standard (#126, #245, #323)
...
ocornut
committed
on 7 Aug 2016
|
|
Refactored rare transient bool stacks into a set of flags, added unexposed ImGuiItemFlags_SelectableDontClosePopup (#323)
ocornut
committed
on 7 Aug 2016
|
|
Nav: Tweaked default highlight clipping (clipped by scrollbar) and removed subtle background (#323)
ocornut
committed
on 7 Aug 2016
|