client: Fix segmentation fault in the case weston-nested
[platform/upstream/weston.git] / tests / weston-test.c
2018-05-30 Pekka Paalanenlibweston: notify_touch API to use weston_touch_device
2018-05-30 Louis-Francis Ratt... input: introduce weston_touch_device
2018-04-20 Pekka Paalanentests: add test_seat_release() for symmetry
2018-04-10 Pekka Paalanenlibweston: make wl_output point to weston_head
2018-02-01 Alexandros Frantzistests: Support weston_test request for adding a test...
2017-12-18 Alexandros Frantzistests: Add test for pointer axis events
2017-12-18 Alexandros Frantzistests: Add test for touch event timestamps
2017-12-18 Alexandros Frantzistests: Add test for keyboard key event timestamps
2017-12-18 Alexandros Frantzistests: Add checks for pointer motion and button event...
2017-11-27 Alexandros Frantzislibweston: Use struct timespec for key events
2017-11-27 Alexandros Frantzislibweston: Use struct timespec for button events
2017-11-27 Alexandros Frantzislibweston: Use struct timespec for motion events
2017-07-25 Pekka Paalanenlibweston: introduce weston_output_from_resource()
2017-01-30 Daniel Stonetests: Remove buffer-count
2017-01-17 Quentin Glidicweston: Properly namespace modules entrypoint
2017-01-17 Quentin Glidiclibweston: Position layers in an absolute way
2016-08-14 Quentin Glidiclibweston: Rename weston_surface::configure to ::committed
2016-07-26 Jussi Kukkoneninclude stdint.h for int32_t/uint32_t
2016-07-01 Armin Krezovićtests: update for manual surface/view mapping
2016-06-30 Bryce Harringtoninput: Rename weston_surface_activate to weston_seat_se...
2016-06-23 Pekka PaalanenRename src/ to libweston/
2016-06-23 Pekka PaalanenMove weston source to compositor/
2016-06-23 Pekka Paalanentests: check kbd init in the plugin
2016-06-03 Giulio CamuffoMove the functions launching clients to main.c
2015-12-03 Chris Michaelcosmetic: Remove use of C++ style comments
2015-11-20 Jonas Ådahlinput: Make pointer grab motion callbacks take an event...
2015-07-31 Derek Foremaninput: Don't test keyboard/pointer/touch pointers
2015-06-16 Jon CruzUnified multiple definitions of container_of() macro.
2015-06-16 Jon CruzRemove redundant #include path component.
2015-06-15 Bryce Harringtontests: Update boilerplate from MIT X11 license to MIT...
2015-05-21 Bryce Harringtontests: Add screenshot recording capability to weston...
2015-03-31 Marek Chalupatests: use special seat
2015-03-31 Marek Chalupaweston-test: add device_{release/add} into protocol
2015-02-24 Derek Foremantests: Rename wayland-test to weston-test
2015-02-13 Daniel Stonetests: Include weston-egl-ext from weston-test
2014-11-28 Bryce Harringtontests: Cleanup superfluous headers
2014-08-21 Marek Chalupaweston-test: check if resource is not NULL
2014-07-23 Giulio Camuffocompositor: keep track of the weston_layer a weston_vie...
2014-02-18 Emilio Pozuelo Monforttests: Properly report skipped tests
2013-12-08 Neil Robertstests: Test whether a simple EGL main loop uses too...
2013-12-03 Jason EkstrandRemove the weston_view.geometry.width/height fields
2013-11-22 Pekka Paalanentests: allow weston test plugin to keep on running
2013-11-14 Kristian Høgsbergweston-test: Always update transform when moving surface
2013-10-22 Jason EkstrandSplit the geometry information from weston_surface...
2013-10-22 Kristian Høgsbergcompositor: Remove redundant and not well-defined focus...
2013-08-08 Peter Hutterermalloc + memset -> zalloc
2013-07-09 Kristian HøgsbergConvert to wl_global_create/destroy()
2013-07-03 Kristian Høgsbergtests: Fix leftover wl_client_add_versioned_object()
2013-07-03 Jason EkstrandUse wl_resource_create() for creating resources
2013-06-25 Kristian Høgsbergtests: Fix direct access to resource->data in weston...
2013-05-14 Ossama Othmanconfig-parser: Honor XDG_CONFIG_DIRS
2013-05-07 Kristian Høgsberginput: Merge wl_seat into weston_seat
2013-05-07 Kristian Høgsberginput: Rename wl_pointer to weston_pointer
2013-05-07 Kristian Høgsbergfold wl_keyboard into weston_keyboard
2013-03-28 Giulio Camuffosdk: be C++ friendly
2013-03-19 Pekka Paalanencompositor: introduce weston_surface_geometry_dirty()
2013-02-28 Kristian Høgsbergcompositor: Change notify_motion to take relative motio...
2013-02-27 Giulio Camuffocompositor: call configure on surfaces with a null...
2013-02-20 Kristian HøgsbergPass argc and argv to modules
2013-02-15 Jan Arne Petersentext: fix weston key bindings with input methods
2012-12-11 U. Artie Eofftests: Define and implement a test protocol extension.