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