1151 Commits (61b5c6726887337fe6027617ca6ad935fe04eda1)
 

Author SHA1 Message Date
Pekka Paalanen 01e7b006db shell: fix set_transient 13 years ago
Kristian Høgsberg 9b935c8239 Use '-' to separate words in file names 13 years ago
Kristian Høgsberg bde5e9fc00 Remove stale comment 13 years ago
Kristian Høgsberg d42b0c94c3 compositor: Use dup instead of fcntl to get a non-CLOEXEC fd 13 years ago
Pekka Paalanen 9b32ed34de Update .gitignores 13 years ago
Pekka Paalanen c47ddfd852 compositor: reset signal mask for children 13 years ago
Pekka Paalanen 409ef0a5c8 compositor: refactor client forking code 13 years ago
Pekka Paalanen fd83b6d70f desktop-shell: add option to not use locking 13 years ago
Pekka Paalanen 28a20707a2 configparser: rename BOOL, document types 13 years ago
Pekka Paalanen c1765c67b3 move config parser to a convenience library 13 years ago
Pekka Paalanen 02dfb75145 desktop-shell: no need to unset WAYLAND_SOCKET 13 years ago
David Herrmann 7172d9e22d compositor-tty: Fix ioctl error handling 13 years ago
Kristian Høgsberg 4bfb82adf7 compositor: Move a few more utils to util.c 13 years ago
Kristian Høgsberg 2f88a40c57 desktop-shell: Animate surface mapping 13 years ago
Kristian Høgsberg 698c058e2a compositor: Split the animation code out of tablet-shell 13 years ago
Pekka Paalanen f32f1fc743 shell: forbid multiple wl_shell_surface objects 13 years ago
Pekka Paalanen 4622967586 shell: rename shell_create_shell_surface 13 years ago
Pekka Paalanen 6b2dc9119e window: do not crash without wl_shell 13 years ago
Pekka Paalanen 92a0dc455a shell: check for missing wl_shell_surface 13 years ago
Pekka Paalanen ec2b32f49b compositor: eliminate wlsc_surface::shell_priv 13 years ago
Pekka Paalanen 068ae944db desktop-shell: update protocol and client to wl_shell_surface 13 years ago
Pekka Paalanen 9d1613eb4a wl_shell_surface adaptation 13 years ago
Kristian Høgsberg 865f9b87c9 evdev: Silence warning 13 years ago
Pekka Paalanen a03a93c6ea window: fix segfault in window_handle_key() 13 years ago
Pekka Paalanen fe34083023 shell: fix resume_desktop for zero clients 13 years ago
Pekka Paalanen 65c74cb18b compositor: add a comment about wlsc_surface::output 13 years ago
Kristian Høgsberg f033a7b6e6 tablet-shell: Add more interesting lock and home screens 13 years ago
Kristian Høgsberg 6336e46e15 tablet-shell: Add a stub tablet-shell client 13 years ago
Kristian Høgsberg 53ff2f6672 window.c: Cache outputs 13 years ago
Kristian Høgsberg 47fe08aad5 Implement the new dnd/selection protocol 13 years ago
Benjamin Franzke f02bb64d62 shell: Unmap old backgrounds/panels when setting new ones 13 years ago
Benjamin Franzke d0f79ab5ab desktop-shell: Make panel and background output dependent 13 years ago
Benjamin Franzke 8193bc1e9a desktop-shell: Unlock dialog needs to be a custom window 13 years ago
Benjamin Franzke d775971e94 desktop-shell: Fix some indents 13 years ago
Kristian Høgsberg d2abb83634 compositor: Move more shell.c state into the new shell_surface 13 years ago
Kristian Høgsberg f6def545bc Merge remote-tracking branch 'pq/shell-priv' 13 years ago
Kristian Høgsberg a8873120c4 compositor: The compositor is now jiust a regular global object 13 years ago
Kristian Høgsberg 6b5fc3bac0 compositor: Remove a couple of unused #defines 13 years ago
Kristian Høgsberg 558350a692 compositor: Remove unused resource field from wlsc_output 13 years ago
Pekka Paalanen 57da4a822e shell: introduce shell_surface_purpose 13 years ago
Pekka Paalanen 56cdea96f0 shell: add private surface struct 13 years ago
Kristian Høgsberg 2584cb5890 compositor: Set output for cursor surface so damage_below works 13 years ago
Kristian Høgsberg db0fa54b5a Simplify evdev_flush_motion() a tiny bit 13 years ago
Kristian Høgsberg f127715ce2 Merge remote-tracking branch 'vignatti/evdev' 13 years ago
Kristian Høgsberg 02453dd699 cairo-util: Dont use non-standard JCS_EXT_BGRX color space 13 years ago
Kristian Høgsberg c5241f5b73 Never include wayland-util.h directly 13 years ago
Pekka Paalanen 50719bce2a Fix inconsistent #include style 13 years ago
Tiago Vignatti f547bd36e6 evdev: fetch absolute coordinates inside flush_motion only 13 years ago
Tiago Vignatti 5c900ce08d evdev: remove useless field from device structure 13 years ago
Tiago Vignatti 80885e16b3 evdev: reset accumulator inside evdev_flush_motion 13 years ago