Commit Graph

1398 Commits

Author SHA1 Message Date
Drew DeVault 5649544a14
Merge pull request #449 from emersion/fix-hw-cursor-pos
Fix initial hardware cursor position
2017-11-28 21:10:52 -05:00
emersion 0781f6e483
Fix initial hardware cursor position 2017-11-29 00:26:55 +01:00
Drew DeVault 57a304c750
Merge pull request #447 from ascent12/os-compat
Remove unneeded linux include
2017-11-26 18:18:12 -05:00
Scott Anderson 87ea76e037 Remove unneeded linux include 2017-11-27 12:15:38 +13:00
Drew DeVault d361cda3b6 Revert "Add xdg_shell ack_configure event"
This reverts commit f2b225ad0b.
2017-11-25 17:13:24 -05:00
Drew DeVault f2b225ad0b Add xdg_shell ack_configure event 2017-11-25 15:27:41 -05:00
Drew DeVault af3dea6d43
Merge pull request #445 from acrisci/feature/maximize-command
rootston: maximize command
2017-11-22 16:12:46 -05:00
Tony Crisci 903ba1c9b3 rootston: maximize command 2017-11-22 15:33:17 -05:00
Drew DeVault b083b1708b
Merge pull request #444 from myfreeweb/master
Xwayland signal confusion fix & non-Linux socket path fix
2017-11-22 08:33:36 -05:00
Greg V 1ae944c071 Use SIGUSR2 for vt switching instead of SIGUSR1
Xwayland uses SIGUSR1 to signal readiness.
With direct(-freebsd) session and Xwayland, wlroots was confusing the
Xwayland readiness signal with a vt switch signal, freezing the desktop.

Same problem was found in Weston in 2014:
https://phabricator.freedesktop.org/T7080
2017-11-22 16:29:31 +03:00
Greg V 71aa634ac5 Fix Xwayland second socket path on non-Linux systems
It was creating two sockets with the same path
2017-11-22 15:17:10 +03:00
Drew DeVault e6bf92cf02
Merge pull request #443 from ascent12/meson-glapi
Change glapi.sh to generate both source and header simeltaneously
2017-11-21 20:13:53 -05:00
Scott Anderson 02374b945d Change glapi.sh to generate both files 2017-11-22 14:04:29 +13:00
Drew DeVault b8a2bfbc73
Merge pull request #442 from ascent12/meson-version
Add minimum meson version
2017-11-21 18:35:52 -05:00
Scott Anderson 87258c718c Add minimum meson version 2017-11-22 12:05:44 +13:00
Drew DeVault 1228d0da19
Merge pull request #387 from emersion/laggy-move-resize
Fix laggy move-resize
2017-11-21 11:13:18 -05:00
Drew DeVault 6bde8dd56b
Merge pull request #431 from emersion/refactor-wlr-list
Refactor wlr_list
2017-11-20 15:32:47 -05:00
emersion 64221c6da1
Use wl_list for touch points in examples/ 2017-11-20 21:26:20 +01:00
emersion 151901123f
Merge branch 'master' into refactor-wlr-list 2017-11-20 21:15:58 +01:00
Drew DeVault becd75fd2e
Merge pull request #438 from emersion/fix-close-xwayand-app
Fix segfault when closing xwayland views
2017-11-20 12:12:35 -05:00
emersion 6a06c3d907
Fix segfault when closing xwayland views 2017-11-20 18:05:24 +01:00
emersion 1d08d31709
Merge branch 'master' into laggy-move-resize 2017-11-20 14:35:31 +01:00
Drew DeVault c3e0fbdb8f Remove meson hack 2017-11-20 08:21:02 -05:00
Drew DeVault eb9fd47c2c
Merge pull request #436 from acrisci/bug/roots-xsurface-unmap
rootston: remove unmapped surface from desktop
2017-11-20 07:54:35 -05:00
Tony Crisci 4d6b3618b8 rootston: remove unmapped surface from desktop 2017-11-20 07:40:22 -05:00
Tony Crisci 083fe4506b
Merge pull request #427 from emersion/seat-views
rootston: add per-seat views
2017-11-20 06:25:00 -05:00
emersion 272e0858e4
Fix laggy move-resize for wl-shell views 2017-11-20 12:16:10 +01:00
emersion 0153a0ed8f
Fix laggy move-resize for xwayland views 2017-11-20 12:05:21 +01:00
emersion ac6385689f
Set min view size to 1x1 2017-11-20 11:10:43 +01:00
Drew DeVault e0bdc16a10
Merge pull request #435 from acrisci/bug/xwm-wm-state
xwm: properly send WM_STATE
2017-11-19 18:02:08 -05:00
Tony Crisci 0672d9cb52 bug: properly send WM_STATE 2017-11-19 17:55:02 -05:00
emersion c0e2dc6f78
Update view position for previous configure_ack too 2017-11-19 22:55:44 +01:00
emersion 7904b625f0
Merge branch 'master' into laggy-move-resize 2017-11-19 22:28:51 +01:00
emersion 0191f3f711
Improve roots_seat_cycle_focus 2017-11-19 21:54:11 +01:00
emersion 9687950de1
Raise the view on the desktop even if already focused in the seat 2017-11-19 19:30:48 +01:00
emersion 97ddd2d1df
Add roots_seat_cycle_focus 2017-11-19 19:21:18 +01:00
emersion bf41e7a794
Make the close command use roots_seat_get_focus, rename a few symbols 2017-11-19 19:14:31 +01:00
emersion a8b31da52c
Remove roots_seat_{add,remove}_view 2017-11-19 18:15:11 +01:00
emersion 76e8e1a6ad
Merge branch 'master' into seat-views 2017-11-19 17:56:26 +01:00
Drew DeVault fae8d6289a
Merge pull request #434 from acrisci/refactor/remove-client-bound-signal
wlr-seat: remove client bound and unbound signal
2017-11-19 11:17:51 -05:00
Tony Crisci af23192ede wlr-seat: remove client bound and unbound signal 2017-11-19 11:13:59 -05:00
Drew DeVault 9a4b40854b
Merge pull request #433 from acrisci/refactor/wlr-drag-icon
wlr- drag-icon
2017-11-19 10:34:00 -05:00
Drew DeVault 358654e212
Merge pull request #432 from acrisci/bug/xwayland-ready-listener
rootston: xwayland ready listener
2017-11-19 10:29:37 -05:00
Tony Crisci bd8cdf1e9f rootston: remove grab listeners 2017-11-19 10:20:32 -05:00
Tony Crisci 8f38b0504b wlr-data-device: map icon by default 2017-11-19 10:14:57 -05:00
Tony Crisci 390b526450 Merge branch 'bug/xwayland-ready-listener' into refactor/wlr-drag-icon 2017-11-19 10:11:39 -05:00
Tony Crisci 90d2eca218 rootston: xwayland ready listener 2017-11-19 10:07:30 -05:00
Tony Crisci 3b74db467b data-device: wlr-drag-icon 2017-11-19 09:33:55 -05:00
emersion 016744ef4d
Refactor wlr_list inside wlroots 2017-11-19 00:17:40 +01:00
emersion 72d877658a
Merge branch 'master' into seat-views 2017-11-18 22:18:25 +01:00