History for imgui / imgui.h
2018-02-06
@omar
Comments
omar committed on 6 Feb 2018
@omar
Updated version to 1.60 WIP to emphasis on the addition of required calls CreateContext/DestroyContext + merged the massive Navigation branch (#1565, #787)
omar committed on 6 Feb 2018
@omar
Merge branch 'context' ...
omar committed on 6 Feb 2018
@omar
Nav: Documentation tweaks. (#787)
omar committed on 6 Feb 2018
@omar
Nav: Keyboard is now automatically mapped based on io.KeyDown[]. (#787)
omar committed on 6 Feb 2018
@omar
Removed comments
omar committed on 6 Feb 2018
@omar
Added ImGuiKey_Space, mapped in every examples. Will be required for navigation. (#787)
omar committed on 6 Feb 2018
@omar
Nav: Toward automatically mapping keyboard input. Renamed ImGuiNavInput_PadXXX to ImGuiNavInput_XXX. Renamed ImGuiNavInput_KeyXXX to ImGuiNavInput_KeyXXX_ (internal). (#787)
omar committed on 6 Feb 2018
@omar
Nav: Comments, guides.
omar committed on 6 Feb 2018
@omar
Merge branch 'master' into context
omar committed on 6 Feb 2018
@omar
ImVec2: added [] operator. This is becoming desirable for some types of code, better added sooner than later.
omar committed on 6 Feb 2018
@omar
ImVec2: added [] operator. This is becoming desirable for some types of code, better added sooner than later.
omar committed on 6 Feb 2018
2018-02-05
@omar
Nav: Sets io.WantCaptureKeyboard when navigation is active. This is a little agressive but probably the best default and also a good way to get feedback. Added ImGuiNavFlags_NoCaptureKeyboard to disable this behavior. Comments. (#787)
omar committed on 5 Feb 2018
@omar
Nav: Added ImGuiWindowFlags_NoNav shortcut, comments. (#787)
omar committed on 5 Feb 2018
@omar
Nav: Minor tidying up. (#787)
omar committed on 5 Feb 2018
2018-02-04
@omar
Merge branch 'master' into navigation ...
omar committed on 4 Feb 2018
@omar
Style Added style.MouseCursorScale, may remove (#939).
omar committed on 4 Feb 2018
2018-02-02
@omar
Nav: TreeNode: Added ImGuiTreeNodeFlags_NavCloseFromChild flag, allow closing a TreeNode() from any of child. The explicit flag is not great, perhaps allowing some form of inheritance would help. (#787, #1079)
omar committed on 2 Feb 2018
2018-01-31
@omar
Merge branch 'master' into context
omar committed on 31 Jan 2018
@omar
Merge branch 'master' into navigation ...
omar committed on 31 Jan 2018
@omar
Comments
omar committed on 31 Jan 2018
2018-01-30
@omar
Nav: Removed io.NavUsable --> io.NavActive, io.NavActive --> io.NavVisible. (#787). NavActive takes account of NavFlags enable flags.
omar committed on 30 Jan 2018
2018-01-29
@omar
Nav: Added proper version of ImGuiWindowFlags_NavFlattened that handles scrolling nicely. Marked as private as I'm not happy with the name. (#787)
omar committed on 29 Jan 2018
@omar
Merge branch 'master' into navigation
omar committed on 29 Jan 2018
2018-01-28
@omar
Added IMGUI_USER_CONFIG to define a custom configuration filename. (#255, #1573, #1144, #41)
omar committed on 28 Jan 2018
2018-01-27
@omar
ImVector comment (#1577)
omar committed on 27 Jan 2018
2018-01-25
@omar
Nav: Keyboard: Added CTRL+TAB (and CTRL+Shift+TAB) style window selection. (#787)
omar committed on 25 Jan 2018
@omar
Nav: Fixed renaming of c09016b that were incorrect. ImGuiNavInput_PadLeft -> PadDpadLeft, _PadScrollLeft -> PadLStickLeft. (#787)
omar committed on 25 Jan 2018
2018-01-24
@omar
Nav: Comments. (#787)
omar committed on 24 Jan 2018
@omar
Merge branch 'master' into context
omar committed on 24 Jan 2018