2018-03-20
@omar
Examples: Renamed applications to emphasis on use of GLFW as a platform framework + minor local tweaks
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
Fixed enum typo.
omar committed on 19 Mar 2018
@Christian Forfang
Examples: Vulkan: Fix missing subpass dependency ...
Christian Forfang authored on 19 Mar 2018 omar committed on 19 Mar 2018
@omar
Examples: Vulkan: Using VK_PRESENT_MODE_MAILBOX_KHR. Disable IMGUI_UNLIMITED_FRAME_RATE by default. Fixed warnings. (#1042)
omar committed on 19 Mar 2018
@omar
Demo: Added more complete Combo demo. (#1658)
omar committed on 19 Mar 2018
@omar
Nav: InputText: Allow editing text input fields with NavActivate (space). Not sure about that, on one hand it feels more consistent but you can't finish the editing with space to double space (activate + input space) could feel inconsistent. (#787)
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
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
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
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
@omar
Contributing: tweaks, mention screenshots more prominently.
omar committed on 13 Mar 2018
2018-03-12
@omar
Misc comments, todos + reintroduced removed ImGuiCol defines under !IMGUI_DISABLE_OBSOLETE_FUNCTIONS wrap.
omar committed on 12 Mar 2018
@omar
Examples: Vulkan: Only resize swap chain and framebuffer once. (#1042)
omar committed on 12 Mar 2018
@omar
Examples: Renamed glfw error callback for clarity.
omar committed on 12 Mar 2018
@Peter Particle
Fixed resize window validation errors with removing frame prerender once and present last but one frame functionality. Frame rate is still similar.
Peter Particle authored on 10 Mar 2018 omar committed on 12 Mar 2018
@omar
Updated templates, added pull request template.
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
Internals: Columns renaming fields
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
Updated Changelog following merge of #1619 + fixed entry added to wrong version Changelog in 1ef1acb
omar committed on 9 Mar 2018
@omar
Merge branch '2018-03-font_offset' into master2
omar committed on 9 Mar 2018
2018-03-08
@omar
Merge branch 'master' into font_offset
omar committed on 8 Mar 2018