summaryrefslogtreecommitdiff
path: root/tests/weston-test.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-03cosmetic: Remove use of C++ style commentsChris Michael1-1/+1
2015-11-20input: Make pointer grab motion callbacks take an event structJonas Ådahl1-3/+8
2015-07-31input: Don't test keyboard/pointer/touch pointersDerek Foreman1-4/+5
2015-06-15Unified multiple definitions of container_of() macro.Jon Cruz1-0/+2
2015-06-15Remove redundant #include path component.Jon Cruz1-2/+2
2015-06-15tests: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington1-16/+19
2015-05-21tests: Add screenshot recording capability to weston-testBryce Harrington1-0/+243
2015-03-31tests: use special seatMarek Chalupa1-8/+10
2015-03-31weston-test: add device_{release/add} into protocolMarek Chalupa1-0/+41
2015-02-24tests: Rename wayland-test to weston-testDerek Foreman1-6/+6
2015-02-12tests: Include weston-egl-ext from weston-testDaniel Stone1-0/+1
2014-11-28tests: Cleanup superfluous headersBryce Harrington1-1/+1
2014-08-21weston-test: check if resource is not NULLMarek Chalupa1-0/+5
2014-07-23compositor: keep track of the weston_layer a weston_view is inGiulio Camuffo1-3/+3
2014-02-18tests: Properly report skipped testsEmilio Pozuelo Monfort1-0/+6
2013-12-07tests: Test whether a simple EGL main loop uses too many buffersNeil Roberts1-1/+50
2013-12-02Remove the weston_view.geometry.width/height fieldsJason Ekstrand1-4/+3
2013-11-21tests: allow weston test plugin to keep on runningPekka Paalanen1-1/+1
2013-11-13weston-test: Always update transform when moving surfaceKristian Høgsberg1-2/+1
2013-10-22Split the geometry information from weston_surface out into weston_viewJason Ekstrand1-13/+25
2013-10-22compositor: Remove redundant and not well-defined focus fieldKristian Høgsberg1-6/+0
2013-08-08malloc + memset -> zallocPeter Hutterer1-2/+1
2013-07-09Convert to wl_global_create/destroy()Kristian Høgsberg1-2/+2
2013-07-03tests: Fix leftover wl_client_add_versioned_object()Kristian Høgsberg1-4/+3
2013-07-03Use wl_resource_create() for creating resourcesJason Ekstrand1-2/+4
2013-06-25tests: Fix direct access to resource->data in weston-testKristian Høgsberg1-7/+8
2013-05-14config-parser: Honor XDG_CONFIG_DIRSOssama Othman1-1/+1
2013-05-07input: Merge wl_seat into weston_seatKristian Høgsberg1-3/+3
2013-05-06input: Rename wl_pointer to weston_pointerKristian Høgsberg1-2/+2
2013-05-06fold wl_keyboard into weston_keyboardKristian Høgsberg1-1/+1
2013-03-28sdk: be C++ friendlyGiulio Camuffo1-4/+4
2013-03-18compositor: introduce weston_surface_geometry_dirty()Pekka Paalanen1-5/+2
2013-02-28compositor: Change notify_motion to take relative motion eventsKristian Høgsberg1-1/+4
2013-02-27compositor: call configure on surfaces with a null buffer tooGiulio Camuffo1-3/+3
2013-02-20Pass argc and argv to modulesKristian Høgsberg1-1/+2
2013-02-15text: fix weston key bindings with input methodsJan Arne Petersen1-1/+1
2012-12-11tests: Define and implement a test protocol extension.U. Artie Eoff1-0/+248