Activity
Fixes for internal API changes in 1.92.x: PlotImage() uses ImTextureR…
Fixes for internal API changes in 1.92.x: PlotImage() uses ImTextureR…
Pull request merge
Fixes for internal API changes in 1.92.x: ImFontBaked, ImGuiWindow::C…
Fixes for internal API changes in 1.92.x: ImFontBaked, ImGuiWindow::C…
Pull request merge
Fix build for removal of ImGuiColorEditFlags_AlphaPreview in IMGUI_VE…
Fix build for removal of ImGuiColorEditFlags_AlphaPreview in IMGUI_VE…
Update build.yml to macos-latest
Update build.yml to macos-latest
Fix typo in user guide
Fix typo in user guide
Pull request merge
Using offsetof() instead of obsoleted IM_OFFSETOF()
Using offsetof() instead of obsoleted IM_OFFSETOF()
ImPlotNextItemData HiddenCond reset
ImPlotNextItemData HiddenCond reset
make ImPlotPoint::Clamp const
make ImPlotPoint::Clamp const
more doc additions/corrections
more doc additions/corrections
Add ImPlotStyle::DigitalPadding; add spec demo and docs
Add ImPlotStyle::DigitalPadding; add spec demo and docs
remove DigitalBitHeight in favor of ImPlotSpec::Size; rename DigitalB…
remove DigitalBitHeight in favor of ImPlotSpec::Size; rename DigitalB…
Make remaining applicable PlotX functions honor offset/stride; docs; …
Make remaining applicable PlotX functions honor offset/stride; docs; …
Make markers automatically cycle; adopt constexpr
Make markers automatically cycle; adopt constexpr
Add ImPlotSpec and remove existing plot item styling mechanisms (SetN…
Add ImPlotSpec and remove existing plot item styling mechanisms (SetN…
Fix using ImFloor() instead of IM_FLOOR().
Fix using ImFloor() instead of IM_FLOOR().
Ability to query point, line and rect drags for their click, hovered …
Ability to query point, line and rect drags for their click, hovered …
Pull request merge