summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cmake: fix parallel make in example programs buildbaserock/1.9.0-parallel-make-fixEugen Friedrich2016-03-222-27/+2
* Bump version to 1.9.0 for the official release.1.9.0Nobuhiko Tanibata2015-12-251-2/+2
* ivi-layermanagement-examples: an example of ivi_share protocolNobuhiko Tanibata2015-12-233-0/+811
* ivi-share: Initial implementation of ivi_share protocol.Nobuhiko Tanibata2015-12-237-0/+1065
* protocol: Add new protocol to share ivi-surfaceNobuhiko Tanibata2015-12-231-0/+139
* ivi-input: send touch events in surface coordinatesEmre Ucan2015-12-181-2/+14
* readme: add How to test section and remove outdated informationEmre Ucan2015-12-161-12/+20
* ivi-input-controller: restructure directory to build and a way to specify the...Nobuhiko Tanibata2015-12-056-8/+48
* EGLWLMockNavigation: delete WaylandServerinfoProtocol source codesEmre Ucan2015-12-012-143/+0
* EGLWLMockNavigation: don't compile WaylandServerinfoProtocol source codeEmre Ucan2015-12-011-1/+0
* EGLWLInputEventExample: delete WaylandServerinfoProtocol source codesEmre Ucan2015-12-012-143/+0
* EGLWLInputEventExample: don't compile WaylandServerinfoProtocol source codesEmre Ucan2015-12-011-2/+0
* EGLWLInputEventExample: remove WaylandServerinfoProtocol implementationEmre Ucan2015-12-011-27/+0
* ilmControl: don't cast used variables to voidEmre Ucan2015-12-011-4/+0
* multi-touch-viewer: add EGL_CFLAGS definitionsEmre Ucan2015-12-011-0/+2
* EGLWLMockNavigation: add EGL_CFLAGS definitionsEmre Ucan2015-12-011-0/+2
* ivi-controller: fixed screenshot function to capture current frameMitul Chokshi2015-11-041-7/+49
* Bump version to 1.5.0 for the official release1.5.0Nobuhiko Tanibata2015-10-011-2/+2
* tests: fix compiler warningsEmre Ucan2015-09-304-12/+12
* multi-touch-viewer: an example to receive multi touch and display them asNobuhiko Tanibata2015-09-308-0/+1802
* Bump version to 1.4.931.4.93Nobuhiko Tanibata2015-09-241-2/+2
* protocol: update required wayland/weston version to 1.9Emre Ucan2015-09-242-4/+4
* ivi-input: adjust for v1.9 weston_seat interfaceEmre Ucan2015-09-241-18/+28
* ivi-controller: remove struct link_shell_weston_surfaceEmre Ucan2015-09-221-8/+0
* ivi-controller: remove unused members of ivishell structEmre Ucan2015-09-222-27/+0
* ivi-controller: remove struct ivicontroller_layerEmre Ucan2015-09-222-116/+32
* ivi-controller: remove struct ivicontroller_screenEmre Ucan2015-09-222-100/+16
* ivi-controller: remove struct ivicontroller_surfaceEmre Ucan2015-09-222-127/+30
* ilmControl: remove failed to get surface/layer context in ilmControl error me...Emre Ucan2015-09-221-2/+0
* Bump version to 1.4.921.4.92Nobuhiko Tanibata2015-09-101-2/+2
* Protocol: copy the latest ivi-application.xml from westonNobuhiko Tanibata2015-08-281-64/+88
* ilmControl: fix no receiving notification afterNobuhiko Tanibata2015-08-281-0/+2
* ivi-controller: multi screens supportNobuhiko Tanibata2015-08-281-2/+2
* ivi-controller: remove struct link_layerEmre Ucan2015-08-271-33/+5
* ivi-controller: remove struct link_screenEmre Ucan2015-08-271-32/+4
* tests: set new expected values for notification testsEmre Ucan2015-08-271-19/+21
* ivi-controller: remove redundant wl_list_empty/init callsNobuhiko Tanibata2015-08-271-12/+1
* ilmControl: remove redundant wl_list_empty/init callsNobuhiko Tanibata2015-08-271-6/+0
* ilmClient: remove redundant wl_list_empty/init callsNobuhiko Tanibata2015-08-271-1/+0
* Bump version to 1.4.911.4.91Nobuhiko Tanibata2015-08-171-2/+2
* ilmCommon: return failed if context is already destroyedEmre Ucan2015-08-171-0/+6
* ilmControl: do nothing if the context is not initializedEmre Ucan2015-08-171-0/+6
* ilmCommon: ilm_destroy() to be thread-safe and introduce an initialization co...Emre Ucan2015-08-171-4/+30
* ilmControl: When a layer is removed, also clears the order of theNobuhiko Tanibata2015-08-051-0/+19
* ilmControl: Call ilmControl_destroy() if failed in ilmControl_init()Nobuhiko Tanibata2015-08-051-5/+15
* ilmCommon: ilm_init() to be thread-safe.Nobuhiko Tanibata2015-08-051-13/+36
* ilmControl: Screen width and height are swapped according to rotation of screen.Nobuhiko Tanibata2015-08-051-3/+14
* ilmControl: update ILM_CONTROL_PLATFORM_FUNC structureEmre Ucan2015-08-051-22/+0
* ilmControl: remove ilm_getNativeHandle APIEmre Ucan2015-08-051-34/+0
* ilmControl: use wl_display_roundtrip_queueEmre Ucan2015-08-051-46/+6