Age | Commit message (Expand) | Author | Files | Lines |
2016-11-22 | compositor: allow using nested parent as a subsurface sibling | Arnaud Vrac | 1 | -0/+44 |
2016-11-21 | tests/buffer-count-test: teardown after the test | Emil Velikov | 1 | -3/+17 |
2016-08-14 | libweston: Rename weston_surface::configure to ::committed | Quentin Glidic | 1 | -5/+5 |
2016-08-06 | Add safe_strtoint() helper | Bryce Harrington | 1 | -0/+87 |
2016-07-26 | include stdint.h for int32_t/uint32_t | Jussi Kukkonen | 13 | -0/+14 |
2016-07-26 | Re-apply "config-parser: Catch negative numbers assigned to unsigned config v... | Bryce Harrington | 1 | -0/+31 |
2016-07-26 | config-parser: Add weston_config_section_get_color | Bryce Harrington | 1 | -2/+119 |
2016-07-13 | Revert "config-parser: Catch negative numbers assigned to unsigned config val... | Bryce Harrington | 1 | -31/+0 |
2016-07-12 | config-parser: Catch negative numbers assigned to unsigned config values | Bryce Harrington | 1 | -0/+31 |
2016-07-08 | config-parser: Improve error checks for strtol/strtoul calls | Bryce Harrington | 1 | -0/+34 |
2016-07-01 | tests: update for manual surface/view mapping | Armin Krezović | 1 | -0/+3 |
2016-07-01 | compositor: add plugin-registry | Pekka Paalanen | 1 | -0/+101 |
2016-06-30 | input: Rename weston_surface_activate to weston_seat_set_keyboard_focus | Bryce Harrington | 1 | -2/+2 |
2016-06-29 | tests: implement visualize_image_difference() | Pekka Paalanen | 3 | -0/+110 |
2016-06-29 | tests: make screenshooting return a buffer | Pekka Paalanen | 3 | -49/+19 |
2016-06-29 | tests: convert image saver to pixman | Pekka Paalanen | 3 | -19/+38 |
2016-06-29 | tests: convert reference image loader to pixman | Pekka Paalanen | 3 | -54/+96 |
2016-06-29 | tests: rewrite check_surfaces_*() API | Pekka Paalanen | 3 | -91/+107 |
2016-06-29 | tests: let create_shm_buffer() handle any format | Pekka Paalanen | 1 | -26/+34 |
2016-06-29 | tests: make create_shm_buffer() static | Pekka Paalanen | 2 | -4/+1 |
2016-06-29 | tests: ivi_layout-test to use create_shm_buffer_a8r8g8b8() | Pekka Paalanen | 1 | -5/+5 |
2016-06-29 | tests: internal-screenshot-test to use create_shm_buffer_a8r8g8b8() | Pekka Paalanen | 1 | -7/+18 |
2016-06-29 | tests: event-test to use create_shm_buffer_a8r8g8b8() | Pekka Paalanen | 1 | -12/+12 |
2016-06-29 | tests: introduce struct buffer for client-helper | Pekka Paalanen | 6 | -31/+101 |
2016-06-29 | ivi-shell: implement surface_on_many_layer test | Ucan, Emre (ADITG/SW1) | 3 | -0/+47 |
2016-06-23 | tests: print the command line to log | Pekka Paalanen | 1 | -0/+4 |
2016-06-23 | tests: fix the cursor race in internal-screenshot | Pekka Paalanen | 1 | -0/+18 |
2016-06-23 | Rename src/ to libweston/ | Pekka Paalanen | 6 | -7/+7 |
2016-06-23 | Move weston source to compositor/ | Pekka Paalanen | 2 | -2/+2 |
2016-06-23 | tests: check kbd init in the plugin | Pekka Paalanen | 1 | -1/+2 |
2016-06-09 | tests: add wp_viewporter tests | Pekka Paalanen | 1 | -0/+553 |
2016-06-03 | Move the functions launching clients to main.c | Giulio Camuffo | 2 | -0/+2 |
2016-04-22 | tests: check for NULL surface in keyboard and pointer handlers | Pekka Paalanen | 1 | -4/+11 |
2016-04-05 | ivi-shell: rework configure_surface notification | Ucan, Emre (ADITG/SW1) | 2 | -8/+11 |
2016-04-05 | ivi-shell: rework remove_surface notification | Ucan, Emre (ADITG/SW1) | 2 | -9/+12 |
2016-04-05 | ivi-shell: rework remove_layer notification | Ucan, Emre (ADITG/SW1) | 1 | -7/+12 |
2016-04-05 | ivi-shell: rework create_layer_notification | Ucan, Emre (ADITG/SW1) | 1 | -7/+11 |
2016-04-05 | ivi-shell: rework create_surface notification | Ucan, Emre (ADITG/SW1) | 2 | -10/+12 |
2016-04-05 | ivi-shell: rework layer_add_notification API | Ucan, Emre (ADITG/SW1) | 1 | -14/+19 |
2016-04-05 | ivi-shell: rework surface_add_notification API | Ucan, Emre (ADITG/SW1) | 1 | -16/+21 |
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 |