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