summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-06weston-laucnh: Use int types for message opcodesweston-launchBenjamin Franzke3-31/+45
2012-04-06Always use launcher ops when availableBenjamin Franzke1-14/+7
2012-04-06weston-launch: Change error message with systemd support is disabledBenjamin Franzke1-0/+4
2012-04-06Rename launcher_util to launcher-utilBenjamin Franzke5-5/+5
2012-04-06weston-launch: Use MSG_CMSG_CLOEXECBenjamin Franzke1-2/+1
2012-04-06weston-launch: Close drm_fd in setmasterBenjamin Franzke1-0/+1
2012-04-06weston-launch: Fix buffer-overflowBenjamin Franzke1-1/+1
2012-04-05weston-launch: Remove WESTON_LIBRARY_PATH overrideBenjamin Franzke1-5/+1
2012-04-05weston-launch: Actually use int for open-flagsBenjamin Franzke3-10/+10
2012-04-05weston-launch: No custom executable pathBenjamin Franzke1-8/+3
2012-04-05Introduce weston-launchBenjamin Franzke13-19/+975
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