Mike Blumenkrantz
dddbe2a518
force mouse-up on wayland drag start
...
allows mouse eventing to function as expected during drags and provides
updating during the drag
8 years ago
Mike Blumenkrantz
f2f4b65ead
move menu mouse-up feed util function to E_API in comp canvas
8 years ago
Mike Blumenkrantz
b7cc0e07b8
enable x11 dnd in wayland compositors
...
maximize footgun potential since this currently crashes immediately
8 years ago
Stefan Schmidt
3ea364300e
modules/geolocation: Limit the accurancy double to one decimal in the popup
...
Having to mayn decimal places in there is confusing.
8 years ago
Stefan Schmidt
3e8a6e7127
modules/geolocation: Keep track of accuracy and set lower minimal value
...
Instead of setting the highest accuracy level as minimum we now set the
lowest level. By doing so we should get a somewhat accurate location in
any case. Before this change we would just not get any location
information at all which was confusing and let people think the module
did not work.
We also keep track of the AvailableAccuracyLevel property know.
Fixes T2641
8 years ago
Mike Blumenkrantz
53900d184a
use pointer hash to track data manager resources
8 years ago
Mike Blumenkrantz
5f6c91a4f4
block screensaver activation during wl dnd operations
8 years ago
Mike Blumenkrantz
d4aa1ba7c2
add functionality for blocking wl screensaver activation
8 years ago
Mike Blumenkrantz
1beecb72d7
add server-side wl dnd
...
weston-dnd seems to work as expected
8 years ago
Mike Blumenkrantz
bce5283b57
fix wl data device kbd focus function
...
this should only send the selection offer
8 years ago
Mike Blumenkrantz
b5a5e98632
make wl data device util function EINTERN
...
e_comp_wl_data_find_for_client()
8 years ago
Mike Blumenkrantz
965d089c8a
add more wl data device debug infos
8 years ago
Mike Blumenkrantz
616ca6583e
apply wayland data device focus after focus has been set
...
the focus_set client hook is for setting focus, not for doing things which
must occur after focus has been set
8 years ago
Mike Blumenkrantz
6a50d5f581
fix compositor type detection for dnd operations
...
wayland compositors will always use a compositor grab
8 years ago
Mike Blumenkrantz
b33d8bdf10
allow new drags to be created with no associated mime types
8 years ago
Mike Blumenkrantz
b011c4a045
reduce explicit ecore-x type usage in e_dnd
8 years ago
Mike Blumenkrantz
fa11e0ecd7
further unify drag start functions
8 years ago
Mike Blumenkrantz
e5678549da
track the current pointer focus client in wayland compositor
8 years ago
Mike Blumenkrantz
acf5d09796
reject deleted clients from wl show callback
8 years ago
Mike Blumenkrantz
9669dc1dc5
show drag object immediately when beginning a drag
...
fixes flicker at start of drag
8 years ago
Mike Blumenkrantz
2607ad2339
only return xwayland pixmap from e_comp_x_client_pixmap_get() for xwl clients
8 years ago
Yomi
98027f2584
Update README for those viewing this repo from github.
...
Summary: Update readme.
Reviewers: zmike
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2908
8 years ago
Mike Blumenkrantz
5526bd357a
unify most of drag start functions
8 years ago
Mike Blumenkrantz
81a797a0fa
defer focus-setting on focus revert during desk flip when visibility is pending
...
in the case that a client is going to be shown on the next loop iteration,
focus setting must still occur and be deferred
this fixes the case of a window appearing on a desk while the user is switching
desks away from it even though this window is attempting to focus itself
8 years ago
Mike Blumenkrantz
04fe354592
notidle the screensaver in wl compositor mouse move cb
...
fixes screen blanking while user is active
8 years ago
Mike Blumenkrantz
de1d24021b
set ELM_DISPLAY appropriately for wayland compositors
8 years ago
Mike Blumenkrantz
847d3fe358
reject internal window moves when they originate from a wl configure event
...
fixes a number of internal win positioning issues
8 years ago
Mike Blumenkrantz
3a77e8a2e9
unset DISPLAY on xwayland module shutdown
...
fixes loading across restarts
8 years ago
Mike Blumenkrantz
9bf1bd514b
fix wizard module loading when E_MODULE_SRC_PATH is set
8 years ago
Mike Blumenkrantz
043a0b13bb
flip conditional in wizard xdg events to call xdg function first
...
when curpage was not set, the xdg checking function would never be run,
preventing the wizard from advancing
fix T2622
8 years ago
Mike Blumenkrantz
24ec288b3c
remove spurious focus setting on desk flip without animation
...
focus gets automatically handled in e_desk_flip_end(). changing it
again here will produce unintended/wrong results in some cases
fix T2071
8 years ago
Mike Blumenkrantz
9ad208bfb8
add fallback loading of default theme on init
...
this should fix cases where whatever the user-set theme is doesn't provide
a required group by filling it in
fix T2210
8 years ago
Mike Blumenkrantz
23349aa349
use gadget zone for evry gadget launcher
...
probably fixes T2423 maybe
8 years ago
Mike Blumenkrantz
7848947ea0
Revert "remove unnecessary geometry setting during xwl client swap"
...
This reverts commit ae1fc10d06
.
not unnecessary if the client has already been shown. fixes xwl menus
randomly showing up at 0,0
8 years ago
Mike Blumenkrantz
cd0e11c8c3
fix new_client setting on xwl clients during swap
8 years ago
Mike Blumenkrantz
1496b3db7b
don't reset wayland surface geometry for overrides
8 years ago
Mike Blumenkrantz
01ba4eea55
end compositor animations for dead clients on hide
...
fixes a huge object leak in xwayland related to menus
8 years ago
Mike Blumenkrantz
e5d367292f
return immediately on wayland focus-in key timer when no focused kbds exist
8 years ago
Mike Blumenkrantz
c9e35cc0f9
do not call ecore_time_unix_get() on each key sending loop for wayland clients
8 years ago
Derek Foreman
fea72d5fcd
wayland: Only send keyboard modifiers to focused resources
...
Summary: We were sending them to anything that bound a wl_keyboard.
Reviewers: zmike
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2879
8 years ago
Mike Blumenkrantz
8278e20183
reduce delay before running screensaver-off animations in wayland
...
this feels a bit more natural while still displaying animations after dpms
has finished cycling
8 years ago
Mike Blumenkrantz
42bc9b0bef
disable ecore-evas events on client windows during actions
...
this is a not-great way of hacking around various issues related to
the efl mouse button cancel patches that went in for the 1.15 cycle
which changed the entire mouse input workings of the toolkit.
to avoid further issues, the compositor will explicitly block eventing
on all internal canvases during actions
8 years ago
Mike Blumenkrantz
f7ca0b5791
disable x11 mouse eventing in wayland compositor mode
...
these events are delegated directly by the compositor. anything that
is told to us by x11 may or may not be the case and we shouldn't care
either way
8 years ago
Chris Michael
d4f9ee417d
wl_desktop_shell: Formatting
...
NB: No functional changes
Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years ago
Mike Blumenkrantz
784af9c097
do not create wayland screensaver timer when screensaver is disabled
...
ref T2609
8 years ago
Mike Blumenkrantz
6faa894a59
block xsettings config update if xsettings has not been initialized
...
fix T2610
8 years ago
Mike Blumenkrantz
db41479414
fix x11 detection for wayland compositor setup
...
ref T2609
8 years ago
Mike Blumenkrantz
9138b484d1
fix desklock-related screensaver modification
...
ref T2609
8 years ago
Mike Blumenkrantz
c4024acfd2
ensure expected screensaver blanking in x11 compositors with HAVE_WAYLAND
8 years ago
Mike Blumenkrantz
812ceafec6
fix wl screensaver activation when deactivating during fade
8 years ago