-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathChangeLog
203 lines (201 loc) · 7.09 KB
/
ChangeLog
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
2013-05-26
* xinput: improve ValuatorClass (previously AxisClass),
add ScrollClass, TouchClass
* mark some font properties as atoms
2013-05-21
* xkb: add partial support for GetMap, GetNames and GetNamedIndicator
2013-05-21
* Add handling of GetAtomName
2012-06-01
* fix parsing of unusual QueryExtension requests
2012-01-09
* fix --timestamp description in manpage
2011-05-07
* add support for XFree86-DGA
2011-05-06
* add UFRACTION32_32
2011-02-12
* configure.ac: change monotonic clock cache-id to make autoconf happy
2011-02-06
* add a 'DIVIDE_COUNT' directive
* enhance GLX support (GetVisualConfigs, GetFBConfigsSGIX,
QueryServerString, ClientInfo)
2011-01-29
* add a 'SIZE' directive to limit some structure to an explicit size
(in VarStructs everything after that size is printed as unexpected
data and otherwise ignored, also all field output or list length
is automatically truncated to that value)
* allow 'ELSEIF STORED ...'
* use AC_PROG_CC_C99 to be sure to get C99 semantics
2011-01-28
* allow to 'transfer' data from REQUEST to RESPONSE on the stack
* allow 'IF STORED ...' to compare stored value
* fix PUSH32 (was PUSH16 by mistake)
* error out early in case of not yet supported min-length 0
2010-12-22
* Add INT32_32 type for a 64 bit integer stored in two 32 bit integers
* Add SYNC extension
2010-12-21
* Add --monotonic-timestamps to print timestamps relative to system
start (or whatever CLOCK_MONOTONIC returns on your system).
2010-10-26
* Add Composite (Thanks to Adam Endrodi)
2010-10-20
* fix size of do-not-propagate-mask in GetWindowAttributes results
(Thanks to Pierre-Yves Baccou for noticing).
2010-06-20
* Add XVideo (version 2.2)
2010-05-06
* Add DRI2 (up to version 1.3)
2010-04-07
* Add support for Generic Events (XGE)
* Fix bug in error reporting when multiple STRUCTs have the same name
* add --print-counts --print-offsets
* add FIXED3232 (fixed point with 32 bits before and 32 after the dot)
* add some of the generic events of XI2
2010-03-30
* Add support for XInputExtension 1.5, and partial support for
XInputExtension 2.0
2010-03-22
* fix FRACTION16_16 on big-endian systems
* add FRACTION32_32
2010-01-21
* fix extension name output to not go to stdout unconditionaly
(Thanks to Tommi Komulainen)
* fix missing contants in shape kind and wrong kind in fixes
extension (Thanks to Tommi Komulainen)
2010-01-05
* fix parsing initial server response
(old bug, but became obvious on big endian with the new code)
2010-01-02
* fix SelectionNotify (thanks to Peter Collingbourne)
* show more details of the initial X server response
* fix segfault after some protocol description parsing errors
* correctly identify core request NoOperation
2009-10-18
* fix printing of column in protocoal description parser errors
on 64 bit architectures.
2009-10-05
* bugfix: the major/minor codes were transposed in
print_server_error() (thanks to Chris Wilson)
2009-09-11
* bugfix: fix LISTofTRAPEZOIDS offset in RenderTrapezoids (thanks to
Chris Wilson)
2009-08-11
* bugfix: when running xtrace with command, it was terminating
when all connections were closed while the command still run
(and this even when -k was specified).
2009-08-10
* zero-pad fractial timestamp part
2009-07-02
* print raw data of unsupported or unknown requests and of
unexpected replies.
2009-06-29
* remove unecessary output of spaces for ft_IF,...
2009-06-28
* references to constants allowed in .proto files where
numbers are expected.
* add FLOAT32, LISTofFLOAT32, IF32, LISTofINT8, LISTofINT16,
LISTofIN32, DECREMENT_COUNTER
* some bugfixes in BE32 and LISTofUINT32
2009-06-27
* add FRACTION16_16
2009-06-26
* protocol specification is now read at run-time and no longer
needs to be compiled in. Translated all the .inc files to the new
.proto file format.
2009-06-15
* add start of GLX support contributed by Kristof Ralovich
2009-06-01
* complete XInputExtension support (if there is a price for worst
documented extension, this would be my current candidate)
2009-05-19
* omit "0x" when printing the sequence number for replies, to
make the output more consistent with requests and events.
2009-04-18
* start with XInputExtension support (only some opcodes yet)
2009-04-16
* add --timestamps and --relative-timestamps options to print
timestamps before each line.
2009-04-04
* move start of output lines generation into common function
(this makes some messages that until now got to stderr to go
to the usual output, too. While that might hide them a bit,
this also ensures they appear at the right place, which might
be better).
2009-03-25
* Properly set the address family when listening on a tcp socket
2009-02-19
* fix decoding of GetAtomName reply
* (cosmetic) use ft_RRCONFIGSTATUS for RRSetScreenConfig reply
* fix decoding of RRGetOutputInfo reply
* display FIXED as fixed-point numbers
* RandR 1.3 support
2009-01-06
* fix decoding of ConfigureWindow request
(thanks to Yann Droneaud)
* fix similar errors in RandrDeleteOutputProperty
and XF86BigfontQueryVersion.
2008-08-02
* add support for XFIXES and DAMAGE extensions
2008-08-01
* add support for DPMS and MIT-SCREEN-SAVER extensions
* print GetScreenSaver timeout and interval in decimal
2008-02-11
* allow to give a program to start
(based on patch supplied by Bruce Guenter)
* actually use FAKEDISPLAY as manpage says
(was INDISPLAY before)
2007-12-10
* fix ROUND_32 (thanks to Julien Cristau)
2007-12-09
* fix bug in RANDR 1.2 parsing (thanks to Julien Cristau)
2007-12-08
* add support for XRANDR 1.2
* add support for XINERAMA extension
2007-10-03
* make some x and y UINT instead of CARD
2007-07-05
* add support for XFree86-Bigfont extension
* show extension names even in requests from unknown extensions
* quiet some compiler warnings
* fix typo to mismatch replies after 65535 requests
* don't wait for replies for requests that got an error
2006-08-10
* add --outfile and --buffered command line options
2006-07-24
* add support for XFree86-VidModeExtension extension
2006-07-14
* switch to stdint.h and uint* instead of u_int*
* use getaddrinfo instead of gethostbyname2
* implement fall-backs for strndup and asprintf
2006-07-12
* print stringlists in ListFonts, SetFontPath, GetFontPath and
ListExtensions
2006-06-10
* fix ATOMs to be 32 bit
* ChangeProperty pretty-prints types STRING and ATOM now
2006-06-09
* remember atom names and print them when atoms are used
* STRING8 fields now print \n and \t instead of \012 and \010
* fix ft_IF8 processing, add ft_IFATOM
* GetProperty pretty-prints type "STRING" now.
2006-06-08
* fix QueryVersion of RANDR
* implement MIT-SHM
2006-03-09
* support RANDR extension
2006-03-08
* manpage fixup. (Thanks to Justin Pryzby)
2006-02-28
* work around copyauth problems with "localhost:" DISPLAYs
(like ssh -X sets them)
2006-02-27
* fix some problems with 16 bit ints shown as uints.
2006-02-24
* support RENDER extension
* fix handling of variable length structures
(only those before the minimal length were shown)
2005-12-04 Bernhard R. Link <[email protected]>
* add --interactive option
* make some widths and heights UINT instead of CARD