Age | Commit message (Expand) | Author | Files | Lines |
2016-03-24 | ivi-shell: use weston_output in public APIs | Ucan, Emre (ADITG/SW1) | 1 | -13/+13 |
2016-03-24 | ivi-shell: remove ivi_layout_get_screens API | Ucan, Emre (ADITG/SW1) | 1 | -47/+6 |
2016-03-24 | ivi-shell: remove ivi_layout_get_screen_resolution API | Ucan, Emre (ADITG/SW1) | 1 | -52/+0 |
2016-03-24 | ivi-shell: remove ivi_layout_get_id_of_screen API | Ucan, Emre (ADITG/SW1) | 1 | -3/+3 |
2016-03-17 | clients & tests: Unify multiple definitions of x*alloc and related functions | Bryce Harrington | 4 | -27/+4 |
2016-03-07 | protocol: migrate to stable presentation-time.xml | Pekka Paalanen | 1 | -17/+17 |
2016-03-04 | ivi-shell: remove ivi_layout_layer_set_dimension API | Ucan, Emre \(ADITG/SW1\) | 1 | -33/+2 |
2016-03-04 | ivi-shell: remove ivi_layout_surface_set_dimension API | Ucan, Emre \(ADITG/SW1\) | 3 | -24/+2 |
2016-03-04 | ivi-shell: remove ivi_layout_layer_set_position API | Ucan, Emre \(ADITG/SW1\) | 1 | -33/+2 |
2016-03-04 | ivi-shell: remove ivi_layout_surface_set_position API | Ucan, Emre \(ADITG/SW1\) | 3 | -25/+3 |
2016-03-04 | ivi-shell: remove ivi_layout_layer_get_orientation API | Ucan, Emre \(ADITG/SW1\) | 1 | -7/+3 |
2016-03-04 | ivi-shell: remove ivi_layout_surface_get_orientation API | Ucan, Emre \(ADITG/SW1\) | 2 | -11/+4 |
2016-03-04 | ivi-shell: remove ivi_layout_layer_get_dimension API | Ucan, Emre \(ADITG/SW1\) | 1 | -33/+5 |
2016-03-04 | ivi-shell: remove ivi_layout_surface_get_dimension API | Ucan, Emre \(ADITG/SW1\) | 2 | -29/+6 |
2016-03-04 | ivi-shell: remove ivi_layout_layer_get_position API | Ucan, Emre \(ADITG/SW1\) | 1 | -28/+5 |
2016-03-04 | ivi-shell: remove ivi_layout_surface_get_position API | Ucan, Emre \(ADITG/SW1\) | 2 | -28/+6 |
2016-03-04 | ivi-shell: remove ivi_layout_layer_get_opacity API | Ucan, Emre \(ADITG/SW1\) | 1 | -9/+7 |
2016-03-04 | ivi-shell: remove ivi_layout_surface_get_opacity API | Ucan, Emre \(ADITG/SW1\) | 1 | -17/+7 |
2016-03-04 | ivi-shell: remove ivi_layout_layer_get_visibility API | Ucan, Emre \(ADITG/SW1\) | 1 | -7/+4 |
2016-03-04 | ivi-shell: remove ivi_layout_surface_get_visibility API | Ucan, Emre \(ADITG/SW1\) | 2 | -8/+0 |
2016-02-23 | tests: cleanup test runner script. | Jon A. Cruz | 1 | -10/+10 |
2016-01-19 | Support axis source, axis discrete, frame and axis stop events | Peter Hutterer | 1 | -0/+32 |
2015-12-03 | cosmetic: Remove use of C++ style comments | Chris Michael | 1 | -1/+1 |
2015-11-20 | input: Make pointer grab motion callbacks take an event struct | Jonas Ådahl | 1 | -3/+8 |
2015-11-19 | Use text input protocol from wayland-protocols | Jonas Ådahl | 1 | -26/+28 |
2015-10-29 | ivi-shell: rename ivi_controller_interface | Ucan, Emre \(ADITG/SW1\) | 2 | -463/+463 |
2015-10-23 | zunitc: made name of test fixture parameter explicit. | Jon Cruz | 1 | -21/+21 |
2015-10-20 | devices-test: Fix typo 'destroyes' in a comment | Bryce Harrington | 1 | -8/+9 |
2015-10-07 | cosmetic: Remove a few double semicolons | Derek Foreman | 1 | -1/+1 |
2015-09-25 | tests: Migrate screenshot code from internal test to client helpers | Bryce Harrington | 3 | -162/+172 |
2015-09-22 | tests: Convert 'xalloc's to 'zalloc's | Seedo Eldho Paul | 1 | -5/+6 |
2015-08-07 | Coding style fixes | Dawid Gajownik | 3 | -6/+10 |
2015-08-06 | test/ivi: include protocol headers for all used protocols | Bill Spitzak | 1 | -0/+1 |
2015-07-31 | input: Don't test keyboard/pointer/touch pointers | Derek Foreman | 2 | -8/+8 |
2015-07-17 | Converted the config parser test to the new framework. | Jon A. Cruz | 1 | -60/+311 |
2015-07-16 | input: Pass the appropriate pointer type to bindings instead of a seat | Derek Foreman | 1 | -1/+2 |
2015-06-25 | tests: test set for ivi-shell notification with bad condition in server side | Nobuhiko Tanibata | 1 | -0/+69 |
2015-06-25 | tests: test set for ivi-shell notification in bad condition with helper client | Nobuhiko Tanibata | 2 | -0/+23 |
2015-06-25 | tests: test set for ivi-shell notification normal use case in server side | Nobuhiko Tanibata | 1 | -0/+152 |
2015-06-25 | tests: test set for ivi-shell notification normal use case with helper client | Nobuhiko Tanibata | 2 | -0/+251 |
2015-06-25 | tests: make the test context persistent | Nobuhiko Tanibata | 1 | -10/+35 |
2015-06-25 | tests: test set for ivi-screen with bad condition in server side | Nobuhiko Tanibata | 1 | -0/+102 |
2015-06-25 | tests: test set for ivi-screen normal use case in server side | Nobuhiko Tanibata | 1 | -1/+104 |
2015-06-25 | tests: test set for ivi-layer with bad condition in server side | Nobuhiko Tanibata | 1 | -0/+307 |
2015-06-25 | tests: test set for ivi-layer bad condition with helper-client | Nobuhiko Tanibata | 2 | -0/+163 |
2015-06-25 | tests: test set for ivi-layer normal use case in server side | Nobuhiko Tanibata | 1 | -0/+277 |
2015-06-25 | tests: test set for ivi-layer normal use case with helper client | Nobuhiko Tanibata | 3 | -0/+73 |
2015-06-25 | tests: test set for ivi-surface with bad condition in server side | Nobuhiko Tanibata | 1 | -0/+74 |
2015-06-25 | tests: test set for ivi-surface bad condition with helper client | Nobuhiko Tanibata | 2 | -0/+207 |
2015-06-25 | tests: test set for ivi-surface normal use case with helper client | Nobuhiko Tanibata | 2 | -13/+211 |