omar

Results 1337 comments of omar

> hi @ocornut, I guess you should call SetNextWindowViewport in BeginMenu Thanks for the report above. This needs to be done automatically and not require the user to do it...

> When I drag "ImGui Demo" window, "Debug" window is dragged with it In the absence of a docking solution which allow merging any window into another (by adding a...

@heroboy Pushed some fixes for the menus. @nem0 I disabled this behavior for now.

@leavesmaple I might decide to not write the DX9 code myself. Supporting DX9 has the unfortunate cost that it bring a lots of bad crowd to those pages. If you...

Please bear in mind the Platform API is experimental and the actual integration and required entry points will change over the next few weeks/months until this is stabilized.

Been wrestling with a few things related to positioning of popup/tooltips, basically the aim is to allow things like that: ![imgui_tooltips_20180411](https://user-images.githubusercontent.com/8225057/38626715-76fb54be-3dad-11e8-958e-9cb3085f2721.PNG) What's not evident from the shot is that the...

> On Win32: Is that floating tooltip another window with its own HWND etc.? Yes. In the case of tooltips we also can still render the main window/rendering context if...

Sorry for the amount of spam/commits in this thread, I messed up with pushing some temporary branches which re-added references from old commits into the thread. When this feature becomes...

I pushed a bunch of changes to the experimental Viewport branch in the past few days, they should be much better now (if you want to try the demos under...

@sherief Some of the DPI issues will be discussed in #1676 when I have more details. For now some popups/tooltips appearing will probably glitch for one frame as some code...