Samuele Mazzi

Results 7 issues of Samuele Mazzi

--- name: Fix not showing "picker_mode" in demo about: Fixing demo title: Fix not showing "picker_mode" in demo --- **Description:** In the "Color Picker & Edit" section of the demo...

--- name: Updating backend ImGui/ImPlot/ImNodes about: Updated backends title: Updating backend ImGui/ImPlot/ImNodes assignees: '' --- After a loooooot of work and time, we've finally finished the PR. A huge thank...

--- name: Fix add_text_point about: Create a pull request to help us improve title: Fix add_text_point --- **Description:** The `add_text_point()` function used to throw an exception when called because of...

**Description:** Lately this topic has been discussed more than usual (like [here](https://discord.com/channels/736279277242417272/1291192785608769536)) so I decided to make public what I've done some time ago. It's a simple and probably naive...

**Description:** As described in #2248 I've implemented a way to change mouse cursor when hovering widgets. As suggested by @v-ein I've added it as a paramter to `add_group`, but also...

This PR add the `ImPlotPieChartFlags_Exploding` flag to the pie chart so that when you hover the legend, the corresponding item in the chart explodes

As pointed out in the `TODO.md`, this PR implements a function to detect if the limits of the plots are changing.