Nahor

Results 23 issues of Nahor

When the clock is moved backward (I was testing the 24h clock fix, but I suspect this will also apply for changes like daylight savings), the display stops updating for...

### Brief Issue Summary When a compiler/kit is updated and running "Scan for kits", CMake tools will show both the old and new version of the kit. Here is an...

Feature Request
Feature: kits

### Microsoft PowerToys version 0.59.1 ### Running as admin - [X] Yes ### Area(s) with issue? FancyZones ### Steps to reproduce - Have a 2+ monitors PC. - Ensure Windows...

Issue-Bug
Product-FancyZones
Needs-Triage
Needs-Team-Response

Implot v0.16 causes a crash when displaying a shaded plot with no data points. For instance, in the "Demo_ShadedPlots" sample, change line 379 from: ``` ImPlot::PlotShaded("Uncertain Data",xs,ys1,ys2,1001); ``` to ```...

version: v0.16 branch: master When the primary and secondary axis are linked, I can scroll/zoom using the plot area or the secondary axis. But if I do it over the...

When dragging a plot, or when doing a box-selection, the mouse is "captured" by Implot, i.e. the plot remains affected even when the mouse is moved outside the plot area....

- Make scrolling not affect the zoom level when near the axis limit constraint - Keep the zoom-out speed constant when one side of the axis is against the limit...

When scrolling an axis, if the new axis range gets outside the constraints, Implot will fix the limit that is outside and leave the other unchanged (if applicable). It will...

The first two (refactor) are simplification of the code. On the last one (fix), regarding the default SourceCode implementations: - it fixes a panic if a 0-length span is at...

breaking

Add a CI to ensure that both README.md and lib.rs get update at the same time and avoid issues such as #343 and #351