Age | Commit message (Expand) | Author | Files | Lines |
2016-05-03 | compositor.h: Add shell_interface.get_output_work_area | Quentin Glidic | 2 | -1/+4 |
2016-05-03 | x11: Fix incorrect output counting logic | Bryce Harrington | 1 | -1/+1 |
2016-05-03 | x11: port the x11 backend to the new init api | Benoit Gschwind | 4 | -104/+264 |
2016-05-02 | headless-backend: fix leak of transform configuration | Benoit Gschwind | 1 | -3/+7 |
2016-04-29 | compositor: Hyphenate compound adjective surface-local | Yong Bakos | 1 | -1/+1 |
2016-04-29 | ivi-application: Hyphenate compound adjective surface-local | Yong Bakos | 1 | -1/+1 |
2016-04-29 | ivi-layout: Correct coordinate adjective grammar, misspellings | Yong Bakos | 1 | -8/+8 |
2016-04-29 | fullscreen-shell: Use 'surface-local' to correct grammar | Yong Bakos | 1 | -1/+1 |
2016-04-29 | desktop-shell: Use 'surface-local' to correct grammar | Yong Bakos | 1 | -1/+1 |
2016-04-29 | fbdev-backend: refactor configuration API | Benoit Gschwind | 4 | -38/+121 |
2016-04-29 | compositor-fbdev: make copy of the device string | Pekka Paalanen | 1 | -5/+8 |
2016-04-26 | linux-dmabuf: Keep checking planes even if the first doesn't support lseek | Derek Foreman | 1 | -1/+1 |
2016-04-25 | man: Clarify weston.ini scale option | Yong Bakos | 1 | -6/+11 |
2016-04-25 | compositor-rdp: refactor configuration API | Benoit Gschwind | 4 | -45/+137 |
2016-04-25 | clients/nested: fix undefined reference to xzalloc | U. Artie Eoff | 1 | -0/+1 |
2016-04-25 | build: Add (and use) an AC_SEARCH_LIBS wrapper | Quentin Glidic | 2 | -13/+42 |
2016-04-22 | build: actually use CLOCK_GETTIME_LIBS for libzunitc | Gustavo Zacarias | 1 | -1/+2 |
2016-04-22 | build: add check for clock_gettime() in librt | Gustavo Zacarias | 2 | -7/+13 |
2016-04-22 | tests: check for NULL surface in keyboard and pointer handlers | Pekka Paalanen | 1 | -4/+11 |
2016-04-22 | weston-info: look for the right wp_presentation | Pekka Paalanen | 1 | -1/+1 |
2016-04-22 | input: Don't try to send axis_source when there are no resources | Jonas Ådahl | 1 | -0/+3 |
2016-04-22 | data-device: Update current action even if source version is old | Jonas Ådahl | 1 | -10/+12 |
2016-04-22 | desktop-shell: Get rid of some unused fields | Jonas Ådahl | 1 | -6/+0 |
2016-04-22 | desktop-shell: Unset the shell surface owner when it goes away | Jonas Ådahl | 1 | -1/+10 |
2016-04-18 | headless: port the headless backend to the new init api | Benoit Gschwind | 4 | -44/+126 |
2016-04-18 | main: document load_backend_new() | Bryce Harrington | 1 | -1/+14 |
2016-04-18 | Revert 'main: Remove unused function load_backend_new()' | Bryce Harrington | 1 | -0/+17 |
2016-04-18 | compositor: Version the backend configuration structures | Bryce Harrington | 1 | -0/+26 |
2016-04-18 | compositor: Drop unneeded create_output callback | Bryce Harrington | 1 | -8/+0 |
2016-04-18 | drm: Spelling fix in comment | Bryce Harrington | 1 | -1/+1 |
2016-04-13 | Makefile: fix systemd-notify plugin CFLAGS | Pekka Paalanen | 1 | -1/+2 |
2016-04-12 | ivi-layout: clear on_layer when layer_destroy | Wataru Natsume | 1 | -0/+1 |
2016-04-12 | weston-info: do not round refresh rates | Pekka Paalanen | 1 | -1/+1 |
2016-04-06 | systemd: take over sockets created by systemd | Friedrich, Eugen (ADITG/SW1) | 2 | -1/+49 |
2016-04-05 | client: fix spelling mistake | Eric Engestrom | 3 | -3/+3 |
2016-04-05 | xwayland: fix spelling mistake | Eric Engestrom | 1 | -2/+2 |
2016-04-05 | zunitc: fix spelling mistake | Eric Engestrom | 1 | -1/+1 |
2016-04-05 | zunitc: remove `break` after `return` | Eric Engestrom | 2 | -17/+0 |
2016-04-05 | ivi-shell: rework configure_surface notification | Ucan, Emre (ADITG/SW1) | 5 | -130/+33 |
2016-04-05 | ivi-shell: rework remove_surface notification | Ucan, Emre (ADITG/SW1) | 5 | -69/+34 |
2016-04-05 | ivi-shell: rework remove_layer notification | Ucan, Emre (ADITG/SW1) | 3 | -61/+25 |
2016-04-05 | ivi-shell: rework create_layer_notification | Ucan, Emre (ADITG/SW1) | 3 | -62/+24 |
2016-04-05 | ivi-shell: rework create_surface notification | Ucan, Emre (ADITG/SW1) | 5 | -70/+34 |
2016-04-05 | ivi-shell: rework layer_add_notification API | Ucan, Emre (ADITG/SW1) | 3 | -124/+34 |
2016-04-05 | ivi-shell: rework surface_add_notification API | Ucan, Emre (ADITG/SW1) | 3 | -112/+35 |
2016-04-01 | ivi-shell: move event_mask to properties struct | Ucan, Emre (ADITG/SW1) | 3 | -37/+33 |
2016-04-01 | ivi-shell: remove content_observer leftover | Ucan, Emre (ADITG/SW1) | 1 | -5/+0 |
2016-03-24 | compositor: remove input_loop | Pekka Paalanen | 2 | -39/+0 |
2016-03-24 | compositor-x11: stop using input_loop | Pekka Paalanen | 1 | -1/+3 |
2016-03-24 | ivi-shell: harden get_ivi_shell_surface() | Pekka Paalanen | 1 | -3/+9 |