summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Spitzak2-2/+0
2012-03-20evdev: use mtdev for multitouch devicesTiago Vignatti1-3/+20
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-20compositor: use smoother range for backlight controlTiago Vignatti3-13/+18
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-12Consolidate image loading code and move to shared/Kristian Høgsberg4-187/+34
2012-03-12Add an option parserKristian Høgsberg7-152/+72
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-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-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
2012-03-04Use wl_array_for_each() where possibleKristian Høgsberg1-5/+3
2012-03-04compositor-drm: fix libbacklight buildPekka Paalanen1-20/+5
2012-03-04Use typesafe server-side stubsKristian Høgsberg4-76/+56
2012-03-04compositor: Add a repaint debugging mechanismKristian Høgsberg1-0/+40
2012-03-01shell: Don't launch a new screensaver if the old one is still runningKristian Høgsberg1-0/+5
2012-03-01compositor: Damage sprite surface on attachKristian Høgsberg1-0/+1
2012-03-01compositor: Post keyboard leave before destroying surfaceKristian Høgsberg1-0/+7
2012-03-01compositor: split drag surface update into smaller functionsAnder Conselvan de Oliveira1-16/+42
2012-03-01compositor: fix crash when a drag surface is destroyed during the dragAnder Conselvan de Oliveira2-0/+18
2012-03-01compositor: Organize surface stack using new struct weston_layerKristian Høgsberg3-162/+123
2012-03-01compositor: Just damage compositor->damage in weston_output_damage()Kristian Høgsberg1-7/+2
2012-03-01compositor: Implement damage_below by using the new compositor->damageKristian Høgsberg1-26/+8
2012-03-01compositor: Store opaque clip for previous frame in weston_surfaceKristian Høgsberg5-33/+39
2012-03-01shell: Add implementation of fullscreen.Alex Wu1-21/+176
2012-02-29compositor-drm: Just pull in libbacklight source for nowKristian Høgsberg3-1/+378
2012-02-29compositor: add dpms and backlight supportTiago Vignatti7-11/+181
2012-02-29zoom: Don't damage_all hereKristian Høgsberg1-2/+1
2012-02-29compositor: Insert dnd icon surface below device sprite surfaceKristian Høgsberg1-1/+1
2012-02-29compositor: Set an empty input region for the fade surfaceKristian Høgsberg1-0/+1
2012-02-28compositor: make the input region of drag surfaces emptyAnder Conselvan de Oliveira1-0/+16
2012-02-28shell: Mark geometry dirty when we change surface alphaKristian Høgsberg1-0/+1