Commit Graph

1097 Commits (3181c4bec06d2fe51da052c0a08c8287725ec900)

Author SHA1 Message Date
Julio Galvan a31fa678e5
Fix compilation error on musl 7 years ago
emersion 2d0c5ec78e
Use _POSIX_C_SOURCE, use shm_open 7 years ago
Drew DeVault d7b010024a
Merge pull request from arandomhuman/damage-control 7 years ago
emersion dec303bea6
surface: fix wlr_surface_get_effective_damage to give surface coords 7 years ago
emersion 62d646f2b8
render/gles2: remove assumptions about supported formats 7 years ago
emersion 68362b37a8
backend/drm: fix frame scheduling on secondary GPUs 7 years ago
emersion 346ec21c4c
util: use shm_open for in-memory files 7 years ago
Drew DeVault f668e49fae
Merge pull request from emersion/fix-input-method-destroy 7 years ago
emersion de8d87f5ae
input-method-v2: initialize destroy signal 7 years ago
emersion 3cb4ff3ff1
idle: allow zero timeout 7 years ago
Drew DeVault 6c7e0e48b1
Merge pull request from ixru/fix-cursor-visibility 7 years ago
Drew DeVault e0cf97da69
Merge pull request from emersion/static-analysis 7 years ago
emersion dfdbc1f870
output-layout, cursor: fix duplicate cursors 7 years ago
Drew DeVault ac26d23711
Merge pull request from emersion/source-seat-client 7 years ago
emersion 6730f5ba93
Merge pull request from nyorain/write_pixels_format 7 years ago
Dorota Czaplejewicz 14c6ee894e text-input: Don't reject enable requests when unfocused 7 years ago
nyorain cd28637187 Remove fmt parameter from wlr_texture_write_pixels 7 years ago
Drew DeVault e4a1560433
Merge pull request from nyorain/dmabuf_v1 7 years ago
emersion a9e02a9ea6 tablet-v2: fix memory leak on OOM, fix resource version 7 years ago
nyorain affbfb6a28 Support older wlr_linux_dmabuf_v1 clients 7 years ago
Dorota Czaplejewicz 226eedfa2b text-input: fix releasing destroy handlers 7 years ago
Drew DeVault 66e8908e9a
Merge pull request from dcz-purism/input 7 years ago
Dorota Czaplejewicz cec7471119 wlroots: add basic support for zwp_input_method_v2 7 years ago
Dorota Czaplejewicz 427735fcd9 wlroots: add support for zwp_text_input_unstable_v3 7 years ago
emersion 46b1ba386f output: remove idle_frame event source when destroying output 7 years ago
ixru 8d0997a5e7 Better placement of visibility check 7 years ago
ixru 6a9995d18c Fix cursor visibility on surface commit 7 years ago
emersion f44003f04b data-device: remove wlr_data_source.seat_client 7 years ago
emersion 5afaccedfc output: fix busy loop when backend doesn't implement schedule_frame 7 years ago
emersion ba91422747 output: don't trigger a frame immediately in schedule_frame 7 years ago
Drew DeVault 1e70b4cea2
Revert "Prevent excessive frame events when compositor doesn't swap buffers" 7 years ago
Ryan Dwyer b7b781ff44 Prevent excessive frame events when compositor doesn't swap buffers 7 years ago
emersion eac7c2ad2f output: add presentation refresh prediction 7 years ago
emersion b0635bf3e7 Rename get_present_clock to get_presentation clock, use it 7 years ago
emersion abddfc99f2 output: fix clock_gettime return value handling 7 years ago
emersion 54e1287f30 backend: add get_present_clock 7 years ago
emersion 26b9d6dbb1 output: send present event from all backends 7 years ago
emersion 78389fe722 output: add present event 7 years ago
emersion 3aad9fd6a9 presentation-time: add protocol implementation 7 years ago
random human 3e0a0f3c3a
wlr_surface: add wlr_surface_get_effective_damage 7 years ago
emersion 2beb68007e output: make gamma size a size_t and gamma table const 7 years ago
Emmanuel Gil Peyrot 130bf15cfa Fix a crash on zxdg_decoration_manager_v1 destroy 7 years ago
emersion f5ff702a69 gamma-control-v1: add missing destroy handler 7 years ago
Drew DeVault 5e9959daaa
Merge pull request from Laaas/master 7 years ago
emersion fadbdcd13c seat: remove unused keyboard focus_change event 7 years ago
emersion d98181dab8 pointer-constraints: use proper wayland-scanner functions 7 years ago
emersion dac4f8e19f pointer-constraints: refactoring 7 years ago
emersion 31cc2fa4f9 pointer-constraints: make region not a pointer, add committed bitfield 7 years ago
emersion c89cd4945b pointer-constraints: rename wl_{global,resources} 7 years ago
random human 84ecfb546b
wlr_surface: more consistent argument naming in surface_update_damage 7 years ago