History for imgui / imgui.h
2018-06-27
@omar
Double-click on resize grip doesn't need to test HoveredWindow (as button has the flattenchild flag anyway) + double-click on title bar verify that we don't have overlapping items to allow contents in title bar. + Comments
omar committed on 27 Jun 2018
2018-06-26
@omar
Merge branch 'master' into viewport ...
omar committed on 26 Jun 2018
2018-06-25
@omar
Version 1.63 WIP
omar committed on 25 Jun 2018
2018-06-22
@omar
Merge branch 'master' into viewport ...
omar committed on 22 Jun 2018
@omar
Version 1.62
omar committed on 22 Jun 2018
2018-06-21
@omar
Examples: The functions in imgui_impl_xxx.cpp are prefixed with IMGUI_IMPL_API (which defaults to IMGUI_API) to facilitate some uses. (#1888) + Comments in imgui.h
omar committed on 21 Jun 2018
2018-06-14
@omar
Merge branch 'master' into viewport ...
omar committed on 14 Jun 2018
2018-06-13
@omar
Added _None values to various enum flags, useful for readability and some coding style likes it. (Unfortunately we can't refer to them as default value in imgui.h functions because they need to be declared below).
omar committed on 13 Jun 2018
@omar
Comments + missing changelog bits in 1.52 for SetNextWindowPos, SetNextWindowPosCenter. (obsolete #771)
omar committed on 13 Jun 2018
2018-06-12
@omar
Added IsItemDeactivatedAfterChange() if the last item was active previously, isn't anymore, and during its active state modified a value. Note that you may still get false positive. (#820, #956, #1875)
omar committed on 12 Jun 2018
@omar
Internals: Added GetItemID(), GetFocusID() for consistency. Made GetActiveID() inline. Comments, fixed typos, demo tweaks.
omar committed on 12 Jun 2018
@omar
Added IsItemDeactivated() to query if the last item was active previously but isn't anymore. Useful for Undo/Redo patterns. (#820, #956, #1875)
omar committed on 12 Jun 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 12 Jun 2018
@omar
Comments, changelog
omar committed on 12 Jun 2018
2018-06-10
@omar
Merge branch 'master' into viewport ...
omar committed on 10 Jun 2018
@omar
Merge branch 'font_min_max_advance'
omar committed on 10 Jun 2018
@omar
Merge branch 'examples_refactor2' into viewport (#1870) ...
omar committed on 10 Jun 2018
2018-06-08
@omar
Merge branch 'master' into viewport ...
omar committed on 8 Jun 2018
@omar
Big example binding refactor (manually imported from Viewport branch, stripped out of Viewport code). (#1870) ...
omar committed on 8 Jun 2018
@omar
ImFontConfig: Added GlyphMinAdvanceX/GlyphMaxAdvanceX settings useful to make a font appears monospaced, particularly useful for icon fonts. (#1869)
omar committed on 8 Jun 2018
2018-06-07
@omar
Examples: Documentation
omar committed on 7 Jun 2018
2018-06-06
@omar
Added missing IMGUI_API markers in non-inline section of the IMGUI_DISABLE_OBSOLETE_FUNCTIONS block: old Begin(), InputFloat().
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
Merge branch 'master' into viewport ...
omar committed on 5 Jun 2018
2018-05-30
@omar
Intensive FAQ answer for the million of people asking the same questions over and over again. (#1848, #1791, #1840, #1493, #1295)
omar committed on 30 May 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
2018-05-25
@omar
Merge branch 'master' into viewport ...
omar committed on 25 May 2018
2018-05-23
@omar
Added float GetWindowDpiScale(). (#1542, #1676)
omar committed on 23 May 2018
2018-05-21
@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