summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Properly free drm plane during creation of spritesChris Michael1-1/+1
2013-12-22Release pointer and keyboard with the seatHardening1-1/+4
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-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-16Add a weston_surface_set_size functionJason Ekstrand2-4/+15
2013-12-16desktop-shell: Invalidate saved position when output is destroyedZhang, Xiong Y2-0/+9
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
2013-12-16compositor-headless, compositor-rdp: Don't call weston_output_move()Ander Conselvan de Oliveira2-4/+0
2013-12-16compositor: Move the logic of moving outputs into the coreZhang, Xiong Y3-25/+26
2013-12-16compositor: Remove output from list in weston_output_destroy()Ander Conselvan de Oliveira5-4/+2
2013-12-16compositor-x11: Only destroy one output when the close button is pressedAnder Conselvan de Oliveira1-1/+31
2013-12-16evdev: Drop joystick rejection heursticsKristian Høgsberg1-9/+0
2013-12-16evdev: Reject absolute motion if we're not a pointer or a touch deviceKristian Høgsberg1-1/+1
2013-12-16evdev: Drop obsolete accelerometer reject ruleKristian Høgsberg1-13/+1
2013-12-16evdev: Remove EVDEV_TOUCH and with it evdev_device->capsKristian Høgsberg2-16/+8
2013-12-16evdev: Use a has_keyboard flag instead of EVDEV_KEYBOARD bitKristian Høgsberg2-9/+8
2013-12-16evdev: Replace EVDEV_BUTTON with local has_button flagKristian Høgsberg2-6/+6
2013-12-16evdev: Replace EVDEV_MOTION_ABS with local has_abs flagKristian Høgsberg2-7/+3
2013-12-16evdev: Use has_abs only for ABS_X and ABS_Y, introduce has_mt for MT eventsKristian Høgsberg1-4/+6
2013-12-16evdev: Drop EVDEV_MOTION_REL flagKristian Høgsberg2-6/+6
2013-12-16evdev: Combine evdev_handle_device() and evdev_configure_device()Kristian Høgsberg1-11/+7
2013-12-09sdk: make C++11 plugins build againGiulio Camuffo1-4/+0
2013-12-09Update .gitignoreJasper St. Pierre1-8/+0
2013-12-08shell: Make sure the shell implementation and protocol versions matchKristian Høgsberg1-0/+4
2013-12-06input: make sure the devices get the resource destruction signalGiulio Camuffo1-12/+14
2013-12-05compositor-x11: Damage output when we receive expose events for the windowKristian Høgsberg1-0/+1
2013-12-04rpi: launcher must init before udev-seatPekka Paalanen1-12/+12
2013-12-04rpi: seat quick fixPekka Paalanen1-1/+1
2013-12-04rpi: compile in the common udev codePekka Paalanen1-0/+2
2013-12-04gl: fix fallback definition of EGL_DEFAULT_DISPLAYPekka Paalanen1-1/+1
2013-12-04desktop-shell: Move to new desktop-shell subdirectoryKristian Høgsberg2-6927/+0
2013-12-04Move xwayland up one directory levelKristian Høgsberg9-4217/+0
2013-12-04tablet-shell: RemoveKristian Høgsberg2-617/+0
2013-12-03Check if the frame exists before reading its sizeDima Ryazanov1-2/+2
2013-12-03Check for frame being NULL before setting/unsetting flagsDima Ryazanov1-2/+4
2013-12-03Set the view to NULL when unmapping an X11 windowDima Ryazanov1-0/+2
2013-12-03data-device: Fix surface configure function typeJonas Ådahl1-8/+9
2013-12-03logind: delay wakeup until DRM-device is resumedDavid Herrmann1-21/+37
2013-12-03xdg-shell: Add key bindings for setting maximized and fullscreen.Rafael Antognolli1-0/+52