Commit graph

  • e2c216a4b8 examples/layer-shell.c: check popup exists before drawing Ian Fan 2018-12-29 14:49:37 +0000
  • 69e7fd61b7
    data-control-v1: update to latest protocol proposal emersion 2018-12-30 02:52:03 +0100
  • 340281b48a
    data-control-v1: fix data source not properly destroyed emersion 2018-12-12 11:30:34 +0100
  • a28167c255
    data-control-v1: allow clearing selection emersion 2018-12-12 11:24:32 +0100
  • ae1dd635b1
    data-device: fix dangling listener in seat_client_selection_source_destroy emersion 2018-12-12 11:00:28 +0100
  • aa2dafb7c8
    data-control-v1: fix crash in manager_handle_get_data_control emersion 2018-12-12 10:53:27 +0100
  • 4423630687
    data-control-v1: update protocol to allow NULL selections emersion 2018-12-12 10:01:27 +0100
  • 1e581ad95c
    data-control-v1: fix crash after wlr_data_control_v1_destroy emersion 2018-12-12 09:53:36 +0100
  • 99d879c887
    data-control-v1: initial protocol implementation emersion 2018-12-07 15:50:51 +0100
  • 84c904752f
    Merge pull request #1444 from emersion/edid-phys-size Drew DeVault 2018-12-26 23:32:43 -0600
  • b8460f448c Rename some variables for clarity Alex Maese 2018-12-23 06:50:39 -0600
  • 9b1d9fb91e
    backend/drm: get physical size from libdrm emersion 2018-12-23 10:36:53 +0100
  • ed5296c6cf Protect against redefining MESA_EGL_NO_X11_HEADERS Jente Hidskes 2018-12-22 16:51:29 +0100
  • b6b1bf9490
    Merge pull request #1441 from Timidger/box-parameter-standardize Drew DeVault 2018-12-22 08:51:08 -0500
  • 9af0c5338f
    Standardize the wlr_box input paramaters Timidger 2018-12-21 13:56:10 -0500
  • 5999d0322b Add a listener for when the pointer gets destroyed Alex Maese 2018-12-19 11:32:36 -0600
  • 12d9edc0c9 Address more of @emersion's comments Alex Maese 2018-12-17 16:58:31 -0600
  • e276d310e8 Add unaccelerated pointer values to wlr_event_pointer_motion events Alex Maese 2018-12-17 14:24:07 -0600
  • a803a007fb Address @emersion's comments Alex Maese 2018-12-17 14:04:49 -0600
  • f5ea393bca Remove pointer resource from relative pointer Alex Maese 2018-12-14 09:42:24 -0600
  • d0c940d796 Only send relative motion to correct seat Alex Maese 2018-12-14 09:34:09 -0600
  • 09bdbf24f4 Removed relative pointers from wlr_seat Alex Maese 2018-12-13 23:41:21 -0600
  • f4cf3c0886 Remove wl_client from wlr_relative_pointer_v1 Alex Maese 2018-12-13 02:19:55 -0600
  • a2964a640b Add wlr_relative_pointer_v1.h to meson.build Alex Maese 2018-12-09 19:59:00 -0600
  • 68137dca3f relative_pointer: implementation and code fixes random human 2018-10-04 00:43:35 +0530
  • 42ffa413fb relative_pointer: add relative-pointer example random human 2018-10-03 10:46:24 +0530
  • fb44ce9fa8 relative_pointer: send frame event to pointer for Xwayland random human 2018-10-01 21:49:26 +0530
  • 6fa1777f94 relative_pointer: code formatting fixes random human 2018-10-01 20:33:21 +0530
  • d020344675 relative_pointer: implement protocol events random human 2018-10-01 06:21:32 +0530
  • ba5b1676df relative_pointer: implement protocol requests random human 2018-10-01 03:54:21 +0530
  • 3a3d1b6617 relative_pointer: create skeleton and build random human 2018-09-28 04:43:52 +0530
  • 82d36025e1
    Merge pull request #1440 from sghctoma/fbsd-manifest emersion 2018-12-21 14:33:32 +0100
  • 615b25fafc Fix FreeBSD build manifest sghctoma 2018-12-21 12:22:11 +0100
  • 36ba56140a
    Merge pull request #1439 from ammen99/master emersion 2018-12-20 10:48:23 +0100
  • 96861ccb7a rootston: create foreign toplevel handle before sending outputs Ilia Bozhinov 2018-12-20 10:40:37 +0100
  • c4c1d63a0c
    Merge pull request #1435 from emersion/duplicate-custom-modes emersion 2018-12-16 18:23:36 +0100
  • ff6c4f80b2
    backend/drm: don't insert duplicate custom modes, fix refresh rate emersion 2018-12-16 11:06:46 +0100
  • 6d4bfa3226
    Merge pull request #1377 from tokyovigilante/switch-events emersion 2018-12-15 19:54:25 +0100
  • f8129ecbc5 Remove unused variables Ryan Walklin 2018-12-15 14:59:51 +1100
  • 282fcd458c Improve event matching logic Ryan Walklin 2018-12-15 14:57:25 +1100
  • 8f5ec5e2bb Fix style nits Ryan Walklin 2018-12-15 14:57:12 +1100
  • 810c7b700c Working switches in rootston: Ryan Walklin 2018-11-28 20:03:42 +0000
  • 62a9cf87fa Remove debug logs Ryan Walklin 2018-11-26 21:11:56 +0000
  • cd7a6daf48 Update config struct, reduce complexity and correctly parse config.ini Ryan Walklin 2018-11-26 22:08:20 +0100
  • cc656670b2 Remove redundant signal in seat.c Ryan Walklin 2018-11-25 14:43:22 +0100
  • 2a7edfa24c Factor out binding command execution to separate file Ryan Walklin 2018-11-25 14:39:53 +0100
  • 2a3c62b4d2 [WIP][DONTMERGE]Add support for libinput_switch input devices Ryan Walklin 2018-11-14 23:24:55 +0000
  • 8a56b96c55
    Merge pull request #1434 from martinetd/xwayland_clearenv emersion 2018-12-13 08:13:23 +0100
  • 384642b394 xwayland: remove clearenv() call Dominique Martinet 2018-12-13 08:35:23 +0900
  • ef9506b0bc
    Merge pull request #1433 from ammen99/fix-layer-shell-unconstrain Drew DeVault 2018-12-12 07:48:21 -0500
  • 07865104e1 xdg-popup: fix wlr_xdg_popup_get_toplevel_coords() Ilia Bozhinov 2018-12-12 08:51:13 +0100
  • 6161a153c8
    Merge pull request #1426 from emersion/drm-disappear-index Drew DeVault 2018-12-09 12:54:52 -0500
  • 25b150352c
    Merge pull request #1429 from emersion/primary-serial-validation Drew DeVault 2018-12-09 10:44:50 -0500
  • c2113decb3
    gtk-primary-selection: warn when offering MIME type after set_selection emersion 2018-12-09 12:42:27 +0100
  • 8c573bc7c6
    gtk-primary-selection: basic serial validation emersion 2018-12-09 12:38:35 +0100
  • fec88770dd backend/drm: Fix uninitialized variable Scott Anderson 2018-12-09 22:55:53 +1300
  • efdd4d6ea2 backend/drm: Improve encoder logic Scott Anderson 2018-12-09 22:48:00 +1300
  • f8056a0350
    backend/drm: fix disappeared output indices emersion 2018-12-09 10:05:03 +0100
  • 3699496256
    Merge pull request #1201 from ammen99/master emersion 2018-12-09 00:36:00 +0100
  • 16175751d6 examples: add wlr_foreign_toplevel_management_v1 example Ilia Bozhinov 2018-11-29 11:31:17 +0100
  • 8cce2d75a9 rootston: add support for wlr_foreign_toplevel_management_v1 Ilia Bozhinov 2018-10-02 13:08:23 +0200
  • f387a840d8 rootston: add title/app_id/class listeners Ilia Bozhinov 2018-08-25 22:46:55 +0300
  • 5b1b9657bf types: implement wlr_foreign_toplevel_management_v1 Ilia Bozhinov 2018-08-25 22:27:11 +0300
  • e75075dfa2
    Merge pull request #1422 from emersion/dmabuf-export-destroy Drew DeVault 2018-12-06 18:03:42 -0500
  • 20f5fc9e2e
    Merge pull request #1413 from emersion/logind-session-logs Drew DeVault 2018-12-06 18:03:33 -0500
  • 1256314afe
    export-dmabuf-v1: add missing destroy request handler emersion 2018-12-06 19:07:02 +0100
  • e23fe328a6
    backend/session/logind: improve logging emersion 2018-12-04 19:57:17 +0100
  • 8cb4df2a30
    Merge pull request #1416 from kragniz/rootston-use-box Drew DeVault 2018-12-06 07:30:19 -0500
  • e539a8b208
    Merge pull request #1419 from emersion/ci-alpine Drew DeVault 2018-12-06 07:27:19 -0500
  • 0f3a061f60
    rootston: use box for views position Louis Taylor 2018-12-05 09:01:25 +0000
  • 7a2cef1ad0
    ci: add Alpine build emersion 2018-12-05 10:42:34 +0100
  • d703ae45dd
    rootston: use int for width, height Louis Taylor 2018-12-05 08:58:51 +0000
  • fdb67ff63b
    Merge pull request #1415 from emersion/tablet-seat-leak Drew DeVault 2018-12-04 18:20:46 -0500
  • bf66e29973
    Merge pull request #1410 from emersion/xdg-surface-destroy Drew DeVault 2018-12-04 18:20:21 -0500
  • 4fadde362f
    Merge pull request #1412 from emersion/drm-vla-overflow Drew DeVault 2018-12-04 18:19:55 -0500
  • 3ca7ca5306
    tablet-v2: fix wlr_tablet_seat_v2 leak emersion 2018-12-04 20:06:38 +0100
  • 491f1dbf75
    backend/drm: fix VLA overflow emersion 2018-12-04 18:56:29 +0100
  • 5515faa197
    xdg-shell: emit xdg_surface destroy when role object is destroyed emersion 2018-12-04 13:42:29 +0100
  • 3efc6bc363
    Merge pull request #1409 from Duncaen/wlr_pointer_constraints Drew DeVault 2018-12-03 13:42:21 -0500
  • e584857fa9 Install wlr_pointer_constraints_v1.h Duncaen 2018-12-03 18:44:16 +0100
  • 273e110b74
    Merge pull request #1403 from emersion/swap-buffers-damage-coords Drew DeVault 2018-12-02 13:17:24 -0500
  • 8887508fed
    Merge pull request #1397 from emersion/refactor-primary-selection Drew DeVault 2018-12-02 13:16:50 -0500
  • 3f5f4cec88
    Merge pull request #1404 from saimen/bump-version-number emersion 2018-12-01 11:26:29 +0100
  • 92e39b586c build: bump versino to 0.2.0 Simon Barth 2018-12-01 11:17:32 +0100
  • 6aaefad40d
    output: switch swap_buffers damage to output-buffer-local coords emersion 2018-12-01 10:56:35 +0100
  • 9f0720c03a
    primary-selection: introduce wlr_primary_selection_source emersion 2018-11-28 16:37:35 +0100
  • a22311ec76
    Merge pull request #1400 from emersion/xcursor-fixes Drew DeVault 2018-11-28 07:42:44 -0500
  • 3033f33a1d
    Merge pull request #1399 from emersion/fix-wl-backend-zero-vla Drew DeVault 2018-11-28 07:41:55 -0500
  • b3f51e39f8 view_at: remove unused variable Louis Taylor 2018-11-27 20:26:02 +0000
  • 14f45c056f
    xcursor: Support XDG user data dir location Cosimo Cecchi 2018-11-27 23:21:07 +0100
  • e7fba556a8
    xcursor: fix crash when encountering cursor themes with circular dependencies Philipp Ludwig 2018-11-27 23:19:26 +0100
  • 408e2a77e9
    backend/wayland: fix zero-length VLA emersion 2018-11-27 23:18:12 +0100
  • 658b590567
    gtk-primary-selection: fix segfault when no focus emersion 2018-11-27 21:09:41 +0100
  • bfa7f4ee0d
    gtk-primary-selection: use impl pattern for sources emersion 2018-11-27 20:16:55 +0100
  • cbe42d1006
    gtk-primary-selection: remove offer struct emersion 2018-11-27 19:45:39 +0100
  • f001f98cef
    gtk-primary-selection: refactor everything, untie from seat emersion 2018-11-27 18:41:46 +0100
  • b1d820c492 Correct WLR_BUTTON_PRESSED to WLR_KEY_PRESSED Louis Taylor 2018-11-26 22:35:20 +0000
  • 05bb440786
    Merge pull request #1387 from emersion/rename-gtk-primary-selection Drew DeVault 2018-11-26 18:36:23 -0500
  • a2b8d47ff2
    Merge pull request #1384 from emersion/data-multiple-devices Drew DeVault 2018-11-26 18:25:59 -0500
  • ed1ffddba8
    Merge pull request #1396 from emersion/fix-destroyed-subsurface Drew DeVault 2018-11-26 18:24:23 -0500