Skip to content

Releases: lsp-plugins/lsp-ws-lib

Release 1.0.15

09 Sep 21:23
Compare
Choose a tag to compare
  • Updated module versions in dependencies.

Release 1.0.14

09 Sep 20:59
Compare
Choose a tag to compare
  • Improved code base by using PVS Studio static code analyzer.
  • Improved text rendering for Windows platform.
  • Significant improvements related to rectangle area clipping for Windows platform.
  • Several improvements against grabbing events for Windows.
  • Updated module versions in dependencies.

Release 1.0.13

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

Release 1.0.12

18 Jul 20:30
Compare
Choose a tag to compare
  • Fixed bug in the ws::ft::FontManager which could yield memory corrption after complete font manager cleanup.
  • Updated build scripts.
  • Updated module versions in dependencies.

Release 1.0.11

21 May 12:45
Compare
Choose a tag to compare
  • Fixed clang build error.

Release 1.0.10

21 May 11:11
Compare
Choose a tag to compare
  • The library now uses FreeType for rendering custom fonts, avoiding cairo cache.
  • The library now requires to call ws::init() before proceeding with other operations.
  • Added new dependency on lsp-dsp-lib for text rendering using glyph bitmaps.
  • Removed Makefile.d. Dependencies are now automatically generated at the build stage.
  • Fixed crash (BadMatch) for Fluxbox window manager on popup windows.
  • Fixed popup window heading display in Fluxbox.
  • Updated build scripts.
  • Updated module versions in dependencies.

Release 1.0.9

20 Apr 18:07
Compare
Choose a tag to compare
  • Updated module versions in dependencies.

Release 1.0.8

19 Mar 13:27
Compare
Choose a tag to compare
  • Fix GetLastError not being called in several functions for Windows
    (contributed by Imre Gera).
  • Fixed bug related to improper behaviour of X11CairoSurface::draw_raw function.
  • Updated dependencies file.
  • Added test build for Windows using MSYS2.
  • More accurate TRANSIENT_FOR hint setting for X11.
  • Updated build scripts.
  • Updated module versions in dependencies.

Release 1.0.7

28 Jan 15:08
Compare
Choose a tag to compare
  • Fixed UIE_MOUSE_IN and UIE_MOUSE_OUT event handling for locked X11 windows.
  • Fixed memory issues related to X11 Mime read support.
  • Added Clang build for the CI.

Release 1.0.6

19 Dec 23:03
Compare
Choose a tag to compare
  • Updated build scripts.