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