summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-16xwayland: Look up 32 depth rgba render format as wellKristian Høgsberg2-4/+13
2012-07-16xwayland: Use the right length for iterating through the formats arrayKristian Høgsberg1-1/+1
2012-07-16desktop-shell: Don't get a shell surface for the grab surfaceAnder Conselvan de Oliveira1-1/+1
2012-07-16window: Workaround a stuck frame callback on the cursor surfaceAnder Conselvan de Oliveira1-2/+15
2012-07-16shell: Don't ping the grab surfaceAnder Conselvan de Oliveira1-0/+3
2012-07-12compositor: Don't send wl_surface.enter/leave if we didn't find a resourceKristian Høgsberg1-0/+2
2012-07-12shell: Scale fullscreen surface without cropping them, center on outputKristian Høgsberg1-4/+18
2012-07-12toytoolkit: Remove obsolete function window_set_custom().Scott Moreau4-16/+3
2012-07-12wscreensaver: Fix --demo mode.Scott Moreau1-2/+6
2012-07-11compositor: remove useless weston_compositor_repick callTiago Vignatti1-1/+2
2012-07-11Remove dead codePhilipp Brüschweiler1-3/+0
2012-07-11image-loader: Use pixman_image_t, not struct pixman_image_tKristian Høgsberg1-1/+1
2012-07-11image-loader: don't leak pixman_image bits dataRafal Mielniczuk1-3/+21
2012-07-11clipboard: add seat destroy signal handlerRafal Mielniczuk1-0/+14
2012-07-10compositor: handle YUV buffers.Gwenole Beauchesne3-19/+64
2012-07-10Update weston-egl-ext.h with EGL_WL_bind_wayland_display changesKristian Høgsberg1-0/+14
2012-07-10compositor: add YUV shaders.Gwenole Beauchesne2-0/+64
2012-07-10compositor: factor out RGB shader.Gwenole Beauchesne3-17/+28
2012-07-10compositor: prepare for multi-planar surfaces.Gwenole Beauchesne3-38/+59
2012-07-10shell: Use the correct the member name when iterating panel_listJuan Zhao1-1/+1
2012-07-09window.c: Only set input region when we have a decorationKristian Høgsberg1-7/+7
2012-07-09tests: Handle modifier event in test-client.cKristian Høgsberg1-0/+9
2012-07-09Only position fullscreen surface in surface->configure callbackKristian Høgsberg1-2/+2
2012-07-09wcap-snapshot: add return valueJan Engelhardt1-0/+1
2012-07-09toytoolkit: Remove redundant XKB freeDaniel Stone1-5/+0
2012-07-09Add cscope.out to .gitignoreMartin Olsson1-0/+1
2012-07-09clients: Free resources on exit in eventdemoMartin Olsson1-0/+15
2012-07-09clients: Silence 2x gcc 4.6.3 "warn_unused_result" compiler warningsMartin Olsson2-2/+4
2012-07-09wcap: Plug memory leak in wcap_decoder_create()Martin Olsson1-1/+3
2012-07-09xwayland: Don't leak fd while reading lock file in src/xwayland/launcher.cMartin Olsson1-0/+1
2012-07-09compositor-x11: Add error handling in x11_compositor_create()Martin Olsson1-7/+17
2012-07-09compositor-wayland: Add error handling in wayland_compositor_create()Martin Olsson1-7/+15
2012-07-09compositor-android: Add proper error handling in android_compositor_create()Martin Olsson1-7/+15
2012-07-09shared: Don't leak file descriptor in shared/image-loader.cMartin Olsson1-1/+3
2012-07-09clients: Don't leak "menu" on error path in clients/window.cMartin Olsson1-1/+3
2012-07-09clients: Add clients/weston-screensaver to clients/.gitignoreMartin Olsson1-0/+1
2012-07-09compositor: Always empty the input region of the pointer surfaceAnder Conselvan de Oliveira1-1/+2
2012-07-09weston: Clip window title text to the frameMartin Minarik1-0/+5
2012-07-02compositor-x11: Set make and model so we don't send NULL stringsKristian Høgsberg1-0/+2
2012-07-02shell: Use desired output when sending configure events when maximisedRob Bradford1-5/+5
2012-07-02compositor: Correctly calculate changed sub image rectangleRob Bradford1-1/+1
2012-07-01terminal: Extend selection to end of line when selecting past last charKristian Høgsberg1-2/+27
2012-07-01terminal: Insert newlines when copying multiple linesKristian Høgsberg1-1/+6
2012-07-01clipboard: initialise clipboard memory after creationRafal Mielniczuk1-0/+1
2012-06-29terminal: Handle selection for pointer positions outside widget correctlyKristian Høgsberg1-29/+41
2012-06-28window.c: Don't allocate proxy manuallyKristian Høgsberg1-7/+3
2012-06-28terminal: Add a terminal enter handler for setting I-beam cursorKristian Høgsberg1-0/+8
2012-06-28shell: Don't move fullscreen surfacesAnder Conselvan de Oliveira1-0/+3
2012-06-28shell: Show approprite cursors during move and resize grabsAnder Conselvan de Oliveira3-59/+138
2012-06-28compositor: Always allow owner of pointer surface to change the hotspotAnder Conselvan de Oliveira1-11/+15