summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ilmControl: when called from AddNotification, notify of surface creation.1.2.0-rc7Nobuhiko Tanibata2014-08-211-8/+18
* weston-ivi-shell: fix a memory leak of surface and resource.Nobuhiko Tanibata2014-08-211-5/+5
* ilmControl: Return REMOVED immediatly when notification is set even if wl_sur...Nobuhiko Tanibata2014-08-211-0/+3
* ilmControl: Send content event when ivi-surface is created or destroyed.Nobuhiko Tanibata2014-08-211-2/+22
* ilmCommon: Add flags of content state to ILM_NOTIFICATION.Nobuhiko Tanibata2014-08-211-0/+2
* ilmControl: allow to set callback of surfaceAddNotification even if applicati...Nobuhiko Tanibata2014-08-211-11/+16
* weston-ivi-shell: allow to create ivi_controller_surface with ID even if appl...Nobuhiko Tanibata2014-08-212-0/+22
* weston-ivi-shell: Send content_state event from ivi-controller.Nobuhiko Tanibata2014-08-211-0/+9
* weston-ivi-shell: add calling ivi_layout_surfaceSetTransition to set transiti...Nobuhiko Tanibata2014-08-211-0/+6
* weston-ivi-shell: Apply the latest headers of ivi-layout from upstream.Nobuhiko Tanibata2014-08-212-96/+160
* weston-ivi-shell: Move screenshot function from IVI-Shell to ivi-controller.Nobuhiko Tanibata2014-08-212-36/+71
* Protocol, ilmControl, add weston-ivi-shell: Add device type to argument of in...Nobuhiko Tanibata2014-08-213-1/+16
* ilmControl: Fix incorrect resource free.Nobuhiko Tanibata2014-08-211-1/+0
* ivi-controller: Fix incorrect args for ivi_layout_layerSetRenderOrder.Nobuhiko Tanibata2014-08-201-1/+1
* ivi-controller: Fix invalid read.Nobuhiko Tanibata2014-08-201-0/+3
* ivi-controller: Fix incorrect args for ivi_layout_screenSetRenderOrder.Nobuhiko Tanibata2014-08-201-1/+1
* ivi-controller: Fix NULL deref in controller_screen_set_render_orderNobuhiko Tanibata2014-08-201-2/+2
* ivi-controller: Fix NULL deref.Nobuhiko Tanibata2014-08-121-1/+1
* ilmControl: removed TODO comments at ilm_*Notification implsMarcus Fritzsch2014-08-121-4/+0
* ilmControl: correct argument to sizeof operatorMarcus Fritzsch2014-08-121-5/+5
* tests: free resources in LayerSetRenderOrder_shrinkingMarcus Fritzsch2014-08-121-11/+14
* tests: free resources in LayerSetRenderOrder_growingMarcus Fritzsch2014-08-121-10/+13
* tests: free resources in DisplaySetRenderOrder_shrinkingMarcus Fritzsch2014-08-121-8/+11
* tests: free resources in DisplaySetRenderOrder_growingMarcus Fritzsch2014-08-121-9/+12
* tests: free resources in ilm_getPropertiesOfScreenMarcus Fritzsch2014-08-121-20/+28
* tests: free resources in ilm_getNumberOfHardwareLayersMarcus Fritzsch2014-08-121-8/+13
* tests: remove spurious newlines and an unused variableMarcus Fritzsch2014-08-121-13/+0
* tests: some simple free allocated arrays from ilm_* callsMarcus Fritzsch2014-08-121-39/+78
* tests: remove all cleanup code at end of testsMarcus Fritzsch2014-08-121-118/+0
* notifyTests: "allocate" 2-wide arrays in stackMarcus Fritzsch2014-08-121-6/+2
* ilmControl: control_thread uses eventfd for shutdown signalMarcus Fritzsch2014-08-121-18/+38
* ilmControl: remove implementation function pointer tableMarcus Fritzsch2014-08-123-801/+128
* ilmControl: sync_and_acquire_instance checks for initializationMarcus Fritzsch2014-08-121-8/+10
* ilmControl: control_thread variables are constMarcus Fritzsch2014-08-121-6/+5
* ilmControl: simplify control_thread loopMarcus Fritzsch2014-08-121-3/+1
* ilmControl: destroy event queue if get_registry failsMarcus Fritzsch2014-08-121-0/+2
* ilmControl: free resources after useMarcus Fritzsch2014-08-121-12/+42
* ilmControl: a screen needs no order linkMarcus Fritzsch2014-08-121-2/+0
* ilmClient: free resources after useMarcus Fritzsch2014-08-121-6/+34
* ilmClient: init surface_context::link on createMarcus Fritzsch2014-08-121-0/+2
* ilmClient: remove double-loop without purposeMarcus Fritzsch2014-08-121-6/+0
* ilmControl: screen dimension is set only from current output modeMarcus Fritzsch2014-08-121-3/+7
* ilmControl: propagate roundtrip return value to caller of commitChangesMarcus Fritzsch2014-08-121-2/+4
* ilmControl: some initialization fixesMarcus Fritzsch2014-08-121-6/+2
* ilmControl: removed num_screen field of ilm_contextMarcus Fritzsch2014-08-121-5/+0
* ilmControl: simplify SetRenderOrder implementationsMarcus Fritzsch2014-08-121-34/+16
* ilmControl: use three roundtrips at init timeMarcus Fritzsch2014-08-121-0/+4
* ilmControl: fix a minor memory leakMarcus Fritzsch2014-08-121-0/+1
* ilmControl: fix NULL deref in getPropertiesOfScreenMarcus Fritzsch2014-08-121-16/+13
* ilmControl: get rid of context::validMarcus Fritzsch2014-08-121-19/+12