History for imgui / imgui.h
2018-03-17
@omar
ImVector: resize() / push_back() use memcpy() as we are not supposed to be constructor/destructor/operator aware at all. (If we do need to rework ImVector). In turn this will allow us to define assign/copy operators.
omar committed on 17 Mar 2018
@omar
ImVector: Using value_type consistently. Spacing.
omar committed on 17 Mar 2018
@omar
Update TODO list, minor fix in Readme, comments, Clang -Weverything warning fix in imgui_draw.cpp under Windows.
omar committed on 17 Mar 2018
2018-03-13
@omar
Examples: SDL,GLFW,Vulkan: The Platform<>Renderer link is handled by SDL/GLFW platforms, both can compile without Vulkan headers, SDL+Vulkan is now on part with GLFW+Vulkan (aka broken the same way!). (#1542)
omar committed on 13 Mar 2018
@omar
Viewport: Fixed software mouse cursor from appearing in all multiple lists simultaneously. (#1542)
omar committed on 13 Mar 2018
@omar
Viewport: Obsoleted io.DisplayPos (which was a Viewport branch thing), added ImDrawData::DisplayPos, DisplaySize (#1542) wip
omar committed on 13 Mar 2018
@omar
Merge branch 'master' into viewport
omar committed on 13 Mar 2018
@omar
Moved IM_NEW, IM_DELETE helpers to imgui.h for convenient use by back-ends and user code.
omar committed on 13 Mar 2018
@omar
ImVector: Spacing, assert tweaks
omar committed on 13 Mar 2018
@omar
Misc: Fix 111ea7a, GetStyleColorName() would assert, removed removed ImGuiCol defines (too much risk/complexity trying to silently ignore it).
omar committed on 13 Mar 2018
2018-03-12
@omar
Examples, Viewport: Vulkan: Experiment (broken) multi-viewport support, merging code from ParticlePeter branches. (#1542, #1042)
omar committed on 12 Mar 2018
@omar
Merge branch 'master' into viewport (inc Vulkan resize fix merge #1042)
omar committed on 12 Mar 2018
@omar
Misc comments, todos + reintroduced removed ImGuiCol defines under !IMGUI_DISABLE_OBSOLETE_FUNCTIONS wrap.
omar committed on 12 Mar 2018
@omar
Style: CloseButton() now display a proper cross. Using Button colors for background. Removed ImGuiCol_CloseButton, ImGuiCol_CloseButtonActive, ImGuiCol_CloseButtonHovered as the closing cross uses regular button colors now. (#707)
omar committed on 12 Mar 2018
@omar
Viewport, DPI: Some early work on per-viewport DPI support. At the moment the easiest way is to replace fonts during the ChangedViewport callback, but down the line we should aim at handling some of it at ImFont level. (#1542, #1676)
omar committed on 12 Mar 2018
2018-03-10
@omar
ImFont: Added FindGlyphNoFallback. Fixed MergeMode broken by 1ef1acb
omar committed on 10 Mar 2018
2018-03-09
@omar
Merge branch 'master' into viewport
omar committed on 9 Mar 2018
@omar
Viewport,Platform: Added GetWindowDpiScale() platform interface, changes of scale are reflected by positioning and resizing windows in their given viewport. (#1542)
omar committed on 9 Mar 2018
2018-03-08
@omar
Viewport: Changed signature of ResizeViewport to be consistent with other similar functions.
omar committed on 8 Mar 2018
@omar
Viewport: Coupling non-main viewport to one window. Viewport name derived from the window. Added ImGuiConfigFlags_PlatformNoTaskBar, off by default (aka re-established task-bars by default for now). (#1542)
omar committed on 8 Mar 2018
@omar
Merge branch 'master' into font_offset
omar committed on 8 Mar 2018
@omar
Font: Fixed MergeMode adding duplicate glyphs data instead of reusing existing (broken by 072d6d8)
omar committed on 8 Mar 2018
@omar
Fonts: Fixed debug name not being zero-terminated if longer than storage buffer + made buffer slightly longer as well.
omar committed on 8 Mar 2018
@omar
Comments, Changelog
omar committed on 8 Mar 2018
@omar
Drag and Drop: Increased payload data type to 32 characters. (#143)
omar committed on 8 Mar 2018
2018-03-07
@omar
Viewport: Reorganized viewport enable flags. Both user + platform + renderer need to enable a flag. (#1542)
omar committed on 7 Mar 2018
2018-03-06
@omar
Merge branch 'master' into viewport ...
omar committed on 6 Mar 2018
2018-03-05
@omar
Viewport: Tracking current viewport we are appending to + added callback in PlatformInterface for DPI purpose (WIP). (#1542)
omar committed on 5 Mar 2018
@omar
Comments, FAQ update.
omar committed on 5 Mar 2018
2018-03-03
@omar
Merge branch 'master' into viewport ...
omar committed on 3 Mar 2018