Improved input editor theming

This commit is contained in:
Frank Skare
2021-05-28 21:58:32 +02:00
parent 3875e1c1bf
commit e128a4868b
4 changed files with 52 additions and 26 deletions

View File

@@ -3,8 +3,8 @@
=========================
- `window-scale 1` does not work correctly in mpv,
so I've removed support for it and added my own implementation
that actually works: `script-message mpv.net window-scale`.
so I've removed support for it and added my own implementation:
`script-message mpv.net window-scale`.
- The CS-Script library was replaced with my own C# scripting implementation.
- If a player window border is near to a screen border and the window size
changes, the player windows sticks to that near screen border location.
@@ -22,6 +22,7 @@
- Settings are stored in the file settings.xml now instead of the Registry.
- Video rotation support added.
- After using the config editor it's no longer necessary to restart mpv.net.
- Improved input editor theming.
5.4.8.8 Beta (2021-05-09)