Releases: lsp-plugins/lsp-ws-lib
Releases · lsp-plugins/lsp-ws-lib
Release 1.0.28
- Added support of minimized, maximized and normal window state settings.
- Implemented fill_rect method for ws::ISurface with surface argument.
- Added set_origin method for ws::ISurface interface.
- Added MacOS dependencies.
- Updated build scripts.
- Updated module versions in dependencies.
Release 1.0.27
- Implemented OpenGL drawing surface supporf for X11 protocol. Can be disabled
by setting LSP_WS_LIB_GLXSURFACE=off environment variable. - Added support of system fonts lookup in FontManager.
- Updated Drag&Drop handling to be more optimistic: if nested widget does not
reject Drag&Drop operation, then we try to handle the Drag&Drop operation by
the parent widget. - Updated module versions in dependencies.
Release 1.0.26
- Updated build scripts.
- Updated module versions in dependencies.
Release 1.0.25
- Updated build scripts.
- Updated module versions in dependencies.
Release 1.0.24
- Fixed z fighting cases between windows under Windows platform.
- Fixed UI over-scaling due to DPI taken from the system settings.
- Updated build scripts.
- Updated module versions in dependencies.
Release 1.0.23
- Updated build scripts.
- Updated module versions in dependencies.
Release 1.0.22
- Updated module versions in dependencies.
Release 1.0.21
- Using inplace new from common library.
- Some optimizations of X11CairoSurface.
- Updated build scripts.
- Updated module versions in dependencies.
Release 1.0.20
- Updated build scripts.
- Updated module versions in dependencies.
Release 1.0.19
- Updated build scripts.
- Updated module versions in dependencies.