summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ecore-x fd testdevs/discomfitor/xwlMike Blumenkrantz2015-06-221-7/+3
* fix xwayland fd dup conditionalsMike Blumenkrantz2015-06-221-4/+8
* fix xwayland configure checkMike Blumenkrantz2015-06-221-3/+2
* load wl_desktop_shell and xwayland after wl comp loadMike Blumenkrantz2015-06-221-9/+16
* update xwayland for api changesMike Blumenkrantz2015-06-221-6/+2
* fix xwayland linkage + makefile formattingMike Blumenkrantz2015-06-221-4/+6
* remove xwayland .desktop and .edj filesMike Blumenkrantz2015-06-224-17/+2
* xwayland: Add checks for xcb libraries needed for xwayland supportChris Michael2015-06-221-1/+1
* xwayland: Add code to cleanup xwayland on shutdownChris Michael2015-06-221-0/+21
* xwayland: Check for sigusr1 in event handlerChris Michael2015-06-221-1/+6
* xwayland: Fix build breakage with recent e_comp_wl changesChris Michael2015-06-221-1/+1
* xwayland: Add some debugging code while trying to work out failuresChris Michael2015-06-221-8/+19
* xwayland: Fix launching of XWayland server and pass proper display toChris Michael2015-06-221-4/+9
* Whitelist the new xwayland moduleChris Michael2015-06-221-0/+1
* xwayland: Create the wl_client which represents the window managerChris Michael2015-06-221-7/+15
* xwayland: Create and bind to unix & abstract socketsChris Michael2015-06-221-9/+209
* xwayland: Fix makefile to use xwayland binary pathChris Michael2015-06-221-1/+4
* xwayland: Fix configure.ac to substitute the xwayland binary pathChris Michael2015-06-221-1/+2
* Add start of xwayand module codeChris Michael2015-06-221-0/+129
* add xwayland module edj file for iconChris Michael2015-06-221-0/+0
* add xwayland module desktop fileChris Michael2015-06-221-0/+7
* Add xwayland MakefileChris Michael2015-06-221-0/+23
* Add xwayland module to modules MakefileChris Michael2015-06-221-0/+2
* add xwayland to configure.acChris Michael2015-06-221-0/+13
* Logging: Fix broken logging macros.Tom Hacohen2015-06-221-5/+5
* Fix Coverity CID1298053Chris Michael2015-06-221-2/+6
* Fix Coverity CID1298052Chris Michael2015-06-221-1/+4
* handle compositor animation race condition when changing effectsMike Blumenkrantz2015-06-201-0/+10
* fix animation refcounting when toggling object visibility very quicklyMike Blumenkrantz2015-06-191-2/+4
* add comp object bool flag to indicate whether a compositor effect is currentl...Mike Blumenkrantz2015-06-191-0/+4
* make e_comp_object_effect_stop() return bool for object validityMike Blumenkrantz2015-06-192-5/+5
* sanitize bool return of _e_comp_object_animating_end()Mike Blumenkrantz2015-06-191-1/+1
* only apply deskmirror client visibility logic for non-deleted clientsMike Blumenkrantz2015-06-191-1/+1
* return an accurate value for override clients in e_comp_object_util_zone_get()Mike Blumenkrantz2015-06-171-2/+2
* use current zone for visibility effects on override windowsMike Blumenkrantz2015-06-171-2/+12
* e-comp-wl: #if 0 out a currently unused function for pre_frame assignment.Chris Michael2015-06-171-0/+2
* remove a stupid elm win hack flagged for deletionMike Blumenkrantz2015-06-161-7/+8
* Fix misspellings in E's files.Yomi2015-06-1632-69/+69
* allow layer-blocked clients in deskmirror to restackMike Blumenkrantz2015-06-161-2/+0
* added quick tile to corner featureToan Pham2015-06-161-0/+67
* Center a dialog window when it is displaying off-screenToan Pham2015-06-161-0/+7
* only play visibility effects for allowed clientsMike Blumenkrantz2015-06-151-1/+1
* add utility function for determining if a comp object should animateMike Blumenkrantz2015-06-152-0/+11
* use new visibility effects by default for menu + combo windowsMike Blumenkrantz2015-06-151-3/+6
* send client/screen/pointer geometry to visibility effect edjeMike Blumenkrantz2015-06-151-0/+12
* unify comp object visibility effect animation codeMike Blumenkrantz2015-06-151-15/+19
* add flag for detecting whether an effect is currently set on a comp objectMike Blumenkrantz2015-06-152-11/+20
* add flag to E_Comp_Object for detecting show animation stateMike Blumenkrantz2015-06-151-2/+6
* use a safe iterator when deleting clients during comp shutdownMike Blumenkrantz2015-06-151-3/+6
* e - e client, comp win etc. reffing fix ... part 2Carsten Haitzler (Rasterman)2015-06-158-77/+123