]> git.lyx.org Git - lyx.git/blob - src/graphics/ChangeLog
if we can load direct without conversion, then do that.
[lyx.git] / src / graphics / ChangeLog
1 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
2
3         * GraphicsParams.[Ch]:
4         * GraphicsImage.C:
5         * GraphicsImageXPM.C: properly resolve more warnings about comparison
6         between signed and unsigned integer expressions.
7
8         * Makefile.am: add GraphicsTypes.h which I'd carelessly left out.
9
10         * GraphicsCache.C: move connections to the GImage-derived classes to
11         the frontends.
12
13         * GraphicsImageXPM.C (copy c-tor): don't copy pixmap.
14
15         * GraphicsCacheItem.C (findTargetFormat): if we can load direct without
16         conversion, then do that.
17
18 2002-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
19
20         * GraphicsCache.C: improve commentary to graphicsInit and where it
21         should really go.
22
23         * GraphicsImageXPM.C (~Data, free_color_table): resolve the crash
24         that became a memory leak properly. (Let the shared_c_ptr free the
25         color table.)
26         (reset, mapcolor): tidy up and introduce a work around for XPM files
27         with crappy color entries. Print out a nice friendly message on what's
28         gone wrong and how to resolve it properly.
29
30 2002-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
31
32         * GraphicsImageXPM.[Ch]: more rigorous use of types (signed/unsigned).
33         (Data d-tor): introduce memory leak temporarily, to "fix" a crash
34         in free_color_table.
35         (unique_color_string): use the correct string c-tor.
36
37 2002-02-15  Angus Leeming  <a.leeming@ic.ac.uk>
38
39         * ImageLoader.[Ch]:
40         * ImageLoaderXPM.[Ch]: removed.
41
42         * GraphicsConverter.[Ch]:
43         * GraphicsImage.[Ch]:
44         * GraphicsImageXPM.[Ch]:
45         * GraphicsParams.[Ch]:
46         * GraphicsTypes.h: new files.
47
48         * All files. A total re-write of the graphics cache. The cache now
49         supports asynchronous file conversion and file loading. Images
50         can be cropped, rotated and scaled for display on the LyX screen.
51         The old LyXImage and ImageLoader have been combined in a new class
52         GImage. Ditto, ImageLoaderXPM's functionality has been moved into
53         GImageXPM.
54
55 2002-02-07  Herbert Voss  <voss@lyx.org>
56
57         * GraphicsCacheItem.C: use unzipFile() from support/filetools
58
59 2002-01-31  Herbert Voss  <voss@lyx.org>
60
61         * GraphicsCacheItem.h: handle filetype without the file extension;
62         getting type from contents; handle zipped files
63
64 2002-01-27  Herbert Voss  <voss@lyx.org>
65
66         * GraphicsCacheItem.h: added Converting to the ImageStatus enum.
67
68 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
69
70         * ImageLoaderXPM.C: don't set XpmColorKey flag if we don't use it
71  
72 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
73
74         * GraphicsCacheItem.h: do not include <config.h> in header files
75
76 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
77
78         * ImageLoaderXPM.C (runImageLoader): If the pixmap contains a
79         transparent colour, then set it to the colour of the background.
80         Also take account of the monochrome, grayscale of color
81         preferences option.
82
83 2001-09-20  Angus Leeming  <a.leeming@ic.ac.uk>
84
85         * GraphicsCacheItem.C (convertImage): only convert if "from" and "to"
86         are different. Thus, don't delete the "to" if it's the original!
87
88 2001-09-01  John Levon  <moz@compsoc.man.ac.uk>
89
90         * ImageLoadXPM.C: remove setting of alloc colour mask,
91           led to crash as we don't define a callback
92
93 2001-07-29  Baruch Even  <baruch@lyx.org>
94
95         * ImageLoaderXPM.C (runImageLoader): When loading agree to use non-exact
96         colors with closeness of 10000.
97
98         * GraphicsCacheItem.C: Fixed a compilation bug introduced earlier.
99
100 2001-07-29  Baruch Even  <baruch@lyx.org>
101
102         * GraphicsCacheItem.C (findTargetFormat): Removed error dialog box,
103         too annoying.
104
105 2001-07-23  Baruch Even  <baruch@lyx.org>
106
107         * GraphicsCacheItem.C (convertImage): Fixed a bug with regard to loading
108         the image after conversion.
109
110 2001-07-17  Baruch Even  <baruch@lyx.org>
111
112         * GraphicsCacheItem.h:
113         * GraphicsCacheItem.C: Shuffled things a bit to make it easier to switch
114         from synchronous to asynchronous and to ease the coming changes.
115
116 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
117
118         * ImageLoaderXPM.C (runImageLoader): get display information from
119         GUIRunTime. 
120
121 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
122
123         * GraphicsCache.C:
124         * GraphicsCacheItem.C:
125         * ImageLoader.C:
126         * ImageLoaderXPM.C: removed // -*- C++ -*- as first line.
127
128 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
129
130         * GraphicsCache.h: inherit privately from noncopyable
131         * ImageLoader.h: ditto
132         * GraphicsCacheItem.h: ditto
133
134 2001-04-16  Allan Rae  <rae@lyx.org>
135
136         * ImageLoaderXPM.C (runImageLoader): #warning triggers an error on Sun
137         CC 6.0 as an unrecognised preprocessor directive.  So ensure they're 
138         wrapped. 
139
140 2001-04-02  Baruch Even  <baruch@lyx.org>
141
142         * GraphicsCacheItem.[Ch]: Changed to used the Converter class instead
143         of hard coding ImageMagick.
144
145 2001-03-10  Baruch Even  <baruch@lyx.org>
146
147         * GraphicsCache.C: Style change from (*it).field to it->field
148
149 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
150
151         * GraphicsCache.h: noncopyable is in namespace boost
152         * ImageLoader.h: ditto
153         * GraphicsCacheItem.h: ditto
154
155 2001-03-07  Baruch Even  <baruch@lyx.org>
156
157         * GraphicsCache.C (d-tor): Removed the assert, the assumption it carried
158         was false and it's not needed anyhow since the shared_ptr's in the cache
159         will destroy everything on exit.
160
161 2001-02-28  Baruch Even  <baruch@ev-en.org>
162
163         * GraphicsCache.h:
164         * GraphicsCache.C: Changed the singleton pattern implementation, the
165         former version "leaked" in the sense that it was not deallocated at
166         program end.
167
168 2001-02-20  Baruch Even  <baruch@ev-en.org>
169
170         * GraphicsCache.C: Changed to use shared_ptr<GraphicsCacheItem>
171         instead of a pure pointer.
172
173         * GraphicsCacheItem.[Ch]:
174         * GraphicsCacheItem_pimpl.[Ch]: Collapsed them into GraphicsCacheItem,
175         removed the reference counting that was inside. Also fixed a bug where
176         a temporary file wouldn't get erased.
177
178         * ImageLoader.[Ch]: Changed the semantics of the image_ pointers usage.
179         Ownership is now dropped when the caller requests the image_ pointer.
180
181 2001-02-20  Baruch Even  <baruch@ev-en.org>
182
183         * GraphicsCache.C: Cleared up the confusion on when and how it is
184         emptied.
185
186         * GraphicsCacheItem.C: Indentation change.
187
188         * GraphicsCacheItem_pimpl.C: Fixed the loading logic so that it will
189         figure correctly when the image has been loaded successfully.
190
191 2001-02-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
192
193         * ImageLoader.C: add a "using" directive.
194
195         * ImageLoader.h: remove extra comma at the end of enum; add an
196         std:: qualifier for vector.
197
198 2001-01-21  Baruch Even  <baruch@ev-en.org>
199
200         * GraphicsCacheItem.[Ch]: Changes due to the storage of width and
201         height in the image itself and minor cleanups.
202
203         * GraphicsCacheItem_impl.[Ch]: Changes due to the switch to use a
204         new ImageLoader class instead of the older Renderer class. This
205         means change of responsibilities.