Ben Wiederhake
Ben Wiederhake
**Describe the bug** In the "Palettes" tab, it is possible to get the menus (e.g. clefs, keys, measures, tempos, etc.) stuck open. All ways to collapse them stop working. **To...
**Describe the bug** Lyrics self-intersect when ending with a minus (`-`). **To Reproduce** Steps to reproduce the behavior: 1. Enter more than one note. 2. Click on the first note...
**Describe the bug** In the project settings, the label "MuseScore-Version" doesn't fit in its fixed-size space, causing ellipsis to be displayed instead: "MuseScore-Ve…" **To Reproduce** Steps to reproduce the behavior:...
**Describe the bug** In the bottom right corner, there's a zoom selector, which is nice. Selecting something from it causes the zoom level to be updated accordingly, which is nice....
**Describe the bug** Entering lyrics is very counter-intuitive. Ctrl-L refuses to work even when it could make a safe, correctable guess. **To Reproduce** Steps to reproduce behavior 1: 1. Have...
**Describe the bug** Notes can be input by typing their names. Awesome! I can input a "G" by typing "G". Nice and simple! And I can input an "H" by...
**Describe the bug** Apparently MuseScore is confused when dragging the right mouse button, and even more confused when toggling the shift key. **To Reproduce** Steps to reproduce the second part...
**Describe the bug** I tried to look up a key binding, but cannot read it because the column is too small. However, the columns have fixed sizes, so I cannot...
**Describe the bug** Context menus have a thick black outline. I strongly believe this is due to missing support for window managers without translucency, because I saw similar bugs in...
This PR works towards improving OOM-correctness in serenity: - Implement a fallible, OOM-safe alternative to copy-construct and copy-assign, specifically `Vector::clone`, `HashMap::clone`, and `HashTable::clone`. These will automatically detect and use `ItemType::clone`...