summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-07-16input: send wl_keyboard.repeat_info with rate and delay infoHEADrepeat-infoJonny Lamb4-5/+33
2014-07-07Create a weston_surface_state structure for storing pending surface state and...Jason Ekstrand2-204/+141
2014-07-07Move weston_frame_callback above weston_surface_createJason Ekstrand1-5/+5
2014-07-07Move weston_subsurface to after weston_surfaceJason Ekstrand1-51/+51
2014-07-05Use pixman_region32_clear instead of our own empty_regionJason Ekstrand2-24/+8
2014-06-25screen-share: Allow fullscreen shell command to be configuredAndrew Wedgbury1-14/+30
2014-06-25data-device: Clean up the logic in start_dragJason Ekstrand1-14/+17
2014-06-25Require libinput 0.4.0Peter Hutterer1-11/+21
2014-06-19compositor: update the surface size when there is a size change without a buf...George Kiagiadakis2-14/+48
2014-06-18weston: Fix memleak issue in compositor.cSrivardhan Hebbar1-6/+17
2014-06-18compositor-wayland: Fix compiler warningThierry Reding1-1/+1
2014-06-18animation: ensure repaints are always scheduled during animationsJonny Lamb2-0/+16
2014-06-18animation: fix move scale animationJonny Lamb1-1/+3
2014-06-18compositor: unmap subsurface views before destroying the subsurfacesGeorge Kiagiadakis1-2/+6
2014-06-09libinput: Use floating point instead of fixed point numbersJonas Ådahl1-9/+18
2014-06-03compositor: raise errors when bad scale or transform values are usedJonny Lamb1-0/+18
2014-06-02Use FreeRDP buildin functions to get scancodesHardening1-18/+6
2014-06-02Add more keyboards for the RDP compositorHardening1-12/+120
2014-05-23comp-wayland: use safe foreach when destroying outputsU. Artie Eoff1-2/+2
2014-05-09compositor: add --no-config command line optionPekka Paalanen1-2/+6
2014-05-09libinput-seat: literal values for WESTON_LIBINPUT_LOG_PRIORITYU. Artie Eoff1-1/+8
2014-05-09vaapi-recorder: Don't loop trying to write on out of space conditionAnder Conselvan de Oliveira3-18/+53
2014-05-09rpi: build fix for compute_rects debugPekka Paalanen1-2/+2
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-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-30compositor: Remove the edges parameter from send_configureJasper St. Pierre1-2/+1
2014-04-30compositor: Fix the documentation for surface->configureJasper St. Pierre1-3/+4
2014-04-30screen-share: Don't unset server environment variablesAndrew Wedgbury1-4/+0
2014-04-30xwayland: Set decoration margin for xwayland windowsKristian Høgsberg1-1/+3
2014-04-30launcher-util: Initialize kb_mode also when weston-launch sets up ttyKristian Høgsberg1-0/+5
2014-04-25Simply the matrix calculation for zoomingNeil Roberts1-9/+4
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
2014-04-25Check zalloc return for out of memory situationBryce W. Harrington4-15/+28
2014-04-21libinput: Forward frame events to clientsJonas Ådahl4-0/+43
2014-04-21Check malloc resultHardening1-2/+15
2014-04-21gl-renderer: Remove gl_renderer_interface from gl-renderer.hJohn Kåre Alsaker1-1/+0
2014-04-21seat: don't break in notify_output_createU. Artie Eoff2-2/+0
2014-04-21input: fix input device map to output if it doesn't exist.U. Artie Eoff4-2/+16
2014-04-21libinput-device: break after LIBINPUT_EVENT_TOUCH_UPU. Artie Eoff1-0/+1
2014-04-21libinput-seat: allow setting libinput log priority in westonU. Artie Eoff1-0/+7