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