summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-07exposay: set an alpha on fullscreen surfacesHEADmasterEmilio Pozuelo Monfort3-0/+12
2014-01-07exposay: fix infinite loop with fullscreen surfacesEmilio Pozuelo Monfort1-2/+5
2014-01-07keyboard: Handle touch up eventKristian Høgsberg3-9/+46
2014-01-07editor: Add missing touch-to-activate for the entriesKristian Høgsberg1-0/+41
2014-01-03clients: Fix libexec clients installArmin K1-1/+1
2014-01-02shell: Only assign focus on touch if there is a touch focus surfaceKristian Høgsberg1-0/+2
2014-01-02xwm: Handle WM_TRANSIENT_FORKristian Høgsberg2-7/+14
2014-01-02build: fix commit that changed option for installing clientRicardo Vieira1-3/+3
2014-01-02Properly free drm plane during creation of spritesChris Michael1-1/+1
2014-01-02shell: Start the input panel slide slightly on the outputKristian Høgsberg1-2/+2
2014-01-02shell: Test for surface->width == 0 to see if input-panel was unmappedKristian Høgsberg1-1/+1
2014-01-02shell: Always set input-panel position on initial configureKristian Høgsberg1-9/+1
2014-01-01editor: Add keyboard_focus handler to schedule repaintKristian Høgsberg1-0/+12
2014-01-01shell.c: Set state_changed for xwayland surfaces as wellKristian Høgsberg1-0/+1
2014-01-01tests: Only run buffer-count test if we have at least mesa 10Kristian Høgsberg3-0/+30
2014-01-01desktop-shell: Remove debug code from previous commitKristian Høgsberg1-1/+1
2014-01-01shell: Only assign focus on click if there is a pointer focus surfaceKristian Høgsberg2-1/+3
2014-01-01shell.c: Back out alt-tab functionalityKristian Høgsberg1-251/+0
2014-01-01Fix the size of surfaces created in create_black_surfaceJason Ekstrand1-1/+1
2014-01-01build: Move clients libexec_PROGRAMS under BUILD_CLIENTS conditionalKristian Høgsberg3-15/+12
2014-01-01build: Don't try to build weston-info if client build is disabledKristian Høgsberg1-4/+2
2014-01-01build: Rename option and conditional for installing demo clientsKristian Høgsberg2-7/+7
2014-01-01shell: Fix up previous broken commitKristian Høgsberg1-4/+3
2014-01-01Revert "shell: Change stacking order calculation for popup surfaces"Kristian Høgsberg1-29/+4
2013-12-31window.c: Don't put buttons on frames for custom windowsKristian Høgsberg1-1/+8
2013-12-31shell: Set state_changed when we make a surface transientKristian Høgsberg1-0/+1
2013-12-22Release pointer and keyboard with the seatHardening1-1/+4
2013-12-22shell: Handle the desktop shell client destroy signalAnder Conselvan de Oliveira2-0/+17
2013-12-22compositor: Destroy renderer in weston_compositor_shutdown()Ander Conselvan de Oliveira8-13/+3
2013-12-22pixman: Destroy pixman images when underlying buffer is destroyedLubomir Rintel1-1/+31
2013-12-19compositor: Clean up view output move and destroy listenersAnder Conselvan de Oliveira1-0/+6
2013-12-19compositor-x11: Set the name field on weston_outputsAnder Conselvan de Oliveira1-0/+4
2013-12-19screenshooter: Choose output to record from based on keyboard focusAnder Conselvan de Oliveira1-67/+29
2013-12-17compositor: Initialize output listener linksKristian Høgsberg1-0/+2
2013-12-17screenshooter: Record one extra frame when recording stopsAnder Conselvan de Oliveira1-2/+10
2013-12-17nested: Add EGL_WL_create_wayland_buffer_from_image compat definesKristian Høgsberg1-0/+10
2013-12-16configure.ac: Bump version to 1.3.91 for alpha releaseKristian Høgsberg1-1/+1
2013-12-16Makefile.am: Clean generated weston.ini on make cleanKristian Høgsberg1-0/+2
2013-12-16clients: add scaler test appJonny Lamb3-0/+226
2013-12-16pixman-renderer: implement surface scaling and croppingJonny Lamb1-6/+24
2013-12-16compositor: transform surface coordinates if a surface scaler is usedJonny Lamb2-8/+89
2013-12-16compositor: add stub scaler resourcesJonny Lamb3-0/+109
2013-12-16protocol: crop & scale RFC v3Pekka Paalanen2-1/+158
2013-12-16Add a weston_surface_set_size functionJason Ekstrand3-10/+18
2013-12-16shell: Reset fullscreen and maximized state on output unplugAnder Conselvan de Oliveira1-0/+3
2013-12-16desktop-shell: Invalidate saved position when output is destroyedZhang, Xiong Y3-5/+36
2013-12-16compositor: Make pointers visible when an output is unpluggedAnder Conselvan de Oliveira3-12/+81
2013-12-16compositor: Don't repaint outputs being destroyedAnder Conselvan de Oliveira2-0/+6
2013-12-16compositor: Ensure views are visible if their output was unpluggedZhang, Xiong Y2-2/+58
2013-12-16compositor: Move views when outputs are movedZhang, Xiong Y2-3/+75