]> git.lyx.org Git - features.git/blob - src/frontends/ChangeLog
Painter and scrollbar API patches
[features.git] / src / frontends / ChangeLog
1 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
2
3         * Painter.h:
4         * Painter.C: s/PainterBase/Painter, remove dead code
5  
6 2002-06-12  Angus Leeming  <leeming@lyx.org>
7
8         * lyx_gui.h: remove trailing semi-colon after the brace closing 
9         the namespace.
10
11 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
12
13         * LyXView.h: cleanup
14
15         * LyXView.C: move init() here from xforms/
16  
17 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
18
19         * screen.h:
20         * screen.C: change topCursorVisible() prototype
21  
22 2002-06-12  Angus Leeming  <leeming@lyx.org>
23
24         * font_metrics.h: remove trailing semi-colon after the brace closing 
25         the namespace.
26
27 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
28
29         * GUIRunTime.h: remove in favour of ...
30
31         * Makefile.am:
32         * lyx_gui.h: ... namespace for GUI start up 
33  
34         * LyXView.h: remove init(),show(),setPosition() 
35  
36 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
37
38         * Menubar.C:
39         * Timeout.h:
40         * Toolbar.C:
41         * LyXView.h:
42         * LyXView.C: some cleanup, prefer scoped_ptr 
43  
44 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
45
46         * screen.C:
47         * Painter.C: use workHeight()
48
49         * WorkArea.h: remove confusing duplicate unused code
50  
51 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
52
53         * screen.h:
54         * screen.C: rename, add reset()
55  
56 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
57
58         * font_metrics.h: move X-specific stuff out of namespace
59  
60 2002-06-07  Angus Leeming  <leeming@lyx.org>
61
62         Fixes needed to compile with Compaq cxx 6.5.
63         * Alert.C: all c-library variables have been moved into namespace std.
64         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
65
66         * Toolbar.h (Pimpl): type definition made public.
67
68 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
69
70         * Alert.h: better variable name
71  
72 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
73
74         * switch from SigC signals to boost::signals
75
76 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
77
78         * Makefile.am:
79         * WorkArea.h:
80         * WorkArea.C: move to xforms/ for better diff
81
82 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
83
84         * key_state.h:
85         * mouse_state.h: add
86
87         * Makefile.am:
88         * WorkArea.h:
89         * WorkArea.C: use above
90
91 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
92
93         * Makefile.am:
94         * font_loader.h: placeholder
95
96         * screen.C: use placeholder
97
98 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
99
100         * Makefile.am:
101         * font_metrics.h: add placeholder
102
103         * Painter.C:
104         * screen.C: use placeholder
105
106 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
107
108         * WorkArea.h:
109         * WorkArea.C:
110         * Makefile.am: move here
111
112         * screen.h:
113         * screen.C: move here
114
115 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
116
117         * Liason.C:
118         * LyXView.h:
119         * LyXView.C:
120         * Makefile.am: move LyXView here
121
122 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
123
124         * Makefile.am:
125         * Painter.h:
126         * Painter.C: add PainterBase here
127
128 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
129
130         * Dialogs.h: use more specific smart_ptr header
131
132 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
133
134         * Makefile.am (DIST_SUBDIRS): use this instead of EXTRA_DIST
135         (EXTRA_DIST): delete
136         (dist-hook): delete
137         (distclean-local): delete
138
139 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
140
141         * Makefile.am: make distcheck work
142         (distclean-local): handle distclean of non-built frontends better.
143
144 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
145
146         * most files: ws cleanup
147
148         * Makefile.am: remove ld -r stuff
149
150 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
151
152         * Makefile.am: special rules if partial linking
153
154 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
155
156         * doxygen fixes.
157
158 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
159
160         * Dialogs.[Ch]: add static signal toggleTooltips and
161         static method tooltipsEnabled.
162
163 2002-03-04  Angus Leeming  <a.leeming@ic.ac.uk>
164
165         * Dialogs.h:
166         * GUIRunTime.h (initialiseGraphics): moved to GUIRunTime.
167
168 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
169
170         * Toolbar.[Ch] (setLayout): layout as string
171
172 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
173
174         * Dialogs.h (initialiseGraphics): a new static method.
175
176 2002-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
177
178         * Makefile.am: don't compile support as LyXImage is now dead.
179
180 2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
181
182         * Makefile.am: better dep. tracking from controllers and xforms
183
184 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
185
186         * Liason.C: Changes due to the renaming of support/syscall.[Ch] as
187         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
188         Rearrange #includes in Lars' approved fashion.
189
190         * Timeout.[Ch] (running): new method.
191         (default c-tor): removed.
192
193         * Dialogs.h: added a new signal, showForks.
194
195 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
196
197         * Liason.C:
198         change Systemcalls::System to Systemcalls::Wait and
199         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
200         No change of functionality, just reflects the stripped down Systemcalls
201         class.
202
203 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
204
205         * Liason.C (printBuffer): use Buffer::filePath
206
207 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
208
209         * Timeout.h:
210         * FileDialog.h: do not include <config.h> in header files.
211
212 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
213
214         * Alert.h: remove spurious semi-colon at the end of the namespace
215         scope.
216
217 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
218
219         * Makefile.am:
220         * Alert.h:
221         * Alert.C:
222         * Alert_pimpl.h: alerts etc.
223
224 2001-10-09  Herbert Voss  <voss@perce.de>
225
226         * Dialogs.h: added showFile and showTexinfo signals.
227
228 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
229
230         * Dialogs.h (showSplash, destroySplash, splash_): removed.
231
232         * Dialogs.C (destroySplash): removed.
233
234 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
235
236         * GUIRunTime.h: initApplication() should take a & to argc
237
238 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
239
240         * Liason.C: IsDirWriteable changed
241
242 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
243
244         * Liason.C: #include LAssert.h
245
246 2001-07-24  John Levon  <moz@compsoc.man.ac.uk>
247
248         * Dialogs.h: add showThesaurus
249
250 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
251
252         * Dialogs.h: add showAboutlyx and remove showCredits and Copyright
253
254 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
255
256         * Dialogs.h: added showSpellchecker
257
258 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
259
260         * GUIRunTime.h: (x11Display):
261         (x11Screen):
262         (x11Colormap):
263         (x11VisualDepth): new methods
264
265 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
266
267         * GUIRunTime.h: add createMainView
268
269 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
270
271         * Dialogs.h: add showSpellcheckerPreferences
272
273 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
274
275         * Makefile.am: remove kde frontend
276
277 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
278
279         * Dialogs.h: removed unused signal showCharacter.
280         Renamed signals showLayoutDocument -> showDocument,
281         showLayoutParagraph -> showParagraph,
282         showLayoutCharacter -> showCharacter.
283         Added signal updateParagraph.
284         Rearranged signals in some sort of alphabetical order again.
285
286 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
287
288         * FileDialog.h:
289         * Timeout.h: added // -*- C++ -*- as first line.
290
291 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
292
293         * Makefile.am: make the dependencies work for the sub libs.
294
295 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
296
297         * Makefile.am (libfrontends_la_LIBADD): new var, add all subdirs
298         libs here.
299
300 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
301
302         * Makefile.am: make controllers subdir before xforms.
303
304         * Dialogs.h: (add, destroySplash): moved out of line and into Dialogs.C.
305
306         * Dialogs.C: new file, instantiating the add, destroySplash methods.
307
308 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
309
310         * Liason.[Ch] (setMinibuffer): change second arg to string
311
312         * Dialogs.h: inherit privately from noncopyable
313
314 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
315
316         * Dialogs.h: s/popup/dialog/
317
318 2001-03-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
319
320         * Liason.C (printBuffer): do not forget file name
321         when printing with empty print_spool_command.
322
323 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
324
325         * ButtonPolicies.[Ch]: removed (thought I did this before?). The files
326         are now stored in the controllers dir.
327
328 2001-03-16  Juergen Vigna  <jug@sad.it>
329
330         * Dialogs.h (noncopyable): added minipage signals.
331
332 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
333
334         * several files: remove CXX_WORKING_NAMESPACES
335
336         * ButtonPolicies.h: noncopyable is in namespace boost
337         * Dialogs.h (noncopyable): ditto
338         * DialogBase.h (noncopyable): ditto
339
340 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
341
342         * Merging changes from BRANCH_MVC back into HEAD.
343
344         * Makefile.am: added controllers to SUBDIRS.
345         removed ButtonPolicies.[Ch]. Now in controllers.
346
347         * DialogBase.h: commented out abstract method show().
348
349         * Dialogs.h: The dialogs are now stored as a
350         std::vector<boost::shared_ptr<DialogBase> >.
351         Removed using directives.
352         (d-tor) removed.
353         (add): new helper method. Makes code in c-tor a little tidier.
354         (destroySplash): Moved out of xforms implementation.
355
356         * ButtonPolicies.[Ch]: moved to controllers/ButtonPolicies.[Ch]
357
358 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
359
360         * Dialogs.h: add showMathPanel signal
361
362 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
363
364         * Dialogs.h: add showExternal signal
365
366 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
367
368         * Dialogs.h: add pointer to splash form
369
370         * GUIRunTime.h: minor cleanup
371
372 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
373
374         * Dialogs.h: remove createInclude
375
376 2001-02-26  John Levon  <moz@compsoc.man.ac.uk>
377
378         * Makefile.am
379         * FileDialog.h: new GUII FileDialog
380
381 2001-02-23  Edwin Leuven <leuven@fee.uva.nl)
382
383         * Dialogs.h: setUserFreeFont, showLayoutCharacter
384
385 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
386
387         * DialogBase.h: derived from noncopyable, rather than deriving
388         xforms/FormBase from it.
389
390 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
391
392         * DialogBase.C: add close(), non-pure. This is
393           useful for logdlg.C in the KDE frontend.
394
395         * Dialogs.h: splash, include, and bib forms
396
397 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
398
399         * ButtonPolicies.C:
400         * ButtonPolicies.h: and remove OkViewPolicy,
401           it's a duplicate of IgnorantPolicy
402
403         * Makefile.am:
404         * Timeout.C:
405         * Timeout.h: add GUI-I Timeout class
406
407 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
408
409         * ButtonPolicies.C:
410         * ButtonPolicies.h: add OkViewPolicy
411
412         * src/frontends/Dialogs.h: add showVCLogFile signal
413
414 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
415
416         * Makefile.am: add qt2 frontend