History for imgui / imgui_internal.h
2019-02-19
@omar
Version 1.68
omar committed on 19 Feb 2019
2019-02-14
@omar
Examples: Extracted gamepad code into ImGui_ImplGlfw_UpdateGamepads(). Renamed matching Win32 function for consistency. ...
omar committed on 14 Feb 2019
@omar
Scrollbar: Fade out and disable interaction when too small, in order to facilitate using the resize grab on very small window, as well as reducing visual noise/overlap. (+1 squashed commits) ...
omar committed on 14 Feb 2019
2019-02-06
@omar
Minor tweaks to reduce false positive of PVS Studio static analyzer.
omar committed on 6 Feb 2019
2019-02-05
@omar
Plot: Register an ID to take the click the same way as other framed widgets. Set HoveredId in the FramePadding zone (between inner_bb and frame_bb).
omar committed on 5 Feb 2019
@omar
Tabs: Non-docking tab bars are storing names to allow tab list button + whole style scaling. Added ImGuiTabBarFlags_TabListPopupButton flag to show a popup button on manual tab bars. Locking FramePadding for the scope of a tab-bar to avoid sheering/clipping of tab item. Made scaling of tab ellipsis less awkward. (#261, #351)
omar committed on 5 Feb 2019
2019-02-03
@omar
Internals: Exposed internal SetWindowPos to imgui_internal.h (for imgui-test)
omar committed on 3 Feb 2019
2019-02-01
@omar
Internals: Tracking dummy select scope id (currently always zero) to facilitate merging of the range_select branch. (#1861)
omar committed on 1 Feb 2019
@omar
Internals: Track ActiveIdHasBeenPressed (similar to ActiveIdHasBeenEdited). This is currently mostly for the benefit of the range_select branch. (#1861)
omar committed on 1 Feb 2019
@omar
Merged from Docking branch: Various small changes, comments, typos fixes, moved blocks. To reduce overall drift. Should be no-op.
omar committed on 1 Feb 2019
2019-01-30
@omar
InputText: Fixed a bug where ESCAPE would be first captured by the Keyboard Navigation code. (#2321, #787)
omar committed on 30 Jan 2019
@omar
imgui-test: Added extra item info callbacks. Using nav_bb for interactions when possible. Comments, Demo tweaks.
omar committed on 30 Jan 2019
2019-01-27
@omar
Fix various XCode and PVS-Studio static analyzer warnings (#2309)
omar committed on 27 Jan 2019
2019-01-21
@omar
Fixed range-version of PushID() and GetID() not honoring the ### operator to restart from the seed value.
omar committed on 21 Jan 2019
2019-01-20
@omar
Removed trailing spaces (#2038, #2299)
omar committed on 20 Jan 2019
@omar
Added checks for "zero-as-null-pointer-constant" warnings for older Clang (#2299, followup to #2277)
omar committed on 20 Jan 2019
2019-01-15
@omar
Version 1.68 WIP
omar committed on 15 Jan 2019
@omar
TODO update + internals: changed order or ImGuiLayoutType enums to allow using them for indexing.
omar committed on 15 Jan 2019
2019-01-14
@omar
Version 1.67
omar committed on 14 Jan 2019
2019-01-13
@omar
Added a bunch of diagnostic ignore to cope with Clang -Weverything being absurd. Also fixed two legit warnings. (#2277)
omar committed on 13 Jan 2019
2019-01-10
@omar
ImFontAtlas: Rewrote stb_truetype based builder. ...
omar committed on 10 Jan 2019
@omar
Internals: Added ImBoolVector helper.
omar committed on 10 Jan 2019
@omar
ImVector: Made a struct. Using T/T* in the code instead of value_type/iterator. Renamed index_from_pointer() to index_from_ptr() (was not documented, added in 1.63, users not supposed to use ImVector, hopefully not a big deal).
omar committed on 10 Jan 2019
@omar
Internals: Added comment index in imgui_internal.h
omar committed on 10 Jan 2019
2019-01-08
@omar
Internals: LowerBound: Use raw pointer typedefs, we never use iterator anywhere else in the codebase. ...
omar committed on 8 Jan 2019
2019-01-07
@omar
Tests: Reworking hook prototypes for imgui-test to be faster and multi-context friendly.
omar committed on 7 Jan 2019
@omar
Selectable() should have an ID even though they are disabled, to be consistent with other widgets. Not sure of the reasoning ~1.41 which made this turn to 0.
omar committed on 7 Jan 2019
@omar
Fixed animated window titles from being updated when displayed in the CTRL+Tab list. + Adding overkill helpers for reusing buffers. (#787)
omar committed on 7 Jan 2019
@omar
Tweak changelog + tweak internal render helper functions.
omar committed on 7 Jan 2019
2019-01-04
@omar
Added bindings in Readme. Added internal IMGUI_DEBUG_LOG() helper. Comments, missing breaking changes note relative to imgui_impl_xxxx changes, not really part of core but worth adding in the imgui.cpp breaking change section.
omar committed on 4 Jan 2019