blob: 89c8b5b69e7af234e1736280c422b4bcaede7d32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
2006-3-30 Deron Johnson <deron.johnson@sun.com>
* composite.h
* compositeproto.h
* configure.ac
Composite Version 0.3: CompositeGetOverlayWindow, CompositeReleaseOverlayWindow
Moved Coordinate Transform Redirect defines to 0.4 and bumped request numbers
2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Update package version number for final X11R7 release candidate.
2004-07-08 Keith Packard <keithp@keithp.com>
* composite.h:
* compositeproto.h:
* protocol:
Add NameWindowPixmap request.
Bump protocol to 0.2
2004-06-27 Eric Anholt <anholt@freedesktop.org>
* protocol:
Fix some apostrophe issues.
2004-02-03 Jim Gettys <freedesktop.org>
* AUTHORS: needed author's attribution
2004-01-15 Daniel Stone <daniel@fooishbar.org>
* Tag release 2.0 for first freedesktop.org clientside release.
2003-11-08 Keith Packard <keithp@keithp.com>
* protocol:
Note that Manual Subwindows mode disables background painting.
2003-11-06 Keith Packard <keithp@keithp.com>
* composite.h:
* compositeproto.h:
Add update mode to Unredirect requests so clients
can redirect multiple times (and then unredirect)
Add CompositeNumberRequests
Fix some typeos
2003-11-04 Keith Packard <keithp@keithp.com>
* COPYING:
* INSTALL:
* Makefile.am:
* README:
* composite.h:
* compositeext.pc.in:
* compositeproto.h:
* configure.ac:
* protocol:
Change name from Apportion to Composite
Clarify that root cannot be redirected.
Add more error values.
2003-10-29 Keith Packard <keithp@keithp.com>
* COPYING:
* INSTALL:
* Makefile.am:
* README:
* apportion.h:
* apportionext.pc.in:
* apportionproto.h:
* autogen.sh:
* configure.ac:
* protocol:
autofoo
Add protocol headers
Use enum for update mode instead of bool
2003-10-29 Keith Packard <keithp@keithp.com>
* protocol:
Define clipping while redirected
2003-10-24 Keith Packard <keithp@keithp.com>
* ChangeLog
* protocol
Initial protocol design imported
|