Revisions of wlroots

Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 30)
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 29)
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 28)
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 27)
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 26)
- Update to 0.11.0:
  * build: replace version with soversion (#2005)
  * Fix wl_output_transform rotation direction, and composition (#2023)
  * backend/drm: add support for custom modes (#1881)
  * Introduce wlr_client_buffer (#2043)
  * Augment wlr_buffer to support swapchains (#2044)
  * output: remove wlr_output_impl.schedule_frame (#2046)
  * output: replace wlr_output.damage with a damage event (#2065)
  * Implement the viewporter protocol (#2092)
  * output: introduce wlr_output_test (#2097)
  * output: fix blurred hw cursors with fractional scaling (#2107)
  * Texture improvements (#2139)
  * xwayland: split server (#2175)
  * Make wlr_xcursor_manager_load() return a bool (#2195)
  * output: make wlr_output_set_gamma atomic (#2196)
  * Allow keyboard and pointer grabs to hook clear_focus() (#2217)
  * backend/drm: atomic improvements (#2238)
  * render: choose DMA-BUF texture target via eglQueryDmaBufModifiersEXT (#2255)
  * output: fix dangling renderer context after wlr_output_preferred_read_format (#2292)
  * layer-shell: remove unused surface list (#2309)
  * For details see: https://github.com/swaywm/wlroots/releases/tag/0.11.0
- Remove 0001-Declare-wlr_seat-globals-as-extern.patch: in new release

- Add viewport-implementation.patch:
  To be able to compile sway 1.5 RC1 which depends on unreleased
  wlroots
buildservice-autocommit accepted request 812479 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 25)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 812468 from Denis Kondratenko's avatar Denis Kondratenko (dkondratenko) (revision 24)
- Add -fno-common patch in order to address boo#1160244
  * 0001-Declare-wlr_seat-globals-as-extern.patch
  * https://github.com/swaywm/wlroots/pull/2013
buildservice-autocommit accepted request 784165 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 23)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 784094 from Max Lin's avatar Max Lin (mlin7442) (revision 22)
fix Leap build
buildservice-autocommit accepted request 783681 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 21)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 20)
- Update to 0.10.1:
  * xdg-shell: fix popups rendered outside of the screen
  * meson: Fix protocol includes for compositor examples
  * examples: Fix compositor-examples
  * xwayland: ignore pointer focus changes
buildservice-autocommit accepted request 766500 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 19)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 18)
- Update to 0.10.0:
  * The RDP backend has been removed entirely in favor of solutions
    like wayvnc
  * Code cleanups and bug fixes
buildservice-autocommit accepted request 765771 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 17)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 16)
- Update to 0.9.1:
  * virtual-pointer: Actually use the value passed to axis_discrete
  * xwm: allow applications to change focus between their own surfaces
  * backend/wayland: fix frame callback not registered
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 15)
- Update to 0.9.0:
  * layer_shell: set layer of existing surface #1842
  * backend/drm: add support for custom modes #1881
  * Simplify globals implementation by removing destructors #1915
  * Improve presentation-time API #1919
  * output: re-introduce atomic mode, enabled, scale and transform #1797
  * See for details: https://github.com/swaywm/wlroots/releases/tag/0.9.0
- Changes form 0.8.0:
  * presentation_feedback: add the sampled state
  * See for details: https://github.com/swaywm/wlroots/releases/tag/0.8.0
buildservice-autocommit accepted request 726417 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 14)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 13)
- Update to 0.7.0:
  * backend: touch: Assign good ids to single touch devices
  * backend: touch: Fixup incomplete patch for single touch devices.
  * render/drm: keep old drm_format if realloc fails
  * xcursor: avoid leak and loss of all cursors if cursors realloc fails
  * Fix memory leak
  * Simplify check
  * wlr_surface: condition is always false
  * xdg_shell: remove variable self-assignment
  * backend/session: non-void function should return a value
  * backend/drm: use UINT64_C for uint64_t literals
  * Avoid loss of a fractional part
  * backend/wayland: check if zxdg_toplevel_decoration_v1 is not NULL
  * xwayland: prevent possible array overrun
  * examples: remove duplicated condition
  * Use a set to track pointer button state.
  * session/logind: keep active for pause_device gone
  * zwp_virtual-keyboard: fix mmap error handling
  * wlr_xdg_toplevel: reparent on parent unmap
  * wlr-layer-shell-v1: destroy xdg popups on unmap
  * x11: Send a frame event on the pointer after button events
  * virtual_keyboard: Require keymap before accepting keycodes
  * Remove rootston
  * Add libinput-1.14 support
  * Revert "render/drm: keep old drm_format if realloc fails"
  * Add _incr_version to contrib/
  * Support pointer-gestures on Wayland backend
  * wlr_seat_touch: Don't destroy touch point with surface
  * layer-shell: Remove unused event source
  * layer-shell: Reject requests on gone surfaces
buildservice-autocommit accepted request 707383 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 12)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 11)
- Update to 0.6.0:
  * We have removed the long-deprecated wl_shell implementation from wlroots.
  * output: refactor frame submission API
  * output: remove lx, ly
  * Rename lid_switch to switch_device to disambiguate lid and tablet mode switches
  * Add FreeRDP backend for remote desktop support
- Remove wlroots-0.3-libinput-include.patch: not needed anymore
Displaying revisions 41 - 60 of 70
openSUSE Build Service is sponsored by