Samuele Mazzi

Results 11 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.

Indeed this error used to give this message: ``` 🏗️ Building Service Worker in production mode... ✗ Build failed in 491ms Error during worker build: node_modules/@remix-pwa/worker-runtime/dist/src/utils/response.js (1:9): "json" is not...

--- name: Pull Request about: Fixing a bug title: Fix `ToPyList` with `mvVec2/4` values --- **Description:** The function `ToPyList` had a problem inside of it, where the actual output was...

**Description:** This PR implements `logarithmic` flag for the `int/double/float_slider`. This is done by refactoring a little bit the underlying structs. I also removed `vertical` variable and used the flag `ImGuiSliderFlags_Vertical`,...