omar

Results 2356 comments of omar

> I opened https://github.com/sammycage/plutosvg/issues/40 over there. Thanks. If it can be supported in PlutoSVG then supposedly it wouldn't need an update on dear imgui side? > I still think "closed"...

Fixing a case like this is probably going to happen sooner or faster than doing wider fixes for international languages, so we can keep this open.

@aardappel As a general answer to your (valid) inquiries about word-wrapping: as you are displaying user facing text and this is presumably a problem for you now, honestly my recommendation...

I should have fixed this with 22ffa3d + a5dffbe (It's been not trivial to preserve performances, it's actually now a little bit faster in non-optimized builds). See the current test...

I will definitively want to merge such feature, but I believe it needs to wait until I refactor font adding/loading functions and memory ownership, so I am putting to likely...

> I will definitively want to merge such feature, but I believe it needs to wait until I refactor font adding/loading functions and memory ownership, so I am putting to...

Which version of GLFW are you using? Currently the GLFW backend under systems other than Windows seems to be calling a different codepath, where it is possible that a combination...

The video link is invalid. I guess the question is to understand why you are getting the MouseButton 0 up event there. At this point frankly I am considering to...

i think multi-viewports requires a bit of a rewrite. Some of the issues i can reproduce on OSX now so I think I have that part more accessible to me,...

It looks like an easy workaround in the backend. Rokups version of the fix (https://github.com/rokups/imgui/commit/c510c112e081e334e06601302e5d9ca151ce62aa) is too old now because backend logic has changed quite a bit with 1.87. Could...