2018-03-13 |
ImVector: Spacing, assert tweaks
omar
committed
on 13 Mar 2018
|
---|---|
Misc: Fix
111ea7a , GetStyleColorName() would assert, removed removed ImGuiCol defines (too much risk/complexity trying to silently ignore it).
omar
committed
on 13 Mar 2018
|
|
2018-03-12 |
Misc comments, todos + reintroduced removed ImGuiCol defines under !IMGUI_DISABLE_OBSOLETE_FUNCTIONS wrap.
omar
committed
on 12 Mar 2018
|
Style: CloseButton() now display a proper cross. Using Button colors for background. Removed ImGuiCol_CloseButton, ImGuiCol_CloseButtonActive, ImGuiCol_CloseButtonHovered as the closing cross uses regular button colors now. (#707)
omar
committed
on 12 Mar 2018
|
|
2018-03-10 |
|
2018-03-08 |
Merge branch 'master' into font_offset
omar
committed
on 8 Mar 2018
|
Font: Fixed MergeMode adding duplicate glyphs data instead of reusing existing (broken by
072d6d8 )
omar
committed
on 8 Mar 2018
|
|
Fonts: Fixed debug name not being zero-terminated if longer than storage buffer + made buffer slightly longer as well.
omar
committed
on 8 Mar 2018
|
|
Comments, Changelog
omar
committed
on 8 Mar 2018
|
|
Drag and Drop: Increased payload data type to 32 characters. (#143)
omar
committed
on 8 Mar 2018
|
|
2018-03-05 |
Comments, FAQ update.
omar
committed
on 5 Mar 2018
|
2018-03-03 |
Renamed ImGuiStyleVar_Count_ to ImGuiStyleVar_COUNT for consistency with other enums. Added
omar
committed
on 3 Mar 2018
|
Added ArrowButton(). Exposed ImGuiDir.
omar
committed
on 3 Mar 2018
|
|
BeginCombo(): Added ImGuiComboFlags_NoArrowButton and ImGuiComboFlags_NoPreview flags + hover color matches drag and sliders.
omar
committed
on 3 Mar 2018
|
|
2018-03-01 |
Allow user to override ImTextureId. (#1641)
omar
committed
on 1 Mar 2018
|
Nav: Added links to PNG/PSD files for PS4 and Switch. Fixed suggested Joy-con mapping as per typical Nintendo-style mapping. (#787)
omar
committed
on 1 Mar 2018
|
|
2018-02-28 |
Added ImGuiConfigFlags_IsSRGB, ImGuiConfigFlags_IsTouchScreen (strictly for user storage)
omar
committed
on 28 Feb 2018
|
Renamed ImGuiNavFlags io.NavFlags to ImGuiConfigFlags io.ConfigFlags. (#787)
omar
committed
on 28 Feb 2018
|
|
2018-02-25 |
TreeNode: Renamed Beta ImGuiTreeNodeFlags_NavCloseFromChild to ImGuiTreeNodeFlags_NavLeftJumpsBackHere. (#1079)
omar
committed
on 25 Feb 2018
|
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
|