Isaac Marovitz

Results 89 issues of Isaac Marovitz

Adds a `NativeMenu` to move menu bar items to system menu bar instead of including them in the window on macOS. - [ ] Action menu available when game isn't...

enhancement
gui

## Feature Request ### What feature are you suggesting? #### Overview: - Currently, the menu bar appears inside the window - It is standard on macOS for the menu bar...

enhancement
gui
os:macOS

Adjusts several aspects of the settings dialogue to make it more intuitive and standard. - `Save` renamed to `OK` - `Close` renamed to `Cancel` - Layout of buttons adjusted to...

enhancement
gui

+ Check when loading the configuration file if the graphics backend has been set to OpenGL and force switch to Vulkan + Change default graphics backend on macOS to Vulkan...

miscellaneous
os:macOS

There is a series of issues regarding text alignment issues in FluentAvalonia on non-Windows platforms. FluentAvalonia v2, which should be released soon, contains a fix for this [issue](https://github.com/amwx/FluentAvalonia/pull/210), `TextVerticalAlignmentOverrideBehavior`. I...

bug
gui

**Changes:** - Fix accessibility violations in ListView and GridView - Hide loading progress bar when complete - Change how playtime decimals are formatted - Adjusted the appearance of favourite star...

enhancement
gui

This PR grew out of scope so I am refactoring/readjusting it. Stuff that does not require Ava 11/FA 2 will be backported to Ava 10/FA 1. A new version of...

enhancement
gui

+ Fixes several warnings in `Ryujinx.Ava` + Removes unnecessary casts and type specifiers solution-wide (majority of edits) + Sets enums used with bitwise operators as `[Flags]` Warnings changed as suggested...

enhancement
miscellaneous

Fix struct layout packing so more tests can run on macOS

miscellaneous