summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-26compositor-drm: Check es->image, not es->buffer when looking for overlaysKristian Høgsberg1-1/+1
2012-03-25config-parser: consolidate shell files into weston.ini onlyTiago Vignatti6-92/+30
2012-03-24window.c; Only redraw once per frameKristian Høgsberg1-1/+22
2012-03-24Secure screenshooter protocol.Scott Moreau2-5/+44
2012-03-22shell: fix matrix invertible bug in rotation handlerRafal Mielniczuk1-18/+23
2012-03-22Add surface opacity controls.Scott Moreau1-0/+38
2012-03-22Switch zoom binding to <Super>+Scroll.Scott Moreau1-11/+5
2012-03-22Modify bindings for axis event detection.Scott Moreau5-55/+64
2012-03-22Hook up axis events.Scott Moreau7-8/+75
2012-03-22drm: plane src coords are 16.16 fixed pointRob Clark1-5/+4
2012-03-22shell: correct position of a surface before rotating it.Rafal Mielniczuk1-1/+15
2012-03-22window.c: Fix the stretch scaling codeKristian Høgsberg1-8/+8
2012-03-21window.c: Increase drop shadow fluffinessKristian Høgsberg2-16/+16
2012-03-20window.c: Tweak window decoration appearanceKristian Høgsberg1-15/+39
2012-03-20Revert "automake: Don't fail the build if we can't setuid."Kristian Høgsberg1-2/+2
2012-03-20evdev: fix input lag when processing input from output repaintAnder Conselvan de Oliveira1-24/+41
2012-03-20compositor: Fix pointer type mismatch warningsKristian Høgsberg1-8/+8
2012-03-20weston_surface: initialize pitchJuan Zhao1-0/+1
2012-03-20weston: don't hang in wait()Bill Spitzak1-1/+4
2012-03-20weston: Don't ask for EGL depth buffer if not neededBill Spitzak3-3/+0
2012-03-20evdev: use mtdev for multitouch devicesTiago Vignatti2-4/+21
2012-03-20compositor: properly restore keyboard_focus in notify_keyboard_focus()Ander Conselvan de Oliveira2-7/+31
2012-03-20compositor: allow multiple input_device_attach()'s with a nil bufferAnder Conselvan de Oliveira1-4/+3
2012-03-20compositor-wayland: use image loading code from shared/Ander Conselvan de Oliveira3-12/+12
2012-03-20cairo-util: load_cairo_surface returns NULL if loading the file fails.Ustun Ergenoglu1-0/+4
2012-03-20compositor: use smoother range for backlight controlTiago Vignatti3-13/+18
2012-03-20tests: add backlight testTiago Vignatti2-1/+199
2012-03-20shell: Fix 2 switcher crashes.Alex Wu1-1/+5
2012-03-13automake: Don't fail the build if we can't setuid.Eric Anholt1-2/+2
2012-03-13configure: Fix build on debian by avoiding bashisms in the test command.Eric Anholt1-1/+1
2012-03-12Consolidate image loading code and move to shared/Kristian Høgsberg16-757/+519
2012-03-12Add an option parserKristian Høgsberg26-243/+229
2012-03-12x11: Move the xcb fd to the input loopKristian Høgsberg1-4/+2
2012-03-12Fix picking crashesKristian Høgsberg2-10/+8
2012-03-12drm: fix issue copying supported plane formatsRob Clark1-1/+1
2012-03-12clients/window: fix build issues w/ glesRob Clark1-1/+12
2012-03-11compositor-drm: use udev_device_get_property_value() helperDavid Herrmann1-6/+4
2012-03-11compositor-drm: ignore hotplug-events from other devicesDavid Herrmann1-3/+17
2012-03-08drm: Fix drmModeRes leak on error pathsChristopher Michael1-1/+4
2012-03-08compositor: Fix compilation without xserver launcherBenjamin Franzke1-0/+4
2012-03-08shell: don't assign output for surface of type noneAnder Conselvan de Oliveira1-4/+6
2012-03-08shell: Fix segment fault when clicking to activate a NULL pointer_focusAlex Wu1-1/+4
2012-03-08shell: Fix not destroy black surface when fullscreen surface exit abnomally.Alex Wu1-0/+3
2012-03-05shell: Put popups and transients on top of their parentKristian Høgsberg1-0/+6
2012-03-05window: Compute frame boundary for all windows except fullscreenKristian Høgsberg1-1/+1
2012-03-05desktop-shell: Simplify unlock dialog redraw functionKristian Høgsberg1-10/+6
2012-03-05drm: Disable sprites if they're brokenKristian Høgsberg1-0/+5
2012-03-05compositor: Only process input once per frameKristian Høgsberg1-28/+37
2012-03-05compositor: Move input devices to their own event loopKristian Høgsberg3-3/+23
2012-03-05compositor: Swallow binding key for bindings that don't set up a grabKristian Høgsberg3-40/+57