Commit Graph

1456 Commits

Author SHA1 Message Date
Tony Crisci ea4b871e16 xwm: user custom event handler 2017-12-13 17:54:19 -05:00
Tony Crisci 96f09c7492
Merge pull request #483 from emersion/dynamic-output-scale-transform
Update output layout when scale or transform changes
2017-12-13 07:56:08 -05:00
emersion 3b4b8953d9
Update output layout when scale or transform changes 2017-12-12 21:58:00 +01:00
Drew DeVault 808ab5aa1b
Merge pull request #481 from emersion/custom-mode
Add wlr_output_set_custom_mode
2017-12-11 08:32:18 -05:00
emersion 529675b7b0
Add wlr_output_set_custom_mode 2017-12-11 12:14:23 +01:00
Tony Crisci 301850ec5d
Merge pull request #480 from emersion/default-cursor-image
Set default cursor image in rootston
2017-12-11 05:14:40 -05:00
emersion 925497fbea
Set default cursor image in rootston 2017-12-11 10:36:22 +01:00
Drew DeVault 8ccb5b0b66
Merge pull request #478 from martinetd/modifiers
wlr_seat: send keyboard modifiers to the right client on enter
2017-12-10 09:07:31 -05:00
Dominique Martinet 542d886984 wlr_seat: send keyboard modifiers to the right client on enter
We were previously sending modifiers to the leaving client instead.
Fixes #476.
2017-12-10 08:09:33 +01:00
Drew DeVault b1b1533d94
Merge pull request #477 from acrisci/bug/xcursor-fixes
rootston xcursor fixes
2017-12-09 13:46:27 -05:00
Tony Crisci b275d44bc3 rootston xcursor fixes 2017-12-09 12:10:09 -05:00
Drew DeVault eb4e91f96d
Merge pull request #474 from emersion/customize-repeat-info
Make keyboard repeat info configurable
2017-12-08 15:47:11 -05:00
emersion 2c6e52c164
Add docs for wlr_keyboard_set_repeat_info 2017-12-08 17:06:31 +01:00
emersion a3c0f97810
Make keyboard repeat info configurable 2017-12-08 17:03:05 +01:00
Drew DeVault 381a646d2f
Merge pull request #473 from emersion/cursor-enter-leave
Send wl_surface.{enter,leave} to cursor surfaces
2017-12-08 09:12:19 -05:00
emersion 15bb9a53b4
Fix unscaled cursor sx, sy 2017-12-08 14:40:57 +01:00
emersion 5dc303fc26
Fix client cursors hotspot on scaled outputs 2017-12-08 14:33:02 +01:00
emersion c5fa415a03
Send wl_surface.{enter,leave} to cursor surfaces 2017-12-08 14:23:33 +01:00
Tony Crisci 703df2a671
Merge pull request #470 from acrisci/feature/xcursor-edges
wlr-edges
2017-12-08 06:11:27 -05:00
Tony Crisci 4c60072be5 move get_resize_name to xcursor 2017-12-08 06:08:06 -05:00
Tony Crisci 31bafc2461 xwm: use edges enum 2017-12-08 06:03:57 -05:00
Tony Crisci d74ac69f7b bring edges into wlr 2017-12-08 06:03:57 -05:00
Drew DeVault f469784bbc
Merge pull request #469 from emersion/output-config-by-name
Configure outputs with make, model, serial in rootston
2017-12-07 10:15:00 -05:00
emersion 91d72040e5
Configure outputs with make, model, serial in rootston
Added fallbacks in DRM backend in case EDID extension data for model and serial is missing.

Updates #403
2017-12-07 13:59:19 +01:00
Drew DeVault aead5019a7
Merge pull request #466 from emersion/wlr-output-set-scale
Add wlr_output_set_scale
2017-12-06 12:17:04 -05:00
emersion dac0233804
Send new output to clients when changing transform 2017-12-06 16:54:08 +01:00
emersion bf2b58eb6d
Add wlr_output_set_scale
Fixes #465
2017-12-06 16:36:46 +01:00
Scott Anderson dad19394cf
Merge pull request #463 from emersion/fix-hw-cursor-move-segfault
Fix segfault when moving hardware cursor
2017-12-06 17:32:32 +13:00
emersion 8af779fae6
Fix segfault when moving hardware cursor 2017-12-05 22:23:01 +01:00
Tony Crisci 314e80e8db
Merge pull request #459 from acrisci/refactor/simplify-xwayland-shell
xwayland: remove xwayland param from xsurface methods
2017-12-03 17:40:25 -05:00
Tony Crisci 86df909256 xwayland: remove xwayland param from xsurface methods 2017-12-03 17:30:57 -05:00
Drew DeVault 3f70043d00
Merge pull request #458 from acrisci/refactor/wlr-decoration-modes
wrap server decoration modes
2017-12-03 14:13:27 -05:00
Tony Crisci aa7efa1564
Merge pull request #457 from acrisci/feature/wl-shell-commit
wl-shell: add commit event
2017-12-03 14:06:43 -05:00
Tony Crisci 344ca222db wrap server decoration modes 2017-12-03 13:39:29 -05:00
Tony Crisci 20545b09fa rootston: use wl-shell surface commit 2017-12-03 13:02:02 -05:00
Tony Crisci 41d7bad470 wl-shell: add commit event 2017-12-03 12:37:23 -05:00
Drew DeVault 8eceaa2291
Merge pull request #455 from n3rdopolis/patch-1
Attempt to fix #454
2017-12-02 13:53:13 -05:00
n3rdopolis 8a2d54c24a
Fix style and string comparison 2017-12-02 12:37:28 -05:00
n3rdopolis a8d8a63fe0
Attempt to fix #454
With logind, only seat0 can use TTYs
2017-12-02 10:50:00 -05:00
Drew DeVault 779cccf8b4
Merge pull request #452 from moritz31/move-os-compatibility
Moved os-compatibility and added header
2017-11-30 12:14:58 -05:00
Moritz cef6d75491 Moved os-compatibility and added header
* Moved os-compatibility.c to util
* Added header under util
* Removed static since it isn't needed (i think so)
* Adjusted meson.build to include lib_wlr

Improved some codestyle

* Added guard to os-compatibility.h
* Fixed typo in include statment

Adjusted Guard

* Changed guard to _WLR_UTIL_OS_COMPATIBILITY
2017-11-30 18:01:13 +01:00
Tony Crisci 5d7eb438d9
Merge pull request #437 from emersion/fullscreen
Fullscreen support
2017-11-30 03:25:05 -05:00
Scott Anderson bc113c16aa Use correct include path for glapi.h 2017-11-30 10:32:55 +13:00
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