- d05a819 tests: ensure output dependent IVI tests run by Pekka Paalanen · 8 years ago
- 156bd06 ivi-shell: Added tests for screen-remove-layer API by Michael Teyfel · 8 years ago
- 9ffb250 libweston: introduce weston_output_from_resource() by Pekka Paalanen · 8 years ago
- 6e423ed ivi-shell: remove layer_set_orientation API by Ucan, Emre (ADITG/SW1) · 8 years ago
- 9337197 ivi-shell: remove surface_set_orientation API by Ucan, Emre (ADITG/SW1) · 8 years ago
- 2ef9b1a Fix 'implicit fallthrough' warning with new GCC by Daniel Stone · 8 years ago
- 839b635 timespec: Add timespec subtraction helpers by Daniel Stone · 8 years ago
- 37ad7e3 timespec: Add timespec_to_msec helper by Daniel Stone · 8 years ago
- 61f6d7d timespec: Add timespec_add_msec helper by Daniel Stone · 8 years ago
- 5ae7e84 timespec: Add timespec_add_nsec helper by Daniel Stone · 8 years ago
- 19222b4 tests: doc iterating in the runner by Pekka Paalanen · 8 years ago
- 4f3cad7 compositor: damage pending subsurfaces when committing them by Emilio Pozuelo Monfort · 8 years ago
- e7c6aa6 tests: add subsurface-shot test by Pekka Paalanen · 8 years ago
- 50b7b70 tests: put screenshots to ./logs by default by Pekka Paalanen · 8 years ago
- b581783 tests: implement get_test_name() by Pekka Paalanen · 8 years ago
- a21b5eb tests/shell: change background color by Pekka Paalanen · 8 years ago
- 7bcec20 tests/shell: get rid of static variables by Pekka Paalanen · 8 years ago
- 642bcaf tests: add test-desktop-shell by Quentin Glidic · 8 years ago
- 4938f93 tests: Remove buffer-count by Daniel Stone · 8 years ago
- fbce2f5 ivi-shell: add screen_add_layers test by Ucan, Emre (ADITG/SW1) · 8 years ago
- 5d6aa9b ivi-shell: add layer_add_surfaces test by Ucan, Emre (ADITG/SW1) · 8 years ago
- 20f30e1 tests: add missing include by Yann E. MORIN · 8 years ago
- 6d3887b weston: Add a specific option to load XWayland by Quentin Glidic · 9 years ago
- 8af2bec weston: Properly namespace modules entrypoint by Quentin Glidic · 9 years ago
- 3d7ca3b libweston: Properly namespace modules entrypoint by Quentin Glidic · 9 years ago
- 8268157 libweston: Position layers in an absolute way by Quentin Glidic · 9 years ago
- 2295a62 tests: Skip Xwayland test if binary isn't available by Daniel Stone · 9 years ago
- 9983400 tests: Extend subsurface place_{above,below} hierarchy by Daniel Stone · 9 years ago
- b8c16c9 compositor: allow using nested parent as a subsurface sibling by Arnaud Vrac · 9 years ago
- a69b870 tests/buffer-count-test: teardown after the test by Emil Velikov · 9 years ago
- 2edc3d5 libweston: Rename weston_surface::configure to ::committed by Quentin Glidic · 9 years ago
- 82b9f2b Add safe_strtoint() helper by Bryce Harrington · 9 years ago
- 649bbce include stdint.h for int32_t/uint32_t by Jussi Kukkonen · 9 years ago
- d0716f4 Re-apply "config-parser: Catch negative numbers assigned to unsigned config values" by Bryce Harrington · 9 years ago
- e776f2a config-parser: Add weston_config_section_get_color by Bryce Harrington · 9 years ago
- 03793e3 Revert "config-parser: Catch negative numbers assigned to unsigned config values" by Bryce Harrington · 9 years ago
- 6351fb0 config-parser: Catch negative numbers assigned to unsigned config values by Bryce Harrington · 9 years ago
- cbc0537 config-parser: Improve error checks for strtol/strtoul calls by Bryce Harrington · 9 years ago
- d0cf441 tests: update for manual surface/view mapping by Armin Krezović · 9 years ago
- 827b5d2 compositor: add plugin-registry by Pekka Paalanen · 9 years ago
- 260c2ff input: Rename weston_surface_activate to weston_seat_set_keyboard_focus by Bryce Harrington · 9 years ago
- a5bb91d tests: implement visualize_image_difference() by Pekka Paalanen · 9 years ago
- 365c129 tests: make screenshooting return a buffer by Pekka Paalanen · 9 years ago
- fd10ef0 tests: convert image saver to pixman by Pekka Paalanen · 9 years ago
- 289fdeb tests: convert reference image loader to pixman by Pekka Paalanen · 9 years ago
- 47d68da tests: rewrite check_surfaces_*() API by Pekka Paalanen · 9 years ago
- 2be0c98 tests: let create_shm_buffer() handle any format by Pekka Paalanen · 9 years ago
- 11f2633 tests: make create_shm_buffer() static by Pekka Paalanen · 9 years ago
- 41d5231 tests: ivi_layout-test to use create_shm_buffer_a8r8g8b8() by Pekka Paalanen · 9 years ago
- 95e2872 tests: internal-screenshot-test to use create_shm_buffer_a8r8g8b8() by Pekka Paalanen · 9 years ago
- 7789acd tests: event-test to use create_shm_buffer_a8r8g8b8() by Pekka Paalanen · 9 years ago
- 924cd94 tests: introduce struct buffer for client-helper by Pekka Paalanen · 9 years ago
- 37d25bb ivi-shell: implement surface_on_many_layer test by Ucan, Emre (ADITG/SW1) · 9 years ago
- 0f1cac5 tests: print the command line to log by Pekka Paalanen · 9 years ago
- e651bb0 tests: fix the cursor race in internal-screenshot by Pekka Paalanen · 9 years ago
- b5e3ea2 Rename src/ to libweston/ by Pekka Paalanen · 9 years ago
- 58f98c9 Move weston source to compositor/ by Pekka Paalanen · 9 years ago
- 315bf8c tests: check kbd init in the plugin by Pekka Paalanen · 9 years ago
- 82d95a6 tests: add wp_viewporter tests by Pekka Paalanen · 9 years ago
- fba27fb Move the functions launching clients to main.c by Giulio Camuffo · 9 years ago
- fd01ba0 tests: check for NULL surface in keyboard and pointer handlers by Pekka Paalanen · 9 years ago
- c49aa5a ivi-shell: rework configure_surface notification by Ucan, Emre (ADITG/SW1) · 9 years ago
- 67f0aa8 ivi-shell: rework remove_surface notification by Ucan, Emre (ADITG/SW1) · 9 years ago
- 562f2ec ivi-shell: rework remove_layer notification by Ucan, Emre (ADITG/SW1) · 9 years ago
- c98f2cf ivi-shell: rework create_layer_notification by Ucan, Emre (ADITG/SW1) · 9 years ago
- 970f831 ivi-shell: rework create_surface notification by Ucan, Emre (ADITG/SW1) · 9 years ago
- 3750d1b ivi-shell: rework layer_add_notification API by Ucan, Emre (ADITG/SW1) · 9 years ago
- 706cb5a ivi-shell: rework surface_add_notification API by Ucan, Emre (ADITG/SW1) · 9 years ago
- 273874e ivi-shell: use weston_output in public APIs by Ucan, Emre (ADITG/SW1) · 9 years ago
- 3a8521e ivi-shell: remove ivi_layout_get_screens API by Ucan, Emre (ADITG/SW1) · 9 years ago
- ff6a9f8 ivi-shell: remove ivi_layout_get_screen_resolution API by Ucan, Emre (ADITG/SW1) · 9 years ago
- d56b90d ivi-shell: remove ivi_layout_get_id_of_screen API by Ucan, Emre (ADITG/SW1) · 9 years ago
- e99e4bf clients & tests: Unify multiple definitions of x*alloc and related functions by Bryce Harrington · 9 years ago
- b00c79b protocol: migrate to stable presentation-time.xml by Pekka Paalanen · 9 years ago
- 16d1fa1 ivi-shell: remove ivi_layout_layer_set_dimension API by Ucan, Emre \(ADITG/SW1\) · 9 years ago
- 45d3942 ivi-shell: remove ivi_layout_surface_set_dimension API by Ucan, Emre \(ADITG/SW1\) · 9 years ago
- e62bfd8 ivi-shell: remove ivi_layout_layer_set_position API by Ucan, Emre \(ADITG/SW1\) · 9 years ago
- 161da40 ivi-shell: remove ivi_layout_surface_set_position API by Ucan, Emre \(ADITG/SW1\) · 9 years ago
- 5bb068d ivi-shell: remove ivi_layout_layer_get_orientation API by Ucan, Emre \(ADITG/SW1\) · 9 years ago
- 4d9001b ivi-shell: remove ivi_layout_surface_get_orientation API by Ucan, Emre \(ADITG/SW1\) · 9 years ago
- 18691f0 ivi-shell: remove ivi_layout_layer_get_dimension API by Ucan, Emre \(ADITG/SW1\) · 9 years ago
- c507f67 ivi-shell: remove ivi_layout_surface_get_dimension API by Ucan, Emre \(ADITG/SW1\) · 9 years ago
- dfc2d76 ivi-shell: remove ivi_layout_layer_get_position API by Ucan, Emre \(ADITG/SW1\) · 9 years ago
- b2ff255 ivi-shell: remove ivi_layout_surface_get_position API by Ucan, Emre \(ADITG/SW1\) · 9 years ago
- c3aee1f ivi-shell: remove ivi_layout_layer_get_opacity API by Ucan, Emre \(ADITG/SW1\) · 9 years ago
- 995e6fb ivi-shell: remove ivi_layout_surface_get_opacity API by Ucan, Emre \(ADITG/SW1\) · 9 years ago
- 17610f2 ivi-shell: remove ivi_layout_layer_get_visibility API by Ucan, Emre \(ADITG/SW1\) · 9 years ago
- c6a138c ivi-shell: remove ivi_layout_surface_get_visibility API by Ucan, Emre \(ADITG/SW1\) · 9 years ago
- c25f72d tests: cleanup test runner script. by Jon A. Cruz · 10 years ago
- 87743e9 Support axis source, axis discrete, frame and axis stop events by Peter Hutterer · 9 years ago
- 2ec5f2a cosmetic: Remove use of C++ style comments by Chris Michael · 10 years ago
- d251010 input: Make pointer grab motion callbacks take an event struct by Jonas Ådahl · 11 years ago
- 3bcba34 Use text input protocol from wayland-protocols by Jonas Ådahl · 10 years ago
- 0c0e51e ivi-shell: rename ivi_controller_interface by Ucan, Emre \(ADITG/SW1\) · 10 years ago
- ecf819b zunitc: made name of test fixture parameter explicit. by Jon Cruz · 10 years ago
- 33598ff devices-test: Fix typo 'destroyes' in a comment by Bryce Harrington · 10 years ago
- bdc8c72 cosmetic: Remove a few double semicolons by Derek Foreman · 10 years ago
- 892122e tests: Migrate screenshot code from internal test to client helpers by Bryce Harrington · 10 years ago
- 43af680 tests: Convert 'xalloc's to 'zalloc's by Seedo Eldho Paul · 10 years ago
- 74a635b Coding style fixes by Dawid Gajownik · 10 years ago