| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-03 | Core: Make RunOnCPUThread always non-blocking. | Jordan Woyak | |
| 2025-10-30 | libmgba: Fix build when disabled | Dentomologist | |
| 2025-06-14 | Source: Remove redundant lambda parameter lists | Dr. Dystopia | |
| 2025-06-07 | DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an ↵ | Jordan Woyak | |
| event filter. | |||
| 2024-03-28 | Core::RunOnCPUThread: Avoid Global System Accessor | mitaclaw | |
| 2024-01-15 | Core/Movie: Refactor to class, move to System. | Admiral H. Curtiss | |
| A bit of global state remains (the `header` in `BeginRecordingInput()`) due to unclear lifetime requirements. | |||
| 2023-12-13 | GBAWidget: Use std::span with SetVideoBuffer() | Lioncash | |
| Previously we were always taking the buffer by value, even if it wasn't being stored anywhere and only read from. We can use a std::span for the same thing. | |||
| 2023-08-12 | DolphinQt: Set window decorations for all top-level QWidgets. | Admiral H. Curtiss | |
| 2023-04-25 | DolphinQt: assume QT_VERSION_CHECK >= 6.0.0 | Shawn Hoffman | |
| 2022-11-27 | CoreTiming: Refactor to class. | Admiral H. Curtiss | |
| 2022-08-31 | AudioCommon: Move sound stream variables to Core::System. | Admiral H. Curtiss | |
| 2022-05-02 | Add support for building against Qt 6 | spycrab | |
| 2021-11-27 | DolphinQt: Add i18n comment for "Save Game" | JosJuice | |
| It's very easy to assume the "save" in this string is a verb. | |||
| 2021-11-21 | GBA: Add import and export save options to context menu. | Admiral H. Curtiss | |
| 2021-10-09 | Add wrapper function to disable hotkeys for QFileDialog | sowens99 | |
| Previously, if you have "Hotkeys Require Window Focus" disabled, you could repeatedly use the "Open" hotkey, for example, to stack File Open windows over top of each other over and over. This commit allows the hotkey manager to disable/enable on QFileDialog creation and destruction. | |||
| 2021-08-24 | GBAWidget: Add ellipses for option selections that require more input | Lioncash | |
| Makes the context menu selections consistent with the rest of the application. | |||
| 2021-07-30 | Qt: Un-maximize GBA widget before resizing it | Pokechu22 | |
| 2021-07-24 | Qt: Implement GBA Interframe Blending | Bonta | |
| 2021-07-24 | Qt: AlwaysOnTop GBA widget option | Bonta | |
| 2021-07-24 | Qt: Make GBA widgets movable with left click in borderless mode | Bonta | |
| 2021-07-24 | Qt: Borderless GBA windows | Bonta | |
| 2021-07-24 | Qt/Core: Refactor GBA Core accessors | Bonta | |
| 2021-07-22 | GBA: Add "Scan e-Reader Card(s)" context menu item | Pokechu22 | |
| 2021-07-13 | NetPlay: GBA Support | Bonta | |
| 2021-07-13 | Qt: Implement GBA host and widget | Bonta | |
