Victor Berger
|
6dfcef1f49
|
Remove unstable rustfmt options
|
2018-04-17 17:48:20 +02:00 |
Victor Berger
|
710d23f51f
|
wayland.compositor: migrate to wayland_rs-0.20
|
2018-04-17 11:03:42 +02:00 |
Victor Berger
|
e44b0e596e
|
wayland.seat: migrate to wayland_rs-0.20
|
2018-04-15 11:55:16 +02:00 |
Victor Berger
|
93050e2683
|
Doc proofreading
|
2018-04-15 11:44:23 +02:00 |
Victor Berger
|
1140b484cd
|
wayland.output: migrate to wayland_rs-0.20
|
2018-04-14 12:19:59 +02:00 |
Victor Berger
|
b9cac1a373
|
wayland.shm: migrate to wayland_rs-0.20
|
2018-04-13 12:45:53 +02:00 |
Drakulix
|
7fb89ac924
|
Derive PartialEq,Eq,Hash for ModifiersState
|
2018-03-29 17:27:14 +02:00 |
Victor Berger
|
cd0c5538d1
|
shell: add method to send close events
|
2018-03-23 19:27:46 +01:00 |
Drakulix
|
19300f0d54
|
Add missing documentation for former Drop call
|
2018-03-22 16:21:40 +01:00 |
Drakulix
|
23f8a2c8ee
|
Reexport PointerAxisHandle
|
2018-03-22 16:21:27 +01:00 |
Drakulix
|
daccddf9b6
|
Reintroduce wl_seat 4 support
|
2018-03-22 16:10:32 +01:00 |
Drakulix
|
2fb36af926
|
Upgrade to wl_seat version 5
|
2018-03-21 16:37:50 +01:00 |
Victor Berger
|
d8a5acef77
|
wayland: introduce Seat::owns
|
2018-02-26 16:20:33 +01:00 |
Drakulix
|
cbee540013
|
Reexport ModifiersState to make it publically accessible
|
2018-02-21 07:48:54 +01:00 |
Drakulix
|
8a30689015
|
Add getter for current `DrmBackend` mode
|
2018-02-18 22:04:13 +01:00 |
Drakulix
|
a0b6e2c916
|
Don't required EventLoop for wayland object creation
|
2018-02-15 16:17:12 +01:00 |
Victor Berger
|
f2751c824f
|
wayland.shell: fix memory corruption in wl_shell
Invalid data was set as user data for wl_shell_surface, causing
access to invalid memory at drop time.
Fixes #60
|
2018-01-14 13:50:39 +01:00 |
Drakulix
|
66c011c942
|
Use new rustfmt-preview
|
2018-01-07 22:30:38 +01:00 |
Drakulix
|
c63d693a74
|
Fix seats of version 1
|
2017-12-28 15:33:18 +01:00 |
Drakulix
|
6c6d54064d
|
Get it to work...
|
2017-12-28 15:30:53 +01:00 |
Drakulix
|
726991367d
|
Rework egl image api
|
2017-12-27 12:20:16 +01:00 |
Drakulix
|
5d7e96103d
|
Rework EGL module
|
2017-12-24 14:29:45 +01:00 |
Drakulix
|
5c846d550c
|
Start EGL wl_buffer image retrieval
|
2017-12-24 14:12:51 +01:00 |
Drakulix
|
4207611e6d
|
rustfmt code
|
2017-12-15 19:22:44 +01:00 |
Victor Berger
|
c31d966fd4
|
Upgrade wayland-server to 0.12
|
2017-11-03 17:31:51 +01:00 |
William W Wold
|
291ba17a5c
|
added scroll events to pointer and winit demo
|
2017-10-15 16:29:29 +02:00 |
Demur Rumed
|
50aa38df72
|
Fix misc rustfmt nits
|
2017-10-09 15:17:19 +02:00 |
Demur Rumed
|
ce844ba9f8
|
Cargo.toml: include repo, update nix/image
|
2017-10-09 15:17:19 +02:00 |
Jonas Platte
|
4946017c0c
|
Apply a bunch of clippy suggestions
|
2017-10-07 18:40:59 +02:00 |
Victor Berger
|
8ee08ef6f2
|
wayland: document general behaviour of the client handlers
|
2017-10-01 22:47:30 +02:00 |
Victor Berger
|
249ae98e0f
|
Fix invalid drop in SHM doc test
Allowing the display to be dropped this early destroys the whole wayland
context before we start using it... bad idea.
|
2017-10-01 22:47:30 +02:00 |
Victor Berger
|
9e809f85dd
|
wayland: output global
|
2017-10-01 22:47:30 +02:00 |
Victor Berger
|
2fbb45273f
|
cargo fmt
|
2017-09-30 12:05:28 +02:00 |
Victor Berger
|
15ce7134fc
|
Move wayland utilities to their own module.
|
2017-09-29 17:24:20 +02:00 |