History for imgui / CHANGELOG.txt
2018-06-06
@omar
Popup: Improved handling of (erroneously) repeating calls to OpenPopup() to not fully close/re-open the popup so its child popups won't get closed. (#1497, #1533, #1865). ...
omar committed on 6 Jun 2018
@omar
Added GetGlyphRangesChineseSimplifiedCommon() helper that returns a list of ~2500 most common Simplified Chinese characters. Renamed GetGlyphRangesChinese() to GetGlyphRangesChineseFull() to distinguish other variants and discourage using the full set. (#1859) ...
omar committed on 6 Jun 2018
@omar
TreeNodeEx(): The helper ImGuiTreeNodeFlags_CollapsingHeader flag now include ImGuiTreeNodeFlags_NoTreePushOnOpen. The flag was already set by CollapsingHeader(). The only difference is if you were using TreeNodeEx() manually with ImGuiTreeNodeFlags_CollapsingHeader and without ImGuiTreeNodeFlags_NoTreePushOnOpen. In which case you can remove the ImGuiTreeNodeFlags_NoTreePushOnOpen flag from your call (ImGuiTreeNodeFlags_CollapsingHeader & ~ImGuiTreeNodeFlags_NoTreePushOnOpen). (#1864)
omar committed on 6 Jun 2018
2018-06-05
@omar
stb_textedit, InputText(): Fixed Undo after pasting large amount of text (Redo will still fail when undo buffers are exhausted, but text won't be corrupted). ...
omar committed on 5 Jun 2018
@omar
Updated stb_textedit 1.09 + patches --> 1.12 + minor patches. (#715)
omar committed on 5 Jun 2018
@omar
InputTextMultiline(): Fixed double navigation highlight when scrollbar is active. (#787)
omar committed on 5 Jun 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 5 Jun 2018
@omar
Nav: Added support for PageUp/PageDown (explorer-style: first aim at bottom/top most item, when scroll a page worth of contents). (#787)
omar committed on 5 Jun 2018
@omar
Changelog formatting update, Todo, comments. Tweak Child demo. Shuffle some code in NavUpdate().
omar committed on 5 Jun 2018
2018-05-28
@omar
Added ImGuiDragDropFlags_AcceptNoPreviewTooltip flag to disable drag source tooltip from the target site (#143)
omar committed on 28 May 2018
@omar
Internals: PushItemFlag() flags are inherited by BeginChild().
omar committed on 28 May 2018
2018-05-25
@omar
Merge branch 'master' into viewport ...
omar committed on 25 May 2018
2018-05-23
@omar
Drag and Drop: BeginDragDropSource(): Offset tooltip position so it is off the mouse cursor, but also closer to it than regular tooltips, and not clamped by viewport. (#1739)
omar committed on 23 May 2018
2018-05-21
@omar
Examples: GLFW: Made it possible to Shutdown/Init the backend again (by reseting the time storage properly). Changelog. Added to Vulkan example. (#1827)
omar committed on 21 May 2018
@omar
ColorEdit3, ColorEdit4, ColorButton: Added ImGuiColorEditFlags_NoDragDrop flag to disable ColorEditX as drag target and ColorButton as drag source. (#1826)
omar committed on 21 May 2018
2018-05-17
@omar
Merge branch 'master' into viewport ...
omar committed on 17 May 2018
@omar
Remove trailing white spaces.
omar committed on 17 May 2018
2018-05-14
@omar
TreeNode: Fixed nodes with ImGuiTreeNodeFlags_Leaf flag always returning true which was meaningless. Tweak demo.
omar committed on 14 May 2018
@omar
Nav: To keep the navigated item in view we also attempt to scroll the parent window as well as the current window. (#787)
omar committed on 14 May 2018
@omar
Version 1.62 WIP
omar committed on 14 May 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 14 May 2018
@omar
Version 1.61 + todo additions
omar committed on 14 May 2018
2018-05-13
@omar
ColorEdit: Fixed not being able to pass the ImGuiColorEditFlags_NoAlpha or ImGuiColorEditFlags_HDR flags to SetColorEditOptions(). Demo tweak.
omar committed on 13 May 2018
@omar
Added ImAtof, ImCeil, ImFloorStd to IMGUI_DISABLE_MATH_FUNCTIONS for consistency. Configuration comments.
omar committed on 13 May 2018
@omar
Added IMGUI_DISABLE_MATH_FUNCTIONS in imconfig.h to make it slightly easier to redefine wrappers to std maths functions such as fabsf(), fmodf(), etc. Comments.
omar committed on 13 May 2018
2018-05-12
@omar
Demo: Renamed "fixed overlay" to "simple overlay" because it's not fixed any more!
omar committed on 12 May 2018
@omar
Demo: Added demo for DragScalar(), InputScalar(), SliderScalar(). (#643)
omar committed on 12 May 2018
@omar
Data types: DragScalar: Fixed speed of integer values tweaking with keyboard/gamepad when speed < 1. Enforce min/max bounds when power curves are used. SliderScalar: Fixed integer/slow tweaking. (#643)
omar committed on 12 May 2018
2018-05-11
@omar
Merge branch 'master' into viewport ...
omar committed on 11 May 2018
@omar
Documentation tweaks, comments
omar committed on 11 May 2018