2018-08-01 |
|
---|---|
Comments
omar
committed
on 1 Aug 2018
|
|
Renamed io.OptResizeWindowsFromEdges to ConfigResizeWindowsFromEdges, io.OptCursorBlink to io.ConfigCursorBlink, io.OptMacOSXBehaviors to ConfigMacOSXBehaviors for consistency. (#1427, #1495, #822, #473, #650)
...
omar
committed
on 1 Aug 2018
|
|
2018-07-31 |
Drag and Drop: Added ImGuiDragDropFlags_SourceAutoExpirePayload flag to force payload to expire if the source stops being submitted. (#1725, #143).
omar
committed
on 31 Jul 2018
|
|
|
2018-07-30 |
|
2018-07-24 |
Added non-const ImVec2 [] operator for consistency (and because some docking code needs it.)
omar
committed
on 24 Jul 2018
|
|
|
2018-07-22 |
Added asserts to catch illegal modifications of the font atlas between NewFrame() and EndFrame()/Render(). (#1958)
omar
committed
on 22 Jul 2018
|
Changed ImGui::GetTime() return value from float to double to avoid accumulating floating point imprecisions over time.
omar
committed
on 22 Jul 2018
|
|
Ignore GCC warning (-Wclass-memaccess) in imgui.h (#1959)
Elias Daler
authored
on 22 Jul 2018
omar
committed
on 22 Jul 2018
|
|
2018-07-19 |
ImGuiTextFilter, TextRange: removed cruft from TextRange since it's not a publicly and generic helper at the moment + marked internal stuff + changed a reference to a pointer. (#1879)
omar
committed
on 19 Jul 2018
|
2018-07-17 |
Viewport: Removed the need for the back-end to fill io.MousePosViewport, it seems unnecessary at this point. (#1542)
omar
committed
on 17 Jul 2018
|
2018-07-12 |
|
Revert part of c7016c2 incorrectly renaming ImGuiCol_NavWindowingHighlight to ImGuiCol_NavWindowListHighlight, that was wholly unnecessary (and not documented!). (also invalidate #1939)
omar
committed
on 12 Jul 2018
|
|
2018-07-11 |
Examples: include for intptr_t on tdm-gcc + mingw32 (#1936) + mouse buttons comments
omar
committed
on 11 Jul 2018
|
2018-07-10 |
IsItemHovered(): Added ImGuiHoveredFlags_AllowWhenDisabled flag to query hovered status on disabled items. (#1940, #211)
...
omar
committed
on 10 Jul 2018
|
2018-07-09 |
Internals: Misc/shallow merge from Docking branch.
omar
committed
on 9 Jul 2018
|
Internals: Misc/shallow merge from Docking branch.
omar
committed
on 9 Jul 2018
|
|
Nav: Added a CTRL+TAB window list and changed the highlight system accordingly. (#787)
omar
committed
on 9 Jul 2018
|
|
Nav: Added a CTRL+TAB window list and changed the highlight system accordingly. (#787)
omar
committed
on 9 Jul 2018
|
|
|
|
2018-07-08 |
Drag and Drop: Fixed ImGuiDragDropFlags_SourceNoDisableHover to affect hovering state prior to calling IsItemHovered() + fixed description. (#143)
omar
committed
on 8 Jul 2018
|
|
|
2018-07-06 |
Removed per-window ImGuiWindowFlags_ResizeFromAnySide beta flag in favor `io.OptResizeWindowsFromEdges=true` to enable the feature globally. (#1495) The feature is not currently enabled by default because it is not satisfying enough.
omar
committed
on 6 Jul 2018
|
2018-07-04 |
Links and thanks. Comments on using BeginCombo/EndCombo + moved the Combo() implementations closer to each others to maximize user seeing how it is implemented from any of the secondary function body.
omar
committed
on 4 Jul 2018
|
2018-07-02 |
|
2018-06-29 |
Fixed software Hand cursor from not actually working. Fixed demo from crashing. Fixed typo and extraneous trailing space. Added Changelogs. (#1913, #1914)
omar
committed
on 29 Jun 2018
|
add hand cursor support (+11 squashed commit)
Aiekick
authored
on 29 Jun 2018
omar
committed
on 29 Jun 2018
|
|
2018-06-28 |
ImVector: Added index_from_pointer() helper.
omar
committed
on 28 Jun 2018
|