2016-07-24
@ocornut
Navigation: Fixed missing initialization (had no side-effect, would be set in Begin) (#323)
ocornut committed on 24 Jul 2016
@ocornut
Navigation: can't manually focus out of a modal window with controller (#323)
ocornut committed on 24 Jul 2016
@ocornut
Fixed display of TitleBgActive color on window before a Modal window + modal window availability for navigation (#323)
ocornut committed on 24 Jul 2016
@ocornut
Navigation: Renaming, shortened some unnecessary long fields names (#323)
ocornut committed on 24 Jul 2016
@ocornut
Navigation: Moving NavInitWindow() around and making it static (#323)
ocornut committed on 24 Jul 2016
2016-07-23
@ocornut
Merge remote-tracking branch 'origin' into 2016-07-navigation
ocornut committed on 23 Jul 2016
@ocornut
Navigation: Allow to navigate out of text input with direction or NavCancel (#323)
ocornut committed on 23 Jul 2016
@ocornut
Navigation: Collapsed window uses ImGuiCol_TitleBgActive when navigation is active (#323)
ocornut committed on 23 Jul 2016
@ocornut
Navigation: Scoring: Improved directional navigation. Not totally cancelling out dx. Better support for zero-spaced items. (#323)
ocornut committed on 23 Jul 2016
@ocornut
Navigation: mouse/popup position gets clamped within visible display (#323)
ocornut committed on 23 Jul 2016
@ocornut
Navigation: Scoring uses rectangle as clipped by parent. Fix selectable extending past parent column among other things (#323)
ocornut committed on 23 Jul 2016
@ocornut
Navigation: Fixed automatic fallback scrolling from glitching near scroll limits because of miscalculation of SizeContents (#323)
ocornut committed on 23 Jul 2016
@ocornut
Navigation: Fixed using NavWindowed when a menu is open. (#323)
ocornut committed on 23 Jul 2016
@ocornut
Fixed tooltip positioning issues when using navigation (#323)
ocornut committed on 23 Jul 2016
2016-07-20
@ocornut
Merge branch 'nProtect-master'
ocornut committed on 20 Jul 2016
@ocornut
Tab->Spaces, missing spaces, typos
ocornut committed on 20 Jul 2016
@Adisorn Aeksatean
Added GetGlyphRangesThai()
Adisorn Aeksatean authored on 19 Jul 2016 ocornut committed on 20 Jul 2016
2016-07-19
@ocornut
Gamepad/Keyboard navigation support, initial commit, WIP (#323)
ocornut committed on 19 Jul 2016
@ocornut
Updated code for repeat delay / repeat handling. GetKeyPressedAmount() now returns a count to support fast repeat rate (where DeltaTime > RepeatRate). ...
ocornut committed on 19 Jul 2016
2016-07-18
@ocornut
Added IsAnyWindowFocused(). Renamed IsMouseHoveringAnyWindow() -> IsAnyWindowHovered(), IsPosHoveringAnyWindow() -> IsAnyWindowHoveredAtPos(), IsMouseHoveringWindow() -> IsWindowHoveredRect() for consistency. Kept inline rediection function.
ocornut committed on 18 Jul 2016
@ocornut
Comment on invalid comment regarding preserving keyboard focus of a closed window, due to commit 19d02be. This is probably still what we want. (followup #727)
ocornut committed on 18 Jul 2016
@ocornut
DragBehavior: Moving code around, in what should be a no-op, to simplify upcoming Nav diff (#323, #180)
ocornut committed on 18 Jul 2016
@ocornut
Fixed SetScrollX() handling of center ratio (which actually wasn't exposed publicly). (#323, #246)
ocornut committed on 18 Jul 2016
@ocornut
BeginChild(): tweak to make the code easier to understand
ocornut committed on 18 Jul 2016
@ocornut
Style: minor tweak to default color theme to make currently focused window more prominent (#323, #707)
ocornut committed on 18 Jul 2016
@ocornut
Demo: tweaks.
ocornut committed on 18 Jul 2016
@ocornut
Comments
ocornut committed on 18 Jul 2016
@ocornut
Fixed incorrect comment for ParentWindow (#615, #604)
ocornut committed on 18 Jul 2016
@ocornut
Tab-key focusing inhibited when CTRL is held (#323)
ocornut committed on 18 Jul 2016
@ocornut
NewFrame(): update activeid data and keyboard before mouse. Should have no side-effects! (So that later we can update Nav between Keyboard and Mouse) (#323)
ocornut committed on 18 Jul 2016