summaryrefslogtreecommitdiff
path: root/src/lib/ecore_wl2/ecore_wl2_display.c
Commit message (Expand)AuthorAgeFilesLines
* ecore_wl2: Rename EAPI macro to ECORE_WL2_API in Ecore WL2 libraryFelipe Magno de Almeida2020-12-141-21/+21
* ecore_wl2_display: move wl_display_dispatch_pending before condition check.Hosang Kim2020-08-221-7/+6
* Get rid of trailing whitespaces (4 / 14)Elyes HAOUAS2020-06-231-1/+1
* ecore-wl2: Add API to return the compositor object from a given displayChristopher Michael2019-11-191-0/+7
* ecore-wl2: Add API to find a connected display given a nameChristopher Michael2019-11-191-0/+31
* ecore-wl2: Add API to find a window by surfaceChristopher Michael2019-11-191-0/+6
* ecore-wl2: Minor formatting fixesChristopher Michael2019-04-291-3/+5
* ecore_wl2: Make our wayland socket handling thread safeDerek Foreman2019-02-131-39/+34
* Revert this as it should not have been pushed yetChristopher Michael2019-02-131-34/+39
* ecore_wl2: fix a non-thread safe call.Wonki Kim2019-02-131-1/+1
* ecore_wl2: Make our wayland socket handling thread safeDerek Foreman2019-02-131-39/+34
* ecore wl2 - fix wl protocol listyener to init all struct fieldsCarsten Haitzler (Rasterman)2018-11-091-1/+2
* ecore_wl2: Remove ecore_wl2_display_window_findDerek Foreman2018-07-061-6/+0
* ecore_wl2: Replace window ids with pointersDerek Foreman2018-07-061-12/+5
* ecore_wl2: reduce wayland display flushesDerek Foreman2018-04-201-2/+1
* wayland: always flush client display when protocol sends are pendingMike Blumenkrantz2018-01-171-5/+8
* wayland: add xdg-shell vfinal support for client-sideMike Blumenkrantz2018-01-101-4/+29
* ecore_wl2: Return NULL from ecore_wl2_window_display_get during recoveryDerek Foreman2017-12-011-0/+3
* ecore_wl2: Send a dmabuf non-immediate create at startupDerek Foreman2017-11-151-0/+1
* ecore_wl2: Add a second sync for dmabuf formatsDerek Foreman2017-11-151-0/+1
* ecore_wl2: Refcount syncs at startupDerek Foreman2017-11-151-4/+17
* ecore_wl2: Create xkb_context before compositor connectionDerek Foreman2017-11-151-8/+7
* ecore_wl2: Discard too-old dmabuf supportDerek Foreman2017-11-091-1/+1
* wayland: expand efl-hints protocol to work for all types of xdg shell surfacesMike Blumenkrantz2017-10-251-3/+9
* wayland: add support for efl weight hint propagation from elm_win to efl_wlMike Blumenkrantz2017-10-251-1/+1
* ecore_wl2: Remove just the flush from the idle handlerDerek Foreman2017-10-221-6/+0
* Revert "ecore_wl2: Kill the wl idle enterer"Derek Foreman2017-10-221-0/+41
* ecore_wl2: Bind dmabuf version 2Derek Foreman2017-10-121-1/+1
* ecore_wl2: Split configurations into client set and compositor requestedDerek Foreman2017-10-121-1/+2
* ecore_wl2: Move some state into its own structDerek Foreman2017-10-121-1/+1
* ecore_wl2: Kill the wl idle entererDerek Foreman2017-08-301-41/+0
* ecore_wl2: Use ecore_wl2_window_commit for all wl_surface_commitsDerek Foreman2017-08-301-0/+1
* ecore_wl2: Add ecore_wl2_display_flush() apiDerek Foreman2017-08-301-0/+21
* ecore_wl2: Fix small bug in flush handlerDerek Foreman2017-08-301-1/+1
* wayland: remove xdg5 supportMike Blumenkrantz2017-08-111-35/+4
* wayland: add efl-hints protocol for setting aspect on surfacesMike Blumenkrantz2017-08-041-0/+12
* ecore-wl2: make _ecore_wl2_display_sync_get() local instead of staticMike Blumenkrantz2017-08-041-1/+1
* ecore-wl2: simplify server pid detectionMike Blumenkrantz2017-08-041-20/+1
* ecore-wl2: pass display to aux hint event_addsMike Blumenkrantz2017-08-041-2/+2
* ecore-wl2: implement support for aux hintsMike Blumenkrantz2017-07-281-0/+141
* ecore-wl2: create surfaces once compositor global is boundMike Blumenkrantz2017-07-071-0/+3
* ecore-wl2: don't leak display event pointersMike Blumenkrantz2017-07-071-1/+2
* ecore-wl2: do not send exit event on disconnect if servers existMike Blumenkrantz2017-06-231-1/+1
* ecore-wl2: Free auxiliary window hints when we destroy a windowChris Michael2017-06-131-1/+1
* ecore-wl2: add ecore_wl2_display_input_find_by_name()Mike Blumenkrantz2017-05-191-0/+12
* ecore-wl2: use nonblocking event flush when disconnecting a clientMike Blumenkrantz2017-05-191-1/+6
* ecore-wl2: add ecore_wl2_display_name_get()Mike Blumenkrantz2017-05-191-0/+7
* ecore-wl2: add ecore_wl2_display_input_find()Mike Blumenkrantz2017-05-191-0/+12
* ecore-wl2: correctly refcount display objects during eventsMike Blumenkrantz2017-05-121-2/+13
* ecore-wl2: add safety check in ecore_wl2_display_inputs_get()Mike Blumenkrantz2017-05-121-0/+1