summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-09evdev: Disable the udev monitor when another vt becomes activevt-switch-hotplugBenjamin Franzke3-8/+31
2012-04-06Introduce weston-launchweston-launch-finalBenjamin Franzke13-19/+977
2012-04-04screenshot.c: Fix up a few stylistic issuesKristian Høgsberg1-20/+8
2012-04-04screenshooter: Properly handle multiple outputs.Scott Moreau6-23/+121
2012-04-03client: tablet-shell: fallback in the lack of lockscreen iconTiago Vignatti1-5/+11
2012-04-03window: Check load_image result for NULLKristian Høgsberg1-0/+4
2012-04-03Fix `unused-result' warnings.Jonas Ådahl3-4/+10
2012-04-03window: Use a persistent, big shm pool during resizeKristian Høgsberg1-8/+44
2012-04-03window: Only initialize egl if we have cairo eglKristian Høgsberg1-0/+6
2012-04-03clients: Use new shm interfaceKristian Høgsberg4-33/+54
2012-04-03cairo-util: Use nearest filtering for rendering frameKristian Høgsberg1-0/+2
2012-04-02shell: Break up a few long linesKristian Høgsberg1-2/+4
2012-04-02shell: set black surface alpha properly in switcher_next()Alex Wu1-0/+9
2012-04-02shell: Add fullscreen path into activate()Alex Wu2-6/+38
2012-03-30Add signedness warning flag and fix falloutKristian Høgsberg15-34/+39
2012-03-30Fix warnings resulting from wayland signedness fixesKristian Høgsberg2-10/+10
2012-03-29Remove weston_shell map and configure function pointersKristian Høgsberg3-32/+11
2012-03-29shell: Remove obsolete workaroundKristian Høgsberg1-4/+0
2012-03-29compositor: Support alpha for solid color surfacesKristian Høgsberg1-1/+2
2012-03-28tty: Improve error handling in tty_create()Jonas Ådahl1-3/+25
2012-03-28Properly dispose event sources and event loopsJonas Ådahl4-7/+34
2012-03-28compositor: Stop using EGL_KHR_surfaceless_gles2Kristian Høgsberg3-25/+52
2012-03-28compostor-drm: Use gbm surfaceKristian Høgsberg1-151/+128
2012-03-28tablet-shell: come back to lifeTiago Vignatti2-79/+176
2012-03-27compositor: Use GL_EXT_unpack_subimage for texture updatesKristian Høgsberg1-6/+14
2012-03-27compositor: Rename weston_buffer_attach to weston_surface_attachKristian Høgsberg1-3/+3
2012-03-27dnd: Damage surface after attaching new bufferKristian Høgsberg1-0/+7
2012-03-27clients: Fix a couple of warningsKristian Høgsberg2-13/+0
2012-03-27evdev: reuse code for device removalTiago Vignatti1-25/+21
2012-03-27compositor: move force_configure field to shell_surfaceAnder Conselvan de Oliveira3-6/+7
2012-03-27compositor: make surface_configure() a vfuncAnder Conselvan de Oliveira3-28/+68
2012-03-27compositor: refactor surface_attach()Ander Conselvan de Oliveira1-50/+53
2012-03-27compositor: use new drag icon listener for setting up drag surfacesAnder Conselvan de Oliveira3-2/+18
2012-03-27compositor: make es->pitch consistent between shm and drm surfacesAnder Conselvan de Oliveira1-1/+1
2012-03-27compositor: add weston_surface_to_global_float helperAnder Conselvan de Oliveira2-3/+13
2012-03-27compositor: add a weston_surface_is_mapped() helperAnder Conselvan de Oliveira3-9/+21
2012-03-27compositor: Use GL_BGRA_EXT for glReadPixels in screenshooterKristian Høgsberg2-1/+6
2012-03-26Simplify shm buffer handlingKristian Høgsberg6-105/+24
2012-03-26window.c: Do resize work from the repaint idle callbackKristian Høgsberg1-15/+9
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