summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-27compositor: implement query_surface_formats().old.01.yuv_buffersGwenole Beauchesne1-1/+23
2012-04-27compositor: handle YUV buffers.Gwenole Beauchesne3-18/+66
2012-04-27compositor: add YUV shaders.Gwenole Beauchesne2-0/+45
2012-04-27compositor: factor out RGB shader.Gwenole Beauchesne3-19/+31
2012-04-27compositor: prepare for multi-planar surfaces.Gwenole Beauchesne3-34/+73
2012-04-25gears: Allow model rotation with pointerScott Moreau1-4/+65
2012-04-25shell-animation: add conf option in shellJuan Zhao3-1/+47
2012-04-25animation: add fading-in animationJuan Zhao1-0/+85
2012-04-25Add COPYINGKristian Høgsberg1-0/+48
2012-04-22xserver: Move window property reading to set_window_id handlerKristian Høgsberg1-77/+82
2012-04-21xserver: Read window properties in map request handlerKristian Høgsberg1-17/+19
2012-04-21shell: Don't ping internal shell surfacesKristian Høgsberg1-0/+2
2012-04-21compositor: introduce internal shell_interfaceTiago Vignatti3-36/+91
2012-04-21compositor: Set pointer surface input region to empty on attachKristian Høgsberg1-0/+1
2012-04-20shell: Move binding-modifier to shell sectionKristian Høgsberg1-1/+5
2012-04-20shell: modifier bindings configurableTiago Vignatti2-34/+64
2012-04-20screenshooter: Don't assume output offsets start at zeroScott Moreau1-6/+32
2012-04-20screenshooter: Move buffer assembly to client sideScott Moreau2-35/+47
2012-04-20screenshooter: Grab pixel data directly before buffer swapScott Moreau8-76/+115
2012-04-20Send surface enter/leave eventsCasey Dahlin3-3/+67
2012-04-20Add an id field to outputsCasey Dahlin2-0/+9
2012-04-20Change find_resource_for_surface to find_resource_for_clientCasey Dahlin1-19/+15
2012-04-19shell: Cleanup ping_timer code.Scott Moreau1-35/+22
2012-04-19compositor-drm: Remove an useless code line.Alex Wu1-1/+0
2012-04-19Dim unresponsive windowsScott Moreau1-0/+77
2012-04-19Install brightness and saturation variables for surface shaderScott Moreau2-0/+16
2012-04-19Install structuring for ping-pong protocolScott Moreau4-0/+115
2012-04-17shell: Implement "driver" method of fullsceen.Alex Wu6-19/+77
2012-04-17compositor-drm: Add switch_mode support.Alex Wu1-1/+149
2012-04-17compositor: Add a switch_mode hook and a wrapper into the output.Alex Wu6-0/+17
2012-04-17weston-launch: be more descriptive with output messagesTiago Vignatti1-4/+4
2012-04-17compositor: make GL_EXT_read_format_bgra optionalPekka Paalanen6-12/+58
2012-04-17screenshooter: refactor the copy loopPekka Paalanen1-7/+17
2012-04-17compositor: check queryString successPekka Paalanen1-0/+10
2012-04-17compositor: use GL_EXT_unpack_subimage only if availablePekka Paalanen2-13/+33
2012-04-17compositor: add EGL_WL_bind_wayland_display definitionsPekka Paalanen3-1/+50
2012-04-17compositor: move libudev.h to evdev.hPekka Paalanen3-1/+4
2012-04-17config-parser: add missing return for an error casePekka Paalanen1-0/+2
2012-04-16compositor: init shell after xserverTiago Vignatti1-3/+3
2012-04-16desktop-shell: use more consistent name for the main structureTiago Vignatti2-49/+51
2012-04-16desktop-shell: use description tags and improve protocol doc a bitTiago Vignatti1-10/+23
2012-04-13tty: Fall back to K_RAW if K_OFF is not availableKristian Høgsberg1-3/+35
2012-04-13window.c: Drop the toolkit grab when we start a compositor grabKristian Høgsberg2-0/+3
2012-04-13shell: Tighten shell.set_popup semanticsKristian Høgsberg1-12/+17
2012-04-13window: Send serial number in set_popup requestKristian Høgsberg1-2/+2
2012-04-13window: Initialize redraw_task.link so we can always remove itKristian Høgsberg1-0/+2
2012-04-13xserver-launcher: Pass serial to wl_input_device_set_selection()Kristian Høgsberg1-3/+4
2012-04-12Make xserver-launcher a moduleKristian Høgsberg3-22/+30
2012-04-12compositor: Add a destroy signal and turn weston_shell into signalsKristian Høgsberg6-116/+135
2012-04-12Use wl_signal mechanismKristian Høgsberg6-110/+89