This commit is contained in:
parent
639f8e619f
commit
6db8ce17c3
1 changed files with 16 additions and 0 deletions
16
CHANGELOG.txt
Normal file
16
CHANGELOG.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
========================= 1.4 =========================
|
||||
- CMakeLists.txt downgraded to version 3.13 to allow compiling on Windows XP
|
||||
- CMake build now generates a pkgconfig file.
|
||||
- GDI backend now natively uses GDI for text rendering
|
||||
- Widgets can now be disabled with MwNdisabled
|
||||
- Added `MwTabFocus` for letting a tab widget steal focus.
|
||||
- New table widget (`MwTableClass`).
|
||||
- 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
|
||||
- Wayland backend:
|
||||
- Can now create layer surfaces (Use `MwLLMakeToolWindow` on a parentless window)
|
||||
- Now properly handles keys being held down
|
||||
- has drastically improved CSD (functionality wise)
|
||||
- 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue