malloc + memset -> zalloc
[platform/upstream/weston.git] / tests /
2013-08-08 Peter Hutterermalloc + memset -> zalloc
2013-07-09 Kristian HøgsbergConvert to wl_global_create/destroy()
2013-07-09 Kristian Høgsbergtests: Fix warnings in config-parser-test
2013-07-08 Quentin Glidictests: Move config-parser.test to tests/
2013-07-08 Quentin Glidictests: Add .weston extension to clients tests
2013-07-04 Kristian Høgsbergtests: Rename xwayland_test to xwayland-test
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-17 Pekka Paalanentests: add a sub-surface nesting loop test
2013-05-17 Pekka Paalanentests: add sub-surface tree destruction permutations
2013-05-17 U. Artie Eofffix module_init signature in module tests
2013-05-14 Ossama Othmanconfig-parser: Honor XDG_CONFIG_DIRS
2013-05-10 Pekka Paalanentests: add sub-surface protocol tests
2013-05-10 Pekka Paalanenprotocol: add sub-surfaces
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-05-02 Jan Arne Petersentext: Rename text_input to wl_text_input
2013-05-02 Jan Arne Petersentext: Fix serial handling
2013-05-02 Jan Arne Petersentext: Rename text_model to text_input
2013-05-02 Jan Arne Petersentext: Order requests and events in a nice way
2013-05-02 Jan Arne Petersentext: Add language and text-direction to protocol
2013-03-28 Giulio Camuffosdk: be C++ friendly
2013-03-19 Pekka Paalanencompositor: introduce weston_surface_geometry_dirty()
2013-03-04 Giulio Camuffotests: attach the surface's buffer when moving it
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-22 Quentin Glidictests: Use&Fix parallel tests
2013-02-20 Kristian HøgsbergPass argc and argv to modules
2013-02-20 Jan Arne Petersentests: Fix text-test
2013-02-20 Kristian HøgsbergAdd missing builddir includes for version.h
2013-02-18 Kristian HøgsbergInstall header files and pkg-config file for external...
2013-02-15 Jan Arne Petersentext: fix weston key bindings with input methods
2013-02-08 Pekka Paalanentests: add test for buffer release event
2013-02-08 Pekka Paalanentests: export create_shm_buffer() helper
2013-02-08 Pekka Paalanentests: add frame callback waiting helpers
2013-02-08 Tiago Vignattitests: Add XWayland test
2013-02-08 U. Artie Eofftests: fix assignment typo, should be comparison
2013-01-24 Pekka Paalanentests: make signal other than ABRT a hard failure
2013-01-10 Rob Bradfordtests/setbacklight: Close filedescriptor on return...
2012-12-14 Kristian Høgsbergtests: Pass --backend so the test suite runs with the...
2012-12-13 Pekka Paalanentests: remove test logs on 'make clean'
2012-12-12 Pekka Paalanentests: check wl_display_roundtrip() for errors
2012-12-12 Pekka Paalanentests: set client log handler
2012-12-12 Pekka Paalanenupdate git ignores
2012-12-12 Pekka Paalanentests: write logs to files
2012-12-12 Kristian Høgsbergtests: Convert remaining module tests to not use test...
2012-12-12 Kristian Høgsbergtests: Remove client-test test
2012-12-12 Kristian Høgsbergtests: Port text-test to new test framework
2012-12-12 Kristian Høgsbergtests: Drop yield() helper function
2012-12-12 Kristian Høgsbergkeyboard-test: Use wl_display_roundtrip() instead of...
2012-12-12 Kristian Høgsbergbutton-test: Use wl_display_roundtrip instead of yield()
2012-12-12 Kristian Høgsbergweston-test-client-helper: Use a frame callback to...
2012-12-11 U. Artie Eofftests: Convert button-test to new test extension
2012-12-11 U. Artie Eofftests: Convert event-test to new test extension
2012-12-11 U. Artie Eofftests: Convert keyboard-test to new test extension
2012-12-11 U. Artie Eofftests: Allow weston-tests-env to process different...
2012-12-11 U. Artie Eofftests: Rename weston-test to weston-tests-env
2012-12-11 U. Artie Eofftests: Define and implement a test protocol extension.
2012-12-06 Rob BradfordMove matrix.[ch] to shared
2012-11-14 Kristian Høgsbergtests: Remove last GLfloat use
2012-10-22 Kristian Høgsbergtest-client: Make sure we process pending eevents befor...
2012-10-16 John Kåre AlsakerRemove some dead code.
2012-10-11 Kristian Høgsbergtests: Update tests to new APIs
2012-10-04 John Kåre Alsakertests: Remove GLfloat usage.
2012-10-04 U. Artie Eofftests: add keyboard test
2012-10-04 U. Artie Eofftests: add button test
2012-10-04 U. Artie Eofftests: test surface to/from global functions
2012-10-04 U. Artie Eoffevent-test: more aggressive event testing
2012-09-25 U. Artie Eofftest-client: initialize input instance.
2012-09-14 Ander Conselvan... compositor: Always assign an output when updating a...
2012-09-12 Jan Arne Petersentext: Add support for control keys to the protocol
2012-09-12 Jan Arne Petersentext: Add delete_surrounding_text to protocol
2012-09-12 Jan Arne Petersentext: Remove surface arg in create_text_model
2012-09-12 Kristian Høgsbergcompositor: Generalize module loading
2012-09-04 U. Artie Eofftest-text-client: fix compile error
2012-08-29 Jan Arne Petersentests: Add unit test for text model
2012-08-29 Jan Arne Petersentests: Explicitly define the test client to launch
2012-08-14 Philipp Brüschweilerevent-test: fix compilation
2012-08-03 Pekka Paalanenconfigure: make setbacklight optional
2012-07-25 Damien Lespiautests: Use pkg-config to find setbacklight CFLAGS and...
2012-07-10 Kristian Høgsbergtests: Handle modifier event in test-client.c
2012-06-25 Kristian Høgsbergtests: Add weston-test to EXTRA_DIST
2012-06-09 Kristian Høgsbergtests: Use weston_surface_to_global_float
2012-06-01 Daniel StoneAdd support for wl_keyboard::keymap events
2012-05-31 Daniel StoneConvert wl_pointer::axis to wl_fixed_t
2012-05-31 Daniel StoneUse enum wl_pointer_button_state instead of integer
2012-05-31 Daniel Stonetest-client.c: Replace hard-coded magic value
2012-05-31 Pekka Paalanentests, wcap: update ignores
2012-05-17 Kristian Høgsbergtests: Rename left-over caps_mask to capability
2012-05-16 Daniel StoneConvert wl_input_device to wl_seat (and friends)
2012-05-15 Ander Conselvan... tests: Fix event-test
2012-05-08 Daniel StoneConvert wire input co-ordinates to fixed-point
2012-05-08 Daniel StoneConvert internal input co-ordinates to GLfloat
2012-05-07 Daniel Stonetest-client: Include poll.h to silence warning
2012-04-27 Kristian HøgsbergMerge remote-tracking branch 'pq/simple-fixes'
2012-04-27 Kristian Høgsbergtests: Add event-test, which tests for a few incoming...
2012-04-27 Kristian Høgsbergtests: Generalize test client and add helpers for launc...
2012-04-26 Kristian Høgsbergtests: Add test case for basic client lifecycle
next