2018-03-20 |
Examples: Renamed applications to emphasis on use of GLFW as a platform framework + minor local tweaks
omar
committed
on 20 Mar 2018
|
---|---|
ImVector: Fixed insert() helper using the = operator (followup to be consistent with
4186c2c )
omar
committed
on 20 Mar 2018
|
|
2018-03-19 |
Fixed enum typo.
omar
committed
on 19 Mar 2018
|
Examples: Vulkan: Fix missing subpass dependency
...
Christian Forfang
authored
on 19 Mar 2018
omar
committed
on 19 Mar 2018
|
|
Examples: Vulkan: Using VK_PRESENT_MODE_MAILBOX_KHR. Disable IMGUI_UNLIMITED_FRAME_RATE by default. Fixed warnings. (#1042)
omar
committed
on 19 Mar 2018
|
|
Demo: Added more complete Combo demo. (#1658)
omar
committed
on 19 Mar 2018
|
|
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
|
|
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 |
imgui.h: Various comments and tweaks.
omar
committed
on 18 Mar 2018
|
imgui.h: Moved columns lower in the file. Various spacing changes and minor comments.
omar
committed
on 18 Mar 2018
|
|
2018-03-17 |
ImVector: Added copy/assign operators as helpers to ease cloning of data.
omar
committed
on 17 Mar 2018
|
ImDrawList: Added Clone() helper function.
omar
committed
on 17 Mar 2018
|
|
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 |
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
|
|
Contributing: tweaks, mention screenshots more prominently.
omar
committed
on 13 Mar 2018
|
|
2018-03-12 |
Misc comments, todos + reintroduced removed ImGuiCol defines under !IMGUI_DISABLE_OBSOLETE_FUNCTIONS wrap.
omar
committed
on 12 Mar 2018
|
Examples: Vulkan: Only resize swap chain and framebuffer once. (#1042)
omar
committed
on 12 Mar 2018
|
|
Examples: Renamed glfw error callback for clarity.
omar
committed
on 12 Mar 2018
|
|
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
|
|
Updated templates, added pull request template.
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
|
|
Internals: Columns renaming fields
omar
committed
on 12 Mar 2018
|
|
2018-03-10 |
|
2018-03-09 |
Updated Changelog following merge of #1619 + fixed entry added to wrong version Changelog in
1ef1acb
omar
committed
on 9 Mar 2018
|
Merge branch '2018-03-font_offset' into master2
omar
committed
on 9 Mar 2018
|
|
2018-03-08 |
Merge branch 'master' into font_offset
omar
committed
on 8 Mar 2018
|