History for imgui / imgui_internal.h
2018-04-03
@omar
Fixed Clang zealous cast-call warning (on par with GCC) which decided to warn against explicit C-style casts now.
omar committed on 3 Apr 2018
2018-03-22
@omar
Internals: Removed ImGuiDataType_Float2.
omar committed on 22 Mar 2018
@omar
Added InputDouble() function. We use a format string instead of a decimal_precision parameter to also for "%e" and variants. (#1011) May transition the other InputXXX function to use format strings as well.
omar committed on 22 Mar 2018
2018-03-20
@omar
IO: Renamed io.WantMoveMouse to io.WantSetMousePos (was added in 1.52, _not_ used by core and only honored by some binding ahead of merging the Nav branch) + internal renaming (#787)
omar committed on 20 Mar 2018
2018-03-19
@omar
Nav: Track nav input source more generally (gamepad vs keyboard) (#787) + update todos and demo tweaks
omar committed on 19 Mar 2018
2018-03-13
@omar
Moved IM_NEW, IM_DELETE helpers to imgui.h for convenient use by back-ends and user code.
omar committed on 13 Mar 2018
2018-03-12
@omar
Internals: Columns renaming fields
omar committed on 12 Mar 2018
2018-03-08
@omar
Drag and Drop: Increased payload data type to 32 characters. (#143)
omar committed on 8 Mar 2018
2018-03-04
@omar
Columns: Extent stop at the right-most clipped pixel. The right-most column might appear a little wider but it's usable space matches the others. (#125). +9 Internal: Store InnerClipRect.
omar committed on 4 Mar 2018
2018-03-03
@omar
Renamed ImGuiStyleVar_Count_ to ImGuiStyleVar_COUNT for consistency with other enums. Added
omar committed on 3 Mar 2018
@omar
Added ArrowButton(). Exposed ImGuiDir.
omar committed on 3 Mar 2018
@omar
Internal: renamed RenderTriangle() to RenderArrow().
omar committed on 3 Mar 2018
2018-02-28
@omar
Internal: Moved IM_NEWLINE helper to imgui_internal.h
omar committed on 28 Feb 2018
@omar
Renamed ImGuiNavFlags io.NavFlags to ImGuiConfigFlags io.ConfigFlags. (#787)
omar committed on 28 Feb 2018
2018-02-26
@omar
ImRect: Removed misleading IsFinite() function used by some Nav code.
omar committed on 26 Feb 2018
2018-02-25
@omar
TreeNode: Renamed Beta ImGuiTreeNodeFlags_NavCloseFromChild to ImGuiTreeNodeFlags_NavLeftJumpsBackHere. (#1079)
omar committed on 25 Feb 2018
2018-02-22
@omar
Nav: Internals: Exposed NavMoveRequestCancel in imgui_internal.h (#1640)
omar committed on 22 Feb 2018
2018-02-18
@omar
Initialization happens during CreateContext(), which makes it easier for platform layers to interact with the context during their initialization.
omar committed on 18 Feb 2018
2018-02-08
@omar
Internals: Clarified internal storage for RootWindow with specific semantic (the Docking branch will need to introduce finer differenciation there.)
omar committed on 8 Feb 2018
2018-02-06
@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: 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
Merge branch 'master' into context
omar committed on 6 Feb 2018
@omar
Merge branch 'master' into navigation ...
omar committed on 6 Feb 2018
@omar
Drag and Drop: TreeNode as drop target displays rectangle over full frame. Added optional internal storage for item display rect. Will expose later. (#1597, #143)
omar committed on 6 Feb 2018
@omar
Internals: Refactored bool LastItemRectHovered into flags. (#1597)
omar committed on 6 Feb 2018
@omar
Nav: Comments, removed extraneous parameter.
omar committed on 6 Feb 2018
2018-02-05
@omar
Nav: SetItemDefaultFocus() doesn't make the navigation cursorr highlight visible. Renamed NavInitResultExplicit to NavInitRequestFromMove. (#787)
omar committed on 5 Feb 2018
@omar
Nav: Maintaining a NavActivatePressedId field that widget can conveniently use along with NavActivateDownId.
omar committed on 5 Feb 2018
@omar
Nav: Debugging code. (#787)
omar committed on 5 Feb 2018