2016-07-29
@ocornut
Fixed bad merge
ocornut committed on 29 Jul 2016
@ocornut
Merge remote-tracking branch 'origin' into 2016-07-navigation
ocornut committed on 29 Jul 2016
@ocornut
Merge branch 'michaelbartnett-add-osx-homeend-keys'
ocornut committed on 29 Jul 2016
@ocornut
InputTextEx: got rid of unnecessary locals.
ocornut committed on 29 Jul 2016
@ocornut
InputTextEx(): more shallow tidying up, still being cautious with this function
ocornut committed on 29 Jul 2016
@ocornut
InputText/IO: Got rid of individual OSX options in ImGuiIO, added io.OSXBehaviors (#473, #650)
ocornut committed on 29 Jul 2016
@ocornut
InputTextEx(): minor tidying up
ocornut committed on 29 Jul 2016
@ocornut
InputText(): minor tidying up/simplification following changes for osx style improvements (#650)
ocornut committed on 29 Jul 2016
@ocornut
Merge branch 'add-osx-homeend-keys' of https://github.com/michaelbartnett/imgui into michaelbartnett-add-osx-homeend-keys
ocornut committed on 29 Jul 2016
@ocornut
Examples: SDL+OpenGL: explicitly setting GL_UNPACK_ROW_LENGTH to reduce issues because SDL changes it (#752)
ocornut committed on 29 Jul 2016
2016-07-24
@ocornut
Navigation: Tap NavMenu to access menu and close buttons, hold to focus/resize (#323) ...
ocornut committed on 24 Jul 2016
@ocornut
Navigation: Renamed ImGuiKey_NavWindowing to ImGuiKey_NavMenu (#323)
ocornut committed on 24 Jul 2016
@ocornut
Navigation: Can nav-out but not nav-in a window with ImGuiWindowFlags_NoNav flag (#323)
ocornut committed on 24 Jul 2016
@ocornut
Navigation: comments + moving init block of code above in NavUpdate(), should have no side-effect (committed to simplify next commit) (#323)
ocornut committed on 24 Jul 2016
@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