| Age | Commit message (Collapse) | Author |
|
Currently in `MenuMainBarView.axaml` we list all available languages and hardcode the language name with the language key.
It's a bit bad beause if we want to add a new language, we have to edit the `csproj` and the `axaml` with the translated language name and the language code.
I've put all translations in their respective locale files, add code into `MainMenuBarView` constructor to generate the menu automatically. Now we just have to edit the `csproj` if we want to add a new language.
|
|
* Avoid allocations in .Parse methods
Use the Span overloads of the Parse methods when possible to avoid string allocations and remove one unnecessarry array allocation
* Avoid another string allocation
|
|
Fix wrong argument usage on GetStream.
Doesn't change anything as it's not used but a nice catch from jD ^^.
|
|
Removes a useless null check
Aligns some values to improve readability
|
|
Add TODO comment for GL_EXT_polygon_offset_clamp
|
|
misc. fixes
|