Jasper St. Pierre
a53e094fcd
window: Move move_resize_internal logic to protocol-specific directories
2014-03-20 11:02:50 -04:00
Chun-wei Fan
d42cb2a4d3
MSVC Build: Update Clutter DLL Build Defines
...
Define DLL_EXPORT when we are building the Clutter DLL, to ensure that
constants are exported properly.
https://bugzilla.gnome.org/show_bug.cgi?id=726762
2014-03-20 22:56:07 +08:00
Jasper St. Pierre
a377a1a110
window: Move client-type-specific managing / unmanaging to a vfunc
2014-03-20 10:51:32 -04:00
Jasper St. Pierre
74a1e00e30
window: MetaWindow is now abstract
2014-03-20 10:50:27 -04:00
Jasper St. Pierre
1c41f71eef
window: Add a type for Wayland windows
2014-03-20 10:50:27 -04:00
Jasper St. Pierre
63350c52cc
window: Remove code for static gravity resizes
...
It was never turned on for all the years it's been there.
2014-03-20 10:50:27 -04:00
Chun-wei Fan
4c204a4f3e
clutter-event-win32.c: Avoid a Crash
...
Commit e70a0109 simplified the dispatching of events by passing the event's
owernership to ClutterStage, but it may be so that any.stage is NULL at
some point on Windows, which will either cause _clutter_stage_queue_event()
to crash or issue a critical warning. Avoid this problem by checking
whether event->any.stage is not NULL before trying to call
_clutter_stage_queue_event().
https://bugzilla.gnome.org/show_bug.cgi?id=726765
2014-03-20 22:37:17 +08:00
Chun-wei Fan
891d3fce00
Fix on Last Commit of config.h.win32.in
...
Missed a /* before an #undef line, causing build warnings, oops, sorry.
2014-03-20 09:30:17 +08:00
Chun-wei Fan
44d688cdfb
Update config.h.win32.in Further
...
...so that its entries will reflect the entries that are checked by the
autotools builds on config.h.in. Also take into consideration for MinGW
builds and for newer Visual Studio versions, such as the availability for
inttypes.h. Update the layout of the file cosmetic-wise as well.
2014-03-20 09:18:57 +08:00
Chun-wei Fan
783bc64a02
Visual Studio Builds: Don't Generate a .def File
...
Clutter, like GTK+ and GLib, has recently switched to a visibility-based
method of exporting symbols, so update the Visual Studio build files to
do likewise, by using __declspec (dllexport). This eliminats the need to
use a .def file to export the symbols. The pre-configured
config.h.win32.in is also updated accordingly for this purpose. The
clutter.symbols file can be dropped if it is not being used otherwise.
2014-03-20 08:57:06 +08:00
Emmanuele Bassi
8c9b5d0568
Bump the dependency of Cogl to 1.17.5
...
The EGL/KMS backend requires unreleased API.
https://bugzilla.gnome.org/show_bug.cgi?id=726703
2014-03-19 22:01:53 +00:00
Ask H. Larsen
df4dad55fd
Updated Danish translation
2014-03-19 22:36:31 +01:00
Ask H. Larsen
f06400da7d
Updated Danish translation
2014-03-19 22:36:14 +01:00
Ask H. Larsen
b13b7ea72e
Updated Danish translation
2014-03-19 22:33:10 +01:00
Ask H. Larsen
6a3e336ee0
Updated Danish translation
2014-03-19 22:27:35 +01:00
Florian Müllner
9a89cc1198
Bump version to 3.11.92
...
Update NEWS.
3.11.92
2014-03-19 21:26:42 +01:00
Florian Müllner
56e8c3b625
Bump version to 3.11.92
...
Update NEWS.
3.11.92-wayland
2014-03-19 21:22:46 +01:00
Florian Müllner
ce3d9fb89f
build: Don't try to distribute removed files
...
Fixes some left-overs from commit ff635bad3b72c701.
2014-03-19 21:09:02 +01:00
Marek Chalupa
27c018ab98
update POTFILES.in
...
some files were moved from src/core to src/x11
https://bugzilla.gnome.org/show_bug.cgi?id=726683
2014-03-19 21:09:02 +01:00
Jasper St. Pierre
a1427c7130
Revert "Move MetaGroup to be X11-specific"
...
This reverts commit f940292cfe5a80290a5dae8a62e05fbcbab32a7f.
Turns out MetaGroup was public API and was used by gnome-shell.
Ugh.
2014-03-19 09:12:48 -04:00
Jasper St. Pierre
91ad92c968
Update .gitignore
2014-03-18 22:08:04 -04:00
Jasper St. Pierre
f0c7b518e6
Don't generate sources in a subdirectory
...
This fixes srcdir != builddir issues.
2014-03-18 22:06:31 -04:00
Jasper St. Pierre
5fa5ace5e6
Move session to x11/
...
XSMP code is X11-specific, of course.
2014-03-18 22:04:36 -04:00
Jasper St. Pierre
044c06bff3
Don't include wayland/ by default either
2014-03-18 22:04:36 -04:00
Jasper St. Pierre
a3ccc4fd1c
Remove x11/ directory from default include path
2014-03-18 22:04:36 -04:00
Jasper St. Pierre
0a20f7458c
window: Remove support for _NET_WM_ICON_NAME
...
We don't seem to use it anywhere.
2014-03-18 22:04:36 -04:00
Jasper St. Pierre
9c94f8ae47
Move testasyncgetprop.c to x11/
2014-03-18 22:04:27 -04:00
Jasper St. Pierre
f940292cfe
Move MetaGroup to be X11-specific
2014-03-18 21:23:36 -04:00
Jasper St. Pierre
48a36356dd
window: Make window->desc a bit clearer
...
And remove the hack for the "broken GNU libc". It works fine on
my system here.
2014-03-18 21:23:34 -04:00
Jasper St. Pierre
f05983be42
window: Move type_atom to window-x11
2014-03-18 21:15:49 -04:00
Jasper St. Pierre
dfcefd3315
Remove meta_core_increment_event_serial
...
It's unused.
2014-03-18 21:12:37 -04:00
Jasper St. Pierre
3fe755e684
display: Fix a typo
2014-03-18 21:12:37 -04:00
Jasper St. Pierre
0eb86de807
Move Wayland protocols into src/wayland
2014-03-18 20:37:35 -04:00
Jasper St. Pierre
ff635bad3b
Clean up the source tree
...
Remove a lot of old, unmaintained files
2014-03-18 20:37:35 -04:00
Jasper St. Pierre
43a409dec4
window: Don't sync window geometry when we haven't shown it yet
2014-03-18 18:55:32 -04:00
Jasper St. Pierre
b087fce062
window-actor: Also always assume the plugin manager exists
...
Addendum to the above...
2014-03-18 18:31:07 -04:00
Jasper St. Pierre
420f322910
compositor: Assume the plugin manager always exists
2014-03-18 18:25:33 -04:00
Jasper St. Pierre
4bf6e0ae8c
compositor: Kill off an unused cursor variable
2014-03-18 18:25:33 -04:00
Jasper St. Pierre
97872e70a5
compositor: Fix variable name style in meta_shape_cow_for_window
...
This has bugged me forever...
2014-03-18 18:25:33 -04:00
Jasper St. Pierre
be57308663
compositor: Clean up
...
Remove a bunch of weird checks, random logs, unused variables
and other cruft that nobody cares about today.
2014-03-18 18:25:32 -04:00
Jasper St. Pierre
33f1bd96f5
compositor: Kill off modal_plugin
...
We only ever have one plugin, so don't bother recording which plugin
is modal, only whether we are modal or not.
2014-03-18 18:25:32 -04:00
Jasper St. Pierre
9ba49358e5
compositor: Remove meta_check_end_modal
...
"This is used when reloading plugins"
Yeah, no.
2014-03-18 18:25:32 -04:00
Jasper St. Pierre
8b2b65246a
Assume the compositor always exists
...
At one point, it was supported to run mutter without a compositor,
but we don't allow that any longer. A lot of code already assumes
display->compositor exists and doesn't check for a NULL pointer,
so just kill the rest of the checks.
2014-03-18 18:25:32 -04:00
Jasper St. Pierre
4fdbb466e1
meta-plugin: Remove some unused features
...
And don't use properties for no reason.
2014-03-18 18:25:31 -04:00
Jasper St. Pierre
da48b18188
window: Fix build
...
A bad rebase on top of some other GObject cleanups I had made
this go sour.
2014-03-18 16:45:53 -04:00
Jasper St. Pierre
a5f1790828
window: Rename wm_hints_urgent to urgent
...
The flag and setter is now decoupled from the WM_HINTS state.
2014-03-18 15:44:11 -04:00
Jasper St. Pierre
6efcf2526d
window: Move urgency to a setter
2014-03-18 15:44:11 -04:00
Jasper St. Pierre
d6a27195d3
Move more fields to MetaWindowX11
2014-03-18 15:44:11 -04:00
Jasper St. Pierre
8f151842fb
Start moving X11 implementation to its own subdirectory
...
This is specifically about managing X11 windows, not necessarily
running as an X11 compositor. By that I mean that this code is
still used for XWayland windows, and event handling is still and
modesetting / monitor management is still in core/.
This is also a fairly conservative move. We don't move anything
like screen.c or bell.c in here, even though those are really
only for X11 clients.
2014-03-18 15:44:11 -04:00
Jasper St. Pierre
6f7023bc6b
Start splitting the X11-specific stuff of MetaWindow out into a subclass
...
This is fairly simple and basic for now, with just skip_taskbar /
skip_pager, but eventually a lot of "WM policy" like this, including
move-resize, will be in subclasses for each individual surface.
2014-03-18 15:44:11 -04:00