Jasper St. Pierre
8ff81bcc37
window: Force updating icons when initially loading them
...
Otherwise, Wayland windows will never get an icon.
2014-07-14 15:28:37 -04:00
Jasper St. Pierre
7159d3bc35
window: Remove the concept of surface_mapped
...
The implementation was just wrong. We now consider it an error to attach
a NULL buffer to an xdg_surface. Users should destroy the surface properly.
2014-07-14 14:49:58 -04:00
Jasper St. Pierre
941d202938
window: Move X11-specific icon code to MetaWindowX11
2014-07-14 12:15:23 -04:00
Jasper St. Pierre
5ea0cf8bab
iconcache: Remove a useless icon_cache_free
...
All it does is poke a few fields. There is no point to it.
2014-07-14 12:02:58 -04:00
Jasper St. Pierre
df9a5f867f
core: Remove useless meta_invalidate_default_icons implementation
...
This code was supposed to refresh our default icons when the theme
changed, but it actually was a no-op, since the default icons are cached
in a static variable in MetaUI.
I'm not sure the fact that the fallback icons don't update when the
theme changes is an important enough use case to keep working, but I'm
keeping the skeleton function there in case somebody wants to actually
fix it properly.
2014-07-14 12:00:34 -04:00
Jasper St. Pierre
06e4778072
iconcache: Group declarations where they're used
2014-07-14 11:30:03 -04:00
Jasper St. Pierre
92388892b3
iconcache: Remove dead code
2014-07-14 11:27:51 -04:00
Jasper St. Pierre
5d124ac00a
iconcache: Remove commented out code
2014-07-14 11:27:51 -04:00
Jasper St. Pierre
a57c3ae105
iconcache: Remove want_fallback hint
...
It's unused, and if it was ever set, it would cause an assert fail.
2014-07-14 11:27:50 -04:00
Jasper St. Pierre
55354f5c38
Take the touch grab in MetaBackendX11
...
This means that it won't trigger when we're running as a Wayland
compositor, which will cause a few warnings and possibly more
brokenness.
2014-07-14 09:41:10 -04:00
Jasper St. Pierre
379bb0a77d
screen: Don't make a round-trip to fetch a value we know to be empty
2014-07-14 09:40:43 -04:00
Jasper St. Pierre
39357fc242
window-props: Don't make another round-trip to fetch the opaque region
...
We already have the property value from our property fetching.
2014-07-13 22:51:25 -04:00
Jasper St. Pierre
799de4f0f4
frames: Don't make a round trip to the X server for every MotionNotify
...
Instead, simply use the coordinates that were passed to us from the
MotionNotify event.
2014-07-13 17:34:08 -04:00
Jasper St. Pierre
c34b5c1cf0
Makefile: Disable Clutter / Cogl deprecation warnings
...
These just spam up our logs, and they aren't getting fixed any time
soon for a variety of reasons. Just disable them to ensure that really
important warnings get noticed and fixed.
2014-07-13 11:46:13 -04:00
Jasper St. Pierre
46361c3e28
events: Return early if we close the display
...
This is so we won't poke into the MetaDisplay, which is invalid memory,
and crash. This can sometimes work right now because GSlice might not
deallocate the object immediately, but it's still not a fun thing to do.
2014-07-13 11:43:28 -04:00
Jasper St. Pierre
f9d33b2efc
display: Add an extra check inside meta_display_close
...
For clarity of what the expected input to this function is.
2014-07-13 11:37:31 -04:00
Jasper St. Pierre
2185904fcb
display: Use a local here instead of the global the_display
...
This will make it easier to split some of this functionality out into
other subfunctions.
2014-07-13 11:35:38 -04:00
Jasper St. Pierre
eb952819c2
monitor: Don't use wl_output_transform in our APIs
...
Invent our own API so we can build without Wayland headers.
2014-07-13 11:35:01 -04:00
Jasper St. Pierre
d7d8c92a9a
Remove unused Wayland includes
2014-07-13 11:35:01 -04:00
Owen W. Taylor
88a7790d44
MetaDisplay: remove meta_display_grab()/ungrab()
...
Now that we have two connections to the X server, the idea of a
ref-counted server grab that might be held across extended portions
of code is very dangerous since we might try to use the backend
connection while the frontend connection is grabbed.
Replace the only usage (which was local) with direct
XGrabServer/XUngrabServer usage and remove the meta_display_grab()
API.
https://bugzilla.gnome.org/show_bug.cgi?id=733068
2014-07-11 13:39:07 -04:00
Owen W. Taylor
806dabe2d7
Don't grab the server when unmanaging the screen
...
There's no obvious reason for grabbing the X server when unmanaging
a screen - the only race conditions a server grab solves are those
related to querying and then acting on the results of the query.
Our shutdown sequence is correctly ordered according to the ICCCM -
we first unselect on the root window, and then we destroy the
window owning WM_S<n> so removing the grab should not cause any
problems when we are being replaced with another window manager.
https://bugzilla.gnome.org/show_bug.cgi?id=733068
2014-07-11 13:39:07 -04:00
Jasper St. Pierre
740e7ddd69
window: Manage after setting the OR special case properties
2014-07-10 17:08:14 -04:00
Jasper St. Pierre
bee97ab6a7
window-props: Make sure that recalc_window_type is always called
2014-07-10 17:07:52 -04:00
Jasper St. Pierre
59fc17c355
util: Turn STACK debugging back off
...
Snuck in by accident.
2014-07-10 16:54:48 -04:00
Jasper St. Pierre
5f25ca0c3a
stack-tracker: More small cleanups
2014-07-10 16:29:35 -04:00
Jasper St. Pierre
41b4a079c7
stack-tracker: Remove unused variable
2014-07-10 16:29:35 -04:00
Jasper St. Pierre
e4235376d8
stack-tracker: Add some more debug output
2014-07-10 16:29:34 -04:00
Jasper St. Pierre
043a201f90
stack-tracker: Clean up dumping
2014-07-10 16:29:18 -04:00
Jasper St. Pierre
d1a588a94f
stack-tracker: Fix the case where the serial is too old
...
The code here before was just flat out wrong, and made us consistently
requery the server at startup.
2014-07-10 16:02:01 -04:00
Jasper St. Pierre
01b6d9bfe2
stack-tracker: Fix code style
2014-07-10 16:00:38 -04:00
Jasper St. Pierre
9711d95996
stack-tracker: Fix comments
2014-07-10 16:00:38 -04:00
Jasper St. Pierre
b87db00fdb
window-props: Fizzle out PropertyNotifies that happen after initial map
...
Properties like _NET_WM_DESKTOP and _NET_WM_STATE are supposed to be
ignored after the initial map of the window, so ignore any
PropertyNotifies for these.
2014-07-10 15:05:42 -04:00
Jasper St. Pierre
6190b65056
window-props: Use a flags-based approach for our prop hooks
...
This allows us to extend the table better with newer flags.
2014-07-10 15:05:42 -04:00
Jasper St. Pierre
10fe91d704
window-props: Don't load WM_STATE
...
Since we don't do anything with it.
2014-07-10 15:05:42 -04:00
Jasper St. Pierre
36bb05b10e
window-props: Fix assert testing
...
I have *no* idea how this even compiled in the first place. What the hell?
2014-07-10 15:05:42 -04:00
Jasper St. Pierre
a7b7213017
window-props: Use the standard property type system for _NET_WM_WINDOW_TYPE
2014-07-10 15:05:40 -04:00
Jasper St. Pierre
031154a400
window-props: Use the standard property type system for WM_WINDOW_ROLE
...
There seems to be no reason we can't just use this.
2014-07-10 14:56:23 -04:00
Jasper St. Pierre
463b50e746
screen: Fetch the COW window up-front
...
XGetCompositeOverlayWindow is a round trip to the X server. We shouldn't
be doing it on every MapWindow.
2014-07-10 14:18:02 -04:00
Jasper St. Pierre
1749a85e96
frame: Only XSync when we're on the X11 compositor backend
...
The only case we have is the case where the two X11 connections are the
same. When on Wayland, the XSync is costly and expensive, and we should
minimize it.
2014-07-10 13:31:26 -04:00
Jasper St. Pierre
1af9e92e91
Don't add in our old input event mask when we select input events
...
This causes a round-trip to the server, and just isn't necessary, since
we're always in charge of our event mask.
2014-07-10 13:30:05 -04:00
Jasper St. Pierre
12d0c98fb5
wayland: Remove an unused field from MetaWaylandFrameCallback
2014-07-10 13:30:05 -04:00
Jasper St. Pierre
817c6986a0
wayland: Remove a few unused fields from MetaWaylandCompositor
2014-07-10 13:30:05 -04:00
Jasper St. Pierre
7c68aaea4c
data-device: Put the DataDevice implementation in its own struct
2014-07-10 13:30:05 -04:00
Jasper St. Pierre
6fea46e0cf
data-device: Use a better variable name than "resource"
2014-07-10 13:30:05 -04:00
Jasper St. Pierre
59fa74fed1
data-device: Don't look up the same client twice in two different ways
2014-07-10 13:30:05 -04:00
Jasper St. Pierre
581335fbea
data-device: Start a cleanup
2014-07-10 13:30:04 -04:00
Jasper St. Pierre
9b5d6cc008
wayland: Remove seat->display
...
It's unused.
2014-07-10 13:30:04 -04:00
Jasper St. Pierre
d0f98ec1ba
wayland: Fix include ordering
...
This puts it in the same order as the types in the struct.
2014-07-10 13:30:04 -04:00
Jasper St. Pierre
a977fcf3d0
wayland: Add a wrapper for set_input_focus
...
So we're not poking into seat internals.
2014-07-10 13:30:04 -04:00
Jasper St. Pierre
664f6ef420
wayland: Move DataOffer / DataSource into data-device internals
2014-07-10 13:30:04 -04:00