summaryrefslogtreecommitdiff
path: root/tests/weston-test.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetic: Remove use of C++ style commentsChris Michael2015-12-031-1/+1
* input: Make pointer grab motion callbacks take an event structJonas Ådahl2015-11-201-3/+8
* input: Don't test keyboard/pointer/touch pointersDerek Foreman2015-07-311-4/+5
* Unified multiple definitions of container_of() macro.Jon Cruz2015-06-151-0/+2
* Remove redundant #include path component.Jon Cruz2015-06-151-2/+2
* tests: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-151-16/+19
* tests: Add screenshot recording capability to weston-testBryce Harrington2015-05-211-0/+243
* tests: use special seatMarek Chalupa2015-03-311-8/+10
* weston-test: add device_{release/add} into protocolMarek Chalupa2015-03-311-0/+41
* tests: Rename wayland-test to weston-testDerek Foreman2015-02-241-6/+6
* tests: Include weston-egl-ext from weston-testDaniel Stone2015-02-121-0/+1
* tests: Cleanup superfluous headersBryce Harrington2014-11-281-1/+1
* weston-test: check if resource is not NULLMarek Chalupa2014-08-211-0/+5
* compositor: keep track of the weston_layer a weston_view is inGiulio Camuffo2014-07-231-3/+3
* tests: Properly report skipped testsEmilio Pozuelo Monfort2014-02-181-0/+6
* tests: Test whether a simple EGL main loop uses too many buffersNeil Roberts2013-12-071-1/+50
* Remove the weston_view.geometry.width/height fieldsJason Ekstrand2013-12-021-4/+3
* tests: allow weston test plugin to keep on runningPekka Paalanen2013-11-211-1/+1
* weston-test: Always update transform when moving surfaceKristian Høgsberg2013-11-131-2/+1
* Split the geometry information from weston_surface out into weston_viewJason Ekstrand2013-10-221-13/+25
* compositor: Remove redundant and not well-defined focus fieldKristian Høgsberg2013-10-221-6/+0
* malloc + memset -> zallocPeter Hutterer2013-08-081-2/+1
* Convert to wl_global_create/destroy()Kristian Høgsberg2013-07-091-2/+2
* tests: Fix leftover wl_client_add_versioned_object()Kristian Høgsberg2013-07-031-4/+3
* Use wl_resource_create() for creating resourcesJason Ekstrand2013-07-031-2/+4
* tests: Fix direct access to resource->data in weston-testKristian Høgsberg2013-06-251-7/+8
* config-parser: Honor XDG_CONFIG_DIRSOssama Othman2013-05-141-1/+1
* input: Merge wl_seat into weston_seatKristian Høgsberg2013-05-071-3/+3
* input: Rename wl_pointer to weston_pointerKristian Høgsberg2013-05-061-2/+2
* fold wl_keyboard into weston_keyboardKristian Høgsberg2013-05-061-1/+1
* sdk: be C++ friendlyGiulio Camuffo2013-03-281-4/+4
* compositor: introduce weston_surface_geometry_dirty()Pekka Paalanen2013-03-181-5/+2
* compositor: Change notify_motion to take relative motion eventsKristian Høgsberg2013-02-281-1/+4
* compositor: call configure on surfaces with a null buffer tooGiulio Camuffo2013-02-271-3/+3
* Pass argc and argv to modulesKristian Høgsberg2013-02-201-1/+2
* text: fix weston key bindings with input methodsJan Arne Petersen2013-02-151-1/+1
* tests: Define and implement a test protocol extension.U. Artie Eoff2012-12-111-0/+248