summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-21MeeGo Tablet Shellmeego-tablet-shellKristian Høgsberg5-41/+927
2011-04-21Plug 'surface.damage with NULL buffer' crash for nowKristian Høgsberg1-0/+5
2011-04-21compositor-x11: Use check function to make sure we handle all eventsKristian Høgsberg1-13/+30
2011-04-20Fix clients to work with wl_ prefixed interface namesKristian Høgsberg3-8/+8
2011-04-20compositor-x11: Use the keymap_notify immediately following the focus_in eventKristian Høgsberg1-17/+35
2011-04-20compositor-x11: Generalize handling of event pairsKristian Høgsberg1-26/+41
2011-04-20Update to work with scanner that doesn't hardcode wl_*Kristian Høgsberg2-9/+9
2011-04-20Switch to new subscribe protocol and wayland-eglKristian Høgsberg6-37/+25
2011-04-20compositor-openwfd: Fixup rebaseBenjamin Franzke1-1/+17
2011-04-20compositor: Add OpenWF Display backendBenjamin Franzke5-0/+585
2011-04-20Optimize fullscreen scanout abitBenjamin Franzke5-70/+50
2011-04-20Merge remote-tracking branch 'bnf/fullscreen-pageflip'Kristian Høgsberg6-74/+387
2011-04-20Make use of a hardware cursor in compositor-drmBenjamin Franzke6-62/+259
2011-04-19compositor(-drm): Pageflip to fullscreen surfacesBenjamin Franzke5-12/+128
2011-04-15compositor-x11: Suppress keyboard repeat eventsKristian Høgsberg1-5/+30
2011-04-14window.c: Check for cairo device failure the right wayKristian Høgsberg1-1/+1
2011-04-13Only invoke shell button bindings if there's a pointer focus surfaceKristian Høgsberg1-0/+6
2011-04-12Move more switcher details to switcher.cKristian Høgsberg3-11/+12
2011-04-12Move switcher behaviour into switcher.cKristian Høgsberg4-93/+137
2011-04-12Move shell bindings to shell.cKristian Høgsberg3-63/+55
2011-04-12Extend wlsc_binding to cover buttons tooKristian Høgsberg2-58/+90
2011-04-12Update modifier state as input devices enter and leaveKristian Høgsberg1-18/+33
2011-04-12Define _GNU_SOURCE for O_CLOEXEC flagKristian Høgsberg1-0/+2
2011-04-11Remove double definition of window_get_wl_surface()Kristian Høgsberg2-9/+0
2011-04-11Remove typoKristian Høgsberg1-1/+0
2011-04-11Merge remote-tracking branch 'bnf/surface-frame-event'Kristian Høgsberg12-73/+155
2011-04-11Add a simple key binding mechanismKristian Høgsberg2-24/+106
2011-04-11Call present after clearing repaint_neededKristian Høgsberg1-2/+1
2011-04-11Clip out pixels covered by opaque surfaces during repaintKristian Høgsberg1-1/+21
2011-04-11compositor-drm: Close drm fd on execKristian Høgsberg1-1/+1
2011-04-11Fix window_set_child_size() for windows without decorationKristian Høgsberg1-1/+1
2011-04-11Add struct window accessor for the wl_surfaceKristian Høgsberg2-0/+9
2011-04-11Define global handler on display creationTim Wiederhake11-29/+20
2011-04-07Check return value of XOpenDisplay().Cyril Brulebois1-0/+4
2011-03-18Merge remote-tracking branch 'bnf/fixes'Kristian Høgsberg2-3/+6
2011-03-17gears: Use wayland egl surface instead of imagesBenjamin Franzke3-69/+80
2011-03-17window: Use window surfaces for windowsBenjamin Franzke5-21/+153
2011-03-17simple-client: Request a alpha channel in choose configBenjamin Franzke1-0/+1
2011-03-17Support per surface frame eventsBenjamin Franzke12-73/+155
2011-03-16compositor: Update only existing backgrounds in output_moveBenjamin Franzke1-3/+5
2011-03-15compositor-drm: Support output hotpluggingBenjamin Franzke3-15/+197
2011-03-13compositor-drm: Fix multi head renderingBenjamin Franzke5-31/+115
2011-03-13Beginnings of multiple monitorMarty Jack1-1/+4
2011-03-12compositor-x11: Remove unused variablesKristian Høgsberg1-11/+0
2011-03-02compositor-wayland: Ask for ES2 in the configKristian Høgsberg1-1/+1
2011-03-02compositor: Remove drm.c, use shm.c for pointer imagesBenjamin Franzke8-151/+76
2011-03-02compositor: Remove wlsc_drmBenjamin Franzke2-18/+12
2011-03-02compositor-x11: Use an EGL Window Surface as outputBenjamin Franzke2-205/+39
2011-03-01compositor-wayland: Use wayland-egl window surfacesBenjamin Franzke3-120/+65
2011-03-01compositor: Generate Framebuffer in the backendsBenjamin Franzke4-2/+9