summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-06drm: Drop use of drm_config config wrapperlibweston-backend-configBryce Harrington1-21/+14
2016-04-06Enforce destruction of all backend config objects after initializationBryce Harrington1-12/+23
2016-04-06drm: Don't hang onto the backend config object post-backend_initBryce Harrington3-20/+25
2016-04-06drm: Code and comments reformatting for consistency with other backend configsBryce Harrington3-21/+38
2016-04-06headless: port the headless backend to the new init apiBryce Harrington4-42/+121
2016-04-06x11: port the x11 backend to the new init apiBenoit Gschwind4-103/+261
2016-04-01compositor: Document refs for alternatives/assumptions for backend configsBryce Harrington1-0/+6
2016-03-25compositor: Version the backend configuration structuresBryce Harrington3-2/+26
2016-03-25drm: Fix gcc warning about missing braces.Bryce Harrington1-1/+1
2016-03-25drm: port the drm backend to the new init apiGiulio Camuffo5-110/+282
2016-03-25Revert "main: Remove unused function load_backend_new()"Bryce Harrington1-0/+17
2016-03-24ivi-shell: harden get_ivi_shell_surface()Pekka Paalanen1-3/+9
2016-03-24ivi-shell: add sanity check in ivi_shell_surface_configurePekka Paalanen1-1/+5
2016-03-24ivi-shell: add input panel label funcPekka Paalanen1-0/+8
2016-03-24ivi-shell: add shell surface labelsPekka Paalanen1-0/+16
2016-03-24ivi-shell: remove ivi_layout_get_screen_output APIUcan, Emre (ADITG/SW1)2-17/+0
2016-03-24ivi-shell: remove ivi_layout_get_screen_from_id APIUcan, Emre (ADITG/SW1)2-26/+1
2016-03-24ivi-shell: implement get_screen_from_outputUcan, Emre (ADITG/SW1)1-3/+17
2016-03-24ivi-shell: use weston_output in public APIsUcan, Emre (ADITG/SW1)4-68/+54
2016-03-24ivi-shell: remove ivi_layout_get_screens APIUcan, Emre (ADITG/SW1)4-114/+8
2016-03-24ivi-shell: remove ivi_layout_get_screen_resolution APIUcan, Emre (ADITG/SW1)4-97/+11
2016-03-24ivi-shell: remove ivi_layout_get_id_of_screen APIUcan, Emre (ADITG/SW1)3-23/+4
2016-03-24ivi-shell: remove id_screenUcan, Emre (ADITG/SW1)1-7/+2
2016-03-23input: use doubles in the interfaces to notify of input eventsGiulio Camuffo9-81/+89
2016-03-22compositor-drm: Renaming of gbm fieldsMiguel A. Vico1-29/+29
2016-03-22gl-renderer: Implement & use check_extensionMiguel A. Vico1-14/+42
2016-03-18hmi-controller: fix wrong panel widthUcan, Emre (ADITG/SW1)1-5/+3
2016-03-18hmi-controller: fix wrong background surface sizeUcan, Emre (ADITG/SW1)1-9/+8
2016-03-17input: Implement wl_seat.releaseQuentin Glidic1-0/+7
2016-03-17compositor-drm: fix memcmp using a bad pointer in drm_outout_choose_initial_modecomic fans1-1/+1
2016-03-17ivi: Switch from MEM_ALLOC to the now equivalent xzallocBryce Harrington1-15/+7
2016-03-17shared: Print .c file/line number in x* routinesBryce Harrington1-24/+4
2016-03-17clients & tests: Unify multiple definitions of x*alloc and related functionsBryce Harrington23-159/+150
2016-03-17ivi-shell: simplify ivi_layout_screen_set_render_orderUcan, Emre (ADITG/SW1)1-13/+3
2016-03-17ivi-shell: simplify ivi_layout_screen_add_layerUcan, Emre (ADITG/SW1)1-12/+2
2016-03-17ivi-shell: simplify ivi_layout_set_render_orderUcan, Emre (ADITG/SW1)1-16/+3
2016-03-17ivi-shell: simplify ivi_layout_layer_add_surfaceUcan, Emre (ADITG/SW1)1-12/+2
2016-03-17ivi-shell: simplify ivi_layout_remove_surfaceUcan, Emre (ADITG/SW1)1-11/+2
2016-03-16ivi-shell: remove add_configured_listener left-overPekka Paalanen1-4/+0
2016-03-16ivi-shell: introduce ivi-layout-shell.hPekka Paalanen5-20/+71
2016-03-16ivi-shell: remove configured signal from ivi-layoutPekka Paalanen3-30/+1
2016-03-16ivi-shell: call shell_surface_send_configure() directlyPekka Paalanen4-26/+35
2016-03-16clients: fix incorrect format handling in simple-shmMurray Calavera1-4/+5
2016-03-15ivi-shell: add include guards on ivi-shell.hPekka Paalanen1-0/+5
2016-03-15ivi-shell: include config.h in ivi-layout-transition.cPekka Paalanen1-0/+2
2016-03-15simple-egl: use roundtrip after get_registry requestMarek Chalupa1-1/+1
2016-03-15ivi-shell: remove content_observer notificationUcan, Emre (ADITG/SW1)3-32/+0
2016-03-15ivi-shell: Remove all surface transitions when it is being removed.Mateusz Polrola3-0/+21
2016-03-10desktop-shell: make panel clock configurableArmin Krezović3-7/+59
2016-03-09clients: Use zallocBryce Harrington12-14/+30