~ubuntu-branches/ubuntu/trusty/compiz/trusty

« back to all changes in this revision

Viewing changes to plugins/text/ChangeLog

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2013-08-22 06:58:07 UTC
  • mto: This revision was merged to the branch mainline in revision 3352.
  • Revision ID: package-import@ubuntu.com-20130822065807-17nlzez0d30y09so
Tags: upstream-0.9.10+13.10.20130822
Import upstream version 0.9.10+13.10.20130822

Show diffs side-by-side

added added

removed removed

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