| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-15 | DolphinQt: Add Triforce tab to main settings window. | Jordan Woyak | |
| 2026-02-15 | Added Triforce support | crediar | |
| 2026-01-25 | Remove unused imports | Martino Fontana | |
| Yellow squiggly lines begone! Done automatically on .cpp files through `run-clang-tidy`, with manual corrections to the mistakes. If an import is directly used, but is technically unnecessary since it's recursively imported by something else, it is *not* removed. The tool doesn't touch .h files, so I did some of them by hand while fixing errors due to old recursive imports. Not everything is removed, but the cleanup should be substantial enough. Because this done on Linux, code that isn't used on it is mostly untouched. (Hopefully no open PR is depending on these imports...) | |||
| 2026-01-24 | Common/FileSearch: Refactor DoFileSearch | Sintendo | |
| 2026-01-17 | Fix various typos and spelling mistakes | Sintendo | |
| 2025-11-23 | DolphinQt: Add "Poll Rate" display to GCAdapter config window. The window ↵ | Jordan Woyak | |
| now refreshes every 500ms. SetAdapterCallback is no longer used. | |||
| 2025-11-04 | feat(profiles): add "open profiles folder" button + add dropdown button for ↵ | iTrooz | |
| profile actions Co-Authored-By: iTrooz <hey@itrooz.fr> Co-Authored-By: Max Chateau <maxban.chateau@gmail.com> Co-Authored-By: Damien R. <rodriguezdamien1677@gmail.com> | |||
| 2025-07-19 | fix Qt6 deprecation warnings | oltolm | |
| 2025-06-24 | DolphinQt: Make Calibration autocomplete when data is "sensible" and stick ↵ | Jordan Woyak | |
| is returned to neutral position. | |||
| 2025-06-14 | DolphinQt/InputCommon: Move some calibration logic to InputCommon and make ↵ | Jordan Woyak | |
| the "Calibrate" button also map inputs. | |||
| 2025-06-14 | InputCommon: Make InputDetector::Start take a span instead of a vector. | Jordan Woyak | |
| 2025-06-14 | InputCommon: Fix occasional misidentification of analog input detection. | Jordan Woyak | |
| 2025-06-14 | Source: Remove redundant lambda parameter lists | Dr. Dystopia | |
| 2025-06-09 | Merge pull request #13702 from CostPerUnit/master | JMC47 | |
| MappingWidget: Add Advanced Configuration Button to Point And Point Passthrough "Enable" boxes | |||
| 2025-06-07 | Merge pull request #13665 from jordan-woyak/dark-mode-filter | Jordan Woyak | |
| DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event filter. | |||
| 2025-06-07 | Merge pull request #13522 from ↵ | Jordan Woyak | |
| tygyh/Enforce-overriding-destructor-style-Core&UnitTests Core & UnitTests: Make overriding explicit and remove redundant virtual specifiers on overriding destructors | |||
| 2025-06-07 | DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an ↵ | Jordan Woyak | |
| event filter. | |||
| 2025-06-06 | DolphinQt: Remove redundant window hints | Dentomologist | |
| Remove window hints clearing the flag Qt::WindowContextHelpButtonHint, which is already off by default in Qt 6. In Qt 5 this flag was set by default for QDialogs, and on Windows put a ? button in the corner of the title bar allowing users to activate Qt's QWhatsThis help system for a given widget. Since we don't set that text the ? button was useless and so we hid it manually. | |||
| 2025-05-29 | DolphinQt: Move the "Point (Passthrough)" "Enabled" checkbox below the ↵ | Jordan Woyak | |
| mapping indicator. | |||
| 2025-05-29 | InputCommon/DolphinQt: Add advanced settings button for "Point" and "Point ↵ | CostPerUnit | |
| (Passthrough)" "Enabled" checkboxes. | |||
| 2025-05-26 | DolphinQt: Make WrapInScrollArea and GetWrappedWidget less hacky. | Jordan Woyak | |
| 2025-05-15 | DolphinQt/Mapping: Replace Motion Input "WARNING: " text with a warning icon. | Jordan Woyak | |
| 2025-05-15 | DolphinQt: Add utility function for creating label text with a standard icon. | Jordan Woyak | |
| 2025-05-01 | Make overriding explicit and remove redundant virtual specifiers on ↵ | Dr. Dystopia | |
| overriding destructors - Core & UnitTests | |||
| 2025-03-28 | Merge pull request #13456 from jordan-woyak/mapping-window-blank-square-fix | JMC47 | |
| DolphinQt: Fix blank square in MappingWindow's top-left corner. | |||
| 2025-03-25 | DolphinQt: Fix blank square in MappingWindow's top-left corner. | Jordan Woyak | |
| 2025-03-23 | Merge pull request #13093 from mitaclaw/ranges-modernization-4-projection | JMC47 | |
| Ranges Algorithms Modernization - Projection | |||
| 2025-03-22 | Core / DolphinQt / InputCommon: reduce the number disk writes when using ↵ | iwubcode | |
| DynamicInputTextures | |||
| 2025-03-09 | Simplify `std::count_if` with `std::ranges::count` and projections | mitaclaw | |
| 2025-03-02 | InputCommon: Use Clock from CommonTypes. | Jordan Woyak | |
| 2025-02-24 | DolphinQt: Fix MappingButton not updating text on middle-click clear. | Jordan Woyak | |
| 2025-02-15 | Merge pull request #13343 from jordan-woyak/dark-theme-indicator-gate-colors | JMC47 | |
| DolphinQt/Mapping: Adjust dark theme indicator gate color calculation. | |||
| 2025-02-15 | DolphinQt/Mapping: Clear and skip "Modifier" iterative input mappings when using | Jordan Woyak | |
| analog inputs. | |||
| 2025-02-15 | DolphinQt: Add setting to enable iterative input mappings. | Jordan Woyak | |
| 2025-02-15 | Merge pull request #13320 from jordan-woyak/detect-alternations | JMC47 | |
| DolphinQt/Mapping: Add setting to enable waiting for alternate mappings. | |||
| 2025-02-10 | DolphinQt/Mapping: Adjust dark theme indicator gate color calculation. | Jordan Woyak | |
| 2025-02-02 | Merge pull request #13280 from jordan-woyak/input-expressions-highlighting | JMC47 | |
| InputCommon/DolphinQt: Fix sometimes broken syntax highlighting in IOWindow. | |||
| 2025-02-01 | DolphinQt/Mapping: Add setting to enable waiting for alternate mappings | Jordan Woyak | |
| using the OR-operator. | |||
| 2025-01-27 | Merge pull request #13297 from jordan-woyak/config-ext-btn | JMC47 | |
| DolphinQt: Add a "Configure Extension" button under the extension selection combo box. | |||
| 2025-01-27 | Merge pull request #13178 from jordan-woyak/input-expressions-conditional-op | JMC47 | |
| InputCommon: Add ternary conditional operator to input expressions. | |||
| 2025-01-22 | DolphinQt: Add a "Configure Extension" button under the extension | Jordan Woyak | |
| selection combo box. | |||
| 2025-01-20 | DolphinQt: Remove MappingButton bold/italic text indication. | Jordan Woyak | |
| 2025-01-20 | MappingWidget: Fix shadowed variable warning. | Jordan Woyak | |
| 2025-01-20 | MappingIndicator: Add graphical indicators on the left of MappingButton | Jordan Woyak | |
| that don't have a large indicator. | |||
| 2025-01-17 | DolphinQt: Fix QObject::connect: signal not found in IOWindow error. | Jordan Woyak | |
| 2025-01-17 | DolphinQt: Make input expression syntax highlighting less hacky. | Jordan Woyak | |
| 2025-01-17 | ExpressionParser: Remove RemoveInertTokens. | Jordan Woyak | |
| 2025-01-15 | DolphinQt: Fix ASSERT failure in IOWindow in debug build. | Jordan Woyak | |
| 2025-01-08 | Merge pull request #13158 from jordan-woyak/wiiu-rename | Tilka | |
| DolphinQt: Rename "GameCube Adapter for Wii U". | |||
| 2025-01-01 | DolphinQt: Make input mapping and output testing non-blocking. | Jordan Woyak | |
