Home
last modified time | relevance | path

Searched refs:ImGuiWindowFlags_NoBringToFrontOnFocus (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/imgui/
Dimgui.h707ImGuiWindowFlags_NoBringToFrontOnFocus = 1 << 13, // Disable bringing window to front when takin… enumerator
Dimgui.cpp3864 …(g.NavWindowingTarget && !(g.NavWindowingTarget->Flags & ImGuiWindowFlags_NoBringToFrontOnFocus)) … in Render()
4520 if (flags & ImGuiWindowFlags_NoBringToFrontOnFocus) in CreateNewWindow()
5607 if (!(window->Flags & ImGuiWindowFlags_NoBringToFrontOnFocus)) in FocusWindow()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h700ImGuiWindowFlags_NoBringToFrontOnFocus = 1 << 13, // Disable bringing window to front when takin… enumerator
Dimgui.cpp3798 …(g.NavWindowingTarget && !(g.NavWindowingTarget->Flags & ImGuiWindowFlags_NoBringToFrontOnFocus)) … in Render()
4441 if (flags & ImGuiWindowFlags_NoBringToFrontOnFocus) in CreateNewWindow()
5481 if (!(window->Flags & ImGuiWindowFlags_NoBringToFrontOnFocus)) in FocusWindow()
Dimgui_demo.cpp233 if (no_bring_to_front) window_flags |= ImGuiWindowFlags_NoBringToFrontOnFocus; in ShowDemoWindow()
/third_party/skia/third_party/externals/imgui/
Dimgui.h965ImGuiWindowFlags_NoBringToFrontOnFocus = 1 << 13, // Disable bringing window to front when takin… enumerator
Dimgui.cpp4524 …(g.NavWindowingTarget && !(g.NavWindowingTarget->Flags & ImGuiWindowFlags_NoBringToFrontOnFocus)) … in Render()
5209 if (flags & ImGuiWindowFlags_NoBringToFrontOnFocus) in CreateNewWindow()
6547 … if (((window->Flags | display_front_window->Flags) & ImGuiWindowFlags_NoBringToFrontOnFocus) == 0) in FocusWindow()
Dimgui_demo.cpp333 if (no_bring_to_front) window_flags |= ImGuiWindowFlags_NoBringToFrontOnFocus; in ShowDemoWindow()
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt1052 - Window: When testing for the presence of the ImGuiWindowFlags_NoBringToFrontOnFocus flag we
1760 - Nav, Focus: Fixed ImGuiWindowFlags_NoBringToFrontOnFocus windows not being restoring focus
2851 - Begin(): Initial window creation with ImGuiWindowFlags_NoBringToFrontOnFocus flag pushes it at th…
2886 - Begin*(): added ImGuiWindowFlags_NoBringToFrontOnFocus flag.
/third_party/flutter/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt127 - Nav, Focus: Fixed ImGuiWindowFlags_NoBringToFrontOnFocus windows not being restoring focus