Vladimir Ein

Results 304 comments of Vladimir Ein

Changing it to int64 for X values and double for Y values won't be trivial, if it's doable at all. DPG relies on [ImPlot](https://github.com/epezent/implot/) to render plots. You can probably...

Most probably it's leaking the callback arguments, where `transformed_x` and `transformed_y` represent those lots of floats. There's a known issue with reference counting in callbacks and handlers, see #2036 for...

@azmr thanks for that code snippet! I've noticed that in a table with auto-fit enabled (`ImGuiTableFlags_SizingFixedFit`), the contents between `igTableFullRowBegin` and `igTableFullRowEnd` affects the width of the first column (i.e....

One more thing I noticed is that the loop after the "Set to the first visible column" comment might lead to weird results when the table is being scrolled and...

While I really appreciate all the work done and still being done behind this PR, and welcome any fixes that correct possible earlier mistakes in ImGui upgrade, can we keep...

Just a heads up - I'm reviewing this PR as time permits. It's hard to estimate progress - I think I'm still less than 20% into it. Since there's still...

+1 for keeping the docking feature. That's one of the things I was going to discuss.

While I'm still going through all the changes, I think it's time to start making some initial comments. First of all, a disclaimer: the text below reflects my own opinion...

One more thing I forgot to mention: I'd like to ask a favor of whoever makes changes in future - in other PRs as well! - to avoid **unnecessary** re-formatting,...

A couple of words on `set_decimal_point`: At the moment, it is broken for `add_input_float`, `add_slider_float`, `add_drag_float` (and their `double` counterparts). That is, it only seems to work on `add_input_text` with...