Skip to content

Releases: lsp-plugins/lsp-ws-lib

Release 1.0.28

16 May 19:09
Compare
Choose a tag to compare
  • 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

28 Feb 19:59
Compare
Choose a tag to compare
  • 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

16 Dec 21:34
Compare
Choose a tag to compare
  • Updated build scripts.
  • Updated module versions in dependencies.

Release 1.0.25

11 Oct 21:48
Compare
Choose a tag to compare
  • Updated build scripts.
  • Updated module versions in dependencies.

Release 1.0.24

05 Oct 01:22
Compare
Choose a tag to compare
  • 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

02 Aug 21:08
Compare
Choose a tag to compare
  • Updated build scripts.
  • Updated module versions in dependencies.

Release 1.0.22

22 May 07:19
Compare
Choose a tag to compare
  • Updated module versions in dependencies.

Release 1.0.21

20 May 23:28
Compare
Choose a tag to compare
  • Using inplace new from common library.
  • Some optimizations of X11CairoSurface.
  • Updated build scripts.
  • Updated module versions in dependencies.

Release 1.0.20

04 Mar 23:14
Compare
Choose a tag to compare
  • Updated build scripts.
  • Updated module versions in dependencies.

Release 1.0.19

20 Dec 19:51
Compare
Choose a tag to compare
  • Updated build scripts.
  • Updated module versions in dependencies.