History for imgui / imgui_widgets.cpp
2019-04-16
@omar
Metrics: Added "Show windows rectangles" tool to visualize the different rectangles.
omar committed on 16 Apr 2019
@omar
Internals: Columns: Some renaming, extracted code into GetColumnsID().
omar committed on 16 Apr 2019
2019-04-12
@omar
Tests: Added hook/tweaks for imgui-test engine. + Fixed warnings.
omar committed on 12 Apr 2019
@omar
PlotLines, PlotHistogram: Ignore NaN values when calculating min/max bounds. (#2485)
omar committed on 12 Apr 2019
@omar
Internals, Docs: Added a bunch of clarification about ButtonBehavior in the form of a table (and to facilitate writing tests)
omar committed on 12 Apr 2019
2019-04-11
@omar
Internals: Merge minor things from range_select branch. Added ImGuiButtonFlags_NoHoveredOnNav. Added IsItemToggledSelected() - unused here. Renaming.
omar committed on 11 Apr 2019
2019-04-08
@omar
Internals: Selectable: Added ImGuiSelectableFlags_AllowItemOverlap in imgui_internal.h (~ #684, #2341)
omar committed on 8 Apr 2019
@omar
Internals: Tweak ItemSize calls. Added todo items.
omar committed on 8 Apr 2019
2019-04-05
@omar
Misc: Added IM_MALLOC/IM_FREE macros mimicking IM_NEW/IM_DELETE so user doesn't need to revert to using the ImGui::MemAlloc()/MemFree() calls directly.
omar committed on 5 Apr 2019
2019-04-03
@omar
InputText: Made Shift+Tab consistently do nothing regardless of whether the back-end emits both char and keys or just keys. (#2467, #1336)
omar committed on 3 Apr 2019
@omar
InputText, Examples/SDL: Emulate \t input if back-end doesn't provide it. (#1336, #2467) ...
omar committed on 3 Apr 2019
@omar
InputText: Fixed ImGuiInputTextFlags_AllowTabInput leading to two tabs characters being inserted if the back-end provided both Key and Character input. (#2467, #1336)
omar committed on 3 Apr 2019
@omar
InputText: Work-around for buggy standard libraries where isprint('\t') returns true. (#2467, #1336) ...
omar committed on 3 Apr 2019
2019-03-25
@omar
InputText: Fixed selection background starts rendering one frame after the cursor movement when first transitioning from no-selection to has-selection. (Bug in 1.69) (#2436) [@Nazg-Gul]
omar committed on 25 Mar 2019
@omar
InputText: Simplify read-only code path.
omar committed on 25 Mar 2019
2019-03-16
@omar
Comments, todo list, remove trailing spaces.
omar committed on 16 Mar 2019
2019-03-15
@omar
Version 1.70 WIP
omar committed on 15 Mar 2019
2019-03-13
@omar
Version 1.69, comments, typos
omar committed on 13 Mar 2019
2019-03-12
@omar
Internals: Fixed Navigation from reaching ImGuiItemFlags_Disabled items (#211) + Examples comments
omar committed on 12 Mar 2019
@omar
TabBar: Reworked scrolling policy (when ImGuiTabBarFlags_FittingPolicyScroll is set) to teleport the view when aiming at a tab far away the visible section, and otherwise accelerate the scrolling speed to cap the scrolling time to 0.3 seconds.
omar committed on 12 Mar 2019
@omar
TabBar: Fixed Tab tooltip code making drag and drop tooltip disappear during the frame where the drag payload activate a tab.
omar committed on 12 Mar 2019
@omar
Fixed Clang and PVS warnings.
omar committed on 12 Mar 2019
@omar
InputText: Fixed c779fbb leading to display of the wrong buffer when resizing a buffer. (#2400, #2006, #1443, #1008).
omar committed on 12 Mar 2019
2019-03-11
@omar
Internal: Removed unused fields from ImGuiMenuColumns.
omar committed on 11 Mar 2019
2019-03-08
@Haldean Brown
Added ImGuiColorEditFlagsFlags_InputHSV. (#2383, #2384)
Haldean Brown authored on 7 Mar 2019 omar committed on 8 Mar 2019
@omar
ColorEdit: Fixed tooltip not honoring the ImGuiColorEditFlags_NoAlpha contract of never reading the 4th float in the array (value was read and discarded). (#2384)
omar committed on 8 Mar 2019
2019-03-07
@omar
TabBar: Fixed ImGuiTabItemFlags_SetSelected being ignored if the tab is not visible (with scrolling policy enabled) or if is currently appearing.
omar committed on 7 Mar 2019
@omar
Made ImS8 and ImS16 explicitly signed in case some crazy SDK decide to flip the signedness over. (#2408)
omar committed on 7 Mar 2019
2019-03-06
@omar
Internals: ColorEdit: Minor optimizations. Initialize internal arrays as static const, avoid unnecessary HSV->RGB conversion.
omar committed on 6 Mar 2019
@omar
Demo: Renamed ShowHelpMarker() -> HelpMarker(). Fixed minor PVS warning. Removed unnecessary casts.
omar committed on 6 Mar 2019