Commit graph

  • 821cf92498 wl-shell: fix popup grab Tony Crisci 2017-10-10 12:20:39 -0400
  • f7e7f6271d wl-shell: cleanup Tony Crisci 2017-10-10 10:54:10 -0400
  • 1b2742d0b2 bug: emit surface new event later Tony Crisci 2017-10-10 10:28:43 -0400
  • fe3c6c929b wl-shell: popup input handling Tony Crisci 2017-10-10 10:00:09 -0400
  • d4c065e59b wl_shell: map transient surfaces closer to parent Tony Crisci 2017-10-09 18:36:11 -0400
  • 22a16a59ca wl-shell: basic pointer grab Tony Crisci 2017-10-09 06:16:51 -0400
  • cd1204f71f wl-shell: render popups in the right place Tony Crisci 2017-10-08 16:49:37 -0400
  • fbddc81b59 Merge pull request #254 from versusvoid/fix-frame-callback-double-free Drew DeVault 2017-10-10 08:37:19 -0400
  • 5e65f95389 Merge pull request #255 from versusvoid/upload-texture-on-surface-commit Drew DeVault 2017-10-10 08:36:28 -0400
  • d3af2c09c2 Destroy callbacks before callback list reinitialization Versus Void 2017-10-10 13:16:56 +0300
  • a6db47196c Upload texture on surface commit Versus Void 2017-10-10 11:18:38 +0300
  • c39bfe7f84 Merge pull request #206 from emersion/client-cursor Drew DeVault 2017-10-09 17:56:05 -0400
  • 1c3c2ff90a Merge pull request #250 from acrisci/feature/surface-finder-to-wlr Drew DeVault 2017-10-09 17:28:27 -0400
  • b9aee31f58 Merge pull request #251 from acrisci/bug/null-buffer-commit Drew DeVault 2017-10-09 17:28:20 -0400
  • 100b39c608 bug: null buffer commit detection Tony Crisci 2017-10-09 17:19:17 -0400
  • 654e2ccd6b move surface finder functions to wlroots Tony Crisci 2017-10-09 16:51:55 -0400
  • b1cba36aeb
    Call frame_callback_list after rendering the cursor emersion 2017-10-09 19:34:56 +0200
  • 8f7962ed44
    Do not commit surface on set_cursor, breaks GTK+ apps emersion 2017-10-09 15:45:46 +0200
  • b76e64e7bf
    Fix cleanup old cursor surface in wlr_output_set_cursor_surface emersion 2017-10-09 15:23:58 +0200
  • d0d6413772 Merge pull request #220 from versusvoid/optional-xwayland Drew DeVault 2017-10-09 08:09:03 -0400
  • 8492174088
    Switch back to compositor cursor when switching from one view to another emersion 2017-10-09 13:12:38 +0200
  • f44c44502d
    Check client is focused before setting client cursor emersion 2017-10-09 13:06:53 +0200
  • 4d157fe5de
    Switch back to compositor cursor when leaving view emersion 2017-10-09 12:51:28 +0200
  • 7aa0e949b3 Merge pull request #248 from Timidger/wlr_keyboard-include-fix Drew DeVault 2017-10-08 21:58:25 -0400
  • 3abf713e35 Fixed include in wlr_keyboard.h Timidger 2017-10-08 18:55:59 -0700
  • edafc021bc Merge pull request #247 from ascent12/dash-fix Drew DeVault 2017-10-08 19:35:08 -0400
  • bb10f21601 Fix glgen to be more POSIX corformant Scott Anderson 2017-10-09 12:02:41 +1300
  • c4c948c5d9
    Use attach x,y when computing hotspot, set sx,sy in surface_attach emersion 2017-10-09 00:08:54 +0200
  • 008e1d596d
    Fix cursor stride emersion 2017-10-09 00:02:21 +0200
  • c7a4346bfc
    Hide cursor when surface == NULL emersion 2017-10-08 23:39:38 +0200
  • bceaee6eb7
    Stop listening to cursor surface when manually setting cursor data emersion 2017-10-08 23:29:04 +0200
  • cebb202f7d
    Set and check cursor surface role emersion 2017-10-08 23:24:57 +0200
  • 39fd218443 Merge pull request #245 from acrisci/bug/commit-empty-buffer Drew DeVault 2017-10-08 17:15:42 -0400
  • 8a77d1b6a2
    Listen to cursor surface commit & destroy events emersion 2017-10-08 23:11:59 +0200
  • 761b35339e bug: handle commit empty buffer Tony Crisci 2017-10-08 17:03:27 -0400
  • 17354b630a
    Read surface buffer to set output cursor emersion 2017-10-08 22:30:31 +0200
  • 9b83caa658
    Add wlr_output_set_cursor_surface emersion 2017-10-08 21:21:06 +0200
  • 65d57920e5
    rootston: handle request_set_cursor emersion 2017-10-07 10:55:17 +0200
  • 78d3582b70
    Add request_set_cursor event emersion 2017-10-05 13:11:51 +0200
  • 3f4ccd0558 Merge pull request #244 from emersion/rename-surface-events Tony Crisci 2017-10-08 13:28:26 -0400
  • 7b6d785f52
    Rename wlr_surface->signals to events emersion 2017-10-08 19:12:28 +0200
  • 74d31983b5 Center views on focused output Drew DeVault 2017-10-08 13:02:08 -0400
  • 82a6598ca7 Merge pull request #243 from acrisci/feature/input-bounds Drew DeVault 2017-10-08 12:52:53 -0400
  • 8dcf3bfdf7 Merge pull request #239 from emersion/center-views Drew DeVault 2017-10-08 12:51:42 -0400
  • db15ab77b4 use input bounds for pointer events Tony Crisci 2017-10-08 12:33:39 -0400
  • b72da6cc44
    Only center toplevel xdg shell views emersion 2017-10-08 18:21:39 +0200
  • 518ef46ef2
    Activate new views emersion 2017-10-08 18:19:05 +0200
  • e66e18f4de
    Only center toplevel wl_shell views emersion 2017-10-08 18:02:11 +0200
  • 3774d6c2c0
    Center wl shell views emersion 2017-10-08 17:59:38 +0200
  • 3c6f2f29bf
    Do not remove the commit listener emersion 2017-10-08 17:28:19 +0200
  • 9e1ff2dce9 Merge pull request #140 from emersion/screenshooter Drew DeVault 2017-10-08 10:06:41 -0400
  • 1908d88fab Merge pull request #236 from ascent12/gl-loader Drew DeVault 2017-10-08 10:04:33 -0400
  • 2f36e78de1 Merge pull request #240 from acrisci/feature/x11-backend-axis Drew DeVault 2017-10-08 10:01:22 -0400
  • e3342927a3 Merge pull request #241 from acrisci/feature/x11-backend-output-global Drew DeVault 2017-10-08 10:01:11 -0400
  • 2f2392c39e x11-backend: create wlr output global Tony Crisci 2017-10-08 09:53:53 -0400
  • 6d9b4f330e x11-backend: axis events Tony Crisci 2017-10-08 09:28:23 -0400
  • d09d01236b
    Center xdg shell views emersion 2017-10-08 12:17:25 +0200
  • c0e5feea37 Add GL/EGL extension loader generator Scott Anderson 2017-10-08 13:19:25 +1300
  • 0ce3135304
    Move read_pixels from output to renderer emersion 2017-10-08 02:11:56 +0200
  • 543601e86c Merge pull request #183 from acrisci/feature/xdg-popup Drew DeVault 2017-10-07 17:40:46 -0400
  • 1225a402d0 Merge pull request #234 from acrisci/feature/clipboard Drew DeVault 2017-10-07 17:03:36 -0400
  • 906ed92e31 Merge pull request #235 from acrisci/bug/subsurface-location Drew DeVault 2017-10-07 17:03:14 -0400
  • 117586c872 bug: fix a subsurface location calculation Tony Crisci 2017-10-07 16:53:10 -0400
  • 9721dc80e1 wlr-data-source: cleanup Tony Crisci 2017-10-07 16:41:45 -0400
  • 1fd81ebf2d wlr-data-source: add set_actions stub Tony Crisci 2017-10-07 16:39:03 -0400
  • 51de398885 bug: fix clipboard Tony Crisci 2017-10-07 16:33:09 -0400
  • d61621e2fa wlr-data-device-mgr: cleanup Tony Crisci 2017-10-07 14:38:13 -0400
  • 55c063f440
    Remove examples/compositor.c, re-added by mistake emersion 2017-10-07 19:37:49 +0200
  • e4a8831bf1
    Fix GCC build emersion 2017-10-07 19:30:00 +0200
  • c9909a45ab
    Code style emersion 2017-10-07 19:22:55 +0200
  • 63af97800f
    Use ImageMagick to write PNG screenshot emersion 2017-10-07 19:12:47 +0200
  • 4f848000af Merge branch 'master' into feature/xdg-popup Tony Crisci 2017-10-07 13:04:04 -0400
  • a87f016017
    Remove cairo dependency, write raw pixels emersion 2017-10-07 19:01:11 +0200
  • 4680943e74 xdg-seat: keyboard grabs Tony Crisci 2017-10-07 11:02:11 -0400
  • b27b6cd69c
    Check wl_shm_buffer format emersion 2017-10-07 18:25:27 +0200
  • 4374c52135
    Free screenshot state emersion 2017-10-07 13:09:55 +0200
  • ecd5263d4d
    Flip screenshots emersion 2017-10-07 12:22:48 +0200
  • d4cc82f11a
    Call glReadPixels right before swapping buffers emersion 2017-10-07 12:01:21 +0200
  • 05096ab458
    rootston: create screenshooter interface emersion 2017-10-07 11:07:51 +0200
  • 3eefd75e7e
    Rebase wlr_drm_connector_read_pixels emersion 2017-10-07 11:03:53 +0200
  • d0db6a80ab
    Add post_frame event to wlr_output, use wlr_drm_plane_make_current in wlr_drm_output_read_pixels emersion 2017-09-09 11:32:03 +0200
  • 35f9700251
    First attempt to implement screenshooter emersion 2017-09-08 18:09:09 +0200
  • 1c8b72e0cd
    Add screenshooter skeleton emersion 2017-09-07 17:31:30 +0200
  • 321c26c2a3 Merge pull request #228 from emersion/no-modes Drew DeVault 2017-10-07 09:56:04 -0400
  • 2ffa4f3fce
    When output has no modes, send one anyway emersion 2017-10-07 14:01:25 +0200
  • 9cab66f0f9 Make xwayland compile-time optional Versus Void 2017-10-06 21:50:25 +0000
  • decd87043f Add config option to disable Xwayland Versus Void 2017-10-06 09:41:50 +0300
  • 08ccc7f653 Merge pull request #221 from versusvoid/wayland-xkb_state_update_mask Drew DeVault 2017-10-06 15:16:10 -0400
  • 568b270cdf Use xkb_state_update_mask() with Wayland backend Fix #158 Versus Void 2017-10-06 12:03:34 +0300
  • b351e0a950 Merge pull request #224 from emersion/rootston-commands Drew DeVault 2017-10-06 11:13:37 -0400
  • f402598ee1
    Match default keybindings with sway's emersion 2017-10-06 17:10:24 +0200
  • fbca280949
    Unset input->active_view when view is destroyed emersion 2017-10-06 16:51:16 +0200
  • b21f783c34
    Disconnect wl_shell clients when closing emersion 2017-10-06 16:44:55 +0200
  • ecc0f712af
    Update rootston.ini.example emersion 2017-10-06 16:09:43 +0200
  • 69aff9b35e
    Implement wlr_xdg_toplevel_v6_send_close emersion 2017-10-06 15:58:49 +0200
  • 972e9dbd1b
    Add close command, add close for xwayland emersion 2017-10-06 15:39:39 +0200
  • 8ff548cdba
    Require exec prefix to execute shell commands emersion 2017-10-06 15:04:05 +0200
  • 6aafc2f61a Merge pull request #223 from versusvoid/xwayland-activate Drew DeVault 2017-10-06 09:34:48 -0400
  • d1c26059d2 Merge pull request #219 from versusvoid/cursor-bounds Drew DeVault 2017-10-06 09:34:41 -0400
  • 528f000a7a Deactivate xwayland when focus leaves there Drew DeVault 2017-10-06 09:34:22 -0400