]> git.lyx.org Git - lyx.git/blob - src/graphics/ChangeLog
float2string #3 (lyxrc)
[lyx.git] / src / graphics / ChangeLog
1 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2
3         * PreviewLoader.C: lyxrc.preview_scale_factor is a string now.
4
5 2004-11-25  Lars Gullik Bjonnes  <larsbj@gullik.net>
6
7         * rename a lot of InsetOld to InsetBase
8
9 2004-11-20  Lars Gullik Bjonnes  <larsbj@gullik.net>
10
11         * GraphicsCache.C: include <map> to fix compilation with boost
12         1.32.0
13
14 2004-11-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
15
16         * GraphicsCacheItem.C:
17         s/getFormatFromContents/formats.getFormatFromFile/
18
19 2004-10-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
20
21         * GraphicsCacheItem.C: s/getExtFromContents/getFormatFromContents/
22         * GraphicsImage.h (loadableFormats): correct documentation
23
24 2004-10-01  Angus Leeming  <leeming@lyx.org>
25
26         * GraphicsConverter.C (move_file, build_script): protect
27         shell variables with quotes.
28
29 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
30
31         * pch.h: use proper signal include
32
33         * GraphicsCacheItem.[Ch]: Use preferred calling of Boost.Signal
34         * GraphicsConverter.C: ditto
35         * GraphicsImage.h: ditto
36         * GraphicsLoader.[Ch]: ditto
37         * PreviewLoader.[Ch]: ditto
38
39 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
40
41         * pch.h: include <boost/function.hpp> instead of
42         <boost/function/function0.hpp>
43
44         * GraphicsImage.C: Use preferred calling of boost::function
45         * GraphicsImage.h: ditto
46
47 2004-08-16  José Matos  <jamatos@lyx.org>
48
49         * PreviewLoader.C (Impl::startLoading): remove space at end of line.
50
51 2004-08-15  Lars Gullik Bjonnes  <larsbj@gullik.net>
52
53         * pch.h: new file
54
55         * Makefile.am: support pch
56
57 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
58
59         * PreviewLoader.C, GraphicsParams.C, GraphicsConverter.C: change
60         "support/std_sstream.h" to <sstream>
61
62 2004-04-19  Angus Leeming  <leeming@lyx.org>
63
64         * Previews.[Ch] (status): new member function, replacing activated.
65
66 2004-04-15  Angus Leeming  <leeming@lyx.org>
67
68         * PreviewLoader.C (startLoading): change arguments passed to the
69         preview-generation script to include the foreground and background
70         colours.
71         (dumpPreamble): no longer write the foreground and background
72         colours to the latex file as PostScript specials.
73         (setConverter): consider only those 'to' formats that are
74         loadable natively by the GUI library, rather than all formats
75         for which a converter exists.
76         (setAscentFractions): re-written to parse much simplified metrics
77         file.
78
79 2004-04-13  Angus Leeming  <leeming@lyx.org>
80
81         * PreviewLoader.C (dumpPreamble):
82         * Previews.C (generateBufferPreviews): re-enable iteration over all
83         insets.
84
85 2004-02-21  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
86
87         * GraphicsCacheItem.C (convertToDisplayFormat): unzip zipped files
88         to a temporary file
89         * PreviewLoader.C: use always a temp dir
90         * PreviewLoader.C: check successfull creation of LaTeX file
91
92 2004-01-31  Lars Gullik Bjonnes  <larsbj@gullik.net>
93
94         * PreviewLoader.C (FindFirst): inherit from std::unary_function
95         and make operator() const
96         (FindSnippet): inherit from unary_function, simplify slightly.
97
98 2004-01-07  Lars Gullik Bjonnes  <larsbj@gullik.net>
99
100         * GraphicsTypes.C: include <string>
101
102 2003-11-20  Lars Gullik Bjonnes  <larsbj@gullik.net>
103
104         * Previews.C: include paragraph.h
105         * PreviewLoader.C: ditto
106
107 2003-11-05  José Matos  <jamatos@lyx.org>
108
109         * PreviewLoader.C (dumpPreamble): rename ascii to plaintext
110         and LatexRunParams to OutputParams.
111
112 2003-10-22  Angus Leeming  <leeming@lyx.org>
113
114         * PreviewImage.C (statusChanged): always pass on the signal, not just
115         when the preview is ready for display.
116
117 2003-10-22  Angus Leeming  <leeming@lyx.org>
118
119         * GraphicsConverter.C (Impl c-tor): add a warning message if the file
120         to contain the conversion script cannot be opened.
121
122 2003-10-22  Angus Leeming  <leeming@lyx.org>
123
124         * PreviewLoader.C (startLoading): do nothing if the buffer is not yet
125         loaded.
126
127 2003-10-13  Angus Leeming  <leeming@lyx.org>
128
129         * GraphicsTypes.[Ch] (setDisplayTranslator): removed.
130         Make displayTranslator a function,
131
132 2003-10-10  Angus Leeming  <leeming@lyx.org>
133
134         * PreviewedInset.[Ch]: removed.
135
136         * Makefile.am: remove PreviewedInset.[Ch].
137
138 2003-10-09  Angus Leeming  <leeming@lyx.org>
139
140         * PreviewedInset.[Ch] (previewReady): remove the side effects.
141         Now simply reports whether the preview is ready.
142
143 2003-10-09  Angus Leeming  <leeming@lyx.org>
144
145         * PreviewedInset.[Ch]: move PreviewedInset out of namespace lyx::graphics.
146         Remove the inset and view member functions.
147         Add a new connect member function and preview_ready_signal_ member
148         variable, to enable the class to tell an arbirary connectee that the
149         preview is ready.
150
151 2003-10-09  Angus Leeming  <leeming@lyx.org>
152
153         * PreviewedInset.[Ch] (removePreview, previewReady): these functions
154         are now passed a 'Buffer const &', eliminating most of the remaining
155         need for PreviewedInset to use a BufferView cache.
156
157 2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
158
159         * GraphicsCache.h:
160         * PreviewImage.h: add <string> and other small fixes to make
161         Lars' std::string patch compile with STLport.
162
163 2003-09-29  Angus Leeming  <leeming@lyx.org>
164
165         * GraphicsParams.[Ch] (asString): removed. Replaced with
166         operator<<(std::ostream &, BoundingBox const &).
167
168 2003-09-25  Angus Leeming  <leeming@lyx.org>
169
170         * GraphicsParams.[Ch] (asString): new member function.
171
172 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
173
174         * Previews.C (Previews): fix new bug
175
176         * GraphicsCache.C (Cache): fix new bug
177
178 2003-09-19  Angus Leeming  <leeming@lyx.org>
179
180         * PreviewedInset.[Ch] (generatePreview, previewWanted): now passed
181         a 'Buffer const &' argument.
182
183 2003-09-18  Angus Leeming  <leeming@lyx.org>
184
185         * PreviewedInset.C (latexString): add a Buffer const & arg.
186         * PreviewedInset.C (addPreview): pass the buffer to latexString.
187
188 2003-09-16  Angus Leeming  <leeming@lyx.org>
189
190         * PreviewedInset.[Ch] (c-tor) move out of line.
191         (d-tor): make private.
192         (inset): return a const reference rather than a non-const pointer.
193
194 2003-09-16  Angus Leeming  <leeming@lyx.org>
195
196         * GraphicsImage.h: separate interface from implementation. Make all the
197         pure virtual functions private.
198
199 2003-09-16  Angus Leeming  <leeming@lyx.org>
200
201         * PreviewLoader.C: add #include "LColor.h".
202
203 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
204
205         * GraphicsConverter.C
206         * PreviewLoader.C: remove usage of STRCONV
207
208 2003-09-14  Angus Leeming  <leeming@lyx.org>
209
210         * PreviewLoader.C (remove): consider all InProgressProcesses when
211         ascertaining which ones to remove from the list, not every other one.
212
213 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
214
215         * GraphicsCacheItem.C: change Assert to BOOST_ASSERT
216         * Previews.C: ditto
217
218 2003-09-08  Angus Leeming  <leeming@lyx.org>
219
220         * GraphicsImage.C:
221         * GraphicsParams.C:
222         * PreviewLoader.C: remove redundant using directives.
223
224 2003-09-07  Angus Leeming  <leeming@lyx.org>
225
226         * GraphicsTypes.h:
227         * Previews.h: remove #include "support/std_string.h".
228
229 2003-09-06  Angus Leeming  <leeming@lyx.org>
230
231         * PreviewedInset.C: add #include "insets/inset.h"
232
233 2003-09-05  Angus Leeming  <leeming@lyx.org>
234
235         * *.C: strip out redundant #includes. (26 in total.)
236
237 2003-09-04  Angus Leeming  <leeming@lyx.org>
238
239         * LoaderQueue.C (get):
240
241 2003-09-04  Angus Leeming  <leeming@lyx.org>
242
243         * GraphicsCache.C:
244         * GraphicsCacheItem.C:
245         * GraphicsConverter.C:
246         * PreviewImage.C:
247         * PreviewLoader.C:
248         * PreviewedInset.C:
249         * Previews.C: 'namespace support = lyx::support' rather than
250         'using lyx::support'.
251
252         * Previews.h: cleaned up some comments.
253
254         * LoaderQueue.[Ch]: move #include "GraphicsCacheItem.h" into the .C file.
255
256 2003-07-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
257
258         * GraphicsTypes.h: do not declare displayTranstor here (and remove
259         extra include)
260
261 2003-07-27  José Matos  <jamatos@fep.up.pt>
262
263         * PreviewLoader.C (Impl::dumpPreamble): comply with makeLaTeXFile
264         argument change.
265
266 2003-07-21  Angus Leeming  <leeming@lyx.org>
267
268         * GraphicsCache.h:
269         * GraphicsCacheItem.[Ch]:
270         * GraphicsParams.h:
271         * PreviewLoader.h:
272         * PreviewedInset.[Ch]:
273         * Previews.h: use namespace lyx::graphics rather than grfx shortcut.
274
275 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
276
277         * Change namespace grfx to lyx::graphics.
278
279 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
280
281         * introcude namespace lyx::support
282
283 2003-06-04  Angus Leeming  <leeming@lyx.org>
284
285         * GraphicsLoader.C (Loader copy c-tor): make it work as expected. ;-)
286         (operator=): if it has a copy c-tor, it should have this too.
287
288 2003-06-03  Angus Leeming  <leeming@lyx.org>
289
290         * GraphicsLoader.[Ch] (Loader): add copy constructor.
291
292 2003-05-23  Angus Leeming  <leeming@lyx.org>
293
294         * PreviewLoader.C (dumpPreamble): rename fragile as moving_arg.
295
296 2003-05-22  Angus Leeming  <leeming@lyx.org>
297
298         * PreviewLoader.C (dumpPreamble): no longer pass a free_spacing arg to
299         the inset::latex method.
300
301 2003-05-22  Angus Leeming  <leeming@lyx.org>
302
303         * PreviewLoader.C (dumpPreamble): no longer pass a fragile arg to
304         the inset::latex method.
305
306 2003-05-22  Angus Leeming  <leeming@lyx.org>
307
308         * PreviewLoader.C (dumpPreamble): the 'nice' param passed to
309         makeLaTeXFile is now encapsulated within runparams.
310
311 2003-05-22  Angus Leeming  <leeming@lyx.org>
312
313         * PreviewLoader.C (dumpPreamble):
314         pass around a LatexRunParams parameter.
315
316 2003-05-13 André Pönitz <poenitz@gmx.net>
317
318         * GraphicsConverter.C:
319         * PreviewLoader.C: use tostr from own header
320
321 2003-05-12 André Pönitz <poenitz@gmx.net>
322
323         * PreviewLoader.C:  boost::format -> bformat
324
325 2003-04-15  Angus Leeming  <leeming@lyx.org>
326
327         * GraphicsConverter.C: #include lstrings.h.
328
329 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
330
331         * GraphicsConverter.C
332         * PreviewLoader.C: added #include "format.h"
333
334 2003-02-26  Angus Leeming  <leeming@lyx.org>
335
336         * PreviewedInset.[Ch]: strip out the caching of the BufferView and
337         use the cache of the parent inset instead.
338
339         * PreviewLoader.C (startLoading): Prevent a crash if the user is
340         not using a tmp directory.
341
342 2003-02-26  Alfredo Braunstein  <abraunst@libero.it>
343
344         * GraphicsLoader.[Ch],
345         * PreviewImage.[Ch],
346         * PreviewedInset.C: Removed unneeded list of owner insets
347
348 2003-02-25  Alfredo Braunstein  <abraunst@libero.it>
349
350         * GraphicsConverter (startConversion): add the call to
351         ForkedCallQueue::add
352
353         * GraphicsLoader.[Ch],
354         * PreviewImage.[Ch],
355         * PreviewedInset.C: Removed unneeded BufferView
356
357 2003-02-25  Alfredo Braunstein  <abraunst@libero.it>
358
359         * LoaderQueue.[Ch]: a simplification of the code, eliminated
360         the unneeded input bucket.
361
362         * GraphicsCacheItem.C (imageConverted): move warning inside the
363         !success block.
364
365 2003-02-25  Alfredo Braunstein  <abraunst@libero.it>
366
367         * PreviewLoader.C (FindFirst): use ==, not < with std::find.
368
369 2003-02-21  Alfredo Braunstein  <abraunst@libero.it>
370
371         * LoaderQueue.[Ch] (setPriority): added
372
373         * PreviewLoader.C (finishedGenerating): reversed the loading order so
374         first images get 'touched' last, and so load first.
375
376 2003-02-20  Alfredo Braunstein  <abraunst@libero.it>
377
378         * LoaderQueue.[Ch]: added. Implements a service queue that loads
379         images in background
380         * GraphicsSupport.[Ch]: removed
381         * Makefile.am: the changes above
382         * GraphicsLoader.C: use the loading queue
383
384 2003-01-21  Angus Leeming  <leeming@lyx.org>
385
386         * PreviewLoader.C (dumpPreamble): ensure that \lyxlock does not prevent
387         previews from being generated.
388
389 2003-01-13  Angus Leeming  <leeming@lyx.org>
390
391         * GraphicsCacheItem.C (findTargetFormat): define the default conversion
392         format to be PPM not XPM.
393
394 2002-12-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
395
396         * Makefile.am (EXTRA_DIST): remove variable
397
398 2002-12-13  Angus Leeming  <leeming@lyx.org>
399
400         * GraphicsImageXPM.[Ch]: removed.
401
402         * Makefile.am: associated change.
403
404 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
405
406         * several files: ws changes
407
408 2002-11-21  Angus Leeming  <leeming@lyx.org>
409
410         * GraphicsConverter.C (build_script, move_file):
411         Don't use "if [ $? -ne 0 ]; then..."
412
413 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
414
415         * PreviewLoader.C (IncrementedFileName): STRCONV
416         (startLoading): ditto
417
418         * GraphicsConverter.C (Impl): STRCONV
419         (move_file): ditto
420
421         * GraphicsTypes.C: include config.h
422
423 2002-10-25  Angus Leeming  <leeming@lyx.org>
424
425         * GraphicsConverter.C (Impl::converted)
426         * PreviewLoader.C (Impl::finishedGenerating): no longer receives a
427         string as first arg, reflecting change in ForkedCall interface.
428
429         * PreviewLoader.C: use pid rather than command as identifier in
430         InProgress map.
431
432 2002-10-18  Angus Leeming  <leeming@lyx.org>
433
434         * GraphicsCacheItem.C (findTargetFormat): add debug message.
435
436 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
437
438         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
439
440 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
441
442         * GraphicsConverter.C (build_script): do not use ChangeExtension
443         on a base name
444         (Impl): ditto
445
446 2002-09-05  Angus Leeming  <leeming@lyx.org>
447
448         * all files: modify the headers as discussed on the list.
449
450 2002-09-04  Angus Leeming  <leeming@lyx.org>
451
452         * PreviewLoader.C (startLoading): pass the desired output format to the
453         conversion script.
454
455 2002-09-04  Angus Leeming  <leeming@lyx.org>
456
457         * PreviewLoader.C: remove this ndigits stuff as an unnecessary extra.
458
459 2002-09-03  Angus Leeming  <leeming@lyx.org>
460
461         * PreviewLoader.C: fix crash reported by Norbert Koksch when
462         generating more than 999 preview snippets. Use filenames with 5 digit
463         numbers, not 3, in the first instance, although more general code is
464         commented out. I don't suppose /anyone/ has 100000 formulae in one
465         document...
466
467 2002-09-03  Angus Leeming  <leeming@lyx.org>
468
469         * PreviewLoader.C: activate #ifdef USING_NEW_PREVIEW_STY code.
470
471 2002-09-03  Angus Leeming  <leeming@lyx.org>
472
473         * GraphicsConverter.C (Impl c-tor): remove lyxpreview2xpm cruft.
474
475 2002-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
476
477         * GraphicsConverter.C (Impl c-tor): "hide" crash by prefixing
478         convertDefault command with "sh ".
479
480 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
481
482         * GraphicsImage.C: small style fix to width/height setting.
483
484         * GraphicsTypes.h: have a displayTranslator here.
485
486         * Makefile.am:
487         * GraphicsTypes.C: new file added for the setDisplayTranslator();
488
489 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
490
491         * GraphicsImage.C:
492         * GraphicsParams.[Ch]: remove keepLyXAspectRatio, width and height
493         because this input has gone from the graphics dialog.
494
495         * GraphicsTypes.h: add enum DisplayType DefaultDisplay
496
497 2002-08-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
498
499         * GraphicsImageXPM.h: inlcude boost/shared_ptr.hpp, remove include
500         for support/smart_ptr.h, switch to boost smart ptr.
501
502         * GraphicsImageXPM.C: reorder includes, include boost/bind.hpp
503         (~Data): let the smart_ptr handle cleanup
504         (reset): use nifty 3rd arg
505         (resetData): ditto
506         (free_color_table): free the table manually
507
508 2002-08-09  Angus Leeming  <leeming@lyx.org>
509
510         * PreviewLoader.C (dumpPreamble): pass Buffer::filePath() to
511         Buffer::makeLaTeXFile() so that LaTeX can find \input files because
512         input@path is now set correctly.
513
514 2002-08-06  Angus Leeming  <leeming@lyx.org>
515
516         * PreviewLoader.C: add support for preview.sty 0.73 (currently
517         #ifdef-ed out, awaiting the formal release).
518
519         * PreviewedInset.[Ch] (removePreview): new method. Useful if previewing
520         the contents of a file that has changed.
521
522 2002-08-05  Angus Leeming  <leeming@lyx.org>
523
524         * PreviewLoader.C (dumpPreamble): add lyx to the list of options output
525         to preview.sty. Works only for versions of preview.sty > 0.72b but
526         doesn't hurt earlier versions. Allows me to test the new parsing of
527         LyX-specific data from the generated log file.
528
529 2002-08-02  Angus Leeming  <leeming@lyx.org>
530
531         * GraphicsLoader.C: cache the BufferView as a weak_ptr.
532
533         * PreviewLoader.[Ch] (buffer): new method, returning the owner.
534         (add): don't add empty snippets.
535
536         * PreviewedInset.[Ch]: cache the BufferView as a weak_ptr.
537         (view, setView): access to to the cache_.
538
539 2002-08-02  Angus Leeming  <leeming@lyx.org>
540
541         * PreviewedInset.[Ch]: cache the LaTeX snippet.
542
543 2002-08-01  Angus Leeming  <leeming@lyx.org>
544
545         * PreviewedInset.[Ch]: new files. An abstract base class that can help
546         insets to generate previews.
547         The daughter class must instantiate three small methods.
548         The Inset would own an instance of this daughter class and invoke it
549         as necessary. For example, mathd/formula.C gets previews at the cost
550         of 15 or so lines of code.
551
552         * Makefile.am: add PreviewedInset.[Ch].
553
554         * PreviewLoader.C (add): add debug message.
555
556         * Previews.C (generateBufferPreviews): remove if-block from loop.
557
558 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
559
560         * PreviewLoader.C (setFontScalingFactor): strip,frontStrip ->
561         trim,ltrim,rtrim
562         (setAscentFractions): ditto
563
564 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
565
566         * PreviewLoader.C (setAscentFractions): modify because of strip
567         changes
568
569 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
570
571         * GraphicsConverter.C (build_script): take a ostream as a more
572         general argument than ostringstream.
573
574 2002-07-22  Herbert Voss  <voss@lyx.org>
575
576         * GraphicsConverter.C: get the "default converter" run again
577
578 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
579
580         * PreviewLoader.C: use BufferParams::getLyXTextClass
581
582 2002-07-21  Herbert Voss  <voss@lyx.org>
583
584         * GraphicsImage.C: get the LyXAspectRatio run.
585
586         * GraphicsParams.[Ch]: add bool keepLyXXAspectRatio
587
588 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
589
590         * PreviewLoader.C (startLoading): pass an interger as resolution
591         to the lyxpreview converter
592
593         * GraphicsParams.C: include <cstdlib>
594
595 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
596
597         * PreviewLoader.C (startLoading): use LibScriptSearch to find the
598         preview converter script
599
600 2002-07-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
601
602         * GraphicsCacheItem.C (reset): use erase() instead of clear() for
603         strings
604
605 2002-07-18  Angus Leeming  <leeming@lyx.org>
606
607         * GraphicsCacheItem.[Ch]: add a FileMonitor variable to the the Impl
608         class.
609         (startMonitoring, monitoring, checksum): new methods to interact with
610         the FileMonitor.
611
612         * GraphicsLoader.[Ch] (startMonitoring, monitoring, checksum): new
613         methods invoking the CacheItem methods of the same name.
614         (resetFile): if monitoring and the file changes, start monitoring this
615         new file.
616
617 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
618
619         * Makefile.am: remove FileMonitor.[Ch]
620
621 2002-06-17  Herbert Voss  <voss@lyx.org>
622
623         * GraphicsCachItem.C (findTargetFormat): remove the speciell case
624         for old ps-files (Garst). It's now handled by defining a converter and
625         disabling the ps-support of xforms.
626
627 2002-07-17  Angus Leeming  <leeming@lyx.org>
628
629         Be true to the Pimpl idiom, moving all signals into the respective
630         Impl classes and defining methods to connect them to an outside slot.
631         Const-ify all visible class methods as they act only on a const pimpl_.
632
633         * GraphicsCache.[Ch] (add, remove): const-ify.
634
635         * GraphicsCacheItem.[Ch] (startLoading): const-ify.
636         (statusChanged): move the signal into the Impl class.
637         (connect): new method, enabling a listener to connect to this signal.
638
639         * GraphicsConverter.[Ch]: (startConversion): const-ify.
640         (finishedConversion): move the signal into the Impl class.
641         (connect): new method, enabling a listener to connect to this signal.
642
643         * GraphicsLoader.[Ch] (reset, startLoading): const-ify.
644         (statusChanged): move the signal into the Impl class.
645         (connect): new method, enabling a listener to connect to this signal.
646
647         * PreviewLoader.[Ch] (add, remove, startLoading): const-ify.
648         (imageReady): move the signal into the Impl class.
649         (connect): new method, enabling a listener to connect to this signal.
650         (emitSignal): new method, enabling PreviewImage to tell the outside
651         world that the file has been loaded into memory.
652
653         * Previews.[Ch] (loader, removeLoader, generateBufferPreviews):
654         const-ify.
655
656         * GraphicsCache.C:
657         * GraphicsCacheItem.C:
658         * GraphicsConverter.[Ch]:
659         * GraphicsImage.h:
660         * GraphicsImageXPM.C:
661         * GraphicsLoader.C:
662         * PreviewLoader.[Ch]: whitespace clean-up.
663
664 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
665
666         * PreviewLoader.C (setConverter): remove unused variable
667
668         * GraphicsImageXPM.C (isDrawable): implement
669         (setPixmap): the opaque color is black, not white
670
671 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
672
673         * GraphicsImageXPM.C (color_none_id):
674         (contains_color_none): use ascii_lowercase instead of lowercase
675
676 2002-07-16  Angus Leeming  <leeming@lyx.org>
677
678         * PreviewLoader.C: greater use of STL algorithms.
679
680         * Previews.[Ch]: use const in more places.
681         (generateBufferPreviews): now takes a Buffer const & argument, not a
682         pointer.
683
684 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
685
686         * GraphicsImage.h: remove getPixmap/X, add isDrawable()
687
688 2002-07-12  Angus Leeming  <leeming@lyx.org>
689
690         * GraphicsLoader.[Ch]: smart loading of images. Images are loaded only
691         if visible 2 secs after the call to load them is first made.
692
693         * GraphicsSupport.[Ch]: new files. isInsetVisible interrogates the
694         BufferView to ascertain whether the inset is visible or not.
695
696         * Makefile.am: added GraphicsSupport.[Ch].
697
698         * PreviewImage.[Ch]: use this smart loader.
699
700         * PreviewLoader.C: don't load generated image files indiscimminantly.
701         Instead emit the imageReady signal and allow the image owner to decide.
702
703 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
704
705         * GraphicsCache.C: remove init_graphics()
706
707 2002-07-09  Angus Leeming  <leeming@lyx.org>
708
709         * PreviewLoader.C (setAscentFractions): fix bug due to use of integer
710         arithmetic when it should be floating.
711
712 2002-07-09  Angus Leeming  <leeming@lyx.org>
713
714         * PreviewLoader.C (startLoading): prepend LaTeX file with "\batchmode".
715         Output equation labels as "(#)" if lyxrc preference is set.
716         (setFontScalingFactor): use lyxrc variable preview_scale_factor
717         rather than hard-coding this.
718
719 2002-07-09  Angus Leeming  <leeming@lyx.org>
720
721         * PreviewLoader.C: Further refactoring of the code. Should now be
722         pretty clean.
723
724         * PreviewMetrics.[Ch]: removed. Had a v. short shelf life and is now
725         past its sell-by date. The code to read the metrics file is now found
726         as a helper function in PreviewLoader.C.
727
728         * GraphicsImageXPM.C (scale): use boost::tie.
729
730 2002-07-08  Herbert Voss  <voss@lyx.org>
731
732         * PreviewLoader.C: use of preview_size_factor to get the right
733         font-size! 0.9 is the default.
734
735 2002-07-08  Angus Leeming  <leeming@lyx.org>
736
737         * PreviewLoader.C: Add "delayed" and "showlabels" options to the
738         invocation of preview.sty.
739         Perform something of an internal clean-up.
740
741 2002-07-06  Angus Leeming  <leeming@lyx.org>
742
743         * PreviewLoader.C: ensure that the metrics data is used by the
744         correct image!
745
746         * PreviewLoader.C:
747         * PreviewImage.C: (Impl d-tor): remove all generated files that still
748         exist (perhaps because the process was curtailed before the images
749         were loaded.)
750
751         * PreviewLoader.C (unique_filename): store the files in Buffer::tmppath.
752
753 2002-07-05  Angus Leeming  <leeming@lyx.org>
754
755         * PreviewImage.h:
756         * PreviewImage.C:
757         * PreviewLoader.h:
758         * PreviewLoader.C:
759         * PreviewMetrics.h:
760         * PreviewMetrics.C:
761         * Previews.h:
762         * Previews.C: new files. The previewed LaTeX snippet stuff.
763
764         * Makefile.am: add these files.
765
766 2002-07-05  Angus Leeming  <leeming@lyx.org>
767
768         * GraphicsLoader.h: whitespace.
769
770 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
771
772         * GraphicsImage.[Ch]: newImage and loadableFormats changed to
773         boost::function from boost::signal.
774
775 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
776
777         * GraphicsConverter.C (convert): do not use ChangeExtension
778         because to_file_base may contain a dot.
779
780 2002-06-28  Angus Leeming  <leeming@lyx.org>
781
782         * GraphicsCacheItem.[Ch]: refactor some of the more convoluted logic
783         by moving those SignalPtrs into the grfx::Image and grfx::Converter
784         classes where they really belong.
785         Use the Pimpl idiom to hide the class internals from public view.
786
787         * GraphicsTypes: remove the typedefs, leaving only the enums.
788
789         * GraphicsImage.h: now has a finishedLoading signal, as opposed to being
790         passed a reference to one in the load() method.
791
792         * GraphicsConverter.[Ch]: totally refactored. An instance of
793         grfx::Converter now represents a single conversion process.
794         Thus grfx::CachItem now has a grfx::Converter * that is set when the
795         conversion is initiated and destroyed on completion.
796
797         * GraphicsCache.[Ch]:
798         * GraphicsCacheItem.[Ch]:
799         * GraphicsConverter.[Ch]:
800         * GraphicsLoader.[Ch]: use the Pimpl idiom to hide the class internals
801         from public view.
802         Note that I have done this only after making the above changes,
803         so not only should we have a clean, minimal and well documented
804         interface to these classes in the header files, but the class internals
805         should be much clearer too.
806
807         * Renamed classes
808         grfx::GCache -> grfx::Cache,
809         grfx::GCacheItem -> grfx::CacheItem,
810         grfx::GConverter -> grfx::Converter,
811         grfx::GImage -> grfx::Image,
812         grfx::GImageXPM -> grfx::ImageXPM,
813         grfx::GParams -> grfx::Params.
814
815 2002-06-26  Angus Leeming  <leeming@lyx.org>
816
817         * GraphicsLoader.[Ch]: use boost::scoped_ptr in preference to
818         std::auto_ptr. Define an empty Loader d-tor out-of-line to ensure it
819         compiles.
820
821 2002-06-26  Angus Leeming  <leeming@lyx.org>
822
823         * GraphicsTypes.h: add "Ready" to the ImageStatus enum.
824         move the DisplayType enum out of grfx::GParams to here.
825
826         * GraphicsCacheItem.h: re-write preliminary description to reflect
827         current reality.
828
829         * GraphicsParams.[Ch]:
830         * GraphicsImageXPM.C (load, setPixmap): changes aassociated with moving
831         grfx::DisplayType out of grfx::GParams.
832
833         * GraphicsLoader.[Ch]: new files. Factor out the image loading stuff
834         that was in frontends/screen.C and insets/insetgraphics.C into a
835         single, easy-to-use class.
836
837         * Makefile.am: add these files.
838
839 2002-06-25  Angus Leeming  <leeming@lyx.org>
840
841         * GraphicsCache.[Ch]:
842         * GraphicsCacheItem.[Ch]:
843         * GraphicsTypes.h: rewrite the graphics cache to just load a graphics
844         file into memory. The cache no longer controls the generation of the
845         pixmap. Instead, it just emits a signal when the loading status of an
846         image changes.
847         The cache no longer stores InsetGraphics pointers and nor does it
848         assume responsibility for modifying an image (scaling, rotating etc).
849         Instead, that must now be performed elsewhere.
850
851 2002-06-19  Angus Leeming  <leeming@lyx.org>
852
853         * GraphicsConverter.C: add using std::endl directive.
854
855 2002-06-17  Herbert Voss  <voss@lyx.org>
856
857         * GraphicsCachItem.C: (findTargetFormat)return xpm-format as a
858         default when nothing different was found
859         (convertToDisplayFormat): handle zipped files in the right way and
860         choose always convert as a default converter when no other
861         userdefined was found
862
863         * GraphicsConverter.C: add more lyxerr comments and choose
864         convert when no other userdefined converter was found
865
866 2002-06-10  Herbert Voss  <voss@lyx.org>
867
868         * GraphicsImageXPM.C (convertTo7chars): get another special color
869         format from convert work in the right way
870
871 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
872
873         * GraphicsCache.C: use right colormap incantation
874
875 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
876
877         * GraphicsCache.C: use lyx_gui namespace
878
879         * GraphicsImageXPM.C: back down to using xforms
880           directly again
881
882 2002-06-07  Angus Leeming  <leeming@lyx.org>
883
884         Fixes needed to compile with Compaq cxx 6.5.
885         * GraphicsConverter.h: forward declare class ConvProcess.
886
887         * GraphicsImageXPM.C:
888         all c-library variables have been moved into namespace std.
889         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
890
891 2002-06-06  Angus Leeming  <a.leeming@ic.ac.uk>
892
893         * GraphicsImageXPM.C (rotate): rotate in the same sense as xdvi!
894
895 2002-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
896
897         * GraphicsImageXPM.C: SigC to boot::signals changes.
898         (newImage): fix () bug when using new.
899
900 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
901
902         * switch from SigC signals to boost::signals.
903
904 2002-05-29  André Pönitz <poenitz@gmx.net>
905
906         * GraphicsParam.C: remove unneeded #include, move vomment
907
908 2002-05-28  André Pönitz <poenitz@gmx.net>
909
910         * GraphicsParam.[Ch]: move inset related stuff to inset/insetgraphics
911
912 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
913
914         * GraphicsImageXPM.C: ColorHandler moved
915
916 2002-05-24  Juergen Vigna  <jug@sad.it>
917
918         * GraphicsCache.h:
919         * GraphicsImage.h: include LString.h first.
920
921 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
922
923         * GraphicsCacheItem.h: use more specific smart_ptr header.
924         * GraphicsTypes.h: ditto
925         * GraphicsImage.h: ditto
926         * GraphicsConverter.h: ditto
927
928 2002-04-28  John Levon  <moz@compsoc.man.ac.uk>
929
930         * GraphicsImageXPM.C: understand convert's use of "opaque"
931           as a colour name
932
933 2002-04-19  Marco Morandini <morandini@aero.polimi.it>
934
935         * GraphicsCache.[Ch] (loadableFormats): new method. A wrapper for
936         GImage::loadableFormats() that ensures that the signal is connected
937         to the derived class' method.
938
939 2002-04-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
940
941         * GraphicsImageXPM.C (convertTo7chars): drop all conversions and
942         only work on the string.
943
944 2002-04-17  Angus Leeming  <a.leeming@ic.ac.uk>
945
946         * GraphicsImageXPM.C (Data::reset): Fix the loading of xpm files by
947         the simple image loader when it encounters colour strings like
948         #rrrrggggbbbb.
949
950 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
951
952         * GraphicsCacheItem.C (convertToDisplayFormat):
953         * GraphicsConverter.C (build_script): remove the Alerts when things go
954         wrong as the inset displays the message anyway. Moreover, Alert seems
955         pretty temperamemtal at the moment.
956
957 2002-04-16  Rob Lahaye  <lahaye@users.sourceforge.net>
958
959         * GraphicsImageXPM.C: fix clipping for boundingbox y-coordinates
960
961 2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>
962
963         * GraphicsCacheItem.C (findTargetFormat): fix bug waiting to bite:
964         a reference to a temp object that's going out of scope...
965
966 2002-04-09  Herbert Voss  <voss@lyx.org>
967
968         * GraphicsParams.C (BoundingBox c-tor): fix rounding errors by using
969         LyXLength::inBP instead of inPixels.
970
971 2002-04-10  Herbert Voss  <voss@perce.de>
972
973         * GraphicsCache.[Ch]:
974         * GraphicsCacheItem.[Ch]: add width/height functions from Angus
975         to read the "Bounding Box" from non (e)ps files.
976
977 2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>
978
979         * GraphicsParams.C (c-tor): if clipping, then check the Bounding Box of
980         the EPS file too, to ensure that the clipped Bounding Box is relative
981         to the original. (From Herbert.)
982
983 2002-04-04  Angus Leeming  <a.leeming@ic.ac.uk>
984
985         * GraphicsParams.C (BoundingBox c-tor): ensure that the member
986         variables are initialised. Clean-up parsing of the string (with thanks
987         to Herbert.)
988
989 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
990
991         * GraphicsCacheItem.C (convertToDisplayFormat): don't launch that Alert
992         if the file can't be found.
993
994         * GraphicsParams.h (c-tor): remove string() as default argument.
995
996         * GraphicsCacheItem.C: a couple of changes as a result.
997
998 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
999
1000         * GraphicsCache.[Ch] (update): now passed filepath to determine absolute
1001         path to graphics file.
1002
1003         * GraphicsParams.[Ch] (c-tor): now passed filepath.
1004
1005 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1006
1007         * most files: ws cleanup
1008
1009         * Makefile.am: remove ld -r stuff
1010
1011 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1012
1013         * Makefile.am: special rules if partial linking
1014
1015 2002-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1016
1017         * GraphicsCache.C: use Lars' preferred idiom for a for-loop.
1018
1019 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1020
1021         * GraphicsConverter.[Ch] (converted): make first arg const ref.
1022
1023         * GraphicsCacheItem.h: doxy change
1024
1025         * GraphicsCacheItem.C: ws change
1026
1027 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
1028
1029         * Makefile.am: if there is no image loading class leveraging the power
1030         of the appropriate gui library, then compile the basic alternative
1031         found in GraphicsImageXPM.[Ch].
1032
1033 2002-03-04  Angus Leeming  <a.leeming@ic.ac.uk>
1034
1035         * GraphicsCache.C: change associated with move of initialiseGraphics
1036         to GUIRuntime.
1037
1038 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
1039
1040         * GraphicsParams.[Ch]:
1041         * GraphicsImage.C:
1042         * GraphicsImageXPM.C: properly resolve more warnings about comparison
1043         between signed and unsigned integer expressions.
1044
1045         * Makefile.am: add GraphicsTypes.h which I'd carelessly left out.
1046
1047         * GraphicsCache.C: move connections to the GImage-derived classes to
1048         the frontends.
1049
1050         * GraphicsImageXPM.C (copy c-tor): don't copy pixmap.
1051
1052         * GraphicsCacheItem.C (findTargetFormat): if we can load direct without
1053         conversion, then do that.
1054
1055 2002-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
1056
1057         * GraphicsCache.C: improve commentary to graphicsInit and where it
1058         should really go.
1059
1060         * GraphicsImageXPM.C (~Data, free_color_table): resolve the crash
1061         that became a memory leak properly. (Let the shared_c_ptr free the
1062         color table.)
1063         (reset, mapcolor): tidy up and introduce a work around for XPM files
1064         with crappy color entries. Print out a nice friendly message on what's
1065         gone wrong and how to resolve it properly.
1066
1067 2002-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
1068
1069         * GraphicsImageXPM.[Ch]: more rigorous use of types (signed/unsigned).
1070         (Data d-tor): introduce memory leak temporarily, to "fix" a crash
1071         in free_color_table.
1072         (unique_color_string): use the correct string c-tor.
1073
1074 2002-02-15  Angus Leeming  <a.leeming@ic.ac.uk>
1075
1076         * ImageLoader.[Ch]:
1077         * ImageLoaderXPM.[Ch]: removed.
1078
1079         * GraphicsConverter.[Ch]:
1080         * GraphicsImage.[Ch]:
1081         * GraphicsImageXPM.[Ch]:
1082         * GraphicsParams.[Ch]:
1083         * GraphicsTypes.h: new files.
1084
1085         * All files. A total re-write of the graphics cache. The cache now
1086         supports asynchronous file conversion and file loading. Images
1087         can be cropped, rotated and scaled for display on the LyX screen.
1088         The old LyXImage and ImageLoader have been combined in a new class
1089         GImage. Ditto, ImageLoaderXPM's functionality has been moved into
1090         GImageXPM.
1091
1092 2002-02-07  Herbert Voss  <voss@lyx.org>
1093
1094         * GraphicsCacheItem.C: use unzipFile() from support/filetools
1095
1096 2002-01-31  Herbert Voss  <voss@lyx.org>
1097
1098         * GraphicsCacheItem.h: handle filetype without the file extension;
1099         getting type from contents; handle zipped files
1100
1101 2002-01-27  Herbert Voss  <voss@lyx.org>
1102
1103         * GraphicsCacheItem.h: added Converting to the ImageStatus enum.
1104
1105 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
1106
1107         * ImageLoaderXPM.C: don't set XpmColorKey flag if we don't use it
1108
1109 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1110
1111         * GraphicsCacheItem.h: do not include <config.h> in header files
1112
1113 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
1114
1115         * ImageLoaderXPM.C (runImageLoader): If the pixmap contains a
1116         transparent colour, then set it to the colour of the background.
1117         Also take account of the monochrome, grayscale of color
1118         preferences option.
1119
1120 2001-09-20  Angus Leeming  <a.leeming@ic.ac.uk>
1121
1122         * GraphicsCacheItem.C (convertImage): only convert if "from" and "to"
1123         are different. Thus, don't delete the "to" if it's the original!
1124
1125 2001-09-01  John Levon  <moz@compsoc.man.ac.uk>
1126
1127         * ImageLoadXPM.C: remove setting of alloc colour mask,
1128           led to crash as we don't define a callback
1129
1130 2001-07-29  Baruch Even  <baruch@lyx.org>
1131
1132         * ImageLoaderXPM.C (runImageLoader): When loading agree to use non-exact
1133         colors with closeness of 10000.
1134
1135         * GraphicsCacheItem.C: Fixed a compilation bug introduced earlier.
1136
1137 2001-07-29  Baruch Even  <baruch@lyx.org>
1138
1139         * GraphicsCacheItem.C (findTargetFormat): Removed error dialog box,
1140         too annoying.
1141
1142 2001-07-23  Baruch Even  <baruch@lyx.org>
1143
1144         * GraphicsCacheItem.C (convertImage): Fixed a bug with regard to loading
1145         the image after conversion.
1146
1147 2001-07-17  Baruch Even  <baruch@lyx.org>
1148
1149         * GraphicsCacheItem.h:
1150         * GraphicsCacheItem.C: Shuffled things a bit to make it easier to switch
1151         from synchronous to asynchronous and to ease the coming changes.
1152
1153 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1154
1155         * ImageLoaderXPM.C (runImageLoader): get display information from
1156         GUIRunTime.
1157
1158 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
1159
1160         * GraphicsCache.C:
1161         * GraphicsCacheItem.C:
1162         * ImageLoader.C:
1163         * ImageLoaderXPM.C: removed // -*- C++ -*- as first line.
1164
1165 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1166
1167         * GraphicsCache.h: inherit privately from noncopyable
1168         * ImageLoader.h: ditto
1169         * GraphicsCacheItem.h: ditto
1170
1171 2001-04-16  Allan Rae  <rae@lyx.org>
1172
1173         * ImageLoaderXPM.C (runImageLoader): #warning triggers an error on Sun
1174         CC 6.0 as an unrecognised preprocessor directive.  So ensure they're
1175         wrapped.
1176
1177 2001-04-02  Baruch Even  <baruch@lyx.org>
1178
1179         * GraphicsCacheItem.[Ch]: Changed to used the Converter class instead
1180         of hard coding ImageMagick.
1181
1182 2001-03-10  Baruch Even  <baruch@lyx.org>
1183
1184         * GraphicsCache.C: Style change from (*it).field to it->field
1185
1186 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1187
1188         * GraphicsCache.h: noncopyable is in namespace boost
1189         * ImageLoader.h: ditto
1190         * GraphicsCacheItem.h: ditto
1191
1192 2001-03-07  Baruch Even  <baruch@lyx.org>
1193
1194         * GraphicsCache.C (d-tor): Removed the assert, the assumption it carried
1195         was false and it's not needed anyhow since the shared_ptr's in the cache
1196         will destroy everything on exit.
1197
1198 2001-02-28  Baruch Even  <baruch@ev-en.org>
1199
1200         * GraphicsCache.h:
1201         * GraphicsCache.C: Changed the singleton pattern implementation, the
1202         former version "leaked" in the sense that it was not deallocated at
1203         program end.
1204
1205 2001-02-20  Baruch Even  <baruch@ev-en.org>
1206
1207         * GraphicsCache.C: Changed to use shared_ptr<GraphicsCacheItem>
1208         instead of a pure pointer.
1209
1210         * GraphicsCacheItem.[Ch]:
1211         * GraphicsCacheItem_pimpl.[Ch]: Collapsed them into GraphicsCacheItem,
1212         removed the reference counting that was inside. Also fixed a bug where
1213         a temporary file wouldn't get erased.
1214
1215         * ImageLoader.[Ch]: Changed the semantics of the image_ pointers usage.
1216         Ownership is now dropped when the caller requests the image_ pointer.
1217
1218 2001-02-20  Baruch Even  <baruch@ev-en.org>
1219
1220         * GraphicsCache.C: Cleared up the confusion on when and how it is
1221         emptied.
1222
1223         * GraphicsCacheItem.C: Indentation change.
1224
1225         * GraphicsCacheItem_pimpl.C: Fixed the loading logic so that it will
1226         figure correctly when the image has been loaded successfully.
1227
1228 2001-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1229
1230         * ImageLoader.C: add a "using" directive.
1231
1232         * ImageLoader.h: remove extra comma at the end of enum; add an
1233         std:: qualifier for vector.
1234
1235 2001-01-21  Baruch Even  <baruch@ev-en.org>
1236
1237         * GraphicsCacheItem.[Ch]: Changes due to the storage of width and
1238         height in the image itself and minor cleanups.
1239
1240         * GraphicsCacheItem_impl.[Ch]: Changes due to the switch to use a
1241         new ImageLoader class instead of the older Renderer class. This
1242         means change of responsibilities.