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