summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 20.5 NEWS updatesv0.20.5Mike Blumenkrantz2016-02-031-0/+7
* 20.5 releaseMike Blumenkrantz2016-02-031-2/+2
* add back x11 window focusingMike Blumenkrantz2016-02-031-0/+1
* 20.4 NEWS updatesv0.20.4Mike Blumenkrantz2016-02-021-0/+68
* 20.4 releaseMike Blumenkrantz2016-02-021-2/+2
* disable map when unsetting zoomap childMike Blumenkrantz2016-02-021-0/+2
* send mouse out+in on desk flip endMike Blumenkrantz2016-02-021-0/+5
* update xkb.cur_group and send event upon serializing an EFFECTIVE layout in w...Mike Blumenkrantz2016-02-021-0/+5
* do not update keymap group in _e_comp_wl_input_keymap_update()Mike Blumenkrantz2016-02-021-7/+3
* disable shelf shadows if "noshadow" data item exists in shelf themeMike Blumenkrantz2016-02-021-1/+1
* do not shortcut access of Efreet_Desktop->x hash in filemanMike Blumenkrantz2016-02-021-8/+6
* do not attempt to create x11 canvas during xwayland initMike Blumenkrantz2016-02-021-2/+5
* disable bindings during wayland screenshot operationsMike Blumenkrantz2016-02-021-0/+2
* defer screenshot action execution using a jobMike Blumenkrantz2016-02-021-4/+29
* remove comp canvas key handler shortcuts for passing keys to wayland clientsMike Blumenkrantz2016-02-021-14/+0
* disable binding activation when grab dialog, menus, or dnd is activeMike Blumenkrantz2016-02-023-1/+6
* add function for disabling mouse/key/wheel/signal bindingsMike Blumenkrantz2016-02-022-0/+48
* allocate E_Shell_Data for all xdg surfaces (popups)Mike Blumenkrantz2016-02-021-0/+1
* handle more mouse buttons in waylandMike Blumenkrantz2016-02-021-1/+7
* determine new_client state for xwayland clients using xwayland pixmapMike Blumenkrantz2016-02-021-0/+4
* allow instant client mouse actions to persist until mouse upMike Blumenkrantz2016-02-021-5/+1
* unify client mouse action endingMike Blumenkrantz2016-02-021-33/+16
* enable surface visibility fallthrough for drag clientsMike Blumenkrantz2016-02-021-2/+4
* track wayland client mouse button states as a full button maskMike Blumenkrantz2016-02-022-0/+9
* check siginfo si_code to verify that SIGUSR2 comes from userChris Michael2016-02-021-0/+6
* remove _e_comp_wl_focus_down_set()Mike Blumenkrantz2016-02-021-10/+0
* reenable fallthrough surface (un)mapping for subsurfaces during commitMike Blumenkrantz2016-02-021-2/+4
* add render updates for cursor clients if damages exist during set_cursorMike Blumenkrantz2016-02-021-0/+2
* remove duplicate visibility setting blocks from wayland surface commitMike Blumenkrantz2016-02-021-34/+0
* always apply damages and input regions during wayland commitMike Blumenkrantz2016-02-021-8/+0
* do not set focus in wayland client show callback for cursor clientsMike Blumenkrantz2016-02-021-1/+1
* automatically mark wayland cursor surfaces as visible during set_cursorMike Blumenkrantz2016-02-023-5/+8
* |= instead of = flag setting for want_focus during wayland surface commitMike Blumenkrantz2016-02-021-1/+1
* improve focus setting during wayland client show callbackMike Blumenkrantz2016-02-021-2/+4
* more correctly handle evry mouse detection on waylandMike Blumenkrantz2016-02-021-8/+14
* only do passthrough surface map on xwayland surfaces during commitMike Blumenkrantz2016-02-021-4/+4
* set want_focus for xdg popup surfaces on creationMike Blumenkrantz2016-02-021-1/+1
* call xdg surface map when creating a surface for visible internal windowsMike Blumenkrantz2016-02-021-1/+5
* remove need_reparent, reparented, first_damage flags from wl client comp_dataMike Blumenkrantz2016-02-022-122/+0
* Fix issue of using the wrong id when finding pixmap clientChris Michael2016-02-021-1/+3
* e_comp_wl: only ignore ignored clientsMarcel Hollerbach2016-02-021-1/+2
* remove defines for various beta api in other placesMike Blumenkrantz2016-02-023-4/+2
* define EFL_BETA_API_SUPPORT explicitly in e.h if wayland support is enabledMike Blumenkrantz2016-02-021-0/+4
* create wl client connection during compositor init, use in shot moduleMike Blumenkrantz2016-02-023-3/+5
* call ecore_wl2_shutdown() in wl compositor delete callbackMike Blumenkrantz2016-02-022-8/+2
* Update wl_weekeyboard for ecore_evas_wayland_window_get2 function renameChris Michael2016-02-021-1/+1
* Fix issue of nested compositors not working with Ecore_Wl2 libraryChris Michael2016-02-023-130/+27
* Fix type of size fields for E_Shell_DataChris Michael2016-02-021-2/+2
* Fix using global ewd variable by making it part of e_comp_wlChris Michael2016-02-024-12/+10
* Try to init (and error check the init) of ecore_wl2 library before weChris Michael2016-02-021-7/+7