sergeyn

Results 15 comments of sergeyn

Linking other requests/discussions on the topic I could find: #4133 #4076 #5023 #3124 #2749 #2268 #2901 #3220 #4284 #4133 #5140

@ForrestFeng - sure thing, thanks for reporting this. Fixed now. @ocornut - Api function added ( ImGui::SetNextRefresh ) . But I'm sure you'll want to change things around whether you...

@ForrestFeng - fixed scrollbar issue. thanks for reporting. @ForrestFeng - as for your refresh question, you need to compute how much time should pass before you'd have a frame with...

> > Note that you actually need to do this computation, it's not enough to just set refresh delay (first parameter to SetNextRefresh) to 1.0f (for 1 second) because this...

> It is compatible with the old no-blocking drawing mode while providing flexibility to have the power save feature. Hi! Plz correct me if I'm wrong. The mechanics you propose...

One more repaint optimization I'm thinking about is to track the rectangle of the currently hovered over window. Then within this rectangle mouse move events can be ignored. Given that...

I originally pushed from the wrong branch. sorry for spam

4space tabs - fixed squash commits - fixed

Since data is small, it'll end up in cache after 1st strlen thus following memchr is not that big of a deal, and ImHashData tries to do 8chars at a...

Hi @btueffers , I'm trying to build/run unpackaged project "DWriteCoreGallery" under debugger to see how it works. There's no reference to windowsappsdk. There's one in (packaging) project , but that...