summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/RenderWidget.cpp
AgeCommit message (Expand)Author
2026-01-25Remove unused importsMartino Fontana
2025-05-20DolphinQt/RenderWidget: Grab focus on mouse button press.Jordan Woyak
2024-11-08Replace 'reinterpret_cast' with 'static_cast'Dr. Dystopia
2024-06-21Core: Store current state in less placesJosJuice
2024-05-03Core::SetState: Avoid Global System Accessormitaclaw
2024-04-28Remove rounded corners on emulation render windowFiloppi
2024-04-08Core::GetState: Avoid Global System Accessormitaclaw
2024-03-01State: Avoid Global System Accessormitaclaw
2024-01-30DolphinQt/RenderWidget: Add comments for SetCursorLocked() on Linux.luc-git
2023-06-11Qt: Send SizeChanged on DPI changesTellowKrinkle
2023-04-03DolphinQt: RenderWidget fix heap-use-after-freeMichael Cook (mackal)
2023-02-09Insert a more solid abstraction between Qt and ImguiScott Mansell
2023-01-31Move Presenting, Dumping and ImGui out of RendererScott Mansell
2022-11-06RenderWidget: Fix random crash due to missing ImGui contextPokechu22
2022-10-25DolphinQt: Fix window focus from unpausing after a manual pause.Jordan Woyak
2022-05-16Merge pull request #8763 from JosJuice/panic-alert-deadlock-gpuAdmiral H. Curtiss
2022-05-02Add support for building against Qt 6spycrab
2022-01-13DolphinQt: Fix the panic alert deadlock, GPU thread editionJosJuice
2022-01-01RenderWidget: Add include to Windows.hRafaël Kooi
2021-12-31Config: Port remaining Interface settings to new config system.Admiral H. Curtiss
2021-12-30Config: Port Input setting to new config system.Admiral H. Curtiss
2021-10-29RenderWidget: Change "imgui.h" to <imgui.h>Pokechu22
2021-10-12Add option for Never Hide Mouse Cursorsowens99
2021-10-12Bug: fix unhide on mouse movement only responding to clickssowens99
2021-10-11Fix switch warning in RenderWidgetFletcher Porter
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-05-27Implement Cursor Locking and new input focus checks for itFiloppi
2021-03-17RenderWidget: Remove mouse based Free Look since it has moved to the HotkeySc...iwubcode
2020-12-24DolphinQt: Only trigger Free Look mouse movement when the Free Look camera is...iwubcode
2020-12-16Qt: Fix deprecated use of MidButtonLéo Lam
2020-09-15Merge pull request #8819 from JosJuice/panic-alert-deadlock-pause-on-focus-lossJMC47
2020-07-18Use range loop (if possible)Filip Gawin
2020-05-18DolphinQt: Fix the panic alert deadlock, Pause on Focus Loss editionJosJuice
2020-05-03VideoCommon: remove VertexShaderManager functions instead preferring the dire...iwubcode
2020-03-11Qt/RenderWidget: Remove fill background functionalityStenzek
2020-01-24Merge pull request #8366 from Techjar/high-dpi-auto-adjustConnor McLaughlin
2019-11-01Qt/RenderWidget: Account for devicePixelRatio when auto-adjusting window sizeTechjar
2019-10-25Qt: Add "renderer" window role to render windowferrrry
2019-10-13Externals/Qt: Update to 5.13.1spycrab
2019-06-01Common/CommonFuncs: Remove now-unneccessary ArraySize functionLioncash
2019-05-04Use attribute [[fallthrough]]Léo Lam
2019-04-27Fix the screen going black on pause after changing windowsPokechu22
2019-04-21Merge pull request #7841 from iwubcode/config-mgr-onionJMC47
2019-04-17VideoCommon: Change free-look's middle-mouse action to roll the camera.Jordan Woyak
2019-03-30Config: Move the 'Display' settings from ConfigManager to the layered config ...iwubcode
2019-03-21Fix ImGui key mapping Enter to the numpadspycrab
2019-03-04Qt: Use ModalMessageBox everywherespycrab
2019-01-25Merge pull request #7736 from stenzek/imgui-hidpiJosJuice
2019-01-25DolphinQt: Fix some warningsspycrab
2019-01-26RenderWidget: Fix mouse position for imgui on hidpi screensStenzek