2019-09-29 |
Merge remote-tracking branch 'imgui/master' into HEAD. Doing this to keep imgui-js up to date.
Mark
committed
on 29 Sep 2019
|
---|---|
2019-09-24 |
Backends: OpenGL3: Commented out extra tokens at end of #else directive (#2804)
Konstantin Podsvirov
authored
on 24 Sep 2019
omar
committed
on 24 Sep 2019
|
Merge branch 'master' of https://github.com/ocornut/imgui
omar
committed
on 24 Sep 2019
|
|
Version 1.73
omar
committed
on 24 Sep 2019
|
|
Update README.md
omar
authored
on 24 Sep 2019
GitHub
committed
on 24 Sep 2019
|
|
Documentation: Various tweaks and improvements to the README page. [@ker0chan]
omar
committed
on 24 Sep 2019
|
|
CollapsingHeader: Added support for ImGuiTreeNodeFlags_Bullet and ImGuiTreeNodeFlags_Leaf on framed nodes. (#2159, #2160)
...
goran-w
authored
on 30 Oct 2018
omar
committed
on 24 Sep 2019
|
|
2019-09-23 |
Demo tweaks. Comments. Compacting the rarely used AutoFitXXX fields in ImGuiWindowTempData.
omar
committed
on 23 Sep 2019
|
Internal: Refactored internal RenderMouseCursor so colors can be specified. (#2614)
omar
committed
on 23 Sep 2019
|
|
Internal: Tree: tweaks (initially tried to implement auto-scrolling, stashed)
omar
committed
on 23 Sep 2019
|
|
2019-09-22 |
Backends: OpenGL3: Attempt to automatically detect default GL loader by using __has_include. Followup to 44cd8e3 (#2798)
omar
committed
on 22 Sep 2019
|
Automatically include the available gl loader header
osheriff
authored
on 22 Sep 2019
omar
committed
on 22 Sep 2019
|
|
TabBar: Fixed single tab shrinking reducing the tab to 0.0f size. Broken by
a856c67 .
omar
committed
on 22 Sep 2019
|
|
ImVector: added find, find_erase, find_erase_unsorted helpers.
omar
committed
on 22 Sep 2019
|
|
Selectable: Added ImGuiSelectableFlags_AllowItemOverlap flag in public api (was previously internal only).
omar
committed
on 22 Sep 2019
|
|
2019-09-20 |
Readme, Wiki: Image loading examples.
omar
committed
on 20 Sep 2019
|
Fixed mouse event forwarding in macos example (#2710, #1961)
omar
committed
on 20 Sep 2019
|
|
ColorPicker / ColorEdit: restore Hue when zeroing Saturation. (#2722, #2770) - changelog, fixed uninitialized variables, tweaks, renaming.
omar
committed
on 20 Sep 2019
|
|
ColorPicker / ColorEdit: restore Hue when zeroing Saturation. (#2722, #2770)
...
Rokas Kupstys
authored
on 31 Aug 2019
omar
committed
on 20 Sep 2019
|
|
2019-09-18 |
Warning fix.
omar
committed
on 18 Sep 2019
|
TreeNode: Added ImGuiTreeNodeFlags_SpanAvailWidth and ImGuiTreeNodeFlags_SpanFullWidth flags (#2451, #2438, #1897)
...
omar
committed
on 18 Sep 2019
|
|
Fixed unused static function warning for some compilers. (#2793)
omar
committed
on 18 Sep 2019
|
|
2019-09-17 |
ImDrawListSplitter: fixed an issue merging channels if the last submitted draw command used a different texture. (#2506)
omar
committed
on 17 Sep 2019
|
Style: Allow style.WindowMenuButtonPosition to be set to ImGuiDir_None to hide the collapse button. (#2634, #2639)
...
omar
committed
on 17 Sep 2019
|
|
|
|
Internal: Offset STB_TEXTURE_K_ defines to remove that change from #2541 + sponsors update.
omar
committed
on 17 Sep 2019
|
|
Remove trailing spaces (grep for ' \r?$' in visual studio)
omar
committed
on 17 Sep 2019
|
|
Font: Narrow ellipsis: once we know an ellipsis is going to be drawn, we can claim the space between pos_max.x and ellipsis_max.x which gives us enough extra space to not requires the further (and otherwise valid) optimizations. Gets us vastly simplified code, yay. (#2775)
omar
committed
on 17 Sep 2019
|
|
Font: Narrow ellipsis: various minor stylistic tweaks (#2775)
omar
committed
on 17 Sep 2019
|
|
Font: implement a way to draw narrow ellipsis without relying on hardcoded 1 pixel dots. (#2775)
...
Rokas Kupstys
authored
on 5 Sep 2019
omar
committed
on 17 Sep 2019
|