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