828 Commits (06467d2e1233d8c2830500ca399bcce8dd37a91b)

Author SHA1 Message Date
emersion a4eb90315e
Fix indentation in various files
6 years ago
emersion 461360aff1
rootston: document why Xwayland is disconnected before clients
6 years ago
Connor E e7fff4f560 Remove wlr_xdg_surface_send_close.
6 years ago
Jan Beich f80d174e8b Simplify evdev includes on FreeBSD by relying on up-to-date package
6 years ago
Drew DeVault e61ea7706b
Merge pull request #1423 from emersion/data-control
6 years ago
emersion f71cf15aad
relative-pointer-v1: move pointer iteration in wlroots
6 years ago
emersion aebd74243f
Merge pull request #1448 from myfreeweb/fix-retroarch-crash
6 years ago
Greg V 57edfacba4 rootston: fix crash with fullscreen surfaces
6 years ago
emersion 610f5bfc77
Merge pull request #1432 from ForTheReallys/relative-pointers
6 years ago
Drew DeVault f0d8b793a8 Update READMEs per tinywl merge
6 years ago
Alex Maese 78caed0c99 Only send relative events to the focused client in rootston
6 years ago
emersion 99d879c887
data-control-v1: initial protocol implementation
6 years ago
Timidger 9af0c5338f
Standardize the wlr_box input paramaters
6 years ago
Alex Maese e276d310e8 Add unaccelerated pointer values to wlr_event_pointer_motion events
6 years ago
Alex Maese a803a007fb Address @emersion's comments
6 years ago
Alex Maese f5ea393bca Remove pointer resource from relative pointer
6 years ago
Alex Maese d0c940d796 Only send relative motion to correct seat
6 years ago
Alex Maese 09bdbf24f4 Removed relative pointers from wlr_seat
6 years ago
random human 68137dca3f relative_pointer: implementation and code fixes
6 years ago
random human 6fa1777f94 relative_pointer: code formatting fixes
6 years ago
random human d020344675 relative_pointer: implement protocol events
6 years ago
random human 3a3d1b6617 relative_pointer: create skeleton and build
6 years ago
Ilia Bozhinov 96861ccb7a rootston: create foreign toplevel handle before sending outputs
6 years ago
Ryan Walklin f8129ecbc5 Remove unused variables
6 years ago
Ryan Walklin 282fcd458c Improve event matching logic
6 years ago
Ryan Walklin 8f5ec5e2bb Fix style nits
6 years ago
Ryan Walklin 810c7b700c Working switches in rootston:
6 years ago
Ryan Walklin 62a9cf87fa Remove debug logs
6 years ago
Ryan Walklin cd7a6daf48 Update config struct, reduce complexity and correctly parse config.ini
6 years ago
Ryan Walklin cc656670b2 Remove redundant signal in seat.c
6 years ago
Ryan Walklin 2a7edfa24c Factor out binding command execution to separate file
6 years ago
Ryan Walklin 2a3c62b4d2 [WIP][DONTMERGE]Add support for libinput_switch input devices
6 years ago
Ilia Bozhinov 8cce2d75a9 rootston: add support for wlr_foreign_toplevel_management_v1
6 years ago
Ilia Bozhinov f387a840d8 rootston: add title/app_id/class listeners
6 years ago
Louis Taylor 0f3a061f60
rootston: use box for views position
6 years ago
Louis Taylor d703ae45dd
rootston: use int for width, height
6 years ago
Drew DeVault 273e110b74
Merge pull request #1403 from emersion/swap-buffers-damage-coords
6 years ago
emersion 6aaefad40d
output: switch swap_buffers damage to output-buffer-local coords
6 years ago
emersion 9f0720c03a
primary-selection: introduce wlr_primary_selection_source
6 years ago
emersion f001f98cef
gtk-primary-selection: refactor everything, untie from seat
6 years ago
emersion 811a4d997b
Rename wlr_primary_selection to wlr_gtk_primary_selection
6 years ago
emersion ca770995cc
output: add wlr_output_render_software_cursors
6 years ago
emersion 57307b7aa7
output: remove wlr_output_set_fullscreen_surface
6 years ago
emersion 51bfdd620e
Use #if instead of #ifdef for wlroots config data
6 years ago
Drew DeVault d7b010024a
Merge pull request #1261 from arandomhuman/damage-control
6 years ago
emersion dec303bea6
surface: fix wlr_surface_get_effective_damage to give surface coords
6 years ago
emersion 0c7371221c
rootston: fix segfault when destroying unmapped fullscreen views
6 years ago
emersion 1454d1c8f8
rootston: fix segfault in view_at
6 years ago
Sorcus 7c540aa9fe Fix "variable ‘cursor_default’ set but not used"
6 years ago
Guido Günther 175ccc2517 rootston: Don't let the wlr_output handle the fullscreen view in case of layer-shell overlays
6 years ago