summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-10shell: handle surface destruction during move, resize and rotate grabsHEADmasterAnder Conselvan de Oliveira1-44/+107
2012-04-10weston-launcher: Fix uninitialized variable warningKristian Høgsberg1-5/+4
2012-04-10weston-launcher: Fix aliasing warningsKristian Høgsberg2-13/+23
2012-04-10compositor: End keyboard grab when compositor loses keyboard focusKristian Høgsberg1-0/+4
2012-04-10tty: Put console in K_OFF modeKristian Høgsberg1-22/+13
2012-04-10drm: Add vt switch keybindingsKristian Høgsberg3-0/+26
2012-04-10evdev: Get key state from kernel on vt enterKristian Høgsberg1-0/+44
2012-04-10drm: Remove input devices before cancelling repaints in vt switch awayKristian Høgsberg1-5/+5
2012-04-10xserver: Return EEXIST if unlinking lockfile failsKristian Høgsberg1-2/+6
2012-04-10xserver: Don't leak lockfile fd on error pathKristian Høgsberg1-0/+2
2012-04-10compositor: Don't pass output to notify_keyboard_focusKristian Høgsberg4-11/+7
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