summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-07menumenuKristian Høgsberg7-137/+565
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 onesBenjamin 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 windowBenjamin 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
2011-11-21evdev: use a separate struct for abs informationTiago Vignatti1-24/+28
2011-11-21tty: fix command line parsingTiago Vignatti1-1/+1
2011-11-18window: Remove unused variableKristian Høgsberg1-3/+0
2011-11-18evdev: Reset accumulate values when we flush motion eventsKristian Høgsberg2-2/+7
2011-11-18Merge remote-tracking branch 'pq/glmatrix'Kristian Høgsberg8-0/+2363
2011-11-18compositor: Queue buffer.release instead of sending immediatelyKristian Høgsberg1-1/+1
2011-11-18evdev: fix order of events being sent to the compositorTiago Vignatti1-5/+39
2011-11-18wscreensaver: configure glmatrixPekka Paalanen1-7/+5
2011-11-18clients: add wscreensaverPekka Paalanen7-15/+623