History for imgui / imgui_demo.cpp
2019-03-16
@omar
Comments, todo list, remove trailing spaces.
omar committed on 16 Mar 2019
2019-03-15
@omar
GetMouseDragDelta(): also returns the delta on the mouse button released frame. Verify that mouse positions are valid otherwise returns zero. Removed obsolete comment. Tweaked demo. (#2419)
omar committed on 15 Mar 2019
@omar
Examples: OpenGL: Added a dummy GL call + comments in ImGui_ImplOpenGL3_Init() to detect uninitialized GL function loaders early, and help users understand what they are missing. (#2421)
omar committed on 15 Mar 2019
@omar
Version 1.70 WIP
omar committed on 15 Mar 2019
2019-03-13
@omar
Demo: Custom rendering: Minor sizing issue fix.
omar committed on 13 Mar 2019
@omar
Merge branch 'master' into docking ...
omar committed on 13 Mar 2019
@omar
Version 1.69, comments, typos
omar committed on 13 Mar 2019
2019-03-12
@omar
Merge branch 'master' into docking ...
omar committed on 12 Mar 2019
@omar
Fixed Clang and PVS warnings.
omar committed on 12 Mar 2019
@omar
Demo: InputText: Demonstrating use of ImGuiInputTextFlags_CallbackResize. (#2006, #1443, #1008).
omar committed on 12 Mar 2019
2019-03-11
@omar
Merge branch 'master' into docking ...
omar committed on 11 Mar 2019
@omar
Viewports: Renamed ConfigViewportsNoParent to ConfigViewportsNoDefaultParent. Fix outdated comments in examples.
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
2019-03-06
@omar
Merge branch 'master' into docking ...
omar committed on 6 Mar 2019
@omar
Demo: Renamed ShowHelpMarker() -> HelpMarker(). Fixed minor PVS warning. Removed unnecessary casts.
omar committed on 6 Mar 2019
@omar
InputTextWithHint: Fix for Password fields. Update changelog, demo. (#2400)
omar committed on 6 Mar 2019
@Lucas Lazare
Added InputTextWithHint() (#2400) ...
Lucas Lazare authored on 6 Mar 2019 omar committed on 6 Mar 2019
2019-03-05
@omar
Merge branch 'master' into docking ...
omar committed on 5 Mar 2019
@omar
Demo: Added flags to InputTextMulttiline() demo.
omar committed on 5 Mar 2019
2019-03-04
@omar
Merge branch 'master' into docking ...
omar committed on 4 Mar 2019
@omar
Renamed GetOverlayDrawList() to GetForegroundDrawList() for consistency. Kept redirection function (will obsolete). (#2391) ...
omar committed on 4 Mar 2019
2019-03-03
@omar
Merge branch 'master' into docking ...
omar committed on 3 Mar 2019
2019-02-28
@omar
Misc: Asserting in NewFrame() if style.WindowMinSize is zero or smaller than (1.0f,1.0f). Internal: ImHash functions tweaks. Added InputText() to query status section.
omar committed on 28 Feb 2019
2019-02-27
@omar
Merge branch 'master' into docking ...
omar committed on 27 Feb 2019
@omar
DragScalar, InputScalar, SliderScalar: Added support for u8/s8/u16/s16 data types. We are reusing function instances for larger types to reduce code size. (#643, #320, #708, #1011)
omar committed on 27 Feb 2019
@omar
Renamed ColorEdit/ColorPicker's ImGuiColorEditFlags_RGB/_HSV/_HEX flags to respectively ImGuiColorEditFlags_DisplayRGB/_DisplayHSV/_DisplayHex. This is anticipation of adding new flags to ColorEdit/ColorPicker functions which would make those ambiguous. (#2384) [@haldean]
omar committed on 27 Feb 2019
@haldean
add _Show prefix to color flags that control inputs, rename __InputsMask to __ShowMask ...
haldean authored on 26 Feb 2019 omar committed on 27 Feb 2019
2019-02-22
@omar
Merge branch 'master' into docking ...
omar committed on 22 Feb 2019
2019-02-19
@omar
Version 1.69 WIP
omar committed on 19 Feb 2019
@omar
Merge branch 'master' into docking ...
omar committed on 19 Feb 2019