forked from pyrite-dev/milsko
changelog had item in wrong place
This commit is contained in:
parent
6db8ce17c3
commit
6843d6ae05
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,6 @@
|
||||||
- Added `MwTabFocus` for letting a tab widget steal focus.
|
- Added `MwTabFocus` for letting a tab widget steal focus.
|
||||||
- New table widget (`MwTableClass`).
|
- New table widget (`MwTableClass`).
|
||||||
- Added `MwWindowShouldClose` for letting custom loops know when a window should close.
|
- Added `MwWindowShouldClose` for letting custom loops know when a window should close.
|
||||||
- Menu widget works better under compositors that use CSD.
|
|
||||||
- Remove VMS build files
|
- Remove VMS build files
|
||||||
- Wayland backend:
|
- Wayland backend:
|
||||||
- Can now create layer surfaces (Use `MwLLMakeToolWindow` on a parentless window)
|
- Can now create layer surfaces (Use `MwLLMakeToolWindow` on a parentless window)
|
||||||
|
|
@ -14,3 +13,4 @@
|
||||||
- has drastically improved CSD (functionality wise)
|
- has drastically improved CSD (functionality wise)
|
||||||
- Uses KMSDRM directly for the OpenGL widget instead of wl_egl for a smoother experience
|
- Uses KMSDRM directly for the OpenGL widget instead of wl_egl for a smoother experience
|
||||||
- Various overall performance improvements putting it on the same level as the X11 backend finally
|
- Various overall performance improvements putting it on the same level as the X11 backend finally
|
||||||
|
- Menu widget works better under compositors that use CSD.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue