Commit Graph

  • 9914784594 wlr_xdg_toplevel: reparent on parent unmap Brian Ashworth 2019-08-14 20:36:08 -0400
  • 8d2ea9544b backend/drm: fix missing plane formats Simon Ser 2019-08-14 21:53:10 +0300
  • 540e23d102 Revert "render/drm: keep old drm_format if realloc fails" Drew DeVault 2019-08-12 19:53:39 +0900
  • 82f48b8912 examples: remove duplicated condition Antonin Décimo 2019-08-10 19:18:20 +0200
  • 8d5f27ef25 xwayland: prevent possible array overrun Antonin Décimo 2019-08-09 16:34:50 +0200
  • e7f1aa30dd backend/wayland: check if zxdg_toplevel_decoration_v1 is not NULL Antonin Décimo 2019-08-09 16:23:10 +0200
  • 217cf18a4b Avoid loss of a fractional part Antonin Décimo 2019-08-09 15:54:17 +0200
  • 39c5d93dea backend/drm: use UINT64_C for uint64_t literals Antonin Décimo 2019-08-09 15:20:52 +0200
  • 68b4a5305e backend/session: non-void function should return a value Antonin Décimo 2019-08-09 15:36:35 +0200
  • 0695324de7 xdg_shell: remove variable self-assignment Antonin Décimo 2019-08-09 15:29:33 +0200
  • 8f3d73e3a3 wlr_surface: condition is always false Antonin Décimo 2019-08-09 16:26:28 +0200
  • b400c26b23 Simplify check Antonin Décimo 2019-08-09 15:41:51 +0200
  • 3fc977d7da Fix memory leak Antonin Décimo 2019-08-09 15:31:33 +0200
  • 820800a5ab xcursor: avoid leak and loss of all cursors if cursors realloc fails Antonin Décimo 2019-08-09 16:48:33 +0200
  • c1be9b6945 render/drm: keep old drm_format if realloc fails Antonin Décimo 2019-08-09 14:59:42 +0200
  • 52037d13f7 wlr_xdg_popup: don't treat all surfaces of grabbing client as grabbing surfaces Sebastian Krzyszkowiak 2019-08-08 04:05:08 +0200
  • 78d96009e4 wlr_xdg_popup: grab touch events alongside pointer and keyboard Sebastian Krzyszkowiak 2019-08-08 03:51:15 +0200
  • 40d17c1305 wlr_seat_touch: add a way for a grab to ignore a touch point Sebastian Krzyszkowiak 2019-08-08 03:49:59 +0200
  • 94f65e354d Add libinput-1.14 support Drew DeVault 2019-08-09 10:18:54 +0900
  • 58b2584863 Remove rootston Drew DeVault 2019-08-09 08:34:59 +0900
  • 913cac1835 wlr_input_method_v2: Remove input method's resource from the list on destroy Sebastian Krzyszkowiak 2019-08-07 15:25:26 +0200
  • 01f903874b Revert "output: atomic mode" Rouven Czerwinski 2019-08-07 08:11:38 +0200
  • 4d36cc86eb backend/drm: destroy output immediately Rouven Czerwinski 2019-08-02 19:11:23 +0200
  • 6396710976 xdg-output: add support for xdg-output-unstable-v1 version 3 Simon Ser 2019-07-18 17:18:55 +0300
  • ee5f98ad49 output: atomic mode, enabled, scale and transform Simon Ser 2019-07-18 21:38:12 +0300
  • d20aee6c9d export-dmabuf-v1: fix segfault on output disable Jason Francis 2019-07-27 19:34:09 -0400
  • 724b5e1b8d screencopy: send failed after output disconnect Jason Francis 2019-07-27 19:31:37 -0400
  • ce3e413e83 screencopy: fix segfault on disabled output Jason Francis 2019-07-27 19:20:49 -0400
  • ca45f4490c Remove all wayland-server.h includes Simon Ser 2019-07-27 11:53:54 +0300
  • 76ef089f52 output: drop wlr_output_mode.flags Simon Ser 2019-07-19 22:42:37 +0300
  • bb05617414 Use -fmacro-prefix-map to strip build path Manuel Stoeckl 2019-07-16 13:04:27 -0400
  • 9e8f952997 text_input: Don't forget to send enter events Guido Günther 2019-07-17 11:45:17 +0200
  • 415267ac13 backends/x11: Touch support Sebastian Krzyszkowiak 2019-07-15 23:36:21 +0200
  • 2d4bc66f11 wlr_touch: Declare wlr_touch_impl usage as const Sebastian Krzyszkowiak 2019-07-15 22:54:39 +0200
  • 692a16cef7 layer-shell: Reject requests on gone surfaces Guido Günther 2019-07-16 14:44:50 +0200
  • 91752e8285 layer-shell: Remove unused event source Guido Günther 2019-07-16 14:21:45 +0200
  • 28cc1730e8 xdg_shell(_v6): Take maximize/fullscreen state into account on view init Sebastian Krzyszkowiak 2019-07-12 14:08:29 +0200
  • 6345000b92 seat: Move focus back to first shell surface when unfocusing layer surface Sebastian Krzyszkowiak 2019-07-11 01:42:43 +0200
  • df3f0ffbb0 wlr_seat_touch: Don't destroy touch point with surface Guido Günther 2019-06-28 11:07:45 +0200
  • c2fb8a84a2 wlr_seat: special-case first serial set use Manuel Stoeckl 2019-06-29 20:40:45 -0400
  • 1ef0c03a46 wlr_tablet_v2: Register event serials Manuel Stoeckl 2019-06-29 10:10:24 -0400
  • 1d78bae19d wlr_pointer_gestures: Register event serials Manuel Stoeckl 2019-06-29 10:10:11 -0400
  • ded441ffd5 wlr_seat: Fix edge cases with serial validation Manuel Stoeckl 2019-06-29 09:15:23 -0400
  • edb30a6828 Implement serial validation for selection requests Manuel Stoeckl 2019-06-27 15:43:58 -0400
  • fb739b8293 output-damage: set needs swap only when we have new damage Ilia Bozhinov 2019-06-24 16:57:45 +0200
  • d10072e76c backend: drm: switch to pageflip_handler_2 Rouven Czerwinski 2019-06-26 17:14:31 +0200
  • 0b1f9439ba virtual_keyboard: Require keymap before accepting keycodes Dorota Czaplejewicz 2019-06-24 13:59:03 +0000
  • 46dc4100d6 backend/drm: Exit-early if 0 crtcs Scott Anderson 2019-06-24 13:52:23 +1200
  • b3f42548d0 backend/drm: Simplify object matching code Scott Anderson 2019-06-21 18:06:21 +1200
  • d80acadfd8 Support pointer-gestures on Wayland backend Greg V 2019-06-21 01:48:19 +0300
  • 5027b23dc2 x11: Send a frame event on the pointer after button events Dorota Czaplejewicz 2019-06-17 09:48:55 +0000
  • ce3f4c3fe1 output: remove wlr_output_impl.transform Simon Ser 2019-06-16 12:35:40 +0300
  • 33127c545b output: reset the pending state on failed commit Simon Ser 2019-06-16 10:19:34 +0300
  • 06a13203dd Use a set to track pointer button state. Ashkan Kiani 2019-06-15 11:08:53 -0700
  • b85f0cbff9 Remove WLR_DRM_NO_ATOMIC_GAMMA workaround Scott Anderson 2019-06-11 13:42:05 +1200
  • d201fc3506 backend/drm: add support for multiplanar BOs Simon Ser 2019-05-26 17:45:21 +0300
  • e8057bb60c backend/drm: fallback to drmModeAddFB2 Simon Ser 2019-05-26 17:38:35 +0300
  • e07ffaa249 output-damage: support direct scan-out Simon Ser 2019-05-25 20:13:36 +0300
  • 6c659da98b output: introduce wlr_output_lock_attach_render Simon Ser 2019-05-25 18:51:28 +0300
  • e554c593f9 output: refuse to scan-out if software cursors are used Simon Ser 2019-05-04 12:33:47 +0300
  • 67cd84de45 rootston: add support for direct scan-out Simon Ser 2019-04-29 23:28:39 +0300
  • d1766547bd backend/drm: reject DMA-BUFs with flags Simon Ser 2019-05-04 12:10:29 +0300
  • 44ba603c0e backend/drm: hold buffers while scanning out Simon Ser 2019-05-04 12:07:37 +0300
  • ff6b352d75 output: save buffer in pending state Simon Ser 2019-05-04 11:53:40 +0300
  • afe7b207d5 output: fix attach_buffer semantics Simon Ser 2019-04-29 23:25:47 +0300
  • 1d222309b8 output: change set_dmabuf to attach_buffer Simon Ser 2019-04-29 22:04:18 +0300
  • 493804e421 buffer: add wlr_buffer_get_dmabuf Simon Ser 2019-04-29 22:33:46 +0300
  • 6dbdf5db34 render/dmabuf: add wlr_dmabuf_attributes_copy Simon Ser 2019-04-29 22:32:35 +0300
  • 5c78f1b0d5 backend/drm: strip alpha channel on scan-out Simon Ser 2019-04-22 09:08:10 +0300
  • e516ea4c79 backend/drm: check format when scanning out DMA-BUF Simon Ser 2019-04-09 23:36:35 +0300
  • 96d6fde5dc backend/drm: add basic support for direct scan-out emersion 2019-03-29 21:27:12 +0200
  • 3dec88e455 Remove orbital screenshooter and gamma-control Simon Ser 2019-06-02 13:37:34 +0300
  • abddd7b4db
    Merge pull request #1713 from Emantor/fix/legacy_null_modeset Scott Anderson 2019-06-02 08:28:47 +0000
  • 96e9c0f9c8 drm: legacy: issue a NULL modeset on disable Rouven Czerwinski 2019-06-02 09:43:16 +0200
  • 6dfe238ff1 zwp_virtual-keyboard: fix mmap error handling Brian Ashworth 2019-05-30 23:38:48 -0400
  • a5e32f652b wlr_output: remove idle_done on output destroy Rouven Czerwinski 2019-05-30 08:09:11 +0200
  • 0ab1bb623e
    Merge pull request #1705 from rindeal/patch-2 Scott Anderson 2019-05-22 23:42:46 +0000
  • 151b7d1d94 session/logind: check for XDG_SESSION_ID first Jan Chren 2019-05-22 15:25:42 +0200
  • aa39dbd1e7
    Merge pull request #1704 from rindeal/patch-2 Scott Anderson 2019-05-22 12:50:47 +0000
  • e04e1ba197
    session/logind: specify seat exactly Jan Chren 2019-05-22 14:43:13 +0200
  • 461c4f58a6 rootston: remove duplicated include Silvan Jegen 2019-05-19 18:44:58 +0200
  • 522ddd93f1
    Merge pull request #1696 from RedSoxFan/logind-stay-active-on-gone Scott Anderson 2019-05-15 04:34:08 +0000
  • a68c7c0c8d Fixes #1689 RDP RemoteFX crash Michiel 2019-05-05 20:24:16 +0100
  • 03346cb28f output: clear output->damage on successful commit Ilia Bozhinov 2019-05-13 14:07:00 +0200
  • 90c284bded session/logind: keep active for pause_device gone Brian Ashworth 2019-05-13 10:43:35 -0400
  • 107a1789ea render/gles2: print GL_RENDERER Simon Ser 2019-05-07 19:44:05 +0300
  • 947d5ff481 backend/wayland: remove wl_shm Simon Ser 2019-05-06 19:08:30 +0300
  • 292d20e4c1 backend/wayland: use xdg-decoration-unstable-v1 Simon Ser 2019-05-06 19:06:31 +0300
  • 6ae6b5dbb6 Test RDP backend on FreeBSD as well Jan Beich 2019-05-03 16:50:06 +0000
  • c0305f4f86 Update version to 0.6.0 Drew DeVault 2019-05-03 11:55:46 -0400
  • cf3b083c32 ci: enable Meson auto features Simon Ser 2019-04-29 19:10:09 +0300
  • 937e0e7937 backend/noop: disallow rendering Simon Ser 2019-04-29 19:21:37 +0300
  • 27a87ac586 Switch to system epoll-shim.pc in FreeBSD build Jan Beich 2019-04-25 06:19:15 +0000
  • 22dd7d3731 examples: add fullscreening to foreign-toplevel.c Ilia Bozhinov 2019-04-26 17:10:47 +0200
  • 8cc0859814 rootston: add support for foreign-toplevel fullscreening Ilia Bozhinov 2019-04-26 17:10:21 +0200
  • 4e6c17a7c9 foreign-toplevel: support fullscreen state and request Ilia Bozhinov 2019-04-26 17:09:43 +0200
  • a656e486f4 seat: fallback to v6 if libwayland 1.17 isn't available Simon Ser 2019-04-27 20:02:19 +0300
  • d7ef3a1f38 xdg-output: schedule a wl_output.done event on update Simon Ser 2019-04-27 12:32:40 +0300
  • bde5a1f4ea output: introduce wlr_output_schedule_done Simon Ser 2019-04-27 12:25:40 +0300
  • 8b1220f5a3 rootston: fix damage tracking debug mode Simon Ser 2019-04-27 17:41:01 +0300