Package Release Info

wlc-0.0.11-bp151.2.13

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libwlc0
wlc-devel

Change Logs

Version: 0.0.11-bp150.2.3
* Thu Nov 09 2017 aavindraa@gmail.com
- bump to 0.0.11
  - Increment version to 3 for data_(offer|source|device) too
  - Add support for wl_data_(offer|source).set_actions
  - Add support for wl_data_offer.finish
  - Make wl_data_device_manager version 3
  - Fix xwm selection release
    In case xwayland terminates before compositor xwm activated,
    xwm selection listener link is invalid. This causes crash in
    `wlc_xwm_selection_release`.
  - Add elogind support
- cleanup with spec-cleaner
* Thu Oct 19 2017 sleep_walker@opensuse.org
- bump to 0.0.10
  - add elogind support
  - fix xwm selection related bugs
  - begin implementation of drag&drop
* Thu Sep 14 2017 zaitor@opensuse.org
- Add explicit pkgconfig(libudev) BuildRequires: Mandatory
  dependency previously pulled in by something else.
* Thu May 04 2017 sleep_walker@opensuse.org
- bump to 0.0.9
  see git log for complete list of changes
* Tue Feb 28 2017 sleep_walker@opensuse.org
- bump to 0.0.8
  Add fireplace window manager and bindings to README
  Fix: ... and calling wlc_xdg_positioner_protocol_set_constraint_adjustment
    sets anchor too
  Fix: Calling wlc_xdg_positioner_protocol_set_gravity
    actually sets anchor
  wlc: Use eglGetPlatformDisplayEXT where available
  Feature: add wlc_view_get_instance()
  Fully implemented xdg-positioner and added getters for
    stored data. Fixes Cloudef/wlc#210
  Implemented skelet of xdg-positioner, responds to
    requests, but stores no data.
  Turned non-implemented xdg_cb_popup_grab into warning
  Use WM_CLASS class instead of instance
  Include sys/sysmacros.h for major/minor(3) (Linux)
  Fix error in precondition
  Add gamma control API
  Fix XWayland and security on FreeBSD
  CMake: s/WLPROTO/WAYLANDPROTOCOLS/
  CMake: Fix FindWaylandProtocol.cmake
  CMake: Move FindPackage(WaylandProtocols) to root
* Mon Dec 12 2016 dimstar@opensuse.org
- Drop pkgconfig(libsystemd-daemon), pkgconfig(libsystemd-id128),
  pkgconfig(libsystemd-journal) and pkgconfig(libsystemd-login)
  BuildRequires: cmake only checks for the presence of libsystemd.
* Wed Oct 26 2016 sleep_walker@opensuse.org
- bump to 0.0.7
  partially implement xdg-shell v6
  surface: Fix bad use of wlc_size_max
* Tue Sep 27 2016 sleep_walker@opensuse.org
- bump to 0.0.6
  submodule: Update wayland-protocols
  flip vertical coordinates in read_pixels()
  Fix: Inform X11 windows about border size.
  output: Set backend surface only after creation
  cmake: Constant for LINUX doesn't exist
  keymap: Invalidate fd on release
  keymap: Zero out structure on release
  Changes to enable building on FreeBSD. Need to confirm still builds
    and works as expected on Linux!
  Include way-cooler in README
* Tue Aug 02 2016 sleep_walker@opensuse.org
- bump to 0.0.5
  implement wlc_view_get_pid()
  xwm: do not try to focus override_redirect windows
  keyboard: Send focus out only on way<->x11 change
  view: Return visible geo as input area for x views
* Sun Jul 31 2016 sleep_walker@opensuse.org
- bump to 0.0.4
  Bump version to 0.0.4
    HiDPI, surface and subsurface related features and fixes
    s/wlc_resource/wlc_handle/
    Remove spammy debug log.
    add WLC_DRAW_INPUT env var
    xwm features
    (for complete list of changes check git log)
* Mon May 30 2016 sleep_walker@opensuse.org
- drop build requirements of xcb-xevie and xcb-xprint
* Mon May 23 2016 sleep_walker@opensuse.org
- bump to 0.0.3
  view property related changes
  bugfixes
  build related improvements
  use XDG_SEAT instead of seat0
* Thu May 05 2016 sleep_walker@opensuse.org
- removing the changes which doesn't seem to be necessary anymore
* Thu Apr 21 2016 sleep_walker@opensuse.org
- bump to release 0.0.2
- wipe included chck from sources (it is packaged separately)
- add LICENSE and README.rst to package
* Fri Apr 15 2016 sleep_walker@opensuse.org
- new git snapshot (2016-04-10, 309ddb0)
  gles2 related improvements
  bygfixes
* Sat Feb 27 2016 sleep_walker@opensuse.org
- new git snapshot (2016-02-26, 651ebc8)
  add golang and rust bindings
  use system Wayland protocols
* Thu Feb 04 2016 sleep_walker@opensuse.org
- new git snapshot (2016-01-31, faa4d3c)
  xwayland - xwm related changes
  build related changes
  output related changes
- add xcb-ewmh among BuildRequires
- FindWlc.cmake no longer provided
* Wed Jan 20 2016 sleep_walker@opensuse.org
- new git snapshot (2016-01-14, 1bc4558)
  fix touchscreen crashes
  fix repeat keys
* Wed Jan 06 2016 sleep_walker@opensuse.org
- new git snapshot (2016-01-05, e9f20ef)
  close XWayland before closing compositor
  C++ support
  Update keyboard leds when pressed
* Thu Dec 17 2015 sleep_walker@opensuse.org
- new git snapshot (2015-12-15, cff1917)
  xwm: bring focused window always above others
  xwm/output: hack around "invisible" x11 windows
  ...