323e1aba59
Bump version to 3.10.2
...
Update NEWS.
2013-11-14 12:28:08 +00:00
1ff986e227
Bump version to 3.10.1.1
...
Update NEWS.
2013-10-15 23:42:40 +02:00
badebfae6b
Bump version to 3.10.1
...
Update NEWS.
2013-10-14 22:33:45 +02:00
dd64f62b2f
Bump version to 3.10.0.1
...
Update NEWS
2013-09-25 13:38:32 -04:00
2601b30c7e
Bump version to 3.10.0
...
Update NEWS.
2013-09-23 22:53:11 +02:00
4edfafb61f
Bump version to 3.9.92
...
Update NEWS.
2013-09-16 22:56:41 +02:00
d50ea010ef
Bump version to 3.9.91
...
Update NEWS.
2013-09-03 00:12:04 +02:00
7186d0ce55
build: Bump minimum clutter version
...
This is needed for clutter_actor_has_mapped_clones().
2013-08-27 21:24:56 +02:00
207fdd4a34
build: Create m4 directory
...
Due to changes in gnome-common git, an implicit m4 directory is no
longer created during autogen. The attached patch explicitly and
correctly specifies a macro directory.
https://bugzilla.gnome.org/show_bug.cgi?id=706787
2013-08-26 06:47:13 -04:00
54d18c0196
configure: Require Cogl 1.15.6
...
Needed for cogl_offscreen_new_with_texture
2013-08-22 08:10:16 +02:00
7fc9a807a0
Bump version to 3.9.90
...
Update NEWS.
2013-08-21 23:45:37 +02:00
3a7c1e7b6c
Require Gtk+ 3.9.11
...
This is needed for the gdk_x11_display_set_window_scale() call.
2013-08-20 14:27:50 +02:00
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
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
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
06b5be2d13
Bump version to 3.9.5
...
Update NEWS.
2013-07-30 14:27:06 +02:00
9504fdd2cb
Bump version to 3.9.4
...
Update NEWS.
2013-07-10 18:35:17 +02:00
b2dd4f33f7
Bump version to 3.9.3
...
Update NEWS.
2013-06-18 16:40:02 +02:00
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
d20078574e
Bump version to 3.9.2
...
Update NEWS.
2013-05-28 17:23:25 +02:00
1ffe1eae4d
Bump version to 3.9.1
...
Update NEWS.
2013-04-30 23:28:26 +02:00
ad61676af0
Bump version to 3.8.1
...
Update NEWS.
2013-04-16 20:38:36 +02:00
387cb83c8a
Bump version to 3.8.0
...
Update NEWS.
2013-03-26 22:02:05 +01:00
4dfbe9a493
Bump version to 3.7.92
...
Update NEWS.
2013-03-18 23:08:47 +01:00
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
a3826987e6
Build reference docs
...
https://bugzilla.gnome.org/show_bug.cgi?id=676856
2013-03-14 17:56:36 -04:00
dc3529d98a
Bump version to 3.7.91
...
Update NEWS.
2013-03-04 22:29:13 +01:00
51ccaaaff0
Bump version to 3.7.90
...
Update NEWS.
2013-02-20 16:44:30 +01:00
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
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
ac49259fc7
Bump version to 3.7.5
...
Update NEWS
2013-02-05 22:59:13 +01:00
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
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
2fcd75eadd
Bump version to 3.7.4
...
Update NEWS.
2013-01-15 00:45:27 +01:00
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
6f3ae06362
Bump version to 3.7.3
...
Update NEWS
2012-12-18 13:31:41 +01:00
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
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