summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-02wcap-decode: Add 444 YUV Planar outputDavid Richards1-8/+58
2013-07-02editor: Fix segfault when deleting the first characterDaiki Ueno1-2/+2
2013-07-01touchpad: Handle two-finger click as right click for button padsKristian Høgsberg1-2/+8
2013-06-28build: Make libxkbcommon build-time optional in the compositorRob Bradford3-9/+47
2013-06-28input: Add support for making libxkbcommon optionalMatt Roper3-21/+57
2013-06-28toytoolkit: Allow operation without a keymapMatt Roper1-0/+4
2013-06-28man: Add documentation for output seat confiningRob Bradford1-0/+9
2013-06-28compositor-drm: Enable seat constraining when configured in weston.iniRob Bradford4-1/+36
2013-06-28xwayland: modify Makefile.am to clean up BUILD_SOURCESAlex Wu1-0/+2
2013-06-25input: Add weston_pointer_clamp function to ensure pointer visibleRob Bradford2-6/+9
2013-06-25udev-seat: Refactor out seat lookup and possible creationRob Bradford2-9/+22
2013-06-25tests: Fix direct access to resource->data in weston-testKristian Høgsberg1-7/+8
2013-06-25nested: Fix direct access to resource->dataKristian Høgsberg1-6/+6
2013-06-25gl-renderer: Split gl_renderer_attach() into smaller functionsAnder Conselvan de Oliveira1-94/+119
2013-06-25gl-renderer: Fix initial upload of SHM buffer as textureAnder Conselvan de Oliveira1-5/+13
2013-06-25gl-renderer: Track the buffer type in gl_surface_stateAnder Conselvan de Oliveira1-4/+14
2013-06-25compositor: Remove a few legacy uses of wl_objectKristian Høgsberg2-8/+0
2013-06-25compositor: Fix a couple of left-over wl_resource direct accessKristian Høgsberg2-2/+4
2013-06-25gl-renderer: Use eglQueryWaylandBufferWL for getting width and heightKristian Høgsberg1-2/+4
2012-02-26protocol: Add missing xml files to EXTRA_DISTKristian Høgsberg1-0/+2
2012-02-26src/.gitignore: add spring-tool to .gitignoreNathan Reboud1-0/+1
2013-06-25data-device: Remove redundant and confusing assignmentKristian Høgsberg1-1/+1
2013-06-25data-device: Don't leak wl_data_source in destructorKristian Høgsberg1-1/+1
2013-06-25compositor: Fix remaining double free()sKristian Høgsberg3-6/+0
2013-06-25compositor: Remove double free()s in resource destructorsKristian Høgsberg3-7/+0
2013-06-24nested: Port away from old wl_resource APIKristian Høgsberg1-22/+28
2013-06-21Add a weston_buffer structure to replace wl_bufferJason Ekstrand8-58/+142
2013-06-20data-device: Change resources in wl_data_offer and wl_data_source to pointers.Jason Ekstrand4-63/+53
2013-06-20input: check if the focus surface has a valid resourceGiulio Camuffo1-0/+5
2013-06-20compositor-drm: select the highest possible mode frequencyGiulio Camuffo1-1/+1
2013-06-20shell: Free temporary stringsQuentin Glidic1-0/+2
2013-06-19log: Only use one string bufferKristian Høgsberg1-7/+4
2013-06-18xwayland: Use _exit() when exec() failsKristian Høgsberg1-1/+1
2013-06-18xwayland: Silence X wm debug loggingKristian Høgsberg3-69/+126
2013-06-17weston-launch: Don't exit on SIGTERMKristian Høgsberg1-5/+1
2013-06-17shell: Tweak spring animation for zoom animation typeKristian Høgsberg3-4/+12
2013-06-17shell: Fix warning and indentation in shell_surface_configure()Kristian Høgsberg1-2/+2
2013-06-17input-panel: Bounce the input panel slideKristian Høgsberg1-2/+3
2013-06-17spring: Tweak the window fade-in spring to not overshootKristian Høgsberg3-9/+10
2013-06-17spring: Make min/max part of spring parametersKristian Høgsberg2-12/+19
2013-06-17spring: Make clip behavior configurableKristian Høgsberg2-14/+31
2013-06-17spring: End spring simulatio fasterKristian Høgsberg1-2/+2
2013-06-17Add spring-tool, a small utility to plot spring behaviorKristian Høgsberg2-0/+75
2013-06-14subsurfaces: Use wl_resource_get accessors for subsurfacesJason Ekstrand1-12/+12
2013-06-14output: Use wl_resource_get accessors for weston_output resourcesJason Ekstrand4-27/+15
2013-06-14input: Use wl_resource_get accessor functions for resourcesJason Ekstrand3-43/+41
2013-06-14text-backend: Change resources to wl_resource pointersJason Ekstrand1-72/+76
2013-06-14input_panel_surface: Change resource to a wl_resource pointerJason Ekstrand2-49/+48
2013-06-14callback: Change resource to a wl_resource pointerJason Ekstrand1-13/+10
2013-06-14region: Change resource to a wl_resource pointerJason Ekstrand2-16/+9