summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Config/Graphics
AgeCommit message (Expand)Author
2026-05-23Merge pull request #14506 from adamscott/crop-that-screenAdmiral H. Curtiss
2026-04-24VideoConfig: Rename StereoMode::TAB to StereoMode::TopAndBottomDentomologist
2026-04-23VideoConfig: Rename StereoMode::SBS to StereoMode::SideBySideDentomologist
2026-04-18Add screen crop featureAdam Scott
2026-04-13VideoCommon: Fixup #14336Martino Fontana
2026-04-12Merge pull request #14336 from SuperSamus/arbitrary-mipmap-disables-gpu-decodingJordan Woyak
2026-03-15GeneralWidget: Add protections against invalid values in BackendWarning()OatmealDome
2026-02-13VideoCommon: Invert interaction between Arbitrary Mipmap Detection and GPU Te...Martino Fontana
2026-01-25Remove unused importsMartino Fontana
2026-01-09c++23: Replace Common::ToUnderlying with std::to_underlyingJoshua Vandaƫle
2025-11-12Improved stereoscopic 3D settingsAndrewGDX
2025-10-15Merge pull request #13953 from TryTwo/add_osd_tabJMC47
2025-10-13VideoBackend: Rename GetName to GetConfigNameDentomologist
2025-10-10Qt Setting Panes: Remove original location of options transferred to the OSD ...TryTwo
2025-09-28Merge pull request #13161 from oltolm/fix_qt6_warningsJMC47
2025-08-11EnhancementsWidget: Fix display of default post-processing effectDentomologist
2025-08-11EnhancementsWidget: Unabbreviate function and member namesDentomologist
2025-07-19fix Qt6 deprecation warningsoltolm
2025-07-03Merge pull request #13736 from jordan-woyak/main-config-gfxJordan Woyak
2025-07-01DolphinQt: Adjust PostProcessingConfigWindow size on creation.Jordan Woyak
2025-06-14DolphinQt: Move graphics config to main Settings window.Jordan Woyak
2025-06-14Source: Remove redundant lambda parameter listsDr. Dystopia
2025-06-07Merge pull request #13665 from jordan-woyak/dark-mode-filterJordan Woyak
2025-06-07Merge pull request #13522 from tygyh/Enforce-overriding-destructor-style-Core...Jordan Woyak
2025-06-07DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event...Jordan Woyak
2025-06-06DolphinQt: Remove redundant window hintsDentomologist
2025-05-26DolphinQt: Make WrapInScrollArea and GetWrappedWidget less hacky.Jordan Woyak
2025-05-22DolphinQt: Fix verb agreement in Immediate XFB descriptionJosJuice
2025-05-02Settings: Bugfix. Remove Aspect Ratio combobox signal so it doesn't trigger ...TryTwo
2025-05-01Merge pull request #13464 from jordan-woyak/dont-toggle-skip-framesJMC47
2025-05-01Make overriding explicit and remove redundant virtual specifiers on overridin...Dr. Dystopia
2025-04-03CoreTiming: Add a setting to use Common::PrecisionTimer.Jordan Woyak
2025-03-30DolphinQt: Update tooltips for ImmediateXFB, VBISkip, SkipPresentingDuplicate...Jordan Woyak
2025-03-30DolphinQt: Don't toggle GFX_HACK_SKIP_DUPLICATE_XFBS when GFX_HACK_IMMEDIATE_...Jordan Woyak
2025-03-17Config: Expose Default and 1x Anisotropic Filtering setting.Jordan Woyak
2025-03-17Fix -Wunused-lambda-capture warningTillmann Karras
2025-03-16Merge pull request #13411 from jordan-woyak/gui-vconfigOatmealDome
2025-03-15Merge pull request #13388 from jordan-woyak/vsync-not-recommendedJosJuice
2025-03-10DolphinQt/GeneralWidget: Eliminate unnecessary g_Config usage.Jordan Woyak
2025-03-09VideoCommon: Move backend_info out of VideoConfig struct.Jordan Woyak
2025-03-02DolphinQt: Don't recommend v-sync for optimal frame pacing in tool-tip.Jordan Woyak
2025-01-18Merge pull request #13259 from TryTwo/PR_Config_signalsJMC47
2025-01-07Qt, Config controls system: Remove signal block so signals can refresh the en...TryTwo
2025-01-06Fix several minor warningsSintendo
2025-01-04Merge pull request #13233 from TryTwo/PR_CodecJMC47
2024-12-30Frame Dumping: Change lossless codec from FFV1 to Ut Video.TryTwo
2024-12-27DolphinQt/HacksWidget: Convert accuracy slider to ConfigSliderAdmiral H. Curtiss
2024-12-10Add method to bold slider/spin labels when a user game ini setting is being usedTryTwo
2024-12-10EnhancementsWidget:: Move to using ConfigControls and add new control for Com...TryTwo
2024-12-10Add GFX property tabs to game properties window, allowing them to be set to t...TryTwo