]> git.lyx.org Git - lyx.git/blob - src/graphics/ChangeLog
File monitoring is Go!
[lyx.git] / src / graphics / ChangeLog
1 2002-07-18  Angus Leeming  <leeming@lyx.org>
2
3         * GraphicsCacheItem.[Ch]: add a FileMonitor variable to the the Impl
4         class.
5         (startMonitoring, monitoring, checksum): new methods to interact with
6         the FileMonitor.
7
8         * GraphicsLoader.[Ch] (startMonitoring, monitoring, checksum): new
9         methods invoking the CacheItem methods of the same name.
10         (resetFile): if monitoring and the file changes, start monitoring this
11         new file.
12
13 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14
15         * Makefile.am: remove FileMonitor.[Ch]
16
17 2002-06-17  Herbert Voss  <voss@lyx.org>
18
19         * GraphicsCachItem.C (findTargetFormat): remove the speciell case
20         for old ps-files (Garst). It's now handled by defining a converter and
21         disabling the ps-support of xforms.
22
23 2002-07-17  Angus Leeming  <leeming@lyx.org>
24
25         Be true to the Pimpl idiom, moving all signals into the respective
26         Impl classes and defining methods to connect them to an outside slot.
27         Const-ify all visible class methods as they act only on a const pimpl_.
28
29         * GraphicsCache.[Ch] (add, remove): const-ify.
30
31         * GraphicsCacheItem.[Ch] (startLoading): const-ify.
32         (statusChanged): move the signal into the Impl class.
33         (connect): new method, enabling a listener to connect to this signal.
34
35         * GraphicsConverter.[Ch]: (startConversion): const-ify.
36         (finishedConversion): move the signal into the Impl class.
37         (connect): new method, enabling a listener to connect to this signal.
38         
39         * GraphicsLoader.[Ch] (reset, startLoading): const-ify.
40         (statusChanged): move the signal into the Impl class.
41         (connect): new method, enabling a listener to connect to this signal.
42
43         * PreviewLoader.[Ch] (add, remove, startLoading): const-ify.
44         (imageReady): move the signal into the Impl class.
45         (connect): new method, enabling a listener to connect to this signal.
46         (emitSignal): new method, enabling PreviewImage to tell the outside
47         world that the file has been loaded into memory.
48
49         * Previews.[Ch] (loader, removeLoader, generateBufferPreviews):
50         const-ify.
51
52         * GraphicsCache.C:
53         * GraphicsCacheItem.C:
54         * GraphicsConverter.[Ch]:
55         * GraphicsImage.h:
56         * GraphicsImageXPM.C:
57         * GraphicsLoader.C:
58         * PreviewLoader.[Ch]: whitespace clean-up.
59
60 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
61
62         * PreviewLoader.C (setConverter): remove unused variable
63
64         * GraphicsImageXPM.C (isDrawable): implement
65         (setPixmap): the opaque color is black, not white
66
67 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
68
69         * GraphicsImageXPM.C (color_none_id):
70         (contains_color_none): use ascii_lowercase instead of lowercase
71
72 2002-07-16  Angus Leeming  <leeming@lyx.org>
73
74         * PreviewLoader.C: greater use of STL algorithms.
75
76         * Previews.[Ch]: use const in more places.
77         (generateBufferPreviews): now takes a Buffer const & argument, not a
78         pointer.
79  
80 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
81
82         * GraphicsImage.h: remove getPixmap/X, add isDrawable()
83  
84 2002-07-12  Angus Leeming  <leeming@lyx.org>
85
86         * GraphicsLoader.[Ch]: smart loading of images. Images are loaded only
87         if visible 2 secs after the call to load them is first made.
88
89         * GraphicsSupport.[Ch]: new files. isInsetVisible interrogates the
90         BufferView to ascertain whether the inset is visible or not.
91
92         * Makefile.am: added GraphicsSupport.[Ch].
93
94         * PreviewImage.[Ch]: use this smart loader.
95
96         * PreviewLoader.C: don't load generated image files indiscimminantly.
97         Instead emit the imageReady signal and allow the image owner to decide.
98
99 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
100
101         * GraphicsCache.C: remove init_graphics()
102  
103 2002-07-09  Angus Leeming  <leeming@lyx.org>
104
105         * PreviewLoader.C (setAscentFractions): fix bug due to use of integer
106         arithmetic when it should be floating.
107
108 2002-07-09  Angus Leeming  <leeming@lyx.org>
109
110         * PreviewLoader.C (startLoading): prepend LaTeX file with "\batchmode".
111         Output equation labels as "(#)" if lyxrc preference is set.
112         (setFontScalingFactor): use lyxrc variable preview_scale_factor
113         rather than hard-coding this.
114
115 2002-07-09  Angus Leeming  <leeming@lyx.org>
116
117         * PreviewLoader.C: Further refactoring of the code. Should now be
118         pretty clean.
119
120         * PreviewMetrics.[Ch]: removed. Had a v. short shelf life and is now
121         past its sell-by date. The code to read the metrics file is now found
122         as a helper function in PreviewLoader.C.
123
124         * GraphicsImageXPM.C (scale): use boost::tie.
125
126 2002-07-08  Herbert Voss  <voss@lyx.org>
127
128         * PreviewLoader.C: use of preview_size_factor to get the right
129         font-size! 0.9 is the default.
130
131 2002-07-08  Angus Leeming  <leeming@lyx.org>
132
133         * PreviewLoader.C: Add "delayed" and "showlabels" options to the
134         invocation of preview.sty.
135         Perform something of an internal clean-up.
136
137 2002-07-06  Angus Leeming  <leeming@lyx.org>
138
139         * PreviewLoader.C: ensure that the metrics data is used by the
140         correct image!
141
142         * PreviewLoader.C:
143         * PreviewImage.C: (Impl d-tor): remove all generated files that still
144         exist (perhaps because the process was curtailed before the images
145         were loaded.)
146
147         * PreviewLoader.C (unique_filename): store the files in Buffer::tmppath.
148
149 2002-07-05  Angus Leeming  <leeming@lyx.org>
150
151         * PreviewImage.h:
152         * PreviewImage.C:
153         * PreviewLoader.h:
154         * PreviewLoader.C:
155         * PreviewMetrics.h:
156         * PreviewMetrics.C:
157         * Previews.h:
158         * Previews.C: new files. The previewed LaTeX snippet stuff.
159
160         * Makefile.am: add these files.
161
162 2002-07-05  Angus Leeming  <leeming@lyx.org>
163
164         * GraphicsLoader.h: whitespace.
165
166 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
167
168         * GraphicsImage.[Ch]: newImage and loadableFormats changed to
169         boost::function from boost::signal.
170
171 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
172
173         * GraphicsConverter.C (convert): do not use ChangeExtension
174         because to_file_base may contain a dot.
175
176 2002-06-28  Angus Leeming  <leeming@lyx.org>
177
178         * GraphicsCacheItem.[Ch]: refactor some of the more convoluted logic
179         by moving those SignalPtrs into the grfx::Image and grfx::Converter
180         classes where they really belong.
181         Use the Pimpl idiom to hide the class internals from public view.
182
183         * GraphicsTypes: remove the typedefs, leaving only the enums.
184
185         * GraphicsImage.h: now has a finishedLoading signal, as opposed to being
186         passed a reference to one in the load() method.
187
188         * GraphicsConverter.[Ch]: totally refactored. An instance of
189         grfx::Converter now represents a single conversion process.
190         Thus grfx::CachItem now has a grfx::Converter * that is set when the
191         conversion is initiated and destroyed on completion.
192
193         * GraphicsCache.[Ch]:
194         * GraphicsCacheItem.[Ch]:
195         * GraphicsConverter.[Ch]:
196         * GraphicsLoader.[Ch]: use the Pimpl idiom to hide the class internals
197         from public view.
198         Note that I have done this only after making the above changes,
199         so not only should we have a clean, minimal and well documented
200         interface to these classes in the header files, but the class internals
201         should be much clearer too.
202
203         * Renamed classes
204         grfx::GCache -> grfx::Cache,
205         grfx::GCacheItem -> grfx::CacheItem,
206         grfx::GConverter -> grfx::Converter,
207         grfx::GImage -> grfx::Image,
208         grfx::GImageXPM -> grfx::ImageXPM,
209         grfx::GParams -> grfx::Params.
210
211 2002-06-26  Angus Leeming  <leeming@lyx.org>
212
213         * GraphicsLoader.[Ch]: use boost::scoped_ptr in preference to
214         std::auto_ptr. Define an empty Loader d-tor out-of-line to ensure it
215         compiles.
216
217 2002-06-26  Angus Leeming  <leeming@lyx.org>
218
219         * GraphicsTypes.h: add "Ready" to the ImageStatus enum.
220         move the DisplayType enum out of grfx::GParams to here.
221
222         * GraphicsCacheItem.h: re-write preliminary description to reflect
223         current reality.
224
225         * GraphicsParams.[Ch]:
226         * GraphicsImageXPM.C (load, setPixmap): changes aassociated with moving
227         grfx::DisplayType out of grfx::GParams.
228
229         * GraphicsLoader.[Ch]: new files. Factor out the image loading stuff
230         that was in frontends/screen.C and insets/insetgraphics.C into a
231         single, easy-to-use class.
232
233         * Makefile.am: add these files.
234
235 2002-06-25  Angus Leeming  <leeming@lyx.org>
236
237         * GraphicsCache.[Ch]:
238         * GraphicsCacheItem.[Ch]:
239         * GraphicsTypes.h: rewrite the graphics cache to just load a graphics
240         file into memory. The cache no longer controls the generation of the
241         pixmap. Instead, it just emits a signal when the loading status of an
242         image changes.
243         The cache no longer stores InsetGraphics pointers and nor does it
244         assume responsibility for modifying an image (scaling, rotating etc).
245         Instead, that must now be performed elsewhere.
246
247 2002-06-19  Angus Leeming  <leeming@lyx.org>
248
249         * GraphicsConverter.C: add using std::endl directive.
250
251 2002-06-17  Herbert Voss  <voss@lyx.org>
252
253         * GraphicsCachItem.C: (findTargetFormat)return xpm-format as a
254         default when nothing different was found
255         (convertToDisplayFormat): handle zipped files in the right way and
256         choose always convert as a default converter when no other
257         userdefined was found
258
259         * GraphicsConverter.C: add more lyxerr comments and choose
260         convert when no other userdefined converter was found
261
262 2002-06-10  Herbert Voss  <voss@lyx.org>
263
264         * GraphicsImageXPM.C (convertTo7chars): get another special color
265         format from convert work in the right way
266
267 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
268
269         * GraphicsCache.C: use right colormap incantation
270
271 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
272
273         * GraphicsCache.C: use lyx_gui namespace
274
275         * GraphicsImageXPM.C: back down to using xforms
276           directly again
277
278 2002-06-07  Angus Leeming  <leeming@lyx.org>
279
280         Fixes needed to compile with Compaq cxx 6.5.
281         * GraphicsConverter.h: forward declare class ConvProcess.
282
283         * GraphicsImageXPM.C:
284         all c-library variables have been moved into namespace std.
285         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
286
287 2002-06-06  Angus Leeming  <a.leeming@ic.ac.uk>
288
289         * GraphicsImageXPM.C (rotate): rotate in the same sense as xdvi!
290
291 2002-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
292
293         * GraphicsImageXPM.C: SigC to boot::signals changes.
294         (newImage): fix () bug when using new.
295
296 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
297
298         * switch from SigC signals to boost::signals.
299
300 2002-05-29  André Pönitz <poenitz@gmx.net>
301
302         * GraphicsParam.C: remove unneeded #include, move vomment
303
304 2002-05-28  André Pönitz <poenitz@gmx.net>
305
306         * GraphicsParam.[Ch]: move inset related stuff to inset/insetgraphics
307
308 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
309
310         * GraphicsImageXPM.C: ColorHandler moved
311
312 2002-05-24  Juergen Vigna  <jug@sad.it>
313
314         * GraphicsCache.h:
315         * GraphicsImage.h: include LString.h first.
316
317 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
318
319         * GraphicsCacheItem.h: use more specific smart_ptr header.
320         * GraphicsTypes.h: ditto
321         * GraphicsImage.h: ditto
322         * GraphicsConverter.h: ditto
323
324 2002-04-28  John Levon  <moz@compsoc.man.ac.uk>
325
326         * GraphicsImageXPM.C: understand convert's use of "opaque"
327           as a colour name
328
329 2002-04-19  Marco Morandini <morandini@aero.polimi.it>
330
331         * GraphicsCache.[Ch] (loadableFormats): new method. A wrapper for
332         GImage::loadableFormats() that ensures that the signal is connected
333         to the derived class' method.
334
335 2002-04-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
336
337         * GraphicsImageXPM.C (convertTo7chars): drop all conversions and
338         only work on the string.
339
340 2002-04-17  Angus Leeming  <a.leeming@ic.ac.uk>
341
342         * GraphicsImageXPM.C (Data::reset): Fix the loading of xpm files by
343         the simple image loader when it encounters colour strings like
344         #rrrrggggbbbb.
345
346 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
347
348         * GraphicsCacheItem.C (convertToDisplayFormat):
349         * GraphicsConverter.C (build_script): remove the Alerts when things go
350         wrong as the inset displays the message anyway. Moreover, Alert seems
351         pretty temperamemtal at the moment.
352
353 2002-04-16  Rob Lahaye  <lahaye@users.sourceforge.net>
354
355         * GraphicsImageXPM.C: fix clipping for boundingbox y-coordinates
356
357 2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>
358
359         * GraphicsCacheItem.C (findTargetFormat): fix bug waiting to bite:
360         a reference to a temp object that's going out of scope...
361
362 2002-04-09  Herbert Voss  <voss@lyx.org>
363
364         * GraphicsParams.C (BoundingBox c-tor): fix rounding errors by using
365         LyXLength::inBP instead of inPixels.
366
367 2002-04-10  Herbert Voss  <voss@perce.de>
368
369         * GraphicsCache.[Ch]:
370         * GraphicsCacheItem.[Ch]: add width/height functions from Angus
371         to read the "Bounding Box" from non (e)ps files.
372
373 2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>
374
375         * GraphicsParams.C (c-tor): if clipping, then check the Bounding Box of
376         the EPS file too, to ensure that the clipped Bounding Box is relative
377         to the original. (From Herbert.)
378
379 2002-04-04  Angus Leeming  <a.leeming@ic.ac.uk>
380
381         * GraphicsParams.C (BoundingBox c-tor): ensure that the member
382         variables are initialised. Clean-up parsing of the string (with thanks
383         to Herbert.)
384
385 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
386
387         * GraphicsCacheItem.C (convertToDisplayFormat): don't launch that Alert
388         if the file can't be found.
389
390         * GraphicsParams.h (c-tor): remove string() as default argument.
391
392         * GraphicsCacheItem.C: a couple of changes as a result.
393
394 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
395
396         * GraphicsCache.[Ch] (update): now passed filepath to determine absolute
397         path to graphics file.
398
399         * GraphicsParams.[Ch] (c-tor): now passed filepath.
400
401 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
402
403         * most files: ws cleanup
404
405         * Makefile.am: remove ld -r stuff
406
407 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
408
409         * Makefile.am: special rules if partial linking
410
411 2002-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
412
413         * GraphicsCache.C: use Lars' preferred idiom for a for-loop.
414
415 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
416
417         * GraphicsConverter.[Ch] (converted): make first arg const ref.
418
419         * GraphicsCacheItem.h: doxy change
420
421         * GraphicsCacheItem.C: ws change
422
423 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
424
425         * Makefile.am: if there is no image loading class leveraging the power
426         of the appropriate gui library, then compile the basic alternative
427         found in GraphicsImageXPM.[Ch].
428
429 2002-03-04  Angus Leeming  <a.leeming@ic.ac.uk>
430
431         * GraphicsCache.C: change associated with move of initialiseGraphics
432         to GUIRuntime.
433
434 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
435
436         * GraphicsParams.[Ch]:
437         * GraphicsImage.C:
438         * GraphicsImageXPM.C: properly resolve more warnings about comparison
439         between signed and unsigned integer expressions.
440
441         * Makefile.am: add GraphicsTypes.h which I'd carelessly left out.
442
443         * GraphicsCache.C: move connections to the GImage-derived classes to
444         the frontends.
445
446         * GraphicsImageXPM.C (copy c-tor): don't copy pixmap.
447
448         * GraphicsCacheItem.C (findTargetFormat): if we can load direct without
449         conversion, then do that.
450
451 2002-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
452
453         * GraphicsCache.C: improve commentary to graphicsInit and where it
454         should really go.
455
456         * GraphicsImageXPM.C (~Data, free_color_table): resolve the crash
457         that became a memory leak properly. (Let the shared_c_ptr free the
458         color table.)
459         (reset, mapcolor): tidy up and introduce a work around for XPM files
460         with crappy color entries. Print out a nice friendly message on what's
461         gone wrong and how to resolve it properly.
462
463 2002-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
464
465         * GraphicsImageXPM.[Ch]: more rigorous use of types (signed/unsigned).
466         (Data d-tor): introduce memory leak temporarily, to "fix" a crash
467         in free_color_table.
468         (unique_color_string): use the correct string c-tor.
469
470 2002-02-15  Angus Leeming  <a.leeming@ic.ac.uk>
471
472         * ImageLoader.[Ch]:
473         * ImageLoaderXPM.[Ch]: removed.
474
475         * GraphicsConverter.[Ch]:
476         * GraphicsImage.[Ch]:
477         * GraphicsImageXPM.[Ch]:
478         * GraphicsParams.[Ch]:
479         * GraphicsTypes.h: new files.
480
481         * All files. A total re-write of the graphics cache. The cache now
482         supports asynchronous file conversion and file loading. Images
483         can be cropped, rotated and scaled for display on the LyX screen.
484         The old LyXImage and ImageLoader have been combined in a new class
485         GImage. Ditto, ImageLoaderXPM's functionality has been moved into
486         GImageXPM.
487
488 2002-02-07  Herbert Voss  <voss@lyx.org>
489
490         * GraphicsCacheItem.C: use unzipFile() from support/filetools
491
492 2002-01-31  Herbert Voss  <voss@lyx.org>
493
494         * GraphicsCacheItem.h: handle filetype without the file extension;
495         getting type from contents; handle zipped files
496
497 2002-01-27  Herbert Voss  <voss@lyx.org>
498
499         * GraphicsCacheItem.h: added Converting to the ImageStatus enum.
500
501 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
502
503         * ImageLoaderXPM.C: don't set XpmColorKey flag if we don't use it
504
505 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
506
507         * GraphicsCacheItem.h: do not include <config.h> in header files
508
509 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
510
511         * ImageLoaderXPM.C (runImageLoader): If the pixmap contains a
512         transparent colour, then set it to the colour of the background.
513         Also take account of the monochrome, grayscale of color
514         preferences option.
515
516 2001-09-20  Angus Leeming  <a.leeming@ic.ac.uk>
517
518         * GraphicsCacheItem.C (convertImage): only convert if "from" and "to"
519         are different. Thus, don't delete the "to" if it's the original!
520
521 2001-09-01  John Levon  <moz@compsoc.man.ac.uk>
522
523         * ImageLoadXPM.C: remove setting of alloc colour mask,
524           led to crash as we don't define a callback
525
526 2001-07-29  Baruch Even  <baruch@lyx.org>
527
528         * ImageLoaderXPM.C (runImageLoader): When loading agree to use non-exact
529         colors with closeness of 10000.
530
531         * GraphicsCacheItem.C: Fixed a compilation bug introduced earlier.
532
533 2001-07-29  Baruch Even  <baruch@lyx.org>
534
535         * GraphicsCacheItem.C (findTargetFormat): Removed error dialog box,
536         too annoying.
537
538 2001-07-23  Baruch Even  <baruch@lyx.org>
539
540         * GraphicsCacheItem.C (convertImage): Fixed a bug with regard to loading
541         the image after conversion.
542
543 2001-07-17  Baruch Even  <baruch@lyx.org>
544
545         * GraphicsCacheItem.h:
546         * GraphicsCacheItem.C: Shuffled things a bit to make it easier to switch
547         from synchronous to asynchronous and to ease the coming changes.
548
549 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
550
551         * ImageLoaderXPM.C (runImageLoader): get display information from
552         GUIRunTime.
553
554 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
555
556         * GraphicsCache.C:
557         * GraphicsCacheItem.C:
558         * ImageLoader.C:
559         * ImageLoaderXPM.C: removed // -*- C++ -*- as first line.
560
561 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
562
563         * GraphicsCache.h: inherit privately from noncopyable
564         * ImageLoader.h: ditto
565         * GraphicsCacheItem.h: ditto
566
567 2001-04-16  Allan Rae  <rae@lyx.org>
568
569         * ImageLoaderXPM.C (runImageLoader): #warning triggers an error on Sun
570         CC 6.0 as an unrecognised preprocessor directive.  So ensure they're
571         wrapped.
572
573 2001-04-02  Baruch Even  <baruch@lyx.org>
574
575         * GraphicsCacheItem.[Ch]: Changed to used the Converter class instead
576         of hard coding ImageMagick.
577
578 2001-03-10  Baruch Even  <baruch@lyx.org>
579
580         * GraphicsCache.C: Style change from (*it).field to it->field
581
582 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
583
584         * GraphicsCache.h: noncopyable is in namespace boost
585         * ImageLoader.h: ditto
586         * GraphicsCacheItem.h: ditto
587
588 2001-03-07  Baruch Even  <baruch@lyx.org>
589
590         * GraphicsCache.C (d-tor): Removed the assert, the assumption it carried
591         was false and it's not needed anyhow since the shared_ptr's in the cache
592         will destroy everything on exit.
593
594 2001-02-28  Baruch Even  <baruch@ev-en.org>
595
596         * GraphicsCache.h:
597         * GraphicsCache.C: Changed the singleton pattern implementation, the
598         former version "leaked" in the sense that it was not deallocated at
599         program end.
600
601 2001-02-20  Baruch Even  <baruch@ev-en.org>
602
603         * GraphicsCache.C: Changed to use shared_ptr<GraphicsCacheItem>
604         instead of a pure pointer.
605
606         * GraphicsCacheItem.[Ch]:
607         * GraphicsCacheItem_pimpl.[Ch]: Collapsed them into GraphicsCacheItem,
608         removed the reference counting that was inside. Also fixed a bug where
609         a temporary file wouldn't get erased.
610
611         * ImageLoader.[Ch]: Changed the semantics of the image_ pointers usage.
612         Ownership is now dropped when the caller requests the image_ pointer.
613
614 2001-02-20  Baruch Even  <baruch@ev-en.org>
615
616         * GraphicsCache.C: Cleared up the confusion on when and how it is
617         emptied.
618
619         * GraphicsCacheItem.C: Indentation change.
620
621         * GraphicsCacheItem_pimpl.C: Fixed the loading logic so that it will
622         figure correctly when the image has been loaded successfully.
623
624 2001-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
625
626         * ImageLoader.C: add a "using" directive.
627
628         * ImageLoader.h: remove extra comma at the end of enum; add an
629         std:: qualifier for vector.
630
631 2001-01-21  Baruch Even  <baruch@ev-en.org>
632
633         * GraphicsCacheItem.[Ch]: Changes due to the storage of width and
634         height in the image itself and minor cleanups.
635
636         * GraphicsCacheItem_impl.[Ch]: Changes due to the switch to use a
637         new ImageLoader class instead of the older Renderer class. This
638         means change of responsibilities.