summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-08Use '-' to separate words in file namesKristian Høgsberg6-8/+9
2011-12-08Remove stale commentKristian Høgsberg1-3/+0
2011-12-08compositor: Use dup instead of fcntl to get a non-CLOEXEC fdKristian Høgsberg1-7/+9
2011-12-08Update .gitignoresPekka Paalanen2-7/+9
2011-12-08compositor: reset signal mask for childrenPekka Paalanen1-0/+5
2011-12-08compositor: refactor client forking codePekka Paalanen4-78/+90
2011-12-08desktop-shell: add option to not use lockingPekka Paalanen2-0/+8
2011-12-08configparser: rename BOOL, document typesPekka Paalanen2-6/+6
2011-12-08move config parser to a convenience libraryPekka Paalanen9-33/+67
2011-12-07desktop-shell: no need to unset WAYLAND_SOCKETPekka Paalanen1-3/+0
2011-12-05compositor-tty: Fix ioctl error handlingDavid Herrmann1-1/+1
2011-12-04compositor: Move a few more utils to util.cKristian Høgsberg3-123/+127
2011-12-04desktop-shell: Animate surface mappingKristian Høgsberg1-0/+3
2011-12-04compositor: Split the animation code out of tablet-shellKristian Høgsberg4-103/+131
2011-12-04shell: forbid multiple wl_shell_surface objectsPekka Paalanen1-0/+7
2011-12-04shell: rename shell_create_shell_surfacePekka Paalanen1-5/+5
2011-12-04window: do not crash without wl_shellPekka Paalanen1-6/+22
2011-12-04shell: check for missing wl_shell_surfacePekka Paalanen1-19/+24
2011-12-04compositor: eliminate wlsc_surface::shell_privPekka Paalanen2-10/+17
2011-12-04desktop-shell: update protocol and client to wl_shell_surfacePekka Paalanen4-50/+44
2011-12-04wl_shell_surface adaptationPekka Paalanen6-167/+186
2011-12-02evdev: Silence warningKristian Høgsberg1-3/+2
2011-12-02window: fix segfault in window_handle_key()Pekka Paalanen1-3/+2
2011-12-02shell: fix resume_desktop for zero clientsPekka Paalanen1-5/+12
2011-12-02compositor: add a comment about wlsc_surface::outputPekka Paalanen1-0/+7
2011-11-26tablet-shell: Add more interesting lock and home screensKristian Høgsberg2-39/+259
2011-11-26tablet-shell: Add a stub tablet-shell clientKristian Høgsberg3-27/+254
2011-11-26window.c: Cache outputsKristian Høgsberg2-11/+60
2011-11-23Implement the new dnd/selection protocolKristian Høgsberg10-867/+961
2011-11-23shell: Unmap old backgrounds/panels when setting new onesshell-outputs-2Benjamin Franzke1-0/+18
2011-11-23desktop-shell: Make panel and background output dependentBenjamin Franzke3-92/+184
2011-11-23desktop-shell: Unlock dialog needs to be a custom windowshell-fixesBenjamin Franzke1-0/+1
2011-11-23desktop-shell: Fix some indentsBenjamin Franzke1-3/+3
2011-11-23compositor: Move more shell.c state into the new shell_surfaceKristian Høgsberg3-32/+48
2011-11-23Merge remote-tracking branch 'pq/shell-priv'Kristian Høgsberg3-15/+104
2011-11-23compositor: The compositor is now jiust a regular global objectKristian Høgsberg4-28/+30
2011-11-23compositor: Remove a couple of unused #definesKristian Høgsberg1-4/+0
2011-11-23compositor: Remove unused resource field from wlsc_outputKristian Høgsberg2-2/+0
2011-11-23shell: introduce shell_surface_purposePekka Paalanen1-14/+60
2011-11-23shell: add private surface structPekka Paalanen3-1/+44
2011-11-22compositor: Set output for cursor surface so damage_below worksKristian Høgsberg1-2/+5
2011-11-22Simplify evdev_flush_motion() a tiny bitKristian Høgsberg1-7/+4
2011-11-22Merge remote-tracking branch 'vignatti/evdev'Kristian Høgsberg2-62/+78
2011-11-22cairo-util: Dont use non-standard JCS_EXT_BGRX color spaceKristian Høgsberg1-3/+21
2011-11-22Never include wayland-util.h directlyKristian Høgsberg8-9/+1
2011-11-22Fix inconsistent #include stylePekka Paalanen15-16/+16
2011-11-22evdev: fetch absolute coordinates inside flush_motion onlyTiago Vignatti1-6/+5
2011-11-21evdev: remove useless field from device structureTiago Vignatti1-3/+0
2011-11-21evdev: reset accumulator inside evdev_flush_motionTiago Vignatti1-17/+14
2011-11-21evdev: use a separate structure to denote accumulated motion eventsTiago Vignatti1-37/+56