Giovanni Campagna
3bb5086173
Monitor: restore correct display name handling
...
Now that we have the right values from the EDID, we can load
the PNP database and find the proper vendor name, to show in
the control center UI.
https://bugzilla.gnome.org/show_bug.cgi?id=705670
2013-08-18 00:47:53 +02:00
Giovanni Campagna
bbbcd8c631
MonitorConfig: handle changes in the laptop lid
...
This way we don't need to track the current and previous
configuration in gnome-settings-daemon, when we already do so
in mutter.
https://bugzilla.gnome.org/show_bug.cgi?id=705670
2013-08-18 00:47:53 +02:00
Jasper St. Pierre
8c1c77482d
Remove old, deprecated utilities that nobody has used in a million years
...
https://bugzilla.gnome.org/show_bug.cgi?id=704437
2013-08-13 09:39:02 -04:00
Florian Müllner
06b5be2d13
Bump version to 3.9.5
...
Update NEWS.
2013-07-30 14:27:06 +02:00
Florian Müllner
9504fdd2cb
Bump version to 3.9.4
...
Update NEWS.
2013-07-10 18:35:17 +02:00
Florian Müllner
b2dd4f33f7
Bump version to 3.9.3
...
Update NEWS.
2013-06-18 16:40:02 +02:00
Owen W. Taylor
47b21b3547
Use new clutter_stage_set_paint_callback() function for after-paint notification
...
Commit 4f2bb583bf
changed things so that the compositor used
clutter_threads_add_repaint_func_full (CLUTTER_REPAINT_FLAGS_POST_PAINT
to get after-paint notification and send _NET_WM_FRAME_DRAWN, but this
doesn't actually work, since Clutter will already have blocked for
VBlank before calling post-paint functions.
The result is that frame synced toolkits like GTK 3.8 will normally
only be able to draw every other frame.
Since ::paint doesn't work either, a new function
clutter_stage_set_paint_callback() has been added to Clutter
(and will be included in the 1.14 branch)
https://bugzilla.gnome.org/show_bug.cgi?id=698794
2013-06-03 13:21:54 -04:00
Florian Müllner
d20078574e
Bump version to 3.9.2
...
Update NEWS.
2013-05-28 17:23:25 +02:00
Florian Müllner
1ffe1eae4d
Bump version to 3.9.1
...
Update NEWS.
2013-04-30 23:28:26 +02:00
Florian Müllner
ad61676af0
Bump version to 3.8.1
...
Update NEWS.
2013-04-16 20:38:36 +02:00
Florian Müllner
387cb83c8a
Bump version to 3.8.0
...
Update NEWS.
2013-03-26 22:02:05 +01:00
Florian Müllner
4dfbe9a493
Bump version to 3.7.92
...
Update NEWS.
2013-03-18 23:08:47 +01:00
Tomeu Vizoso
460dc9f2ef
Improve a bit the look of the main page of the API docs
...
https://bugzilla.gnome.org/show_bug.cgi?id=695641
2013-03-14 18:07:04 -04:00
Jasper St. Pierre
a3826987e6
Build reference docs
...
https://bugzilla.gnome.org/show_bug.cgi?id=676856
2013-03-14 17:56:36 -04:00
Florian Müllner
dc3529d98a
Bump version to 3.7.91
...
Update NEWS.
2013-03-04 22:29:13 +01:00
Florian Müllner
51ccaaaff0
Bump version to 3.7.90
...
Update NEWS.
2013-02-20 16:44:30 +01:00
Owen W. Taylor
995e8040dd
Bump Clutter and Cogl version requirements
...
Cogl - require 1.13.3 for CoglFrameInfo
Clutter - require 1.13.5 for clutter_stage_set_sync_delay()
2013-02-13 09:48:27 -05:00
Jasper St. Pierre
57c31a56f4
barrier: Add support for new barrier features in XInput 2.3
...
XInput 2.3 adds support for "barrier events", which let us know when
a pointer barrier has been hit, and when the pointer has stopped
hitting the barrier, and lets us "release" the barrier, temporarily
letting the pointer pass through the barrier. These features can be
combined to allow for certain pointer gestures, such as "pushing"
against the bottom of the screen, or stopping the pointer on monitor
edges while dragging slowly for increased edge precision.
This commit should allow graceful fallback if servers with
XInput 2.3 aren't supported.
https://bugzilla.gnome.org/show_bug.cgi?id=677215
2013-02-08 14:23:38 -05:00
Florian Müllner
ac49259fc7
Bump version to 3.7.5
...
Update NEWS
2013-02-05 22:59:13 +01:00
Florian Müllner
a2d54bb2ab
build: Bump gsettings-desktop-schemas requirement
...
... as needed for the new 'switch-applications' keybinding.
https://bugzilla.gnome.org/show_bug.cgi?id=692952
2013-01-31 19:13:04 +01:00
Florian Müllner
2bfe6d2da5
build: Bump Clutter requirement
...
We now rely on XInput being enabled by default, which has only been
the case since 1.13.2.
2013-01-17 13:22:39 +01:00
Florian Müllner
2fcd75eadd
Bump version to 3.7.4
...
Update NEWS.
2013-01-15 00:45:27 +01:00
Matthias Clasen
bab51cbbe4
Remove unnecessary python check
...
A grep for fix-meta-rectangle.py in the source tree comes up
empty, and building mutter works just fine without AM_PATH_PYTHON.
https://bugzilla.gnome.org/show_bug.cgi?id=690956
2013-01-02 08:01:14 -05:00
Florian Müllner
6f3ae06362
Bump version to 3.7.3
...
Update NEWS
2012-12-18 13:31:41 +01:00
Jasper St. Pierre
dd4e655e2b
Require XInput2
...
This is going to start becoming necessary for mutter to run.
https://bugzilla.gnome.org/show_bug.cgi?id=688779
2012-12-13 14:12:56 -05:00
Jasper St. Pierre
ff64cba616
Rename configure.in to configure.ac
...
configure.in support for autoconf is going to go away at some point.
https://bugzilla.gnome.org/show_bug.cgi?id=688777
2012-11-20 21:25:12 -05:00