Mike Blumenkrantz
495a14ea17
make wl clipboard source create/unref external
8 years ago
Mike Blumenkrantz
0a690c7d17
don't crash in wl compositor when data resource is destroyed in multiple listeners
8 years ago
Mike Blumenkrantz
263794f42f
only update wl dnd surface client if a wl drag is active
8 years ago
Mike Blumenkrantz
bf4c5452f3
track xwl clipboard owner
8 years ago
Mike Blumenkrantz
2e000a45dc
use current ecore-x time when setting selection owner for xwl dnd operations
...
according to icccm spec, it is not recommented to use currenttime here
8 years ago
Mike Blumenkrantz
5c14b4a17b
add comp util function for determining whether xwayland is active
8 years ago
Mike Blumenkrantz
1ca8c9eb36
account for state in xwl property change handler
...
we only care about events where the property was deleted here
8 years ago
Marcel Hollerbach
c61320ce72
Merge branch 'devs/bu5hm4n/mixer'
...
This merge fixes problems which where discovered by the mail "[e-users] alsa NOT mixer?"
8 years ago
Marcel Hollerbach
5675ed26cd
mixer: Fix segfault when backend does not have any sink
8 years ago
Marcel Hollerbach
81e8a349bb
mixer: only list playbackdevices if they are _real_ playbackdevices
8 years ago
Marcel Hollerbach
d6833f0749
mixer: update internal volume and call the changed event
8 years ago
Marcel Hollerbach
91f34cb1f7
mixer: get volume after setting channels
8 years ago
Marcel Hollerbach
0a26246848
mixer: this if does not make much sense
8 years ago
Stefan Schmidt
23a164e753
README.Wayland: Update to latest configure options and mention xwayland
...
Many of them have been out of date. Remove what is no longer needed and
mention XWayland.
8 years ago
Davide Andreoli
69ab659474
Improve italian lang
...
"Abortire", "abortito" e, sopprattutto "abortisci" sono veramente di cattivo gusto
e suonano anche male.
Sostituti tutti con "annullare" o "interrompere"
8 years ago
Carsten Haitzler
019b6641a3
e - randr - handle lid close screen turnoff correctly again
...
this USED to work until i made things like auto-clone work without
config and so on and that broke turning off closed lid screens. it
also works when i suspend while lid is closed and resume (i can only
test with lid open as i need to open lid to unsuspend).
8 years ago
Mike Blumenkrantz
8e211f1950
implement wl->x11 dnd operations
...
seems to work fine, large selection data (ref T2330) still untested
8 years ago
Mike Blumenkrantz
c696fa7088
do not send wl dnd positioning updates to xwl clients
8 years ago
Derek Foreman
f124f1bf6e
wayland: force wl surface frame callbacks on commit for undamaged surfaces
...
Summary:
Doing it just for bufferless surfaces wasn't quite enough, sometimes
we get a sequence like: attach, commit, frame, commit
And we need to respond to the frame.
#Kansas
Reviewers: zmike
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2934
8 years ago
Flavio Ceolin
7c195e383c
modules:mixer:pulse Update default sink
...
Update the default sink when it changes (for instance when it is changed
on pavucontrol).
8 years ago
Derek Foreman
15d13dad16
wayland: Always add frame callbacks to current state on commit
...
Summary: Previously we ignored it for unmapped surfaces.
Reviewers: devilhorns, zmike
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2932
8 years ago
Mike Blumenkrantz
cae58cea9f
force wl surface frame callbacks on commit for bufferless surfaces
...
#Kansas
8 years ago
Mike Blumenkrantz
262598a126
print DBG infos for unhandled x11 client messages
8 years ago
Mike Blumenkrantz
004383a52e
block screensaver activation during xwl dnd operations
8 years ago
Mike Blumenkrantz
f9bd731087
track xwl dnd event handlers
8 years ago
Stefan Schmidt
5e5fcc4828
wl_drm: No need to init orient to 0 as it will never be read.
8 years ago
Mike Blumenkrantz
a579c2ec36
force render update on wayland clients during commit
...
an unmapped wayland client must still run post-render code to execute
frame callbacks
fixes terminology initial render with efl from git
8 years ago
Mike Blumenkrantz
5bde1a8648
implement x11->wayland dnd operations
...
still a little rough, but the basics are functional. works by showing
the x11 compositor selection window, which has rects to exclude geometries
of xwl clients, for getting x11 xdnd events, and then manually sending
all the related client messages in order to inform the x11 client that
enlightenment is, in fact, an extremely credible xdnd drop site and not
a rogue compositor which will mangle/destroy the dnd data.
still render crashes after the operation completes, so possibly not the
most useful thing to be using now
8 years ago
Mike Blumenkrantz
3c722ac7f2
alias xwl client pixmaps -> wl surface pixmaps
...
it's now possible to retrieve the xwl client using the xwl xwindow
8 years ago
Mike Blumenkrantz
6aa9a9477e
add pixmap aliasing
...
this provides the ability to alias one pixmap id as another pixmap
8 years ago
Mike Blumenkrantz
8557da360c
make dummy e_drag rect invisible
8 years ago
Mike Blumenkrantz
e37f5d8c28
set pass events on DND type windows
...
these are the actual drag windows from external apps and will be stuck
under the cursor, ideally not blocking/intercepting all motion events
8 years ago
Mike Blumenkrantz
000c97659f
reject xwl clients from wayland data device enter/leave functions
...
NYI
8 years ago
Mike Blumenkrantz
550cc56e59
make most wayland data device functions external
8 years ago
Mike Blumenkrantz
106dfe4e21
only attempt to provide wayland drag motion data if drag exists
8 years ago
Mike Blumenkrantz
3dca058dfa
block wayland mouse button propagation to clients while drag is active
8 years ago
Mike Blumenkrantz
9740477615
store global wayland data manager resource
8 years ago
Mike Blumenkrantz
aa5788175b
move wl compositor function for creating data sources to be external
8 years ago
Mike Blumenkrantz
0f070c6683
reenable compositor shape cutting onto the selection window in xwl
...
this will provide x11 eventing as needed on an already existing window
8 years ago
Mike Blumenkrantz
fa75d181d4
block internal usage of x11 input grabs under wayland
...
these shouldn't be necessary since we control the input
8 years ago
Stefan Schmidt
1c61bfe049
module/geolocation: Use correct unref function for proxies.
...
We used the manager unref for client and location as well. Looking at the
generated code it does not make any difference right now but might do in
the future so better fix this up.
8 years ago
Stefan Schmidt
c53dfe4e59
modules/geolocation: Remove unused eldbus interface variable
...
Never used, no need to keep it.
8 years ago
Yomi
bd305a630f
Update links in head.html
...
Summary: Make sure links point to updated URLs.
Reviewers: zmike
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2913
8 years ago
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