2018-03-17 |
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
|
---|---|
ImVector: Using value_type consistently. Spacing.
omar
committed
on 17 Mar 2018
|
|
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 |
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
|
Viewport: Fixed software mouse cursor from appearing in all multiple lists simultaneously. (#1542)
omar
committed
on 13 Mar 2018
|
|
Viewport: Obsoleted io.DisplayPos (which was a Viewport branch thing), added ImDrawData::DisplayPos, DisplaySize (#1542) wip
omar
committed
on 13 Mar 2018
|
|
Merge branch 'master' into viewport
omar
committed
on 13 Mar 2018
|
|
Moved IM_NEW, IM_DELETE helpers to imgui.h for convenient use by back-ends and user code.
omar
committed
on 13 Mar 2018
|
|
ImVector: Spacing, assert tweaks
omar
committed
on 13 Mar 2018
|
|
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 |
Examples, Viewport: Vulkan: Experiment (broken) multi-viewport support, merging code from ParticlePeter branches. (#1542, #1042)
omar
committed
on 12 Mar 2018
|
Merge branch 'master' into viewport (inc Vulkan resize fix merge #1042)
omar
committed
on 12 Mar 2018
|
|
Misc comments, todos + reintroduced removed ImGuiCol defines under !IMGUI_DISABLE_OBSOLETE_FUNCTIONS wrap.
omar
committed
on 12 Mar 2018
|
|
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
|
|
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 |
|
2018-03-09 |
Merge branch 'master' into viewport
omar
committed
on 9 Mar 2018
|
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 |
Viewport: Changed signature of ResizeViewport to be consistent with other similar functions.
omar
committed
on 8 Mar 2018
|
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
|
|
Merge branch 'master' into font_offset
omar
committed
on 8 Mar 2018
|
|
Font: Fixed MergeMode adding duplicate glyphs data instead of reusing existing (broken by
072d6d8 )
omar
committed
on 8 Mar 2018
|
|
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
|
|
Comments, Changelog
omar
committed
on 8 Mar 2018
|
|
Drag and Drop: Increased payload data type to 32 characters. (#143)
omar
committed
on 8 Mar 2018
|
|
2018-03-07 |
Viewport: Reorganized viewport enable flags. Both user + platform + renderer need to enable a flag. (#1542)
omar
committed
on 7 Mar 2018
|
2018-03-06 |
|
2018-03-05 |
Viewport: Tracking current viewport we are appending to + added callback in PlatformInterface for DPI purpose (WIP). (#1542)
omar
committed
on 5 Mar 2018
|
Comments, FAQ update.
omar
committed
on 5 Mar 2018
|
|
2018-03-03 |
|