summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* move wl client_resize protocol calls to idlerdevs/discomfitor/wlMike Blumenkrantz2014-08-051-22/+22
* automatically enable pointer and keyboard for wayland-in-XMike Blumenkrantz2014-08-051-0/+6
* reuse existing render post callback for wayland clientsMike Blumenkrantz2014-08-054-68/+50
* Fix elm apps crashing from invalid e_rememberChris Michael2014-08-041-4/+2
* Fix inproper setting of window type during transient_set.Chris Michael2014-08-041-8/+0
* Reduce usage of EC_CHANGED.Chris Michael2014-08-041-108/+3
* reorder client idler and stacking functions so we can call them afterChris Michael2014-08-041-82/+87
* Reduce potential of unnecessary function calls:Chris Michael2014-08-041-6/+5
* Simplify both transient_set functions (wl_shell and xdg_shell).Chris Michael2014-08-041-59/+8
* Remove NULL checks for valid client->comp_data ... let the crashing begin !!Chris Michael2014-08-041-26/+3
* Add ERR messages for EINTERN & EAPI functions.Chris Michael2014-08-041-13/+17
* Add error messages in EINTERN & EAPI functions.Chris Michael2014-08-041-11/+27
* Remove unwanted NULL check in internal functionMinJeong Kim2014-08-041-3/+0
* clear parent's list of transients, when set parent to NULL.Seunghun Lee2014-08-041-1/+7
* wl-desktop-shell: Avoid runtime ERR noise for something that is notChris Michael2014-08-041-2/+7
* Fix building Enlightenment for X11-only, Wayland-Only, and X11 withMike Blumenkrantz2014-08-0424-655/+672
* handle setting any pending opaque regions during surface commit andChris Michael2014-08-041-19/+57
* fix return variable type from e_pixmap_window_get functionChris Michael2014-08-041-1/+1
* change client transient_for id to uint64_tChris Michael2014-08-041-1/+1
* wl_drm: Add short block to mark setup for drm egl renderingChris Michael2014-08-041-1/+12
* Add simple clipboard based on wayland protocolMinJeong Kim2014-08-043-15/+302
* Implement wayland subsurface support based on E_Client.Seunghun Lee2014-08-042-84/+850
* Add missing wl_resource_destroyGwanglim Lee2014-08-042-4/+2
* Don't run xrdb or xmodmap when we are wayland onlyChris Michael2014-08-041-0/+4
* move the part of code for fetch transient_for in eval time to _e_shell_surfac...Seunghun Lee2014-08-042-29/+21
* remove EINA_UNUSED in move and resize callbacksGwanglim Lee2014-08-041-2/+2
* Fixed trying to create damage area with 0x0 sizeMinJeong Kim2014-08-041-1/+1
* remove setting ec->parent before evaluation.Seunghun Lee2014-08-041-1/+0
* Add focus surface setting of keyboard for copy and paste between clientsMinJeong Kim2014-08-044-21/+68
* fix crash when client in wayland request to set parent to null.Seunghun Lee2014-08-041-7/+2
* Added conversion for image format to ARGB from XRGB for wayland. evas_object_...Seunghun Lee2014-08-041-5/+28
* Change time unit to milli-second from second when send event of frame done fo...Seunghun Lee2014-08-041-1/+1
* map/unmap surface in committing surface should be valid, only when buffer is ...Seunghun Lee2014-08-041-12/+15
* Add missing functionMinJeong Kim2014-08-041-0/+18
* Fix formatting.Chris Michael2014-08-042-16/+38
* Implement selection copy & paste using data interfaces of waylandMinJeong Kim2014-08-043-9/+301
* pass the compositor ecore_evas to e_pointer_canvas_newChris Michael2014-08-041-3/+4
* pass the ecore_evas to e_pointer_canvas_new and use Eina_Bool forChris Michael2014-08-041-1/+1
* use Eina_Bool for true/false valuesChris Michael2014-08-041-2/+2
* use the pointer from the compositor for e_win and don't free the pointer when...Chris Michael2014-08-041-12/+10
* create the compositor e_pointer on the ecore_evasChris Michael2014-08-041-1/+2
* add new e_pointer filesChris Michael2014-08-042-0/+730
* fix crash and memory leak when press and release any key repeatedly.Seunghun Lee2014-08-041-4/+4
* remove old e_pointer codeChris Michael2014-08-042-1022/+0
* flush clients Before we dispatch main loop events as clients may queueChris Michael2014-08-041-3/+3
* add EGL headers for wayland compositorChris Michael2014-08-041-0/+5
* fix define check for shutting down wayland compositor.Chris Michael2014-08-041-1/+1
* enable checking of windows going outside of e_config->screen limitsChris Michael2014-08-041-1/+72
* re-enable checking of current client geometry when get a configureChris Michael2014-08-041-4/+4
* add support for mouse wheel events and pass them to waylandChris Michael2014-08-041-0/+37