History for imgui / imgui.cpp
2016-07-30
@ocornut
Nav: Calling SetItemDefaultFocus() doesn't make mouse cursor dirty if nav highlight is off (#323)
ocornut committed on 30 Jul 2016
@ocornut
Nav: programmatic call to SetKeyboardFocusHere() doesn't quality as a nav input (doesn't position mouse) (#323)
ocornut committed on 30 Jul 2016
@ocornut
Nav: Split _NoNav window flag into _NoNavInputs and _NoNavFocus (#323)
ocornut committed on 30 Jul 2016
@ocornut
Nav: Fixed Collapse icon disappearing when Nav is disabled (since b2aaab8) (#323)
ocornut committed on 30 Jul 2016
@ocornut
Tidying up
ocornut committed on 30 Jul 2016
@ocornut
Nav: first committed pass for manual moving and manual scrolling (after a bunch of attempts) (#323)
ocornut committed on 30 Jul 2016
@ocornut
Clarifying that MovedWindow* apply to mouse moving only
ocornut committed on 30 Jul 2016
@ocornut
Nav: Fixed navigating outside of current scrolling bounds (bug from 0cc20fc) (#323) ...
ocornut committed on 30 Jul 2016
@ocornut
ImRect: fixed Clip() function being the other way around (INTERNAL API BREAKING CHANGE- wasn't exposed, hoping nobody uses that) + actually fixes the function behavior.
ocornut committed on 30 Jul 2016
@ocornut
Nav: ActiveIdAllowNavMove -> ActiveIdAllowNavDirFlags for more flexibility (nav up/down typically allowed on a single-line text input) (#323)
ocornut committed on 30 Jul 2016
@ocornut
Nav: Renamed private ImGuiNavDir_ enum to use left/right/up/down to be consistent with key enums (#323)
ocornut committed on 30 Jul 2016
@ocornut
Nav: CalcListClipping/ImGuiListClipper: fix to ensure we can navigate clipped lists (#323)
ocornut committed on 30 Jul 2016
@ocornut
Nav: not activating widgets with NavActivate when NavMenu is held (#323)
ocornut committed on 30 Jul 2016
@ocornut
Nav: collapse button is interactve, allow collapsing, tidying up, resize speed takes account of framebuffer scale (#323)
ocornut committed on 30 Jul 2016
@ocornut
Shallow tidying up ctrl+wheel scaling code in NewFrame()
ocornut committed on 30 Jul 2016
@ocornut
Tidying up default clipboard handler for non Windows-OS
ocornut committed on 30 Jul 2016
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
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
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: 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