summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-06gl-renderer: add legacy arg to output_create as windows can be different typesegl-platformJonny Lamb6-16/+15
2015-01-06gl-renderer: rework supports() to check EGL versionJonny Lamb1-13/+34
2015-01-05EGL: Update to newer EGL platform tokensDaniel Stone3-10/+26
2014-12-11clients & tests: use eglCreatePlatformWindowSurfaceEXT when supportedJonny Lamb5-20/+72
2014-12-11gl-renderer: use eglCreatePlatformWindowSurfaceEXT to get EGLSurfacesJonny Lamb4-10/+45
2014-12-11clients & tests: use eglGetPlatformDisplayEXT when supportedJonny Lamb5-6/+129
2014-12-11gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplayJonny Lamb6-10/+91
2014-12-10tests: Fix minor typoBryce Harrington1-1/+1
2014-12-08compositor: Implement JSON-timeline loggingPekka Paalanen7-9/+476
2014-12-08compositor: add weston_surface_set_label_func()Pekka Paalanen6-0/+153
2014-12-04ivi-shell: reference implementation of input panel for ivi-shellNobuhiko Tanibata5-1/+454
2014-12-04clients: support ivi-application.xml for clients/window.cNobuhiko Tanibata1-10/+57
2014-12-04clients: support ivi-application.xml for clients/simple-egl.cNobuhiko Tanibata2-10/+89
2014-12-04clients: support ivi-application.xml for clients/simple-shm.cNobuhiko Tanibata2-1/+45
2014-12-04ivi-shell: a reference of weston.ini for ivi-shell and ivi-hmi-controller.Nobuhiko Tanibata3-3/+104
2014-12-04data: add reference image files for weston-ivi-shell-user-interfaceNobuhiko Tanibata14-2/+40
2014-12-04clients: a reference implementation of UI client how to use ivi-hmi-controller.Nobuhiko Tanibata3-2/+1332
2014-12-04ivi-shell: a reference implementation how to use ivi-layout internal APIsNobuhiko Tanibata2-1/+1733
2014-12-04protocol: ivi hmi controller protocol to set up IVI style UINobuhiko Tanibata2-1/+99
2014-12-04ivi-shell: add the shell plugin for In-Vehicle Infotainment systemNobuhiko Tanibata3-1/+520
2014-12-04ivi-shell: add IVI layout APIsNobuhiko Tanibata6-0/+4920
2014-12-04protocol: add interface ivi_application extensionNobuhiko Tanibata2-2/+104
2014-12-04ivi-shell: add README for ivi-shellNobuhiko Tanibata1-0/+79
2014-12-03fbdev: Remove unnecessary semicolonnerdopolis1-1/+1
2014-12-01input: send focus events to the focused client when running a key bindingGiulio Camuffo2-5/+21
2014-12-01rpi-renderer: don't pass a box to pixman_region32_contains_point()Derek Foreman1-2/+1
2014-11-28Use zalloc instead of calloc(1, ...)Bryce Harrington11-46/+53
2014-11-28Setting members to 0/NULL after a zalloc or calloc is redundantBryce Harrington4-19/+0
2014-11-28Use zalloc rather than malloc and manually setting members to 0Bryce Harrington2-9/+5
2014-11-28clients: Use xmalloc in a few more placesDerek Foreman2-3/+3
2014-11-28tests: Use one shared xzalloc implementationBryce Harrington3-22/+11
2014-11-28tests: Move ARRAY_LENGTH to a shared header for reuseBryce Harrington2-3/+3
2014-11-28tests: Cleanup superfluous headersBryce Harrington12-18/+8
2014-11-28tests: Include "config.h" as first headerBryce Harrington6-2/+12
2014-11-28dnd: Fix some mouse cursor issuesDerek Foreman1-13/+80
2014-11-27input: Use slightly less obscure logic in evdev_notify_keyboard_focus()Derek Foreman2-1/+2
2014-11-27simple-shm: explain two initial roundtripsPekka Paalanen1-0/+40
2014-11-26configure: remove input backend resultPekka Paalanen1-2/+0
2014-11-26compositor: Drop legacy backends in favor of libinputPeter Hutterer13-2626/+5
2014-11-24desktop-shell: don't crash input-panel if no kbd focusPekka Paalanen1-1/+1
2014-11-24input: don't run the key bindings on focus inGiulio Camuffo1-6/+0
2014-11-24tests: Allow tests to use customized command line parametersDerek Foreman2-0/+9
2014-11-21compositor: Document options for headless compositorBryce Harrington1-0/+10
2014-11-21compositor-headless: add support for transforms set on command lineDerek Foreman1-10/+16
2014-11-21compositor-headless: allow rendering with pixmanDerek Foreman1-4/+53
2014-11-21configure.ac: Indicate headless compositor presence in config.hBryce Harrington1-0/+3
2014-11-21man: explain idle-time=0 in weston.iniPekka Paalanen1-1/+2
2014-11-21compositor: Add idle timeout option to weston.iniFrederic Plourde2-4/+25
2014-11-21xwayland: fix fullscreeningMarek Chalupa2-3/+3
2014-11-21Makefile.am: Link weston_multi_resource against rt libraryJavier Jardón1-1/+1