/dports/editors/imhex/ImHex-1.7.0/external/ImGui/source/ |
H A D | imgui_imhex_extensions.cpp | 36 …const ImU32 col = hovered ? GetColorU32(ImGuiCol_ButtonHovered) : GetColorU32(ImGuiCol_ButtonActiv… in Hyperlink() 69 …const ImU32 col = hovered ? GetColorU32(ImGuiCol_ButtonHovered) : GetColorU32(ImGuiCol_ButtonActiv… in BulletHyperlink()
|
/dports/games/pioneer/pioneer-20210723/src/pigui/ |
H A D | Widgets.cpp | 238 …ImGuiCol>((hovered && held) ? ImGuiCol_ButtonActive : (hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in LowThrustButton() 295 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ButtonImageSized()
|
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dear-imgui/widgets/ |
H A D | markdown.inl | 404 ImGui::PushStyleColor( ImGuiCol_Text, style.Colors[ ImGuiCol_ButtonHovered ]); 419 ImGui::UnderLine( style.Colors[ ImGuiCol_ButtonHovered ] );
|
H A D | dock.inl | 293 ImU32 color_hovered = GetColorU32(ImGuiCol_ButtonHovered); 487 ImU32 color_hovered = GetColorU32(ImGuiCol_ButtonHovered);
|
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dear-imgui/widgets/ |
H A D | markdown.inl | 404 ImGui::PushStyleColor( ImGuiCol_Text, style.Colors[ ImGuiCol_ButtonHovered ]); 419 ImGui::UnderLine( style.Colors[ ImGuiCol_ButtonHovered ] );
|
H A D | dock.inl | 293 ImU32 color_hovered = GetColorU32(ImGuiCol_ButtonHovered); 487 ImU32 color_hovered = GetColorU32(ImGuiCol_ButtonHovered);
|
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/ |
H A D | NotificationManager.cpp | 595 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, ImVec4(.0f, .0f, .0f, .0f)); in render_hypertext() 640 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, ImVec4(.0f, .0f, .0f, .0f)); in render_close_button() 740 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, ImVec4(.0f, .0f, .0f, .0f)); in render_minimize_button() 975 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, ImVec4(.0f, .0f, .0f, .0f)); in render_eject_button()
|
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/imgui/ |
H A D | imgui_piemenu.cpp | 202 hovered ? ImGuiCol_Button : ImGuiCol_ButtonHovered); in EndPiePopup()
|
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/common/ |
H A D | example-glue.cpp | 77 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, hoveredColor); in bar()
|
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/common/ |
H A D | example-glue.cpp | 77 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, hoveredColor); in bar()
|
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/lua/ |
H A D | lua_imgui.cpp | 955 DECLARE_IMGUI_CONSTANT(ImGuiCol_ButtonHovered); in init_lua_imgui()
|
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/imgui/ |
H A D | imgui_draw.cpp | 206 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsDark() 261 colors[ImGuiCol_ButtonHovered] = ImVec4(0.40f, 0.48f, 0.71f, 0.79f); in StyleColorsClassic() 317 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsLight() 2996 ImU32 highlighCol = ImGui::GetColorU32(ImGuiCol_ButtonHovered); in RenderText()
|
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/gui/ |
H A D | application.cpp | 1320 colors[ImGuiCol_ButtonHovered] = ImVec4(0.52f, 0.52f, 0.52f, 0.59f); in StyleColorsCorporateGrey()
|
/dports/math/curv/curv-0.5/extern/imgui/ |
H A D | imgui_widgets.cpp | 553 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ButtonEx() 626 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ArrowButtonEx() 659 …2.0f, radius), GetColorU32((held && hovered) ? ImGuiCol_ButtonActive : ImGuiCol_ButtonHovered), 9); in CloseButton() 680 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in CollapseButton() 856 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ImageButton() 1294 …e_bb.Min.y), frame_bb.Max, GetColorU32((popup_open || hovered) ? ImGuiCol_ButtonHovered : ImGuiCol… in BeginCombo()
|
H A D | imgui_draw.cpp | 197 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsDark() 247 colors[ImGuiCol_ButtonHovered] = ImVec4(0.40f, 0.48f, 0.71f, 0.79f); in StyleColorsClassic() 298 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsLight()
|
/dports/graphics/nanort/nanort-b1feea8/examples/common/imgui/ |
H A D | imgui_widgets.cpp | 553 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ButtonEx() 626 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ArrowButtonEx() 659 …2.0f, radius), GetColorU32((held && hovered) ? ImGuiCol_ButtonActive : ImGuiCol_ButtonHovered), 9); in CloseButton() 680 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in CollapseButton() 856 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ImageButton() 1294 …e_bb.Min.y), frame_bb.Max, GetColorU32((popup_open || hovered) ? ImGuiCol_ButtonHovered : ImGuiCol… in BeginCombo()
|
H A D | imgui_draw.cpp | 204 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsDark() 254 colors[ImGuiCol_ButtonHovered] = ImVec4(0.40f, 0.48f, 0.71f, 0.79f); in StyleColorsClassic() 305 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsLight()
|
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/imgui/ |
H A D | imgui_widgets.cpp | 554 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ButtonEx() 627 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ArrowButtonEx() 660 …2.0f, radius), GetColorU32((held && hovered) ? ImGuiCol_ButtonActive : ImGuiCol_ButtonHovered), 9); in CloseButton() 681 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in CollapseButton() 857 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ImageButton() 1295 …e_bb.Min.y), frame_bb.Max, GetColorU32((popup_open || hovered) ? ImGuiCol_ButtonHovered : ImGuiCol… in BeginCombo()
|
H A D | imgui_draw.cpp | 197 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsDark() 247 colors[ImGuiCol_ButtonHovered] = ImVec4(0.40f, 0.48f, 0.71f, 0.79f); in StyleColorsClassic() 298 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsLight()
|
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/imgui/ |
H A D | imgui_widgets.cpp | 554 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ButtonEx() 627 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ArrowButtonEx() 660 …2.0f, radius), GetColorU32((held && hovered) ? ImGuiCol_ButtonActive : ImGuiCol_ButtonHovered), 9); in CloseButton() 681 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in CollapseButton() 857 …etColorU32((held && hovered) ? ImGuiCol_ButtonActive : hovered ? ImGuiCol_ButtonHovered : ImGuiCol… in ImageButton() 1295 …e_bb.Min.y), frame_bb.Max, GetColorU32((popup_open || hovered) ? ImGuiCol_ButtonHovered : ImGuiCol… in BeginCombo()
|
H A D | imgui_draw.cpp | 197 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsDark() 247 colors[ImGuiCol_ButtonHovered] = ImVec4(0.40f, 0.48f, 0.71f, 0.79f); in StyleColorsClassic() 298 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsLight()
|
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/imgui/ |
H A D | imgui_draw.cpp | 157 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsDark() 209 colors[ImGuiCol_ButtonHovered] = ImVec4(0.40f, 0.48f, 0.71f, 0.79f); in StyleColorsClassic() 264 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsLight()
|
/dports/graphics/embree/embree-3.13.2/tutorials/common/imgui/ |
H A D | imgui_draw.cpp | 168 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsDark() 217 colors[ImGuiCol_ButtonHovered] = ImVec4(0.40f, 0.48f, 0.71f, 0.79f); in StyleColorsClassic() 269 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsLight()
|
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/imgui/ |
H A D | imgui_draw.cpp | 157 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsDark() 209 colors[ImGuiCol_ButtonHovered] = ImVec4(0.40f, 0.48f, 0.71f, 0.79f); in StyleColorsClassic() 264 colors[ImGuiCol_ButtonHovered] = ImVec4(0.26f, 0.59f, 0.98f, 1.00f); in StyleColorsLight()
|
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/imgui/ |
H A D | imgui_demo.cpp | 494 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, ImColor::HSV(i/7.0f, 0.7f, 0.7f)); in ShowTestWindow() 1074 ImGui::PushStyleColor(ImGuiCol_ButtonHovered, ImColor::HSV(hue, 0.7f, 0.7f)); in ShowTestWindow()
|