summaryrefslogtreecommitdiff
path: root/ivi-layermanagement-api
Commit message (Expand)AuthorAgeFilesLines
...
* ilmClient,ilmControl: move declaration of ilm_getScreenResolution to ilm_cont...Emre Ucan2015-07-062-11/+11
* tests: remove ilm_surfaceGetDimension callsEmre Ucan2015-07-061-23/+0
* ilmControl: remove ilm_surfaceGetDimension implementationEmre Ucan2015-07-061-22/+0
* ilmClient: remove ilm_surfaceGetDimension declarationEmre Ucan2015-07-061-13/+0
* ilmClient: remove ilm_surfaceSetNativeContent APIEmre Ucan2015-07-064-55/+0
* ilmClient: remove ilm_surfaceRemoveNativeContent APIEmre Ucan2015-07-064-30/+0
* ilmClient,ilmControl: move ilm_surfaceSetSourceRectangle to ilmControlEmre Ucan2015-07-062-13/+13
* ilmClient,ilmControl: move ilm_surfaceGetVisibility to ilmControlEmre Ucan2015-07-062-13/+13
* ilmClient,ilmControl: move ilm_layerRemoveSurface to ilmControlEmre Ucan2015-07-062-10/+10
* ilmClient,ilmControl: move ilm_layerAddSurface to ilmControlEmre Ucan2015-07-062-10/+10
* ilmClient,ilmControl: move ilm_getPropertiesOfSurface to ilmControlEmre Ucan2015-07-062-10/+10
* ilmControl: Remove layers and surfaces from all lists when destroyedFrederico Cadete2015-07-011-0/+4
* tests: remove manual build and install optionEmre Ucan2015-07-011-3/+0
* ilmClient: create and use wl_event_queue for dispatchingEmre Ucan2015-07-011-3/+13
* tests: remove tests for old input APIsEmre Ucan2015-06-191-8/+0
* ilmClient: fixed registry_client_listener (s) event handlerEmre Ucan2015-06-191-2/+14
* ilmControl: fix compiler warnings -Wunused-function -Wunused-variableEmre Ucan2015-06-161-15/+0
* ilmClient: fix compiler warning -Wunused-functionEmre Ucan2015-06-161-15/+0
* ilmControl: free accepted_seat by removalEmre Ucan2015-06-151-0/+1
* ilmCommon: add focus property to ilmSurfaceProperties.Emre Ucan2015-05-131-0/+1
* ilmControl: add required changes to ilmControlEmre Ucan2015-05-132-0/+183
* ilmControl: move contexts and sync functions to header fileEmre Ucan2015-05-132-63/+68
* ilmControl: remove the listener for input focus eventEmre Ucan2015-04-091-17/+1
* ilmControl: Remove ilm_Set/GetKeyboardFocusOn/SurfaceIdJonathan Maw2015-02-235-77/+2
* ilmClient: Remove ilm_UpdateInputEventAcceptanceOnJonathan Maw2015-02-237-88/+2
* ilmControl: Remove ilm_getNumberOfHardwareLayersJonathan Maw2015-02-234-51/+0
* ilmControl: Remove layerGetTypeJonathan Maw2015-02-234-50/+0
* ilmControl: Remove ilm_Set/GetOptimizationMode and ilm_Set/GetChromaKeyJonathan Maw2015-02-235-143/+0
* ilmControl: Remove ilm_layerTypeGetCapabilitiesJonathan Maw2015-02-233-46/+0
* ilmControl: Remove ilm_layerGetCapabilitiesJonathan Maw2015-02-234-35/+0
* test: Fix keyboard focus testJonathan Maw2014-11-061-1/+1
* weston-ivi-shell, ilmControl and ilmCommon: Implement GetKeyboardFocusJonathan Maw2014-11-062-8/+22
* weston-ivi-shell and ilmControl: Implement 'set keyboard focus'Jonathan Maw2014-11-061-2/+12
* ilm_Client: fix display connection leak.Nobuhiko Tanibata2014-09-151-0/+2
* ilmClient: Fix segv when a layer is added.Nobuhiko Tanibata2014-09-101-3/+53
* tests: check surfaceProperties.creatorPid tooMarcus Fritzsch2014-09-011-0/+5
* ilmControl: issue send_stats request on getPropertiesOfSurfaceMarcus Fritzsch2014-09-011-3/+13
* tests: fixed 2 use-after-free errorsMarcus Fritzsch2014-09-011-12/+17
* ilmControl: check roundtrip results on initMarcus Fritzsch2014-09-011-6/+11
* ilmControl: stricter checking in display_roundtrip_queue()Marcus Fritzsch2014-09-011-2/+12
* ilmControl: check for valid wl_event_queue on initMarcus Fritzsch2014-09-011-0/+4
* ilmControl: rewrite sync_and_acquire_instanceMarcus Fritzsch2014-09-011-7/+27
* ilmControl: move eventfd init to init_control()Marcus Fritzsch2014-09-011-8/+8
* ilmControl: destroy output objects, even w/o controllerMarcus Fritzsch2014-09-011-0/+15
* ilmControl: shutdown_fd should be set to a default of -1Marcus Fritzsch2014-09-011-2/+1
* ilmControl: check for valid controller on initMarcus Fritzsch2014-09-011-0/+6
* ilmControl: allow clean shutdown on partial initMarcus Fritzsch2014-09-011-5/+11
* ilmControl: use wl_output userdata pointerMarcus Fritzsch2014-09-011-29/+1
* tests: check roundtrip() result in Test ctorMarcus Fritzsch2014-09-011-2/+5
* ilmControl: when called from AddNotification, notify of surface creation.1.2.0-rc7Nobuhiko Tanibata2014-08-211-8/+18