ChangeLog revision 6df26cac
12006-09-03  Philip langdale <plangdale@vmware.com>
2
3	* src/vmware.c:
4	* src/vmware.h:
5	* src/vmwarectrl.c:
6	Fix https://bugs.freedesktop.org/show_bug.cgi?id=8094
7	Lazily allocate the dynamic modes used for pixel precise guest
8	resizing. They will not appear until they are neeed.
9
102006-04-07  Adam Jackson  <ajax@freedesktop.org>
11
12	* configure.ac:
13	* src/vmware.c:
14	* src/vmware.h:
15	Unlibcwrap.  Bump server version requirement.  Bump to 10.13.0.
16
172006-02-06  Philip Langdale <plangdale@vmware.com>
18
19	* configure.ac: Bump version number.
20	* src/vmware.c
21	* src/vmware.h: (VMWAREScreenInit) Set up the additional
22	state required by the VMWARE_CTRL extension.
23	A src/vmwarectrl.c
24	A src/vmwarectrl.h
25	A src/vmwarectrlproto.h: Add implementation of the VMWARE_CTRL
26	extension.
27
28	This change adds the VMWARE_CTRL extension which allows for
29	an X client to request an arbitrary resolution be made
30	available in the modeline list. The intent here is not to
31	replace XF86VidMode (which, if it would only work, would have
32	made VMWARE_CTRL unnecessary) so we are not providing an
33	Add/Remove functionality. Rather, a single command "SetRes"
34	is provided. This will update one of two special entries in
35	the modeline list with the requested resolution (assuming
36	it's possible given the fixed framebuffer restriction).
37	The client can then use RandR to find and switch to the
38	requested resolution. We need two entries because the
39	server gets confused when asked to switch to a new
40	mode that has the same position in the list as the old
41	mode.
42	
43	vmwarectrl.h and vmwarectrlproto.h follow the standard
44	pattern for extension headers and can be dropped into any
45	client side project that wishes to call the extension -
46	although it is probably of very limited use to non-VMware
47	clients.
48
492006-01-12  Philip Langdale  <plangdale@vmware.com>
50
51	* configure.ac: Bump version number.
52	* src/vmware.c: Implement the DriverFunc so that we
53	can adjust the guest 'physical' display size to keep
54	DPI constant. Setting the initial display size to
55	match the host continues to be an exercise for the user.
56
572005-12-20  Kevin E. Martin  <kem-at-freedesktop-dot-org>
58
59	* configure.ac:
60	Update package version for X11R7 release.
61
622005-12-14  Kevin E. Martin  <kem-at-freedesktop-dot-org>
63
64	* configure.ac:
65	Update package version number for final X11R7 release candidate.
66
672005-12-06  Kevin E. Martin  <kem-at-freedesktop-dot-org>
68
69	* man/Makefile.am:
70	Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
71
722005-12-03  Kevin E. Martin  <kem-at-freedesktop-dot-org>
73
74	* configure.ac:
75	Update package version number for X11R7 RC3 release.
76
772005-12-01  Kevin E. Martin  <kem-at-freedesktop-dot-org>
78
79	* configure.ac:
80	Remove extraneous AC_MSG_RESULT.
81
822005-11-29  Adam Jackson  <ajax@freedesktop.org>
83
84	* configure.ac:
85	Only build dlloader modules by default.
86
872005-11-09  Kevin E. Martin  <kem-at-freedesktop-dot-org>
88
89	* configure.ac:
90	Update package version number for X11R7 RC2 release.
91
922005-11-01  Kevin E. Martin  <kem-at-freedesktop-dot-org>
93
94	* configure.ac:
95	Update pkgcheck dependencies to work with separate build roots.
96