~lbrulet-8/compiz-plugins-main/fix-876591

« back to all changes in this revision

Viewing changes to text/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-08-24 18:39:23 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20110824183923-m72wn243rgpl1chv
Tags: 0.9.5.92.bzr17-0ubuntu1
* New upstream version
* debian/control: 
  - require the new compiz version
* debian/rules: don't use gsettings

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Sam Spilsbury <sam.spilsbury@canonical.com>     2011-07-07
 
2
 
 
3
    Add VERSION file (0.9.5.0)
 
4
 
 
5
Sam Spilsbury <sam.spilsbury@canonical.com>     2010-12-02
 
6
 
 
7
    Fix typo which caused viewport numbers to be calculated incorrectly
 
8
 
 
9
Scott Moreau <oreaus@gmail.com> 2010-09-28
 
10
 
 
11
    Don't require composite since opengl already does.
 
12
 
 
13
Sam Spilsbury <SmSpillaz@gmail.com>     2010-05-25
 
14
 
 
15
    Load after decor plugin to prevent windwos from moving after plugin load
 
16
 
 
17
Sam Spilsbury <smspillaz@XPS-FEDORA.(none)>     2010-04-29
 
18
 
 
19
    Use C++ bool
 
20
 
 
21
Sam Spilsbury <smspillaz@gmail.com>     2010-04-11
 
22
 
 
23
    Ensure that we load after composite and opengl
 
24
 
 
25
Erkin Bahceci <erkinbah@gmail.com>      2009-09-06
 
26
 
 
27
    Convert width/height to int to avoid problems when adding/subtracting them.
 
28
 
 
29
Dennis Kasprzyk <onestone@compiz-fusion.org>    2009-03-16
 
30
 
 
31
    Track core changes.
 
32
 
 
33
Erkin Bahceci <erkinbah@gmail.com>      2009-03-14
 
34
 
 
35
    Track core changes.
 
36
 
 
37
Merge: 2e7d96f 88c4339
 
38
Danny Baumann <dannybaumann@web.de>     2009-02-28
 
39
 
 
40
    Merge branch 'compiz++' of git+ssh://maniac@git.compiz-fusion.org/git/fusion/plugins/text into compiz++
 
41
 
 
42
Sam Spilsbury <Sam@XPS-SUSE.site>       2009-02-27
 
43
 
 
44
    Fix Makefile to allow text.h to install
 
45
 
 
46
Merge: 1ea823a 3bb1b5a
 
47
Danny Baumann <dannybaumann@web.de>     2009-02-22
 
48
 
 
49
    Merge branch 'compiz++' of git+ssh://maniac@git.compiz-fusion.org/git/fusion/plugins/text into compiz++
 
50
    
 
51
    Conflicts:
 
52
text.cpp           
 
53
 
 
54
Danny Baumann <dannybaumann@web.de>     2009-02-22
 
55
 
 
56
    Added method to clear text pixmap.
 
57
 
 
58
Sam Spilsbury <Sam@XPS-SUSE.site>       2009-02-18
 
59
 
 
60
    'flags' should be unsigned int otherwise you can't do bitwise operations on it
 
61
 
 
62
Sam Spilsbury <Sam@XPS-SUSE.site>       2009-02-18
 
63
 
 
64
    'family' should be const char *
 
65
 
 
66
Danny Baumann <dannybaumann@web.de>     2009-02-18
 
67
 
 
68
    Adapt pkg-config file for compiz++.
 
69
 
 
70
Danny Baumann <dannybaumann@web.de>     2009-02-18
 
71
 
 
72
    Fix some variable shadowing issues.
 
73
 
 
74
Danny Baumann <dannybaumann@web.de>     2009-02-18
 
75
 
 
76
    Remove unused options.
 
77
 
 
78
Danny Baumann <dannybaumann@web.de>     2009-02-18
 
79
 
 
80
    Load after opengl plugin.
 
81
 
 
82
Joel Bosveld <Joel.Bosveld@gmail.com>   2009-02-18
 
83
 
 
84
    Remove ; from behind functions
 
85
 
 
86
Joel Bosveld <Joel.Bosveld@gmail.com>   2009-02-18
 
87
 
 
88
    Store text ABI in screen
 
89
 
 
90
Danny Baumann <dannybaumann@web.de>     2009-02-02
 
91
 
 
92
    Indent properly and use <options> tag.
 
93
 
 
94
Danny Baumann <dannybaumann@web.de>     2009-01-23
 
95
 
 
96
    Make render functions non-static member functions and thus allow the
 
97
    caller to decide whether the object should be allocated on heap or
 
98
    stack.
 
99
 
 
100
Danny Baumann <dannybaumann@web.de>     2009-01-18
 
101
 
 
102
    Added getters for width and height.
 
103
 
 
104
Danny Baumann <dannybaumann@web.de>     2009-01-18
 
105
 
 
106
    Fix whitespace.
 
107
 
 
108
Danny Baumann <dannybaumann@web.de>     2009-01-18
 
109
 
 
110
    Add functions to classes.
 
111
 
 
112
Danny Baumann <dannybaumann@web.de>     2009-01-18
 
113
 
 
114
    API improvements.
 
115
 
 
116
Danny Baumann <dannybaumann@web.de>     2009-01-18
 
117
 
 
118
    Remove ^M.
 
119
 
 
120
Sam Spilsbury <Sam@XPS-SUSE.site>       2009-01-17
 
121
 
 
122
    Initial C++ port
 
123
 
 
124
Danny Baumann <dannybaumann@web.de>     2009-01-10
 
125
 
 
126
    Added documentation to the header file.
 
127
 
 
128
Danny Baumann <dannybaumann@web.de>     2009-01-10
 
129
 
 
130
    Check bindPixmapToTexture for errors.
 
131
 
 
132
Danny Baumann <dannybaumann@web.de>     2009-01-10
 
133
 
 
134
    Added opacity parameter for text drawing.
 
135
 
 
136
Danny Baumann <dannybaumann@web.de>     2009-01-10
 
137
 
 
138
    Added function for drawing text on screen.
 
139
 
 
140
Danny Baumann <dannybaumann@web.de>     2009-01-10
 
141
 
 
142
    Added automatic binding of the pixmap to a texture.
 
143
 
 
144
Danny Baumann <dannybaumann@web.de>     2009-01-10
 
145
 
 
146
    Allocate returned data structure dynamically and add cleanup function.
 
147
 
 
148
Danny Baumann <dannybaumann@web.de>     2009-01-10
 
149
 
 
150
    Fix whitespace.
 
151
 
 
152
Danny Baumann <dannybaumann@web.de>     2009-01-10
 
153
 
 
154
    De-cruftify text plugin interface. - Use function pointer set as interface instead of providing a fake image renderer. - De-BCOP text plugin, BCOP wasn't needed anyway. - Some cleanups.
 
155
 
 
156
Danny Baumann <dannybaumann@web.de>     2008-10-21
 
157
 
 
158
    Fix formatting issues for RTL languages.
 
159
 
 
160
Danny Baumann <dannybaumann@web.de>     2008-09-01
 
161
 
 
162
    Track core changes.
 
163
 
 
164
Guillaume Seguin <guillaume@segu.in>    2008-04-21
 
165
 
 
166
    Oops, this shouldn't have been committed
 
167
 
 
168
Guillaume Seguin <guillaume@segu.in>    2008-04-21
 
169
 
 
170
    Add optionnal Cairo based text background drawing
 
171
 
 
172
Dennis Kasprzyk <onestone@opencompositing.org>  2008-04-04
 
173
 
 
174
    CMake build file.
 
175
 
 
176
Dennis Kasprzyk <onestone@opencompositing.org>  2008-04-03
 
177
 
 
178
    Makefile update.
 
179
 
 
180
Dennis Kasprzyk <onestone@opencompositing.org>  2008-03-14
 
181
 
 
182
    Makefile update.
 
183
 
 
184
Dennis Kasprzyk <onestone@opencompositing.org>  2008-03-14
 
185
 
 
186
    Makefile update.
 
187
 
 
188
Danny Baumann <dannybaumann@web.de>     2008-03-12
 
189
 
 
190
    Makefile update
 
191
 
 
192
Danny Baumann <dannybaumann@web.de>     2008-02-24
 
193
 
 
194
    Only create pixmap if the size is valid.
 
195
 
 
196
Dennis Kasprzyk <onestone@opencompositing.org>  2008-01-23
 
197
 
 
198
    Makefile update.
 
199
 
 
200
Patrick Niklaus <marex@opencompositing.org>     2007-09-08
 
201
 
 
202
    Fixed license header
 
203
 
 
204
Danny Baumann <dannybaumann@web.de>     2007-09-08
 
205
 
 
206
    Properly terminate strings.
 
207
 
 
208
Danny Baumann <dannybaumann@web.de>     2007-09-07
 
209
 
 
210
    Replace strndup usage with malloc and strncpy.
 
211
 
 
212
Danny Baumann <dannybaumann@web.de>     2007-09-07
 
213
 
 
214
    Track core changes.
 
215
 
 
216
Danny Baumann <dannybaumann@web.de>     2007-09-03
 
217
 
 
218
    Fixed viewport number calculation.
 
219
 
 
220
Danny Baumann <dannybaumann@web.de>     2007-09-02
 
221
 
 
222
    Actually set ABI version.
 
223
 
 
224
Danny Baumann <dannybaumann@web.de>     2007-09-02
 
225
 
 
226
    Add option to render window title with viewport number.
 
227
 
 
228
Danny Baumann <dannybaumann@web.de>     2007-09-02
 
229
 
 
230
    Provide ABI version.
 
231
    Minor cleanup.
 
232
 
 
233
Danny Baumann <dannybaumann@web.de>     2007-08-31
 
234
 
 
235
    Dummy commit.
 
236
 
 
237
Danny Baumann <dannybaumann@web.de>     2007-08-31
 
238
 
 
239
    Makefile update.
 
240
 
 
241
Danny Baumann <dannybaumann@web.de>     2007-08-31
 
242
 
 
243
    Rename text.h to compiz-text.h.
 
244
 
 
245
Danny Baumann <dannybaumann@web.de>     2007-08-30
 
246
 
 
247
    Track core changes.
 
248
 
 
249
Roland Bär <roland@verifysoft.net>      2007-08-13
 
250
 
 
251
    Too late NULL check
 
252
 
 
253
Danny Baumann <dannybaumann@web.de>     2007-08-07
 
254
 
 
255
    Compiz indention and missing NULL checks.
 
256
 
 
257
Dennis Kasprzyk <onestone@opencompositing.org>  2007-08-06
 
258
 
 
259
    Makefile update.
 
260
 
 
261
Dennis Kasprzyk <onestone@opencompositing.org>  2007-07-16
 
262
 
 
263
    Remove obsolete deps/features from vtable
 
264
 
 
265
Dennis Kasprzyk <onestone@opencompositing.org>  2007-07-03
 
266
 
 
267
    Makefile update.
 
268
 
 
269
Dennis Kasprzyk <onestone@opencompositing.org>  2007-07-01
 
270
 
 
271
    Makefile update.
 
272
 
 
273
Danny Baumann <dannybaumann@web.de>     2007-06-30
 
274
 
 
275
    xml -> xml.in
 
276
 
 
277
Dennis Kasprzyk <onestone@opencompositing.org>  2007-06-28
 
278
 
 
279
    Makefile update.
 
280
 
 
281
Dennis Kasprzyk <onestone@beryl-project.org>    2007-06-11
 
282
 
 
283
    add exec_prefix
 
284
 
 
285
Dennis Kasprzyk <onestone@beryl-project.org>    2007-06-11
 
286
 
 
287
    We require simply compiz
 
288
 
 
289
Dennis Kasprzyk <onestone@beryl-project.org>    2007-06-11
 
290
 
 
291
    dummy commit
 
292
 
 
293
Dennis Kasprzyk <onestone@beryl-project.org>    2007-06-11
 
294
 
 
295
    Makefile update.
 
296
 
 
297
Danny Baumann <dannybaumann@web.de>     2007-06-11
 
298
 
 
299
    Fix include file.
 
300
 
 
301
Danny Baumann <dannybaumann@web.de>     2007-06-11
 
302
 
 
303
    Fix header install path.
 
304
 
 
305
Danny Baumann <dannybaumann@web.de>     2007-06-11
 
306
 
 
307
    Added pkg-config file and adjusted header file name.
 
308
 
 
309
Danny Baumann <dannybaumann@web.de>     2007-06-11
 
310
 
 
311
    Makefile update.
 
312
 
 
313
Danny Baumann <dannybaumann@web.de>     2007-06-10
 
314
 
 
315
    printf -> compLogMessage
 
316
 
 
317
Dennis Kasprzyk <onestone@beryl-project.org>    2007-05-21
 
318
 
 
319
    Makefile update
 
320
 
 
321
Dennis Kasprzyk <onestone@beryl-project.org>    2007-05-17
 
322
 
 
323
    initial commit
 
324
 
 
325
compiz <compiz@de35.org>        2007-05-17
 
326
 
 
327
    Dummy commit