2018-02-22 |
ImDrawList: PushTextureID(): Removed unnecessary param by reference.
omar
committed
on 22 Feb 2018
|
---|---|
2018-02-21 |
Drag and Drop: BeginDragDropSource(): temporarily removed the optional mouse_button=0 parameter because it is really usable in typical conditions at the moment. (#143, #1637)
omar
committed
on 21 Feb 2018
|
2018-02-18 |
Merged a bunch of small inconsequential things from my work branch, to reduce the diff noise.
omar
committed
on 18 Feb 2018
|
2018-02-16 |
Renamed misleading ImGuiMouseCursor_Move to ImGuiMouseCursor_ResizeAll. SDL: Fixed cursor. (#1626)
omar
committed
on 16 Feb 2018
|
Obsoleted the io.RenderDrawListsFn callback, you can call your graphics engine render function after ImGui::Render(). Use ImGui::GetDrawData() to retrieve the ImDrawData* to display..(#1599)
...
omar
committed
on 16 Feb 2018
|
|
2018-02-15 |
ImFont: DisplayOffset.y defaults to 0 instead of +1.
omar
committed
on 15 Feb 2018
|
2018-02-14 |
Comments, moved ImFontAtlas::Flags to "public" area.
omar
committed
on 14 Feb 2018
|
ImFontAtlas: Added ImFontAtlasFlags_NoPowerOfTwoHeight, ImFontAtlasFlags_NoMouseCursors flags. (#1613)
omar
committed
on 14 Feb 2018
|
|
2018-02-13 |
Fixed legacy forward function IsRootWindowOrAnyChildHovered() broken by
a63fbbc
omar
committed
on 13 Feb 2018
|
2018-02-10 |
|
2018-02-08 |
Styles: Comments and re-ordered.
omar
committed
on 8 Feb 2018
|
2018-02-06 |
Comments
omar
committed
on 6 Feb 2018
|
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
|
|
|
|
Nav: Documentation tweaks. (#787)
omar
committed
on 6 Feb 2018
|
|
Nav: Keyboard is now automatically mapped based on io.KeyDown[]. (#787)
omar
committed
on 6 Feb 2018
|
|
Removed comments
omar
committed
on 6 Feb 2018
|
|
Added ImGuiKey_Space, mapped in every examples. Will be required for navigation. (#787)
omar
committed
on 6 Feb 2018
|
|
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
|
|
Nav: Comments, guides.
omar
committed
on 6 Feb 2018
|
|
Merge branch 'master' into context
omar
committed
on 6 Feb 2018
|
|
ImVec2: added [] operator. This is becoming desirable for some types of code, better added sooner than later.
omar
committed
on 6 Feb 2018
|
|
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 |
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
|
Nav: Added ImGuiWindowFlags_NoNav shortcut, comments. (#787)
omar
committed
on 5 Feb 2018
|
|
Nav: Minor tidying up. (#787)
omar
committed
on 5 Feb 2018
|
|
2018-02-04 |
|
Style Added style.MouseCursorScale, may remove (#939).
omar
committed
on 4 Feb 2018
|
|
2018-02-02 |
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 |
Merge branch 'master' into context
omar
committed
on 31 Jan 2018
|