Commit Graph

  • 80a1cc01e9 Merge pull request #161 from acrisci/bug/egl-segfault Drew DeVault 2017-09-25 19:52:03 -0400
  • 00f1686ce5 unset egl current before terminating display Tony Crisci 2017-09-25 19:25:59 -0400
  • 1ddda91b1b Fix broken keyboard handling Drew DeVault 2017-09-25 16:44:26 -0400
  • e6a6634bc5 Minor tweaks to (broken) keyboard support Drew DeVault 2017-09-25 08:47:00 -0400
  • f4387b437f Merge branch 'master' into rootston Drew DeVault 2017-09-25 08:29:35 -0400
  • 61e451ea1b Move keyboard logic to wlr_{keyboard,seat} Drew DeVault 2017-09-24 14:12:56 -0400
  • 2330a68643 Merge pull request #159 from ascent12/meson-install Drew DeVault 2017-09-24 08:08:10 -0400
  • 91107f553a Add Archlinux PKGBUILD script Scott Anderson 2017-09-24 14:52:09 +1300
  • 7288d3b2c3 Install library, headers, and pkg-config Scott Anderson 2017-09-24 13:57:15 +1300
  • c8c5aedaa2 Add error checking to DRM legacy Scott Anderson 2017-09-24 12:19:49 +1300
  • 419400ae00 Send failure code on partial atomic commit Scott Anderson 2017-09-24 12:09:17 +1300
  • a466c86fba Set state properly Scott Anderson 2017-09-24 12:06:00 +1300
  • b84d59403f Initial keyboard support in rootston Drew DeVault 2017-09-23 18:32:03 -0400
  • 0ca7932c3f Implement xdg surface request_move Drew DeVault 2017-09-23 18:18:19 -0400
  • 96b401c05d Implement tool tip -> click simulation Drew DeVault 2017-09-23 17:52:21 -0400
  • eaf6c0ccf4 Implement pointer motion and buttons Drew DeVault 2017-09-23 17:48:13 -0400
  • d89272dbbd Merge pull request #156 from acrisci/feature/wlr-keyboard-events Drew DeVault 2017-09-23 15:00:52 -0400
  • 5b92d4fecf Fix rootston executable name Drew DeVault 2017-09-23 14:56:09 -0400
  • 57c50c78f0 Implement wlr_cursor in rootston Drew DeVault 2017-09-23 14:53:15 -0400
  • 84a8f1b42d add keys array param to seat keyboard enter Tony Crisci 2017-09-23 14:40:56 -0400
  • 9cde828c94 bugfix: correct type in keyboard resource destroy Tony Crisci 2017-09-23 14:10:17 -0400
  • 3895593998 wlr-seat: keyboard layout Tony Crisci 2017-09-23 13:21:57 -0400
  • e81e99d16d Render XDG shell surfaces Drew DeVault 2017-09-23 11:13:18 -0400
  • 7523de7c61 Wire up pointer, start on cursor Drew DeVault 2017-09-23 10:36:32 -0400
  • 0699aa62d8 Initial pass on roots_input Drew DeVault 2017-09-23 10:13:05 -0400
  • 02988e95e5 Merge pull request #157 from emersion/include-guards-names Tony Crisci 2017-09-23 07:27:30 -0400
  • 4809b7b3e4
    Fix some include guard names in interfaces/ emersion 2017-09-23 13:10:10 +0200
  • 427bdb5b55
    Use more consistent include guard names emersion 2017-09-23 10:26:01 +0200
  • db5e9385d4 Simplify retry_pageflip Scott Anderson 2017-09-23 18:44:39 +1200
  • 025b3ee515 Add error recovery for failed page flips Scott Anderson 2017-09-23 18:27:14 +1200
  • 459d138fa2 Add timeout to DRM cleanup Scott Anderson 2017-09-23 16:32:25 +1200
  • b6d7c3ed8e Initialize display, backend; add frame handling Drew DeVault 2017-09-23 00:29:53 -0400
  • 550748681d Establish rootston headers & main Drew DeVault 2017-09-22 20:24:32 -0400
  • 8cbade355f Print connector name on atomic commit failure Scott Anderson 2017-09-23 13:38:43 +1200
  • 4a53aab466 Allow forcing legacy DRM interface Scott Anderson 2017-09-23 13:20:17 +1200
  • 30b5d76426 wlr-seat: keyboard modifiers Tony Crisci 2017-09-22 17:09:47 -0400
  • cef1f60522 wlr-seat-keyboard: basic events Tony Crisci 2017-09-22 16:07:00 -0400
  • 06ae9e7c9f Merge pull request #155 from emersion/next-serial Drew DeVault 2017-09-22 13:31:55 -0400
  • c38d7949ef
    Use wl_display_next_serial emersion 2017-09-22 19:26:11 +0200
  • dc26f6a8f8 Merge pull request #154 from Dudemanguy911/master Drew DeVault 2017-09-22 13:26:02 -0400
  • 881d5a851c Clarify either/or dependency dudemanguy 2017-09-22 12:16:11 -0500
  • 175f89f4ff Add elogind support Resolves SirCmpwn/wlroots#146 dudemanguy 2017-09-22 12:02:55 -0500
  • e5e6dab7fd Fix use of serial on motion_request Drew DeVault 2017-09-22 11:11:11 -0400
  • 087894ae99 Merge pull request #152 from acrisci/feature/wlr-seat-axis-events Drew DeVault 2017-09-22 10:43:48 -0400
  • e38248f34c wlr-seat: implement cursor axis events Tony Crisci 2017-09-22 10:30:09 -0400
  • b6cf9b14a4 Fix possibly uninitialized variable Drew DeVault 2017-09-22 09:36:02 -0400
  • 21f5b92973 Add super+click to move windows around without xdg Drew DeVault 2017-09-22 09:34:52 -0400
  • 00cc20b0a8 wlr-seat: add guards for no pointer resource Tony Crisci 2017-09-22 09:29:17 -0400
  • 800a1ec679 Use time_usec for event serials Drew DeVault 2017-09-22 09:24:07 -0400
  • 7ae5268679 Implement xdg request_move in reference compositor Drew DeVault 2017-09-22 09:19:27 -0400
  • 8cb49f4d68 Add stdbool.h Scott Anderson 2017-09-22 14:17:29 +1200
  • f296cc7dba Merge pull request #149 from acrisci/feature/wlr-seat-pointer Drew DeVault 2017-09-21 19:54:59 -0400
  • d558745633 Handle tablet motion in example compositor Drew DeVault 2017-09-21 18:30:04 -0400
  • 446adda1a3 compositor.c: implement cursor motion absolute Tony Crisci 2017-09-21 17:51:31 -0400
  • 91323a9b9b compositor.c: add guards for unconfigured surfaces Tony Crisci 2017-09-21 14:05:14 -0400
  • 675a71dce7 compositor.c: determine xdg position by window geom Tony Crisci 2017-09-21 13:48:46 -0400
  • 7a3edf6e62 use double for cursor coordinates Tony Crisci 2017-09-21 11:38:04 -0400
  • 8b74450b39 wlr_seat: pointer events Tony Crisci 2017-09-20 07:32:28 -0400
  • aeaa983631 wlr_seat: formatting cleanup Tony Crisci 2017-09-19 15:38:06 -0400
  • ec1e6fe568 Merge pull request #148 from acrisci/feature/xdg-toplevel-layout-position Drew DeVault 2017-09-19 14:57:38 -0400
  • b01909ae15 compositor.c: xdg-surface layout position Tony Crisci 2017-09-19 14:47:28 -0400
  • 9fa822c666 Fix minor typos Drew DeVault 2017-09-17 18:29:20 -0400
  • 29539645cc Merge pull request #145 from acrisci/feature/xdg-shell-toplevel Drew DeVault 2017-09-17 09:45:21 -0400
  • f46befec7c use wl_list_for_each_safe() to unlink client surfaces Tony Crisci 2017-09-17 09:42:27 -0400
  • 94d4b9249c xdg-shell-v6 misc cleanup Tony Crisci 2017-09-16 20:31:34 -0400
  • 5b9373a791 xdg-toplevel-v6 set parent Tony Crisci 2017-09-16 20:07:19 -0400
  • 2573c429ee reset pending geometry on ack configure Tony Crisci 2017-09-16 19:32:23 -0400
  • 49a24225a2 toplevel protocol errors Tony Crisci 2017-09-16 14:33:07 -0400
  • 94f4f1878d xdg-surface-v6: implement ping Tony Crisci 2017-09-16 12:35:49 -0400
  • c912de6390 compositor.c: implement xdg-toplevel-v6 request events Tony Crisci 2017-09-16 09:13:00 -0400
  • 0f865c547a xdg-toplevel-v6: seat events Tony Crisci 2017-09-16 08:31:08 -0400
  • 27161a673f xdg-shell new surface and ack configure events Tony Crisci 2017-09-15 08:53:08 -0400
  • 569b147bba schedule configure request on toplevel first commit Tony Crisci 2017-09-15 07:50:13 -0400
  • a0bdbc92ba xdg-shell-toplevel configure requests Tony Crisci 2017-09-14 16:27:14 -0400
  • 45a3b761a6 xdg-surface-v6: add events Tony Crisci 2017-09-14 08:39:57 -0400
  • 50f4275298 implement xdg-toplevel state properties Tony Crisci 2017-09-13 09:19:10 -0400
  • 353629b034 xdg-surface geometry Tony Crisci 2017-09-13 08:44:32 -0400
  • 2fd5c7999b set title and app_id Tony Crisci 2017-09-12 06:36:16 -0400
  • 9d2dc8447a use wlr_surface on shell struct and listen to events Tony Crisci 2017-09-12 06:18:52 -0400
  • b2c71287f2 set toplevel role on wlr_surface Tony Crisci 2017-09-11 18:06:19 -0400
  • c5f8f81e58 xdg_surface: handle wlr_surface destroy Tony Crisci 2017-09-11 17:24:55 -0400
  • 4752b84f4e wlr_xdg_shell_v6.c: fix formatting Tony Crisci 2017-09-11 16:26:51 -0400
  • 74e9578889 add surface destroy signal Tony Crisci 2017-09-11 13:01:53 -0400
  • 94da69a064 Merge pull request #138 from acrisci/feature/compositor-cursor Drew DeVault 2017-09-11 22:22:59 +0900
  • 1682c0d983 Remove non-blocking flag on modesetting commits Scott Anderson 2017-09-10 00:13:39 +1200
  • 6717b78bd6 Retry atomic commit on failure Scott Anderson 2017-09-09 23:06:44 +1200
  • 0aa00da1f3 Check for disappearing DRM connectors Scott Anderson 2017-09-09 22:41:23 +1200
  • f4faa731f0 Merge pull request #143 from Ongy/signal_remove Drew DeVault 2017-09-08 23:11:36 +0900
  • 935b6d871e fixes use after free caused by signal lists Markus Ongyerth 2017-09-08 16:02:26 +0200
  • 31bd8e089b compositor.c: working pointer Tony Crisci 2017-09-06 08:57:04 -0400
  • 9d9aaad020 compositor.c: fix formatting Tony Crisci 2017-09-06 08:01:16 -0400
  • c59ccbde51 Merge pull request #137 from emersion/gamma_control Drew DeVault 2017-09-07 10:18:28 +0900
  • 7d43d662f5
    Fix gamma_size event sent to wrong resource emersion 2017-09-06 22:22:40 +0200
  • 6f98b5a337
    Add set_gamma and get_gamma_size to wlr_output_impl emersion 2017-09-06 18:53:08 +0200
  • cd125377fc
    Add wlr_output_{set_gamma,get_gamma_size} emersion 2017-09-06 17:34:09 +0200
  • 1b588e7c1f
    Add gamma_control skeleton emersion 2017-09-06 14:48:27 +0200
  • 586ae674ae Merge pull request #136 from acrisci/bug/rename-output-layout-create Drew DeVault 2017-09-06 08:29:55 +0900
  • 8230a72aad Merge pull request #135 from acrisci/bug/cursor-device-create-destroy Drew DeVault 2017-09-06 08:29:40 +0900
  • f05c83efe8 Merge pull request #134 from acrisci/feature/refactor-device-configuration Drew DeVault 2017-09-06 08:28:49 +0900
  • e733b0e643 Rename wlr_output_layout_init() Tony Crisci 2017-09-05 17:53:29 -0400