History for imgui / imgui.h
2018-03-20
@omar
Added ImGuiBackendFlags for backend to expose its capabilities. Added ImGuiBackendFlags_HasGamepad. (#787, #1542)
omar committed on 20 Mar 2018
@omar
IO: Renamed io.WantMoveMouse to io.WantSetMousePos (was added in 1.52, _not_ used by core and only honored by some binding ahead of merging the Nav branch) + internal renaming (#787)
omar committed on 20 Mar 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 20 Mar 2018
@omar
ImVector: Fixed insert() helper using the = operator (followup to be consistent with 4186c2c)
omar committed on 20 Mar 2018
2018-03-19
@omar
Viewport, Platform: Added void* to render/swap buffer functions. Comments. (#1542, #1042)
omar committed on 19 Mar 2018
@omar
Nav: Track nav input source more generally (gamepad vs keyboard) (#787) + update todos and demo tweaks
omar committed on 19 Mar 2018
2018-03-18
@omar
Viewport, Platform: Refactored platform interface. Removed need to use imgui_internal.h in backends. Split viewport into public facing ImGuiViewport and internal structure. Exposing enough data to provide custom tweaked renderers. Renamed handlers, fixed lots of inconsistencies. (#1542, #1042)
omar committed on 18 Mar 2018
@omar
Merge branch 'master' into viewport ...
omar committed on 18 Mar 2018
@omar
imgui.h: Various comments and tweaks.
omar committed on 18 Mar 2018
@omar
imgui.h: Moved columns lower in the file. Various spacing changes and minor comments.
omar committed on 18 Mar 2018
2018-03-17
@omar
Merge branch 'master' into viewport ...
omar committed on 17 Mar 2018
@omar
ImVector: Added copy/assign operators as helpers to ease cloning of data.
omar committed on 17 Mar 2018
@omar
ImDrawList: Added Clone() helper function.
omar committed on 17 Mar 2018
@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