summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-09clients: Initialize label in keyboard handling codeBryce W. Harrington1-1/+1
2014-05-06compositor-wayland: avoid possible NULL deref in handle_keymapU. Artie Eoff1-2/+4
2014-05-06compositor-wayland: assign the correct modeU. Artie Eoff1-1/+1
2014-05-06compositor-wayland: free output before returningU. Artie Eoff1-1/+4
2014-05-06Apply the zoom transformation before the output transformationNeil Roberts2-49/+2
2014-05-06compositor-drm: Don't use vaapi recorder with unsupported formatsAnder Conselvan de Oliveira1-0/+6
2014-05-06wcap: Check for mmap and malloc return value in wcap decode modulevivek2-0/+13
2014-05-04xwayland: Fix fullscreen modeKristian Høgsberg1-1/+14
2014-05-01configure.ac: Bump version to 1.4.92Kristian Høgsberg1-1/+1
2014-05-01drm: Don't use the cursor overlay if the scale doesn't matchNeil Roberts1-0/+3
2014-05-01Take into account the zoom when applying the output transformNeil Roberts1-2/+18
2014-04-30window: Add a simple getenv to force SHM renderingJasper St. Pierre1-2/+2
2014-04-30window: Clean up buffer type choosingJasper St. Pierre1-8/+12
2014-04-30cairo-util: Don't show a resize cursor on edges when we're maximizedJasper St. Pierre1-3/+8
2014-04-30cairo-util: Kill a duplicate testJasper St. Pierre1-2/+2
2014-04-30compositor: Remove the edges parameter from send_configureJasper St. Pierre3-15/+11
2014-04-30compositor: Fix the documentation for surface->configureJasper St. Pierre1-3/+4
2014-04-30desktop-shell: Remove output_move listener on shutdownKristian Høgsberg1-0/+1
2014-04-30screen-share: Don't unset server environment variablesAndrew Wedgbury1-4/+0
2014-04-30xwayland: Handle race between multi-pointer motion and clicksKristian Høgsberg1-0/+7
2014-04-30xwayland: Set decoration margin for xwayland windowsKristian Høgsberg3-6/+23
2014-04-30xwayland: Be smarter about picking seats for move/resizeKristian Høgsberg1-2/+24
2014-04-30desktop-shell: Further consolidate move/resize grab checksKristian Høgsberg1-11/+4
2014-04-30xwayland: Make resizing work againKristian Høgsberg1-4/+6
2014-04-30shell.c: Set dirty for visible views on destroyed outputXiong Zhang1-1/+4
2014-04-30launcher-util: Initialize kb_mode also when weston-launch sets up ttyKristian Høgsberg1-0/+5
2014-04-30shell: Don't map surfaces of type SHELL_SURFACE_NONEAnder Conselvan de Oliveira1-13/+14
2014-04-29desktop-shell: Properly handle seat hotpluggingJason Ekstrand2-32/+53
2014-04-29desktop-shell: Remove unused variablesKristian Høgsberg1-1/+1
2014-04-29desktop-shell: Properly handle lowered fullscreen surfacesEmilio Pozuelo Monfort3-28/+43
2014-04-29desktop-shell: Keep windows on screen when movingKristian Høgsberg1-12/+58
2014-04-29desktop-shell: Raise new windows over fullscreen appsKristian Høgsberg1-0/+2
2014-04-29desktop-shell: End popup when starting a touch shell grabKristian Høgsberg1-0/+3
2014-04-29desktop-shell: Reject resize if we're already grabbedKristian Høgsberg1-0/+3
2014-04-29desktop-shell: Reject window move in common_surface_move()Kristian Høgsberg1-4/+3
2014-04-29window.c: Dismiss menu on touch up eventsKristian Høgsberg1-0/+15
2014-04-29window.c: Also grab touch events when grabbing inputKristian Høgsberg1-3/+6
2014-04-29window.c: Prevent key event delivery while a grab is activeKristian Høgsberg1-0/+8
2014-04-29window.c: Update pointer focus when taking a grabKristian Høgsberg1-0/+2
2014-04-29shell: Fix crash when a client is destroyed during the resize grabAnder Conselvan de Oliveira1-1/+1
2014-04-29shell: Fix memory leaks caused by the window close animationAnder Conselvan de Oliveira1-5/+7
2014-04-29terminal: Convert all *alloc's to x*alloc's.Bryce W. Harrington1-3/+3
2014-04-25Simply the matrix calculation for zoomingNeil Roberts1-9/+4
2014-04-25clients/window: Don't remove the touch listener on a frame eventNeil Roberts1-3/+0
2014-04-25input: Fix errors due to initializing input before creating outputsAnder Conselvan de Oliveira4-6/+14
2014-04-25evdev: Fix assertion error for unplugged output with paired touchscreenAnder Conselvan de Oliveira1-10/+9
2014-04-25evdev: Discard events from a touchscreen paired with an unplugged outputAnder Conselvan de Oliveira4-8/+4
2014-04-25libinput: Don't process touch events for devices without a valid outputAnder Conselvan de Oliveira1-0/+3
2014-04-25pixman-renderer: Use width/height_from_buffer for buffer transformsJason Ekstrand1-2/+2
2014-04-25Use the correct width/height when transforming surfaces with viewports.Jason Ekstrand1-2/+4