]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/ChangeLog
menubackend changes to prepare for toc migration
[lyx.git] / src / frontends / xforms / ChangeLog
1 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2
3         * Menubar_pimpl.C (create_submenu): updates due to changes in
4         menubackend. 
5
6 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7
8         * XMiniBuffer.h: add connection objects, and use them
9         * XMiniBuffer.C (XMiniBuffer): here and
10         (dd_init): here
11
12         * XFormsView.h: add connection objects, use them
13         * XFormsView.C (XFormsView): here
14
15 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
16
17         * XFormsView.C: don't call toolbar_->set() 
18
19         * Toolbar_pimpl.h:
20         * Toolbar_pimpl.C: rationalise code, remove half-working
21           update stuff into simple add()
22  
23 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
24
25         * lyx_gui.C: add lyx_gui::exit()
26
27 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
28
29         * Toolbar_pimpl.h:
30         * Toolbar_pimpl.C: remove ->push()
31
32 2002-07-22  Herbert Voss  <voss@lyx.org>
33
34         * FormGraphics.C: add tooltips, changesize_type to size_kind.
35         some rearrangements to the code
36
37 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
38
39         * FormToc.C: std:: fix
40
41 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
42
43         * Menubar_pimpl.h: do not include "MenuBackend.h" and "commandtags.h"
44
45         * Toolbar_pimpl.h: do not include "combox.h", "ToolbarDefaults.h"
46         and "commandtags.h"
47
48         * Toolbar_pimpl.C: use BufferParams::getLyXTextClass
49
50         * FormSendto.C:
51         * FormParagraph.C:
52         * FormMinipage.C:
53         * FormGraphics.C:
54         * FormForks.C:
55         * FormCitation.C:
56         * DropDown.C: update to use new getString and getVector
57
58         * xforms_helpers.[Ch]: replace getVectorFromChoice and
59         getVectorFromBrowser by getVector; replace getStringFromInput,
60         getStringFromBrowser and getSelectedStringFromBrowser with
61         getString, which works with input, choice and browser objects
62
63         * Menubar_pimpl.C:
64         * FormToc.C: update to use new toc.[Ch]
65
66 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
67
68         * XFormsView.C: move autosave timer to LyXView.C
69
70 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
71
72         * Menubar_pimpl.[Ch]: remove support for multiple menubars
73
74 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
75
76         * XMiniBuffer.h:
77         * XMiniBuffer.C: cleanup, make start/end history work as before
78
79 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
80
81         * FormMathsDelim.C:
82         * FormMathsMatrix.C: fix dispatch calls nicely
83
84 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
85
86         * Menubar_pimpl.C (add_toc): avoid crash when there is no document
87         open
88
89         * Menubar_pimpl.[Ch]: turn owner_ into a XFormsView, to avoid casting
90
91 2002-04-28  Herbert Voss  <voss@perce.de>
92
93         * FormGraphics.C:
94         * forms/form_graphics.fd: add a new check button for LyXAspectRatio.
95
96 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
97
98         * DropDown.h:
99         * DropDown.C: remove unneeded LyXView *
100
101         * XFormsView.h:
102         * XFormsView.C: changes for minibuffer rework
103
104         * XMiniBuffer.h:
105         * XMiniBuffer.C: use ControlCommandBuffer. Move relevant
106           old code to here
107
108         * lyx_gui.C: add FIXME
109
110 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
111
112         * FormMathsDelim.C:
113         * FormMathsMatrix.C: fix dispatch calls
114
115 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
116
117         * Menubar_pimpl.C:
118         * Toolbar_pimpl.C:
119         * lyx_gui.C:
120         * XformsView.C: remove initMiniBuffer(), verboseDispatch()
121
122         * xfont_loader.C: remove call to messagePush(),Pop()
123
124 2002-07-17  Dekel Tsur  <dekelts@tau.ac.il>
125
126         * FormFiledialog.C: Add missing #include
127
128 2002-07-17  Angus Leeming  <leeming@lyx.org>
129
130         * xformsImage.C (init_graphics): disable direct loading of PostScript
131         files. It's more effort than it's worth.
132
133 2002-07-17  André Pönitz <poenitz@gmx.net>
134
135         * FormPreferences.C: add help for $$s feature, lots of stupid "code
136          beautifying"
137
138 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
139
140         * FormPreferences.C:
141         * forms/form_preferences.fd: remove 2nd exit confirmation
142
143 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
144
145         * XFormsView.h:
146         * XFormsView.C: hook up view_state_changed
147
148 2002-07-16  Angus Leeming  <leeming@lyx.org>
149
150         * XPainter.C: add some #ifdef ugliness to enable the home grown image
151         loader to work too.
152
153 2002-07-16  André Pönitz <poenitz@gmx.net>
154
155         * FormFiledialog.[Ch]: rename member variables, rewrite some functions
156
157 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
158
159         * xformsImage.h:
160         * xformsImage.C: add isDrawable()
161
162         * XPainter.C: use static cast to xformsImage
163
164 2002-07-14  Angus Leeming  <leeming@lyx.org>
165
166         * lyx_gui.C (C_read_callback): give it extern "C" linkage.
167
168 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
169
170         * lyx_gui.C: add set_read_callback()
171
172 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
173
174         * lyx_gui.C: move init_graphics() into setup
175
176 2002-07-12  Angus Leeming  <leeming@lyx.org>
177
178         * xformsImage.C (width): apply fudge irrespective of library version.
179
180 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
181
182         * Toolbar_pimpl.h:
183         * Toolbar_pimpl.C: remove unused (de)activate()
184
185 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
186
187         * lyx_gui.C: implement update_fonts(), font_available()
188
189 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
190
191         * lyx_gui.C: add update_color()
192
193 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
194
195         * FormPreferences.C:
196         * forms/form_preferences.fd: remove file->new asks for name
197
198 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
199
200         * XWorkArea.h:
201         * XWorkArea.C: do a copy area on redraw when no geometry change
202
203 2002-07-11  Herbert Voss  <voss@perce.de>
204
205         * FormGraphics.C (input): test also the height for %-value, when
206         importing the latex-value into the lyx-view
207
208 2002-07-10  Andrew Zabolotny  <zap@cobra.ru>
209
210         * XMiniBuffer.C (peek_event):
211         * combox.C (peek_event):
212         * DropDown.C (peek): support keypad keys
213
214 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
215
216         * xscreen.C: add const
217
218 2002-07-09  Angus Leeming  <leeming@lyx.org>
219
220         * xformsImage.C (scale): use boost::tie.
221         (width): fudge to fix bug in image width for xforms <= 0.89.6.
222
223 2002-07-08  Angus Leeming  <leeming@lyx.org>
224
225         * forms/fdfix.sh: whitespace.
226
227 2002-07-05  Angus Leeming  <leeming@lyx.org>
228
229         * lyx_gui.C (hexname): new function.
230
231 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
232
233         * lyx_gui.C (init_graphics): boost::function assign, not
234         boost::signal connect.
235
236         * combox.C (Combox): what remove does is now done implicitly from
237         XFormsView destructor.
238
239         * XMiniBuffer.C (peek_event): comment last arg to avoid warning.
240
241         * XFormsView.h: form_ is now a raw pointer not a scoped_ptr.
242
243         * XFormsView.C (XFormsView): hide and free form_
244         (getForm): raw pointer return
245         (create_form_form_main): raw pointer set
246
247         * Toolbar_pimpl.C (toolbarItem): whet clean does is now done
248         implicitly from XFormsView destructor.
249
250 2002-07-04  André Pönitz <poenitz@gmx.net>
251
252         * FormInset.[Ch]: reduce #include depencies
253
254         * guiapi.C: suppress compiler warning
255
256 2002-06-27  Juergen Spitzmueller <j.spitzmueller@gmx.de>
257
258         * FormInclude.C: Comment out unneeded and wrong update mechanism
259         (related to bug #459)
260         *forms/form_include.fd: define missing callbacks (bug #459)
261
262 2002-07-03  Vitaly Lipatov  <LAV@VL3143.spb.edu>
263
264         * FormDocument.C (build): add pt154 encoding
265
266 2002-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
267
268         * Tooltips.C (Tooltips): add Dialogs to constructor arg.
269
270 2002-07-01  Angus Leeming  <leeming@lyx.org>
271
272         * forma/Makefile.am: keep "make clean" consistent with Kayvan's fix.
273
274 2002-07-01  Kayvan A. Sylvan  <kayvan@sylvan.com>
275
276         * forms/fdfix.sh: fix compilation failure on WinXP.
277
278 2002-06-28  Angus Leeming  <leeming@lyx.org>
279
280         * XPainter.[Ch]: changes associated with the name change
281         grfx::GImage -> grfx::Image.
282
283         * xformsGImage.[Ch]: deleted.
284         * xformsImage.[Ch]: new files, reflecting changed class name.
285
286         * Makefile.am:
287         * lyx_gui.C: associated changes.
288
289 2002-06-27  Juergen Spitzmueller <j.spitzmueller@gmx.de>
290
291         * FormPreferences.C
292         * forms/formPreferences.fd: Add a checkbox for Andrés new toy (preview)
293
294 2002-06-26  Angus Leeming  <leeming@lyx.org>
295
296         * xformsGImage.C (load, setPixmap): changes aassociated with moving
297         grfx::DisplayType out of grfx::GParams.
298
299 2002-06-25  Angus Leeming  <leeming@lyx.org>
300
301         * FormPreferences.C (LnFmisc::apply): Comment out the call to
302         grfx::GCache::changeDisplay. The method no longer exists now that the
303         pixmap generation part of the graphics loader has been moved into
304         InsetGraphics.
305
306 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
307
308         * Toolbar_pimpl.C: layout as layout
309
310 2002-06-21  Angus Leeming  <leeming@lyx.org>
311
312         * xscreen.C: add a using std::endl directive.
313
314 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
315
316         * FormPreferences.h:
317         * FormPreferences.C:
318         * forms/form_preferences.fd: remove show_banner, display_shortcuts
319
320 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
321
322         * XWorkArea.h:
323         * XWorkArea.C: remove splash, should be handled in
324           LyXScreen::greyOut()
325
326 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
327
328         * forms/form_texinfo.fd: "Update List" not "Rescan"
329
330 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
331
332         * guiapi.C: createIndex() changed
333
334 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
335
336         * FormBibtex.C: use new lyx::eliminate_duplicates
337
338 2002-06-20 Herbert Voss  <voss@perce.de>
339
340         * FormBibtex.C:
341         * forms/form_bibtex.fd: give better support for choosing the
342         bibstyle (new browserfield with the available bibstyles).
343         move some code of ControlTexinfo into a helper
344         file support/tex-helpers to use some of the functions
345
346 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
347
348         * XWorkArea.h:
349         * XWorkArea.C: remove unused code, name change
350
351 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
352
353         * XLyXKeySym.h:
354         * XLyXKeySym.C: whitespace
355
356 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
357
358         * XWorkArea.h: remove focus stuff, greyOut()
359
360 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
361
362         * XWorkArea.C: remove focus/unfocus events
363
364 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
365
366         * XWorkArea.h: remove unused methods
367
368 2002-06-15  Martin Vermeer  <martin.vermeer@hut.fi>
369
370         * FormMathsDelim.C: Redesign of Delimiters dialogue in mathed.
371           Cleaner, smaller.
372
373 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
374
375         * XWorkArea.h: remove unused width()
376
377 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
378
379         * guiapi.C: fix compile with libAiksaurus
380
381 2002-06-17  Herbert Voss  <voss@perce.de>
382
383         * forms/.cvsignore: ignore the *.lo files
384
385 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
386
387         * FormSearch.h:
388         * FormSearch.C: focus and select search string on open (bug #77)
389
390 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
391
392         * changes to let the function setup happen in frontends
393
394         * guiapi.C: new file
395
396 2002-06-16    <alstrup@diku.dk>
397
398         * xscreen.C (draw): After drawing, we wait for X with XSync..
399
400         * XWorkArea.[Ch]: Xforms implementation of GUII WorkArea.
401
402         * XPainter.[Ch]: Use XWorkArea instead of WorkArea.
403
404         * xscreen.[Ch]: Use XWorkArea instead of WorkArea.
405
406         * WorkAreaFactory.C: New file for GUII WorkArea.
407
408         * LyXScreenFactory.C: WorkArea GUIIized.
409
410 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
411
412         * LyXKeySymFactory.C: Added XForms implementation.
413
414         * XLyXKeySym.[Ch]: Added XForms implementation of the LyXKeySym
415         stuff.
416
417         * XWorkArea.[Ch]: Use LyXKeySym in signal interface for keypress.
418
419 2002-06-14  Lyx Development team  <lyx@electronia>
420
421         * LyXScreenFactory.C: Implementation for XForms.
422
423         * xscreen.[Ch]: Added implementation of LyXScreen for XForms,
424         called XScreen (surprise!).
425
426 2002-06-14  Angus Leeming  <leeming@lyx.org>
427
428         * forms/Makefile.am: make the .Ch files dependent on the fdfix files.
429
430         * fdfix.sh: test whether "fdesign -convert file.fd" succeeds and
431         if not, exit gracefully.
432         Test whether the newly generated .h file is different from the existing
433         one and if not discard it to prevent unnecessary recompilation in the
434         xforms directory.
435
436 2002-06-14  Angus Leeming  <leeming@lyx.org>
437
438         * FormPreferences (XYZ::build): pass "&parent_" to build_xyz, not
439         "this", ro we'll get a crash following FormBaseDeprecated's
440         C_PrehandlerCB cast of ob->form->u_vdata to FormBaseDeprecated *.
441
442         This is the only form in which all the folders are not built in the
443         parent class direct, so this is the only one that should suffer from
444         this bug.
445
446 2002-06-12  Angus Leeming  <leeming@lyx.org>
447
448         * form_*.[Ch]: removed from the repository.
449         * forms/Makefile.am:
450         * forms/fdfix.sh: changes to generate form_*.[Ch] automatically.
451
452         * forms/form_*.fd: use a consistent naming convention for the fdesign
453         generated FD_xyz structs. For example, form_aboutlyx.h now contains:
454         struct FD_aboutlyx;
455         struct FD_aboutlyx_version;
456         struct FD_aboutlyx_credits;
457         struct FD_aboutlyx_license;
458
459         * forms/fdfix[ch].sed: no longer write the build routines for the
460         fdesign generated FD_xyz structs as member methods of the controlling
461         FormXyz class. It's unnecessary and needs patch files in addition to
462         the sed magic to work properly. Thus, the structs above are now
463         generated by routines
464         FD_aboutlyx * build_aboutlyx(void *);
465         FD_aboutlyx_version * build_aboutlyx_version(void *);
466         FD_aboutlyx_credits * build_aboutlyx_credits(void *);
467         FD_aboutlyx_license * build_aboutlyx_license(void *);
468
469         * forms/README: document all the above.
470
471         * forms_fwd.h: new file to forward declare FL_OBJECT, FL_FORM.
472
473         * forms_gettext.[Ch]: new files containing only the scex, idex functions
474         stored previously in xforms_helpers.[Ch].
475
476         * xforms_helpers.[Ch]: removed scex, idex functions.
477
478         * Most other files: minor changes associated with the above.
479
480 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
481
482         * XWorkArea.h:
483         * XWorkArea.C: move scrolling logic into here
484
485         * ColorHandler.h:
486         * ColorHandler.C:
487         * XPainter.h:
488         * XPainter.C: remove unused stuff, s/PainterBase/Painter/,
489         s/Painter/XPainter/
490
491 2002-06-12  Angus Leeming  <leeming@lyx.org>
492
493         * lyx_gui.C (parse_init): exit isn't in namespace lyx_gui!
494
495 2002-06-12  Angus Leeming  <leeming@lyx.org>
496
497         * FormParagraph.C: include ParagraphParameters.h now that
498         ParagraphParameters is forward declared in ControlParagraph.h.
499
500 2002-05-24  Martin Vermeer  <martin.vermeer@hut.fi>
501
502         * FormMathsDelim.C: fix delimiter pre-display rendering
503           mess-up bug (354)
504
505 2002-06-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
506
507         * xformsGImage.h: do not rely on FLIMAGE_H_LOCATION anymore
508
509 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
510
511         * XFormsView.h:
512         * XFormsView.C: move init() back to LyXView
513
514 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
515
516         * GUIRunTime.C: remove in favour of ...
517
518         * Makefile.am:
519         * lyx_gui.C: ... GUI startup namespace
520
521         * XFormsView.h:
522         * XFormsView.C: change show() prototype
523
524         * XPainter.C:
525         * xfont_loader.C: don't use GUIRunTime any more
526
527 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
528
529         * ColorHandler.C:
530         * FontInfo.h:
531         * FormBase.C:
532         * FormBaseDeprecated.C:
533         * MathsSymbols.C:
534         * Menubar_pimpl.C: minor cleanups
535
536 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
537
538         * xformsGImage.C:
539         * FontInfo.h:
540         * FontInfo.C: some cleanup
541
542         * XWorkArea.C:
543         * XFormsView.h:
544         * XFormsView.C: some minor cleanup, use of
545           scoped_ptr
546
547         * xfont_loader.h:
548         * xfont_loader.C: rename
549
550 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
551
552         * XWorkArea.h:
553         * XWorkArea.C: use workHeight(), remove enter/leaveView
554
555 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
556
557         * XWorkArea.h:
558         * XWorkArea.C: remove belowMouse() and active()
559
560 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
561
562         * xfont_metrics.h:
563         * xfont_metrics.C:
564         * XPainter.C: X-specific metrics stuff moved into xforms/ only
565
566 2002-06-11  Edwin Leuven  <leuven@fee.uva.nl>
567
568         * FormParagraph.[Ch]: moved to mvc
569         * form_paragraph.[Ch]: idem
570         * forms/form_paragraph.fd: idem
571         * Dialogs.C: idem
572
573 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
574
575         * GUIRunTime.C (initialiseGraphics): condition the choice of
576         loader on USE_XFORMS_IMAGE_LOADER
577
578         * xformsGImage.C (init_graphics): do not initialize jpeg support
579         if not available
580
581 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
582
583         * xformsGImage.h: use FLIMAGE_H_LOCATION to include flimage.h.
584
585 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
586
587         * FormMathsPanel.C: do not include ButtonController.tmpl
588         * FormPreferences.C: ditto
589         * xformsBC.C: ditto
590
591         * FormBase.h (controller): remove ViewBase:: prefix
592
593 2002-06-07  Angus Leeming  <leeming@lyx.org>
594
595         Fixes needed to compile with Compaq cxx 6.5.
596         * ColorHandler.C:
597         * DropDown.C:
598         * FormThesaurus.C:
599         all c-library variables have been moved into namespace std.
600         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
601
602         * XFormsView.C: add a using std::abs directive.
603
604         * FormBase.h (FormCB::controller): I have had to prefix base class
605         methods with Base:: Wierd!
606
607 2002-06-04  John Levon  <moz@compsoc.man.ac.uk>
608
609         * xformsGImage.h: an xforms build fix
610
611 2002-06-02  Michael A. Koziarski  <michael@koziarski.com>
612
613         * Tooltips.C: fix some sigc++ -> boost errors.
614
615 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
616
617         * GUIRunTime.C:
618         * XFormsView.C:
619         * XWorkArea.C:
620         * xforms_resize.C:
621         * xformsGImage.h: fixes for xforms 1.0 version
622           checking
623
624 2002-05-10  Herbert Voss  <voss@perce.de>
625
626         * FormInclude.C (input, update): disable load-button when
627         "use verbatim" is enabled
628
629 2002-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
630
631         * FileDialog.C (FileDialog): fix () bug when using new
632         * xformsGImage.C (newImage): ditto
633         * Toolbar_pimpl.C (Pimpl): ditto
634         * xfont_loader.C (getFontinfo): ditto
635
636 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
637
638         * switch from SigC signals to boost::signals.
639
640         * Dialogs.C (Dialogs): simplify creation of dialog objects a bit.
641
642 2002-05-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
643
644         * FormDocument.C (input): set preamble too when saving default
645         template.
646
647 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
648
649         * Makefile.am:
650         * XWorkArea.h:
651         * XWorkArea.C: moved here
652
653 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
654
655         * ColorHandler.h:
656         * ColorHandler.C:
657         * FontInfo.h:
658         * FontInfo.C: moved here
659
660         * xfont_loader.h:
661         * xfont_loader.C: moved here
662
663         * Makefile.am:
664         * xfont_metrics.C: changes from above
665
666 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
667
668         * Makefile.am:
669         * XPainter.C:
670         * xfont_metrics.h:
671         * xfont_metrics.C: moved font metrics code
672
673 2002-05-24  Juergen Vigna  <jug@sad.it>
674
675         * FormMathsBitmap.C: include local includes first (selfcontainment)
676         * FormMathsBitmap.h: include LString.h first.
677
678 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
679
680         * XFormsView.C:
681         * lyxlookup.h:
682         * lyxlookup.C:
683         * Makefile.am: move here
684
685 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
686
687         * DropDown.h:
688         * FileDialog.C:
689         * FormBaseDeprecated.C:
690         * FormDocument.C:
691         * FormIndex.C:
692         * FormInset.C:
693         * FormMathsBitmap.C:
694         * FormMathsDelim.C:
695         * FormMathsMatrix.C:
696         * FormMathsPanel.C:
697         * FormParagraph.C:
698         * FormPreferences.C:
699         * FormPrint.C:
700         * FormTabular.C:
701         * Makefile.am:
702         * XFormsView.h:
703         * XFormsView.C: LyXView is now in frontends/,
704         XFormsView moved to here
705
706 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
707
708         * Makefile.am:
709         * XPainter.h:
710         * XPainter.C: move Painter here
711
712 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
713
714         * Menubar_pimpl.C: add scoped_ptr.hpp
715
716         * FormPrint.h: remove smart_ptr.hpp
717
718         * FormBase.h: use more specific smart_ptr header
719         * FormCharacter.h: ditto
720         * FormMathsStyle.h: ditto
721         * FormAboutlyx.h: ditto
722         * Menubar_pimpl.h: ditto
723         * FormTabular.h: ditto
724         * FormPreferences.h: ditto
725         * FormParagraph.h: ditto
726         * FormMathsSpace.h: ditto
727         * FormMathsPanel.h: ditto
728         * FormMathsMatrix.h: ditto
729         * FormMathsDelim.h: ditto
730         * FormMathsDeco.h: ditto
731         * FormGraphics.h: ditto
732         * FormDocument.h: ditto
733
734 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
735
736         * FormCharacter.C: avoid mis-treating Combox as FL_OBJECT
737           (bug 406) (from Angus)
738
739 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
740
741         * FormDocument.C (language_apply): Fix language changing.
742
743 2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
744
745         * Tooltips.C: enable tooltips by default.
746
747 2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
748
749         * xforms_resize.h: improve the doc++ comments.
750
751         * xforms_resize.C (get_tabfolder_numfolders): new helper function,
752         wrapping fl_get_tabfolder_numfolders if it exists and otherwise
753         providing this info "somehow".
754         Constify a few variables.
755         whitespace changes.
756
757 2002-05-06  Angus Leeming  <a.leeming@ic.ac.uk>
758
759         * FormBase.C (show):
760         * FormBaseDeprecated.C (show): having built the dialog, ensure that it
761         is widened sufficiently to display wholely the tabs of any
762         tabbed-folders. This is more than just cosmetic as it will prevent
763         crashes when selecting a partly displayed tab. (The problem occurs
764         with a "long" locale like German and xforms < 0.9999.)
765
766         * xforms_resize.[Ch]: new files doing the grunt work of ascertaining
767         by how much a dialog should be scaled to show its tabs fully (should
768         it have a tabfolder).
769
770 2002-05-08  Garst Reese  <reese@isn.net>
771
772         * FormMathsDeco.C: fix offset to normal size decos.
773
774 2002-05-03  Angus Leeming  <a.leeming@ic.ac.uk>
775
776         * xformsGImage.C (rotate): work-around xforms bug when rotating by
777         270 degs.
778
779 2002-05-02  Herbert Voss  <voss@perce.de>
780
781         * FormBibtex.C (apply): a change from a style to an empty one
782         (which is valid) wasn't saved
783
784 2002-05-02  Herbert Voss  <voss@perce.de>
785
786         * FormGraphics.C (input): do not read bb new when it was changed
787
788 2002-04-30  Rob Lahaye <lahaye@users.sourceforge.net>
789
790         * FormDocument.C: "USletter" -> "US letter" etc., "Other" -> "Custom".
791         * FormParagraph.C: "Other" -> "Custom"
792         * FormPreferences.C: "USletter" -> "US letter" etc.
793         * forms/form_document.fd: 'Papersize" -> "Paper size" style consistency
794         * forms/form_preferences.fd: style consistency
795
796 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
797
798         * FormCharacter.C:
799         * FormDocument.C:
800         * FormPreferences.C (findPos): remove this template to xforms_helpers.h.
801
802         * xforms_helpers.h (findPos): new template.
803
804         * FormGraphics.h: store a vector<string> origins_ of the LaTeX names
805         for the rotation origins.
806
807         * FormGraphics.C: internationalise the rotation origin strings in the
808         choice using the same approach as used for the language names in the
809         Character, Document, Preferences dialogs.
810
811 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
812
813         * FormCharacter.C:
814         * FormDocument.C:
815         * FormPreferences.C: use the bool flag to getLanguageData as
816         appropriate. No longer translate the strings as this is done in
817         getLanguageData.
818
819 2002-04-29  John Levon  <moz@compsoc.man.ac.uk>
820
821         * FormBibtex.C:
822         * FormCitation.C: fix two typos
823
824 2002-04-29  Angus Leeming  <a.leeming@ic.ac.uk>
825
826         * FormCharacter.h:
827         * FormDocument.h:
828         * FormPreferences.h: store a vector<string> lang_ of language
829         identifiers.
830
831         * FormCharacter.C: changes associated with frnt::getLanguageData
832         returning a vector<LanguagePair> rather than a vector<string>.
833
834         * FormDocument.C:
835         * FormPreferences.C: internationalise the languages on display, similar
836         to the changes in FormCharacter.C.
837
838 2002-04-26  John Levon  <moz@compsoc.man.ac.uk>
839
840         * FormMathsPanel.C: translate Close
841         * FormGraphics.C: a little more translation
842
843 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
844
845         * FormCitation.C (apply, input): ensure that the choice is always valid.
846
847         * forms/fdfixc.sed: use "_shortcut" rather than "shortcut" as an
848         identifier when performing one of the substitutions. "shortcut" can
849         reasonably appear in the label.
850
851 2002-04-25  Rob Lahaye <lahaye@users.sourceforge.net>
852
853         * Makefile.am: fix typo "shoul go to" -> "should go to".
854
855         * forms/form_preferences.fd: Modify naming for Converter flags
856         ("Extra flags") and remove a couple of shortcut-clashes.
857
858         * FormPreferences.C: Modify 'tooltip' info for Converter flags.
859
860 2002-04-23  Juergen Spitzmueller <j.spitzmueller@gmx.de>
861
862         * FormBibtex.C: Do not use a blank after the comma for multiple
863         bib-files (which is not read in correctly).
864
865 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
866
867         * FormCitation.C (fillChoice): If the getCiteStrings vec is empty,
868         disable the choice.
869
870 2002-04-19  Juergen Vigna  <jug@sad.it>
871
872         * FormParagraph.C (changedParagraph): don't check for p == par_ as
873         we don't set par_ on a changedParagraph call so we don't resete the
874         buttons and message when we return to the original paragraph!
875
876 2002-04-17  Rob Lahaye <lahaye@users.sourceforge.net>
877
878         * forms/cvsignore: add Makefile.
879
880 2002-04-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
881
882         * forms/Makefile.am: make it a dummy make file + extra dist
883
884 2002-04-14  Herbert Voss  <voss@perce.de>
885
886         * FormCharacter.C
887         * FormExternal.C: adding #include "support/lstrings.h"
888         for the getStringFromVector and vice versa
889
890 2002-04-12  Angus Leeming  <a.leeming@ic.ac.uk>
891
892         * FormParagraph.C (changedParagraph): ensure that the warning message
893         is removed if the underlying paragraph will accept our changes.
894
895 2002-04-09  Herbert Voss  <voss@perce.de>
896
897         * FormGraphics.C: allow rotate-values like 270.1
898         * xformsGImage.C (rotate): get the right rotate-angle from
899         GraphicParams
900
901 2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>
902
903         * xformsGImage.C (clip): no need to check if the width, height are > 0
904         because the BoundingBox would be empty() in this weren't the case.
905
906 2002-04-08  Juergen Spitzmueller <j.spitzmueller@gmx.de>
907
908         * FormDocument.[Ch]: Add a new method UpdateClassParams
909         which is used in CheckChoiceClass to update the fontsizes
910         and other necessary stuff (pagestyle) on class change
911         (hopefully finally fix bug #306)
912
913 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
914
915         * forms/Makefile.am (SUFFIXES): instead of .SUFFIXES
916         (updatesrc): delete wrong version
917
918 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
919
920         * forms/.cvsignore: add Makefile.in
921
922         * forms/Makefile.am: make distcheck work, new file
923
924         * Makefile.am: make distcheck work
925
926 2002-04-05  Herbert Voss  <voss@perce.de>
927
928         * FormGraphics.C: use correct unit bp (big point - PostScript point)
929         for the bounding box values
930
931 2002-04-05  Angus Leeming  <a.leeming@ic.ac.uk>
932
933         * FormGraphics.C (updateBB, input): Don't set the path of the file
934         passed to readBB. Let the controller do that because it knows about
935         the buffer (and therefore the path) whereas the view has no idea.
936
937 2002-04-04  Angus Leeming  <a.leeming@ic.ac.uk>
938
939         * xformsGImage.C (clip): ensure that the clipped image has sensible
940         dimensions.
941
942 2002-04-04  Herbert Voss  <voss@lyx.org>
943
944         * FormGraphics.C (updateBB):  new method to read the BBox when reading
945         a new file or changing an existing one.
946
947 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
948
949         * FormCharacter.C (findPos): add a missing typename
950
951 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
952
953         * FeedbackController.C:
954         * FormBibtex.C:
955         * FormCitation.C:
956         * FormForks.C:
957         * FormMathsBitmap.C:
958         * FormPreferences.C:
959         * FormSendto.C:
960         * FormTexinfo.C:
961         * Tooltips.C:
962         * xforms_helpers.C: use _() correctly rather than N_().
963
964 2002-03-28  Juergen Spitzmueller <j.spitzmueller@gmx.de>
965
966         * FormDocument.C (CheckChoiceClass): update the necessary class
967         settings on class change (fix bug #306)
968
969 2002-03-27  Herbert Voss  <voss@lyx.org>
970
971         * xforms_helpers.h:
972         * FormGraphics.C:  change c%, l%, p% t% to col%, line%, page%
973         and text%
974
975 2002-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
976
977         * MathsSymbols.[Ch]: remove #include "bmtable.h" & "FormMathsPanel.h".
978         Move enum MathsCallbackValues from FormMathsPanel.h to MathsSymbols.h.
979         The MathsSymbols are now xforms-independent.
980
981         * FormMathsPanel.h: #include MathsSymbols.h for the enum.
982
983 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
984
985         * FormPreferences.C (browse): don't use BrowseRelPath here you noodle!
986
987         * FormGraphics.C (input): don't disallow the input of a file that's
988         not there.
989
990 2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
991
992         * FormParagraph.C (changedParagraph): whitespace.
993
994         * xforms_helpers.C: rearrange #includes.
995
996         * RadioButtonGroup.[Ch]: rename some of the methods. Remove #if 0 code.
997
998         * FormPrint.C: changes associated with changes to RadioButtonGroup.
999
1000         * FormGraphics.C:
1001         * forms/form_graphics.fd: rename some of the widgets.
1002
1003 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
1004
1005         * FormGraphics.C (input): don't activate the Ok, Apply buttons if the
1006         file can't be found.
1007
1008         * FormParagraph.C (changedParagraph): activate the Ok, Apply buttons
1009         only if the underlying paragraph will accept changes.
1010
1011         * FormPreferences.C (browse): use Jean-Marc's browseRelFile.
1012
1013         * xforms_helper.C (updateWidgetsFromLength): fix crash when trying to
1014         set the choice to a unit that isn't present in the choice!
1015         Also remove #if 0 sections of code.
1016
1017 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1018
1019         * several files: ws cleanup
1020
1021 2002-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1022
1023         * lots: whitespace changes.
1024
1025 2002-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1026
1027         * FormParagraph.C: a little more factorisation.
1028
1029 2002-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1030
1031         * xforms_helpers.C (setCursorColor):
1032         * Tooltips.C (set): remove XC_question_arrow code.
1033
1034         * FeedbackController.[Ch] (clearMessage): new method.
1035
1036         * FeedbackController.C (postMessage): the warning message is now
1037         displayed in red!
1038
1039         * FormParagraph.C: define some helper functions to minimise the amount
1040         of repeated code.
1041
1042         * FormDocument.C:
1043         * FormGraphics.C:
1044         * FormMinipage.C:
1045         * FormTabular.C: use the FeedbackController to post the warning
1046         messages.
1047
1048 2002-03-19  André Pönitz <poenitz@gmx.net>
1049
1050         * FormParagraph.C: whitespace changes
1051
1052 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
1053
1054         * Tooltips.[Ch] (initTooltip): renamed init. In the 0.89 version, no
1055         longer call fl_set_object_helper as this routine respects line breaks
1056         only if the dialog is visible.
1057         (getTooltip): renamed as get.
1058         (toggleTooltips): renamed as set and made public.
1059
1060         * FormBase.C (show):
1061         * FormBaseDeprecated.C (show): move tooltip-inards into Tooltip.
1062
1063         * FormBibtex.C (build):
1064         * FormCitation.C (build):
1065         * FormForks.C (build):
1066         * FormSendto.C (build):
1067         * FormTexinfo.C (build):
1068         * Toolbar_pimpl.C (set): Tooltip::initTooltip -> Tooltip::init.
1069
1070         * xforms_helper.C (formatted): rewritten as a one-pass algorithm.
1071
1072 2002-03-18  Juergen Vigna  <jug@sad.it>
1073
1074         * FormTabular.C (update): deactivate left/right border settings for
1075         multicolumns if not an outer cell or no parent multicolumn cell.
1076
1077 2002-03-14  John Levon  <moz@compsoc.man.ac.uk>
1078
1079         * GUIRunTime.C: add spaces to error messages
1080
1081 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
1082
1083         * FormBase.C (show):
1084         * FormBaseDeprecated.C (show): set the initial state of the cursor.
1085
1086         * FormPreferences.C (Colors::apply()): use the helper function
1087         setCursorColor.
1088
1089         * Tooltips.C (toggleTooltips): proper fix for those Bad Window messages.
1090         Can only set the cursor if the dialog is visible.
1091
1092         * xforms_helpers.[Ch] (setCursorColor): new helper function to set the
1093         color of all cursors used by LyX.
1094         (XformsColor::read): use it.
1095
1096 2002-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
1097
1098         * forms/*.fd (except form_filedialog.fd which is v. scary :-():
1099         housekeeping changes.
1100         1. Ensure that all radio buttons are wrapped up within a group.
1101         2. Rename all button_cancel as button_close.
1102         3. Ensure that all objects follow the naming scheme outlined in
1103            forms/README
1104
1105         class             | prefix
1106         ------------------+-------
1107         FL_BROWSER        | browser
1108         FL_BUTTON         | button
1109         FL_PIXMAPBUTTON   | button
1110         FL_CHECKBUTTON    | check
1111         FL_CHOICE         | choice
1112         FL_COUNTER        | counter
1113         FL_DIAL           | dial
1114         FL_INPUT          | input
1115         FL_FRAME          | frame
1116         FL_LABELFRAME     | frame
1117         FL_ROUND3DBUTTON,
1118         RADIO_BUTTON      | radio
1119         FL_SLIDER         | slider
1120         FL_VALSLIDER      | slider
1121         FL_TABFOLDER      | tabfolder
1122         FL_TEXT           | text
1123
1124         The only exceptions to this are objects that are to be converted
1125         in the sed scripts. At the moment this applies only to bmtable:
1126
1127         Convert an FL_BUTTON to a FL_BMTABLE by using prefix "bmtable".
1128
1129 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1130
1131         * doxygen fixes.
1132
1133 2002-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
1134
1135         * FeedbackController.C: improve a comment.
1136
1137         * FormFiledialog.C: whitespace change.
1138
1139         * FormBibitem.C (build):
1140         * FormBibtex.C (build):
1141         * FormCitation.C (build):
1142         * FormDocument.C (build):
1143         * FormExternal.C (build):
1144         * FormGraphics.C (build):
1145         * FormInclude.C (build):
1146         * FormIndex.C (build):
1147         * FormMathsMatrix.C (build):
1148         * FormMinipage.C (build):
1149         * FormParagraph.C (build):
1150         * FormPrint.C (build):
1151         * FormRef.C (build):
1152         * FormSendto.C (build):
1153         * FormSpellchecker.C (build):
1154         * FormTabular.C (build):
1155         * FormThesaurus.C (build):
1156         * FormUrl.C (build): invoke setPrehandler for all FL_INPUT objects.
1157         Means that pasting with the middle mouse button will activate the
1158         Ok, Apply buttons.
1159
1160         * FeedbackController.C (MessageCB): fix crash by removing
1161         Assert(message_widget_) and returning silently in this case.
1162         Can happen quite justifiably.
1163
1164         * Most files: consistent comments at the top of the file, usable by
1165         sourcedoc.
1166
1167 2002-03-09  Herbert Voss  <voss@lyx.org>
1168
1169         * FormGraphics.C: test if file exists, simplify an if command
1170
1171 2002-03-10  John Levon  <moz@compsoc.man.ac.uk>
1172
1173         * FormToc.C: make goto not reset the dialog
1174
1175 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
1176
1177         * FeedbackController.[Ch]: new files, providing a standard interface to
1178         the feedback and warning messages. Created by stripping code out of
1179         FormBase.
1180
1181         * FormBase.[Ch]: strip out all the feedback code and simplify yet
1182         further the tooltips code.
1183
1184         * FormBase.[Ch]:
1185         * FormBaseDeprecated.[Ch]: Add a Tooltips pointer.
1186         Derive both classes from FeedbackController so daughter classes each
1187         have a common interface for same.
1188
1189         * Toolbar_pimpl.[Ch]: strip out all the tooltip code and use the
1190         Tooltips wrapper class.
1191
1192         * Tooltips.[Ch]: work out how to update tooltips when using
1193         xforms 0.89's fl_set_object_helper. Can now toggle tooltips with both
1194         xforms 0.88 and 0.89. Change the cursor to a "?" when in query mode
1195         and when the dialog has some tooltips.
1196
1197         * FormPreferences.[Ch]: strip out all the feedback code and use
1198         the FeedbackController.
1199
1200         * xforms_helpers.C: save the color of the gui pointer.
1201
1202         * FormBibtex.[Ch]:
1203         * forms/form_bibtex.fd:
1204         * FormCitation.[Ch]:
1205         * forms/form_citation.fd:
1206         * FormForks.[Ch]:
1207         * forms/form_forks.fd:
1208         * FormSendto.[Ch]:
1209         * forms/form_sendto.fd:
1210         * FormTexinfo.[Ch]:
1211         * forms/form_texinfo.fd: remove "Help" button and rejig for much
1212         simplified tooltips code.
1213
1214         * Makefile.am: add FeedbackController.[Ch].
1215
1216 2002-03-08  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1217
1218         * FormGraphics.C: Tiny stylistic correction.
1219
1220 2002-03-07  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1221
1222         * FormGraphics.C:
1223                 - Make radiobuttons change too when using Latex size in
1224                   lyxview and vice versa.
1225                 - Fix a typo where the value for height (lyxview) was
1226                   taken from width (size).
1227                 - Remove *%-values from lyxview.
1228                 - Add an Alert when using "Get Latex size" and that contains
1229                   *%-values.
1230         * FormTabular.C: Remove obsolete comment.
1231
1232 2002-03-07  Martin Vermeer <martin.vermeer@hut.fi>
1233
1234         * FormMathsDeco.C: add leftrightarrows to the bitmap.
1235
1236         * forms/form_maths_style.fd: reflect the changes in the bitmaps.
1237
1238 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
1239
1240         * xformsGImage.C (statusCB, errorCB): close the file streams once the
1241         image is loaded or if an error occurs.
1242         (init_graphics): FLIMAGE_SETUP setup must be static as xforms stores
1243         it permanently (and does not make a copy!).
1244
1245 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
1246
1247         * xformsGImage.[Ch]: new files. An image loader based on xforms library
1248         routines.
1249
1250         * GUIRunTime.C (initialiseGraphics): use the xforms image loader if
1251         your version of the xforms libraries is up to the task.
1252
1253         * Makefile.am: compile the xforms image loader if so configured.
1254
1255 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
1256
1257         * Dialogs.C (redrawGUI): removed to frontends/Dialogs.C
1258
1259         * Dialogs.C:
1260         * GUIRunTime.C (initialiseGraphics): moved to GUIRunTime.
1261
1262 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
1263
1264         * FormDocument.C (build): add a std:: qualifier to remove_if.
1265
1266 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1267
1268         * Toolbar_pimpl.[Ch]: layout as string
1269
1270         * FormParagraph.C: layout as string
1271
1272         * FormDocument.C (build): use remove_if and contains_functor
1273         layout as string
1274
1275 2002-03-01  Martin Vermeer <martin.vermeer@hut.fi>
1276
1277         * FormMathsBitmap.[Ch]:
1278         * FormMathsPanel.C: Give window titles to bit map sub-panels.
1279
1280 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
1281
1282         * Dialogs.C (initialiseGraphics): a new static method.
1283         Remove Allan's venerable description as I think it's past its sell-by
1284         date.
1285
1286 2002-02-28  John Levon  <moz@compsoc.man.ac.uk>
1287
1288         * FormBase.C:
1289         * FormBaseDeprecated.C:
1290         * FormFiledialog.C: possible fix to the Bad Window problems that some
1291         people have been experiencing.
1292
1293 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
1294
1295         * FormForks.C (input_button_all): resolve comparison between signed
1296         and unsigned.
1297
1298 2002-02-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1299
1300         * Menubar_pimpl.C (makeMenubar): ignore entries which are not
1301         submenus in menubar.
1302
1303 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
1304
1305         * FormForks.[Ch]:
1306         * forms/form_forks.fd: new files. A view for the Forked Child
1307         processes dialog, enabling the user to see what forked processes
1308         are running, and, if he so desires, to kill them.
1309
1310         * Dialogs.C: add the class Forked Child dialog.
1311
1312         * Makefile.am: add FormForks.[Ch], form_forks.[Ch].
1313
1314         * forms/makefile: add form_forks.fd.
1315
1316         * FormPreferences.C (LnFmisc::apply): rather ugly: call
1317         grfx::GCache::changeDisplay if the lyxrc.display_graphics changes.
1318
1319 2002-02-24  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1320
1321         * forms/form_graphics.fd: Enlarge Restore button.
1322         * FormGraphics.C: Set filter to bounding box input fields.
1323
1324 2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1325
1326         * Makefile.am: simpler obj. file compiling
1327
1328 2002-02-20  Juergen Vigna  <jug@sad.it>
1329
1330         * FormTabular.C (input): don't call the autoapply on exit input calls
1331         if we don't really have a change!
1332
1333 2002-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
1334
1335         * FormBase.h (FormCB): tiny bugfix.
1336
1337         * xforms_helpers.h: remove incorrect comment.
1338
1339 2002-02-18  Herbert Voss  <voss@lyx.org>
1340
1341         * FormGraphics.C: same units for LyX and Latex view, cosmetics
1342
1343 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
1344
1345         * Timeout_pimpl.[Ch] (running): new method.
1346
1347 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
1348
1349         * FormParagraph.C:
1350         * FormTabular.C: added a using std::remove_if directive.
1351
1352 2002-02-14  Herbert Voss  <voss@lyx.org>
1353
1354         * xforms_helpers.h: fix bug with "?%" units
1355
1356 2002-02-14  Rob Lahaye  <lahaye@users.sourceforge.net>
1357         * forms/form_graphics.fd:
1358         * form_graphics.C: minor layout changes, such as stretching all
1359         tab-windows to equal sizes and better keyboard-shortcuts.
1360
1361 2002-02-14  Rob Lahaye  <lahaye@users.sourceforge.net>
1362         * forms/form_graphics.fd:
1363         * form_graphics.C: minor layout changes, such as stretching all
1364         tab-windows to equal sizes and better keyboard-shortcuts.
1365
1366 2002-02-12  Herbert Voss  <voss@lyx.org>
1367
1368         * forms/form_graphics.fd:
1369         * form_graphics.[Ch]: small changes to the layout, mentioned
1370         by Rob
1371
1372         * FormGraphics.C: fix bug with use of updateWidget... when
1373         no unit is given.
1374
1375 2002-02-11  John Levon  <moz@compsoc.man.ac.uk>
1376
1377         * FormMinipage.C: return SMI_VALID on other form changes
1378
1379 2002-02-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1380
1381         * FormParagraph.C (update): [VSpace:] Delete the special method
1382         for gluelengths...
1383         * xforms_helpers.C: ...and move it here.
1384         Activate JMarcs new (shorter) code for updateWidgetsFromLengthString
1385         and updateWidgetsFromLength.
1386
1387 2002-02-10  Rob Lahaye  <lahaye@users.sourceforge.net>
1388
1389         * forms/form_external.fd:
1390         * form_external.C: change color2 of a few buttons into the
1391         proper grey color.
1392
1393 2002-02-08  Herbert Voss  <voss@lyx.org>
1394
1395         * forms/form_graphics.fd:
1396         * FormGraphics.C:
1397         * form_graphics.[Ch]: Adding buttons for unzip-Option,
1398         getValues from LyX/LaTeXfolder
1399
1400 2002-02-08  Rob Lahaye  <lahaye@users.sourceforge.net>
1401
1402         * forms/form_graphics.fd:
1403         * FormGraphics.C:
1404         * form_graphics.[Ch]: simplify the bounding box folder
1405         of the Graphic GUI
1406
1407 2002-02-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1408
1409         * Menubar_pimpl.C (create_submenu): work around an xforms bug (?)
1410         where one could not have both toggleon and disabled.
1411
1412 2002-02-08  Herbert Voss  <voss@lyx.org>
1413
1414         * xforms_helpers.h: change unit "%" to t%
1415
1416         * FormGraphics.C: fiy bug when BB is read from file and the
1417         unit is always "pt"
1418
1419 2002-02-08  Martin Vermeer <martin.vermeer@hut.fi>
1420
1421         * FormMathsDeco.C: \underleftarrow and \underrightarrow
1422
1423 2002-02-06  Angus Leeming  <a.leeming@ic.ac.uk>
1424
1425         Stabilise the tooltip interface and get Jürgen's patch to work ;-)
1426
1427         * Tooltips.[Ch]: new files. A wrapper to the tooltip code with a nice
1428         clean interface. Means that FormBase, FormBaseDeprecated and
1429         Tollbar_pimpl can all use the same code to have tooltips. No bloat.
1430
1431         * FormBase.C: add a Tooltips instance and interface with it.
1432         (setTooltipLevel): removed. Replaced by fillTooltipChoice and
1433         setTooltipLevel(ob).
1434         (getVerboseTooltip, getMinimalTooltip) now passed a const FL_OBJECT.
1435
1436         * FormBibtex.[Ch]:
1437         * FormCitation.[Ch]:
1438         * FormTexinfo.[Ch]:
1439         * Makefile.am: altered appropriately.
1440
1441 2002-02-06  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1442
1443         * forms/form_texinfo.fd:
1444         * forms/form_bibtex.fd:
1445         * forms/form_citation.fd: delete text_info field again, add help choice
1446
1447         * FormBibtex.[Ch]:
1448         * FormCitation.[Ch]:
1449         * FormTexinfo.[Ch]: Implement new Tooltip behaviour.
1450
1451 2002-02-06  Angus Leeming  <a.leeming@ic.ac.uk>
1452
1453         * FormBase.[Ch]: can now chose the verbosity of the tooltip through
1454         a new method setTooltipLevel(). In turn this determines which of the
1455         new virtual methods, getVerboseTooltip() or getMinimalTooltip() gets
1456         called from getTooltip.
1457         No need for a "message" widget at the bottom of every dialog, therefore.
1458         If retained, this "message" widget can be used to display "warnings",
1459         pure and simple.
1460
1461         * FormBibtex.[Ch]:
1462         * FormCitation.[Ch]:
1463         * FormTexinfo.[Ch]: altered appropriately. Still need to be reshaped,
1464         to lose the "message" widget and to gain a "tooltip level" choice.
1465
1466 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
1467
1468         * forms/form_graphics.fd: Tiny tweek to make the Restore, Ok, Apply,
1469         Cancel buttons' positions consistent with the other dialogs.
1470
1471 2002-02-05  Herbert Voss  <voss@lyx.org>
1472
1473         * forms/form_graphics.fd: Noew the same view of the
1474         buttons as in preferences (LyXView). Make some things clear
1475         with better names.
1476         * FormGraphic.C: cosmetic changes to the layout. Delete
1477         the help button
1478
1479 2002-02-05  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1480
1481         * forms/form.texinfo.fd: delete help button, add text_info
1482         * forms/form.citation.fd,form.bibtex.fd: add text_info
1483         * FormTexinfo.[Ch]: Delete Help mechanism, add tooltips and help messages.
1484         * FormCitation.[Ch],FormBibtex.[Ch]: add tooltips and help messages (actually
1485         no tooltips in Bibtex).
1486
1487 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
1488
1489         * FormBase.[Ch]: You want tooltips too? You got 'em. Verified as
1490         working with both xforms 0.88 and 0.89. Use by invoking
1491         setTooltipHandler(ob) and by providing a method getTooltip(ob) in this
1492         derived class to provide the required string.
1493
1494 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
1495
1496         * FormBase.[Ch]: make it really easy to set up and use a prehandler
1497         for feedback messages and to invoke an input event on paste from
1498         the middle mouse button. The derived class needs invoke only
1499         setPrehandler(ob) and for the feedback to override the virtual methods
1500         feedback(ob) and clear_feedback(). If the message posted is a warning
1501         rather than mere feedback, first setWarningPosted(true) to ensure
1502         that the message remains visible.
1503
1504         * FormBaseDeprecated.C: a physical rearrangement of the file,
1505         nothing more.
1506
1507         * FormPreamble.C: use setPrehandler to invoke an input event on paste.
1508
1509 2002-02-04  Herbert Voss  <voss@lyx.org>
1510
1511         * forms/form_graphics.fd: small changes to the layout
1512         * FormGraphic.C: Apply-button, keepaspectratio enabling
1513         depends to case of LaTeXView. Other small changes and
1514         fixes. Add LyXView scale.
1515
1516 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
1517
1518         * FormGraphics.C (c-tor): prevent resizing of the dialog.
1519
1520 2002-02-03  Herbert Voss  <voss@lyx.org>
1521
1522         * xforms_helpers.C: fix bug with unit "%" in
1523         updateWidgetsFromLengthString(...)
1524
1525 2002-02-02  Herbert Voss  <voss@lyx.org>
1526
1527         * FormGraphic.C: fix bug with filename, rearrange the code,
1528         delete choice "referencePoint" which is only possible for
1529         rotatebox
1530         * forms/form_graphics.fd: position options in a logical way,
1531         add folder and scale for LyXView
1532
1533 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
1534
1535         * FormGraphics.C (apply, update): respect the new DEFAULT state of
1536         InsetGraphicsParams::DisplayType.
1537
1538 2002-01-31  Martin Vermeer <martin.vermeer@hut.fi>
1539
1540         * forms/form_graphics.fd: tweeks.
1541
1542 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1543
1544         * FormGraphics.C: Fix MAXDIGIT values for height and width.
1545
1546 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
1547
1548         * forms/form_citation: a few tweaks of my own.
1549
1550 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1551
1552         * forms/form_citation: De-Monsterization (make it smaller).
1553
1554 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
1555
1556         * forms/form_graphics.fd:
1557         * FormGraphics.C: a few tweaks of my own.
1558
1559 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1560
1561         * forms/form_graphics.fd: Very small tweaks.
1562
1563 2002-01-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1564
1565         * forms/form_graphics.fd: Change the dialog to look similar as
1566         the nice QT2-Version (added tabfolder "Bounding Box", rearrangements);
1567         added text_warning field..
1568
1569         * FormGraphics.[Ch]: Handle the Rearrangements.
1570         Add input filters and warnings concerning invalid inputs.
1571         Recognize the lyxrc-settings of display_graphics.
1572
1573 2002-01-29  Angus Leeming  <a.leeming@ic.ac.uk>
1574
1575         * FormMathsSpace.h (space_):
1576         * FormMathsStyle.h (style_): change from a short to an int to fix
1577         type conversion warnings.
1578
1579 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
1580
1581         * FormMathsSpace.[Ch]:
1582         * forms/form_maths_space.fd:
1583         Changed the "Space" subpanel of the math panel into one of
1584         ordinary buttons rather than radio buttons. They are now
1585         self-applying so OK and Apply could go.
1586
1587 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
1588
1589         * FormMathsStyle.[Ch]:
1590         * forms/form_maths_style.fd:
1591         Patched to use button arrays. Buttons are self-applying, saving
1592         one keystroke and the OK and Apply buttons.
1593
1594 2002-01-27  Herbert Voss  <voss@lyx.org>
1595
1596         * FormGraphic.[Ch]:
1597         * form_graphic.[Ch]:
1598         * forms/form_graphic.fd: rewritten to support graphicx with
1599         all options and to be sure that the old figinsets are correct
1600         converted.
1601         * xforms-helpers.h: added two choice const for the LyXLength
1602         one with all and one only with length which have a unit.
1603
1604 2002-01-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1605
1606         * forms/form_minipage.fd: add text_warning field.
1607
1608         * FormMinipage.[Ch]: added input filters and warnings
1609         (ButtonPolicy::SMInput FormMinipage::input)
1610
1611 2002-01-28  Angus Leeming  <a.leeming@ic.ac.uk>
1612
1613         * FormAboutlyx.[Ch]: Removed redundant form() method and
1614         dialog_ variable. They replicate that in the parent FormDB.
1615
1616 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
1617
1618         * FormMathsDeco[hC]:
1619         * forms/form_maths_deco.fd: added math accents as a separate bitmap to
1620         the Decorations sub-panel of mathed. See Lamport Table 3.11.
1621
1622         * FormMathsPanel.C:
1623         * MathsSymbols.C: reorganization of the two AMS panels "relations" and
1624         "negated relations". Lower and broader.
1625
1626 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
1627
1628         * FormTabular.C (update): Remove redundant code.
1629
1630 2002-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1631
1632         * forms/form_tabular.fd: checkbox2radiobutton changes.
1633
1634 2002-01-20  Herbert Voss  <voss@perce.de>
1635
1636         * FormInclude.[C]: better control of unexistings files
1637         when entered without the browser
1638
1639 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1640
1641         * Toolbar_pimpl.C (update): disable layout combox when LFUN_LAYOUT
1642         is disabled
1643
1644         * combox.C (activate):
1645         (deactivate): change color of labels to reflect the state of the
1646         combox
1647
1648 2002-01-16  Herbert Voss  <voss@lyx.org>
1649
1650         * FormExternal.C (build): activate  apply/ok-button when something
1651         is entered in the filename-field
1652
1653 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
1654
1655         * FormMathsBitmap.C (apply): fix bug caused by using 'unsigned int'
1656         rather than 'string::size_type'
1657
1658 2002-01-17 Martin Vermeer <martin.vermeer@hut.fi>
1659
1660         * FormMathPanel.[hC]:
1661         * MathsSymbols.[hC]:
1662         * form_math_panel.[hC]:
1663         * form_math_panel.fd: Modified. Added five symbol sub-panels
1664         to the math panel containing AMS math symbols: arrows, relations,
1665         negated relation, operators and miscellaneous (also containing some
1666         hebrew and corner symbols).
1667
1668 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1669
1670         * FormMinipage.C (apply): change because MinipageParams::pageWidth
1671         is now a real LyXLength
1672
1673 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
1674
1675         * FormDocument.C: enable line spacing input properly
1676
1677 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
1678
1679         * forms/form_preferences.fd:
1680         * form_preferences.h:
1681         * form_preferences.C:
1682         * FormPreferences.h:
1683         * FormPreferences.C: use better variable name
1684
1685 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
1686
1687         * forms/form_preferences.fd: change "Use Scalable Fonts"
1688           to "Rescale bitmap fonts"
1689
1690 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
1691
1692         * FormMathsPanel.C:
1693         * FormPreferences.C: #include "ButtonController.tmpl" to instantiate
1694         the button controller for IgnorantPolicy and PreferencesPolicy.
1695
1696 2002-01-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1697
1698         * forms/form_tabular.fd: text_info field was too small. Enlarge it.
1699
1700 2002-01-15  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1701
1702         * xforms_helpers.C: modify getLengthFromWidgets to ignore the unit
1703         choice if the input field contains a LyXGlueLength.
1704
1705         * FormParagraph.C: Allow to insert and display gluelengths in VSpace
1706
1707         * FormParagraph.C
1708         * FormDocument.C
1709         * FormTabular.C: Change input filter to allow inserting
1710         gluelengths/lyxlength or numbers with unit choices.
1711
1712         * FormMinipage.C: Use getLengthFromWidgets instead of the code there,
1713         which was more or less duplicated.
1714
1715         * FormGraphics.C: set default units, dependent on US/other paper.
1716
1717 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
1718
1719         * Dialogs.C: no longer need to #include the Controller classes, as this
1720         is how done in GUI.h.
1721
1722         * xformsBC.C: #include ButtonController.tmpl, containing the
1723         instatiation of the button controller.
1724
1725 2002-01-15  John Levon  <moz@compsoc.man.ac.uk>
1726
1727         * FormThesaurus.C: fix a crash
1728
1729 2002-1-15  Martin Vermeer <martin.vermeer@hut.fi>
1730
1731         * FormMathsDelim.C:
1732         * form_maths_delim_C:
1733         * form_maths_delim.h:
1734         * form_maths_delin.fd:
1735         Put three radio buttons on the delimiters pop-up. It works as follows:
1736
1737                                 left mouse     middle mouse        right mouse
1738         ----------------------------------------------------------------------
1739         Left radio button   |       (               ()                   )
1740         Middle radio button |       ()              ()                   )
1741         Right radio button  |        )               )                   )
1742         ----------------------------------------------------------------------
1743
1744         Where
1745
1746         (       left-side delimiter selected
1747         )       right-side delimiter selected
1748         ()      "symmnetric pair" selected, of which the clicked delimiter is
1749                 the left one.
1750                 So, if the middle radio button is activated ("()\nBoth")
1751                 and you click on "[" with the default (left) mouse button, you
1752                 get the delimiter pair "[]".
1753                 A shortcut for this (if the leftmost radio button is on) is
1754                 simply clicking the middle mouse button.
1755
1756         To create equal pairs, either have the middle radio button on and use
1757         Mouse-left, or have the left radio button on and use Mouse-middle.
1758
1759         To create unequal pairs, you should have either the left or middle radio
1760         button on, and do: "Mouse-left ( Mouse-right >" to create "(>".
1761
1762 2002-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
1763
1764         * FormSpellchecker.[Ch]: a bit of a clean up, leaving the functionality
1765         unchanged:
1766         Remove the clickline_ member variable and hide() method;
1767         Use fl_set_browser_dblclick_callback;
1768         Constify a few temporary variables;
1769         Use xforms_helpers' wrappers functions returning string rather than
1770         the raw xforms functions returning char const *.
1771
1772 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1773
1774         * DropDown.C: include <cctype> for isprint()
1775
1776 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1777
1778         * FormMinipage.C (apply, update): MinipageParams::width renamed
1779         as MinipageParams::pageWidth.
1780
1781 2002-01-14      Martin Vermeer <martin.vermeer@hut.fi>
1782
1783         * FormMathsBitmap.C:
1784           FormMathsPanel.C:
1785           MathsSymbols.C: Blackboard Bold and Calligraphic std symbols
1786         added to math panel's 'misc' sub-panel.
1787
1788 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1789
1790         * FormMathsMatrix.C (input): use lyx::count rather than std::count.
1791
1792 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
1793
1794         * FormPreferences.h: add a std:: to make_pair.
1795
1796 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
1797
1798         * DropDown.[Ch] (keypress, key_pressed): new signal and method,
1799         respectively.
1800
1801         * DropDown.C: place xforms callback functions in namespace anon.
1802         Set browser callback on single not double click.
1803         (select): return immediately of the vector is empty. Highlight the top
1804         line. Position the browser above the minibuffer, not below it.
1805         (peek): call key_pressed when a key press is detected.
1806         (key_pressed): clean-up and emit the keypress signal.
1807
1808         * xforms_helpers.[Ch} (getSelectedStringFromBrowser): new function.
1809         If nothing is selected, return string().
1810
1811 2002-01-14  John Levon  <moz@compsoc.man.ac.uk>
1812
1813         * FormSpellchecker.C: disable resizing due to xforms bug
1814
1815 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1816
1817         * FormFiledialog.C (Reread): skip broken symlinks
1818
1819 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1820
1821         * FormMathsMatrix.C (AlignFilter): use std::count and add some
1822         comments.
1823
1824 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1825
1826         * MathsSymbols.C (get_pixmap_from_symbol): add a default statement
1827         in the switch.
1828
1829         * FormPreferences.C (Interface::input):
1830         (Language::input):
1831         (Paths::input): add shortcuts to file dialogs directory buttons
1832
1833         * FormPreference.h (browse): add default empty parameters for
1834         buttons descriptions.
1835
1836         * FormFiledialog.C (SetButton): allow for a shortcut in the name
1837         of the button.
1838
1839 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
1840
1841         * FormThesaurus.C:
1842         * FormThesaurus.h:
1843         * form_thesaurus.h:
1844         * form_thesaurus.C:
1845         * forms/form_thesaurus.fd: update to Aiksaurus 0.14
1846
1847 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1848
1849         * Toolbar_pimpl.C (setPixmap): simplify a bit
1850
1851 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1852
1853         * Toolbar_pimpl.C (ToolbarCB):
1854         * Menubar_pimpl.C (MenuCallback): use verboseDispatch instead of
1855         dispatch.
1856
1857 2002-01-12  Allan Rae  <rae@lyx.org>
1858
1859         * FormTabular.C (FormTabular): Fix Purify UMR.
1860
1861         * FormPreferences.C (build): "Conversion" is a better name.
1862
1863 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
1864
1865         * FormMathsPanel.[Ch] (dispatchFunc): new method. Invokes
1866         LyXFunc::dispatch.
1867
1868         * FormMathsStyle.C (apply): use LFUNs to apply, not insertSymbol.
1869
1870 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
1871
1872         * FormPreferences.C:
1873         * forms/form_preferences.fd: change names and descriptions of popup
1874         font variables to reflect their actual use.
1875
1876         * Menubar_pimpl.C: return MENU_LABEL_STYLE to FL_NORMAL_STYLE.
1877
1878 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1879
1880         * FormPreferences.C (input): allow empty values for document_path
1881         and template_path.
1882
1883         * FormFiledialog.C (SetButton):
1884         (FileDlgCB): do not disable directory buttons if they have an
1885         empty path.
1886         (SetDirectory): if the argument is an empty string, change to
1887         cwd().
1888
1889 2002-01-09  Martin Vermeer <martin.vermeer@hut.fi>
1890
1891         * forms/form_maths_style.fd:
1892         * FormMathsStyle.[Ch]: New files, Implementing a mathed pop-up for math
1893         size "styles" and font types.
1894         * FormMathsPanel.[Ch]:
1895         * MathsSymbols.C:
1896         * forms/form_maths_panel.fd: Modified too.
1897
1898 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
1899
1900         * Menubar_pimpl.C (create_submenu):
1901         * Toolbar_pimpl.C (update): use FuncStatus.
1902
1903 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
1904
1905         * xform_helpers.[Ch] (getStringFromBrowser): a littel wrapper function
1906         for fl_get_browser_line that is guaranteed to return a valid string.
1907
1908 2002-01-08  John Levon  <moz@compsoc.man.ac.uk>
1909
1910         * FormSpellchecker.C: fix possible crash on clicking a suggestion
1911
1912 2002-01-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1913
1914         * forms/form_document.fd (bullets): fix small cosmetic problem after
1915         John's radio2button change.
1916
1917 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
1918
1919         * FormDocument.C:
1920         * forms/form_document.fd: change the labels and variable names of
1921         left_margin, right_margin to inner_margin, outer_margin, in line
1922         with bugzilla bug #157.
1923
1924         * FormFiledialog.C (Reread): used locally stored modtime variable
1925         rather than make repeated calls to fileInfo.getModificationTime().
1926
1927         * xforms_helpers.C (ReadableFile, WriteableFile): added a couple of
1928         isOK() checks to the use of the FileInfo instance and removed those
1929         FIXMEs.
1930
1931         * Menubar_pimpl.C: added a variable MENU_LABEL_STYLE and use it.
1932         Set it to FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
1933
1934 2002-01-07  John Levon  <moz@compsoc.man.ac.uk>
1935
1936         * form_*:
1937         * forms/form_*: change radio buttons to round3dbutton
1938
1939 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
1940
1941         * FormFiledialog.C: add FIXME
1942
1943         * xforms_helpers.C: fix use of FileInfo
1944
1945 2002-01-07  John Levon  <moz@compsoc.man.ac.uk>
1946
1947         * FormTabular.h:
1948         * FormTabular.C:
1949         * form_tabular.h:
1950         * form_tabular.C:
1951         * forms/form_tabular.fd: ugly fix to get around
1952           some of the UI problems (bug #110).
1953
1954 2002-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1955
1956         * FormDocument.C: Recognize the default paper settings too
1957         when setting the default length values (cm or inch).
1958         * FormParagraph.C: do the same.
1959
1960 2001-12-11  Michael A. Koziarski <michael@koziarski.org>
1961
1962         * FormFloat.C: changes to prevent here definitely being used
1963         with wide figures.
1964
1965 2001-12-29  Dekel Tsur  <dekelts@tau.ac.il>
1966
1967         * FormMathsMatrix.C (AlignFilter): Allow entering the '|' char.
1968
1969 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1970
1971         * DropDown.C: always include <config.h> in sources.
1972
1973         * xforms_helpers.h:
1974         * FormFiledialog.h:
1975         * Timeout_pimpl.h:
1976         * DropDown.h: do not include <config.h> in headers
1977
1978 2001-12-20  Juergen Vigna  <jug@sad.it>
1979
1980         * FormTabular.C (update): final LT-h/f support modifications.
1981
1982 2001-12-19  Juergen Vigna  <jug@sad.it>
1983
1984         * FormTabular.C (update): change a bit the tabular layout and added
1985         better longtable options handling.
1986
1987 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1988
1989         * FormToc.C: using std::endl
1990
1991 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
1992
1993         * FormToc.C: fix crash when no entries, and
1994           update types properly
1995
1996 2001-12-11  Ben Stanley <bds02@uow.edu.au>
1997
1998         * Menubar_pimpl.C: Fixed a crashing bug when document has more
1999         than 80 floats and using xforms 0.88
2000
2001 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2002
2003         * xforms_helpers.C: include lyxlength.h here
2004         * xforms_helpers.h: ... but not here
2005
2006         * FormTabular.C: use LyXLength instead of string wherever
2007         necessary; whitespace changes.
2008
2009 2001-12-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2010
2011         * forms/form_preferences.fd: use the same name for font sizes
2012         than the character dialog.
2013
2014 2001-11-26  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2015
2016         * forms/form_search.fd: Added label text to search buttons
2017         (to make the shortcuts visible).
2018
2019 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2020
2021         * FormParagraph.C: set combo box correctly for VSpace::LENGTH
2022
2023 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2024
2025         * FormFiledialog.C:
2026         * xforms_helpers.C: change "while(" to "while ("
2027
2028 2001-12-05  Allan Rae  <rae@lyx.org>
2029
2030         * FormParagraph.C (apply): One other LyXText fix.
2031
2032 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
2033
2034        * FormParagraph.C (getCurrentParagraph):
2035         (apply):  get the right LyXText !
2036
2037 2001-11-29  John Levon  <moz@compsoc.man.ac.uk>
2038
2039         * FormParagraph.C: disallow page breaks in insets
2040
2041 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
2042
2043         * FormParagraph.C: allow signed space above/below, actually
2044           use space below units
2045
2046 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
2047
2048         * FormToc.C: fixes to make floatlists work
2049
2050 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
2051
2052         * Makefile.am:
2053         * Alert_pimpl.C: Alert etc.
2054
2055         * xforms_helpers.h:
2056         * xforms_helpers.C:
2057         * forms/fdfix.sh: move idex etc. to here
2058
2059         * GUIRunTime.C: move getScreenDPI() to here
2060
2061 2001-11-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2062
2063        * forms/form_ref.fd, form_preferences.fd, form_citation.fd,
2064        form_graphics.fd, form_paragraph.fd: Enlarged the Restore button
2065        to 100p (now German translation fits in).
2066        * forms/form_external.fd, form_bibtex.fd, form_print.fd,
2067        form_preferences.fd, form_graphics.fd, form.include.fd,
2068        form-external.fd:
2069        Unified label "Browse..." and unified its width to 100p.
2070
2071 2001-11-13  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2072
2073        * forms/form_graphics.fd: fixed shortcut clash
2074        * forms/form-external.fd: added shortcut for "Apply"
2075
2076 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
2077
2078         * FormFiledialog.C: don't reset path if new dir
2079           doesn't exist.
2080
2081 2001-11-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2082
2083        * forms/form_document.fd: Renamed "Save as Class Defaults"
2084        to "Save as Document Defaults"
2085        * FormDocument.C:
2086        Removed the setEnabled-Definitions for the
2087        "save_default"-Button since it causes nothing but trouble.
2088        Changed the text of AskQuestion on saveParamsAsDefault.
2089
2090 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
2091
2092         * DropDown.C: fix crash, improve behaviour a bit
2093
2094 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2095
2096         * FormDocument.C (class_apply):
2097         (paper_apply):
2098         (language_apply):
2099         (options_apply):
2100         (bullets_apply): add a version of these methods taking a
2101         BufferParams& parameters. The original versions are now wrappers
2102         around these.
2103         (saveParamsAsDefault): new function, moved from old
2104         LFUN_LAYOUT_SAVE_DEFAULT code.
2105
2106 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
2107
2108         * Makefile.am:
2109         * DropDown.h:
2110         * DropDown.C: drop-down completion
2111
2112 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
2113
2114         * forms/form_graphics.fd: change clashing shortcut
2115
2116 2001-10-24  Juergen Vigna  <jug@sad.it>
2117
2118         * FormTabular.C: changed calls for footer/headers of longtabulars.
2119
2120 2001-10-23  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2121
2122         * forms/form_tabular.fd: Add value choices
2123         * FormTabular.C: Handle that choices
2124
2125         * FormDocument.C: fix small bug.
2126
2127 2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
2128
2129         * FormGraphics.[Ch]: move some parameters out of the heaader file and
2130         into namespace anon.
2131
2132         * FormPreferences.C:
2133         * forms/form_preferences.fd: replaced button_colorspace with two
2134         radio buttons, button_hsv and button_rgb.
2135
2136 2001-10-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2137
2138        * forms/form_document.fd:
2139          Class: add a value choice for Default Skip.
2140          Some rearrangements (minor tweaks).
2141        * FormDocument.C: Handle that choice, minor tweaks.
2142        * forms/form_paragraph.fd: Add value choices
2143        * FormParagraph.C: Handle that choices.
2144        * FormMinipage.C/FormGraphics.C: Small tweaks.
2145
2146 2001-10-15  Angus Leeming  <a.leeming@ic.ac.uk>
2147
2148         * FormDocument.C: fixed some bugs in the Paper tab.
2149
2150         * xforms_helpers.[Ch] (updateWidgetsFromLengthString): add argument
2151         specifying default unit for choice if input string is empty.
2152
2153 2001-10-12  Angus Leeming  <a.leeming@ic.ac.uk>
2154
2155         * FormDocument.C (input): one more tweak...
2156
2157 2001-10-10  Herbert Voss  <voss@perce.de>
2158
2159         * FormTexinfo.[Ch]: some changes to the code
2160
2161 2001-10-10  André Pönitz  <poenitz@htwm.de>
2162
2163         * FormsMathMatrix.C: add missing space between v- and h-alignment
2164         parameters
2165
2166 2001-10-09  Herbert Voss  <voss@perce.de>
2167
2168         * FormTexinfo.[Ch]:
2169         * forms/form_texinfo.fd: new files. Display information about the
2170         installed texfiles (cls,sty,bst).
2171
2172         * FormShowFile.[Ch]: new files. Display the contents of a file.
2173
2174         * Dialog.C:
2175         * Makefile.am: modified appropriately.
2176
2177 2001-10-09  Angus Leeming  <a.leeming@ic.ac.uk>
2178
2179         * xforms_helpers.[Ch] (getLengthFromWidgets): new function.
2180         Given input and choice widgets, create a string such as "1cm".
2181         (updateWidgetsFromLengthString): new function.
2182         Given a string such as "1cm", set the input and choice widgets.
2183
2184         * FormDocument.C:
2185         * forms/form_document.fd: improve the GUI of the paper tab using these
2186         new helper functions.
2187
2188 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
2189
2190         * FormDocument.C (build): support latin4
2191
2192 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
2193
2194         * FormDocument.C (build): support latin3
2195
2196 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2197
2198         * forms/form_aboutlyx.fd: use flat boxes for tabs.
2199
2200 2001-10-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2201
2202         * forms/form_document.fd: rearrangement of the paper tab;
2203         rename "use geometry" to "custom margins/sizes".
2204
2205         * FormDocument.C: add code to avoid the input of senseless data
2206         in document -> paper.
2207
2208 2001-10-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2209
2210         * FormDocument.C: Disable choice "Special" if landscape
2211         is chosen to prevent senseless values.
2212
2213 2001-09-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2214
2215         * forms/form_preferences.fd: small tweaks.
2216
2217 2001-09-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2218
2219         * forms/form_document.fd: Removed "Auto Reset", renamed the "Reset"
2220         button to "Use Class Defaults" and moved it outside the tab.
2221         Some more minor tweaking.
2222
2223         * FormDocument.C: handled this changes.
2224
2225 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
2226
2227         * Dialogs.C: remove splash dialog code.
2228
2229         * FormSplash.[Ch]:
2230         * form_splash.[Ch]:
2231         * forms/form_splash.fd: removed.
2232
2233         * Makefile.am:
2234         * forms/makefile: remove splash dialog files.
2235
2236         * Menubar_pimpl.C (MenuCallback): no longer call
2237         Dialogs::destroySplash.
2238
2239 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2240
2241         * forms/form_preferences.fd: fix typo
2242
2243 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
2244
2245         * FormRef.C:
2246         * forms/form_ref.fd: renamed the widgets in the standard style.
2247
2248         * xforms_helpers.[Ch] (getVectorFromChoice, getVectorFromBrowser): new
2249         helper functions. Build a vector<string> from the contents of
2250         an fl_choice and fl_browser respectively.
2251
2252         * FormCitation.C (fillChoice, updateBrowser):
2253         * FormRef.C: use these new functions to only update the choices and
2254         browsers when absolutely necessary.
2255
2256 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
2257
2258         * FormBase.C (InputCB):
2259         * FormBaseDeprecated.C (InputCB): generalised Dekel's fix to the
2260         "select choice < 1" problem.
2261
2262         * FormRef.C (input): undid Dekel's change in light of the above
2263         generalisation.
2264
2265 2001-09-21  Dekel Tsur  <dekelts@tau.ac.il>
2266
2267         * FormRef.C (input): Fix crash when using dialog with keyboard.
2268
2269 2001-09-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2270
2271         * forms/form_document.fd: small tweaks.
2272
2273 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2274
2275         * forms/form_document.fd: Added checkbox "auto_reset", button
2276         "reset_defaults" and button "save_defaults".
2277
2278         * Form_Document.[Ch]: Removed AskQuestion when changing class.
2279         Implement the 2 buttons and the checkbox described above.
2280
2281         * forms/form_preferences.fd: Added checkbox "auto_reset" (to
2282         save the default value of that lyxrc)
2283
2284         * FormPreferences.C: Handle that button
2285
2286 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
2287
2288         * form_ref.fd: a little tweaking.
2289
2290         * FormSpellchecker.C (build): set the bounds to the slider, so it
2291         updates during a spellchecking session.
2292
2293 2001-09-14  Angus Leeming  <a.leeming@ic.ac.uk>
2294
2295         * forms/form_preferences.fd: rearrangement and addition of new
2296         Display Graphics radio buttons to Look & Feel->Misc
2297         (By Jürgen Spitzmüller).
2298
2299         * FormPreferences.C: modify new lyxrc variable "display_graphics"
2300         depending on the values of the Display Graphics radio buttons.
2301
2302         * FormGraphics.C: use this variable.
2303
2304 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
2305
2306         * FormMathsBitmap.[Ch]: add d-tor to finally fix a memory leak.
2307         Hoorah! Happy Birthday to me!
2308
2309 2001-09-07  Dekel Tsur  <dekelts@tau.ac.il>
2310
2311         * forms/form_ref.fd: Add buffer button.
2312
2313         * FormRef.C (update): Handle the buffer button.
2314         (input): Ditto
2315
2316 2001-09-13  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2317
2318         * forms/form_graphics.fd: complete rewrite of the dialog
2319         (Most work was done by Angus, though).
2320
2321 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2322
2323         * combox.C (hide): execute the callback _after_ closing the
2324         combox.
2325
2326 2001-09-12  Angus Leeming  <a.leeming@ic.ac.uk>
2327
2328         * FormDocument.C (c-tor): initialise some variables.
2329
2330         * forms/form_citation.fd: remove spurious shortcut to a labelframe!
2331         (Thereby removing a warning message when the dialog is built.)
2332
2333         * FormFloat.C (input): return SMI_VALID.
2334
2335 2001-09-11  Angus Leeming  <a.leeming@ic.ac.uk>
2336
2337         * FormDocument.C (input, options_update): add code to enable the
2338         Author-Year/Numerical citation choice only if the natbib checkbox is
2339         active.
2340
2341         * FormFloat.[Ch]: added new method input() to control the behaviour of
2342         the buttons better.
2343         * forms/form_float.fd: renamed Here as button_here_definitely.
2344
2345         * FormGraphics.C:
2346         * forms/form_graphics.fd: add callbacks to a few widgets that didn't
2347         have them, so enabling the Ok, Apply buttons appropriately.
2348
2349 2001-09-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2350
2351         * forms/form_paragraph.fd: cosmetics (renamed "Label Width" to "Longest
2352         Label", added a labelframe).
2353
2354 2001-09-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2355
2356         * Toolbar_pimpl.C (C_Toolbar_BubblePost): fix linking
2357         (C_Toolbar_BubbleTimerCB): fix linking
2358
2359         * FormMathsBitmap.C (form): use get() to get the raw pointer.
2360
2361         * FormMathsBitmap.h: use shared_c_ptr for form_ as well.
2362
2363 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2364
2365         * combox.C (C_Combox_input_cb): make it static
2366         (C_Combox_combo_cb): make it static
2367         (C_Combox_peek_event): make it static
2368
2369         * Toolbar_pimpl.C (C_Toolbar_BubbleTimerCB): make it static
2370         (C_Toolbar_BubblePost): make it static
2371         (C_Toolbar_ToolbarCB): make it static
2372
2373         * Timeout_pimpl.C (C_intern_timeout_cb): make it static
2374
2375         * Menubar_pimpl.C (C_Menubar_Pimpl_MenuCallback): make it static
2376
2377         * Makefile.am (libxforms_la_LIBADD): add this and depend on the
2378         gui libs
2379
2380 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
2381
2382         * FormBaseDeprecated.[Ch]: use the same allow_resize methodology as has
2383         been used successfully in FormBase.
2384         (show): call bc().refresh() after building the dialog to activate the
2385         button controller.
2386
2387         * FormPreferences.C (build): remove hack to fix butoon controller as
2388         the correct fix is in FormBaseDeprecated.
2389
2390         * FormPreferences.[Ch] (connect, disconnect): removed (redundant).
2391
2392         * FormMaths*.C (c-tor): prohibit resizing of the dialog.
2393
2394 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2395
2396         * Toolbar_pimpl.C (setLayout):
2397         (layoutSelected): make them work even when gettext has been
2398         translating the interface.
2399
2400 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
2401
2402         * FormMathsSpace.C: Fix bug: the "Maths spacing" dialog is broken
2403         ("Apply" does not work without former user change in the dialog).
2404
2405         * FormPreferences.C (build): Fix bug: if you start LyX and open the
2406         Preferences dialog, "Apply" is activated even though no change has been
2407         made so far.
2408
2409 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
2410
2411         * FormBase.C (show): use controller_.IconifyWithMain() to control
2412         the dialog's show policy
2413
2414         * FormBaseDeprecated.C (show): ditto, but use lyxrc variable directly.
2415
2416         * FormPreferences.C:
2417         * forms/form_preferences.fd: add a check_dialogs_iconify_with_main
2418         check button to the Look & Feel->Misc tab and code to modify the lyxrc
2419         variable dialogs_iconify_with_main appropriately.
2420
2421 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
2422
2423         * FormBase.h: clean-up comments. Remove mutable status of minw_, minh_.
2424
2425 2001-09-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2426
2427         * forms/form_character.fd: small cosmetics (aligned "Language:" right
2428         as suggested in Michael's Buglist).
2429
2430 2001-09-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2431
2432         * Toolbar_pimpl.C (updateLayoutList): do not display obsolete
2433         layouts
2434         (layoutSelected): remove the numeric argument and use the text of
2435         the combox entry instead.
2436
2437         * combox.C: lowercase a few remaining methods, rename select_text
2438         to select
2439         * several files: propagate these changes
2440
2441 2001-09-03  Angus Leeming  <a.leeming@ic.ac.uk>
2442
2443         * FormPreferences.C: add fl_set_input_return to input_paperoption.
2444
2445 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
2446
2447         * FormParagraph.C: fix default line spacing case
2448
2449 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
2450
2451         * FormParagraph.C: disable space inputs when != Length
2452
2453 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
2454
2455         * FormPreferences.C:
2456         * form_preferences.h:
2457         * form_preferences.C:
2458         * forms/form_preferences.fd: add view_dvi_paper_option
2459
2460 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
2461
2462         * FormMathsPanel.h: sub dialogs must be Ignorant.
2463
2464 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
2465
2466         * FormParagraph.C: fix to not allow 0 linespacing
2467
2468 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
2469
2470         * FormCitation.C (c-tor): prevent re-sizing of the dialog.
2471
2472         * FormParagraph.C (input): set fl_get_choice check for the linespacing
2473         to 5 not 4. xforms arrays start at 1.
2474
2475 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
2476
2477         * FormParagraph.[Ch]:
2478         * forms/form_paragraph.fd: clean up of dialog and of controlling
2479         code.
2480
2481 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
2482
2483         * FormBase.C (C_CutandPastePH): new function that can be used as a
2484         pre-handler to any xforms text input widget. Will trigger an event on
2485         pasting into the widget using the middle mouse button.
2486
2487         * FormPreamble.C (build): use this pre-handler for the input widget.
2488
2489 2001-08-26  Angus Leeming  <a.leeming@ic.ac.uk>
2490
2491         * FormCitation.C:
2492         * forms/form_citation.fd: a little tweaking to ensure that the
2493         style choice remains centred within the frame if its contents change.
2494
2495         * FormBase.h: added an allow_resize_ member variable. If false
2496         resizing the dialog is prohibitted.
2497
2498         * FormBase.[Ch]:
2499         * FormBrowser.[Ch]: modify c-tors to pass this new variable to FormBase.
2500
2501         * FormAboutlyx.C:
2502         * FormCharacter.C:
2503         * FormThesaurus.C:
2504         make use of this functionality to ensure that the dialog cannot be
2505         resized.
2506
2507 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
2508
2509         * GUIRunTime.C: initApplication() should take a int & argc
2510
2511 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
2512
2513         * FormCitation.h:
2514         * FormCitation.C: tidy code a little
2515
2516         * GUIRunTime.C: more informative error
2517
2518 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
2519
2520         * forms/form_preferences.fd: order the items "logically" so that
2521         tabbing through the dialog makes sense. Close bug #404569.
2522
2523 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
2524
2525         * FormPreferences.C: Tentative fix of John's "no point in spell
2526         command "None"" bug, #223255.
2527
2528 2001-08-23  Herbert Voss  <voss@perce.de>
2529
2530         * FormBibtex.C (input): normalize database list
2531
2532 2001-08-21  Angus Leeming  <a.leeming@ic.ac.uk>
2533
2534         * FormBibtex.C: make sure that any database is stored only once.
2535
2536 2001-08-22  Herbert Voss  <voss@perce.de>
2537
2538         * FormBibtex.C (input): fix for multiple databases
2539
2540 2001-08-21  Herbert Voss  <voss@perce.de>
2541
2542         * FormBibtex.C (input): extension handling for ".bst"
2543
2544 2001-08-21  Angus Leeming  <a.leeming@ic.ac.uk>
2545
2546         * forms/form_bibtex.fd: activate "Ok" when the "Add bibliography to TOC"
2547         check button is pressed.
2548
2549 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
2550
2551         * FormParagraph.C (general_apply): Handle default spacing.
2552         (general_update): Ditto.
2553
2554 2001-08-20  Angus Leeming  <a.leeming@ic.ac.uk>
2555
2556         * FormBibtex.C:
2557         * forms/form_bibtex.fd: get the browse buttons working as they should.
2558
2559 2001-08-20  Herbert Voss  <voss@perce.de>
2560
2561         * FormBibtex.C:
2562         * forms/form_bibtex.fd: enhanced bibtex-data gui to browse for
2563         databases and styles. Added an option for "bibliography into toc"
2564
2565 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2566
2567         * FormMathsBitmap.h: use the lyx::shared_c_ptr that uses free() to
2568         cleanup.
2569
2570 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
2571
2572         * combox.h: fix source doc
2573
2574         * form_math_matrix.C:
2575         * forms/form_math_matrix.fd: new layout
2576
2577 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
2578
2579         * form_paragraph.h:
2580         * form_paragraph.C:
2581         * forms/form_paragraph.fd:
2582         * FormParagraph.C: support per-para linespacing
2583
2584         * forms/form_float.fd:
2585         * form_float.C: fix shortcut typo
2586
2587 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
2588
2589         * forms/form_character.fd: small adjustment to the position of John's
2590         extra Language label.
2591
2592 2001-08-09  André Pönitz  <poenitz@htwm.de>
2593
2594         * FormMathsDelim.C: renamed some delimiter parameters.
2595
2596 2001-08-09  Angus Leeming  <a.leeming@ic.ac.uk>
2597
2598         * FormCitation.C (build):
2599         * FormDocument.C (build):
2600         * FormMinipage.C (build):
2601         * FormParagraph.C (build):
2602         * FormRef.C (build): added stuff to read-only list in the
2603         button controller.
2604
2605         * FormCitation.C (update): disable citation style stuff when not using
2606         Natbib.
2607
2608 2001-08-06  Juergen Vigna  <jug@sad.it>
2609
2610         * forms/form_ert.fd: new file.
2611
2612         * form_ert.[Ch]: new files.
2613
2614         * FormERT.[Ch]: new files. Implementation of ERT dialog.
2615
2616 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
2617
2618         * FormPreferences.C (Color c-tor): initialise modifiedXformsPrefs.
2619
2620 2001-07-30  Angus Leeming  <a.leeming@ic.ac.uk>
2621
2622         * GUIRunTime.C (processEvents, runTime): small code rearrangement.
2623
2624 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
2625
2626         * FormMathsPanel.C:
2627         * FormMathsPanel.h:
2628         * form_maths_panel.C:
2629         * form_maths_panel.h:
2630         * forms/form_maths_panel.fd: re-add dots bitmaps
2631
2632         * FormRef.C: "Goto" -> "Go to"
2633
2634 2001-07-29  John Levon  <moz@compsoc.man.ac.uk>
2635
2636         * FormMathsBitmap.C: initialise form_
2637
2638 2001-07-29  Baruch Even  <baruch@lyx.org>
2639
2640         * src/forms/form_graphics.fd:
2641         * src/FormGraphics.C: Added support for the new horizontal scale factor.
2642
2643 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2644
2645         * forms/makefile (SRCS): add form_float.fd
2646
2647         * forms/form_float.fd: new file
2648
2649         * form_float.[Ch]: new files
2650
2651         * Makefile.am (libxforms_la_SOURCES): add FormFloat.C,
2652         FormFloat.h, form_float.C and form_float.h
2653
2654         * FormFloat.[Ch]: new files
2655
2656         * Dialogs.C: init GUIFloat is well
2657
2658 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
2659
2660         * FormToc.C (updateType): Fix problem with TOC that couldn't be
2661         updated because the type list was not updated.
2662
2663 2001-07-26  Angus Leeming  <a.leeming@ic.ac.uk>
2664
2665         * forms/form_aboutlyx.fd: made a bit bigger to get the Copyright &
2666         Version stuff in.
2667
2668         * input_validators.[Ch] (fl_int_filter, fl_float_filter): new methods.
2669
2670         * FormGraphics.C (build): uncommented the fl_set_input_return call for
2671         input_rotate_angle. Set input filter on rotate_angle to make it accept
2672         only floating point numbers.
2673         (input): Browse now activates the Ok button approriately.
2674
2675 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
2676
2677         * Dialogs.C:
2678         * Makefile.am:
2679         * FormThesaurus.h:
2680         * FormThesaurus.C:
2681         * form_thesaurus.h:
2682         * form_thesaurus.C:
2683         * forms/makefile:
2684         * forms/form_thesaurus.fd: add thesaurus
2685
2686 2001-07-26  Baruch Even  <baruch@lyx.org>
2687
2688         * FormGraphics.h:
2689         * FormGraphics.C: Removed hide method since it was interfering with the
2690         needed work, it cleared several vectors that were needed for proper
2691         functioning. Also changed rotateAngle to float.
2692
2693         * FormGraphics.C:
2694         * forms/form_graphics.fd: Removed inline option, all InsetGraphics figures
2695         are inlined.
2696
2697 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
2698
2699         * FormInclude.C: add load file facility back
2700
2701 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
2702
2703         * FormCharacter.C: disable resizing as it doesn't work
2704
2705         * FormPreamble.C: allow to copy-paste from RO preamble by
2706           enabling editing.
2707
2708 2001-07-20  Jürgen Spitzmüller  <juergen.sp@t-online.de>
2709
2710         * forms/form_citation.fd: resized form to fit on a 800x600 screen.
2711
2712 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
2713
2714         * FormCitation.[Ch]: changes associated with adding natbib support.
2715         New helper functions, string_width, fillChoice, updateStyle.
2716         (apply): set the citation command appropriately.
2717         (input): deal with the citation command choices.
2718         (update): parse the citation command and deal with it. Nuke the
2719         setSize stuff.
2720         (setSize): nuked!
2721
2722         * FormDocument.C (build): add options to use natbib.
2723
2724         * forms/form_citation.fd: add natbib support. Rearrange dialog to
2725         fit onto shorter screens.
2726
2727         * forms/form_document.fd: add natbib support.
2728
2729 2001-07-16  Juergen Vigna  <jug@sad.it>
2730
2731         * form_aboutlyx.C: set default for "Close" button to "ESC"-key.
2732
2733 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
2734
2735         Consistent use of Lsstream.h:
2736         * FormAboutlyx.C (build):
2737         * FormVCLog.C (update): std::ostringstream -> ostringstream.
2738
2739         * FormMathsDelim.C (apply):
2740         * FormMathsMatrix.C (apply): std::stringstream -> stringstream.
2741
2742 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
2743
2744         * implement 1 about lyx dialog instead of 3 separate ones
2745
2746         * FormCredits.[Ch]: removed
2747         * FormCopyright.[Ch]: removed
2748         * form_credits.[Ch]: removed
2749         * forms/form_credits.fd: removed
2750         * form_copyright.[Ch]: removed
2751         * forms/form_copyright.fd: removed
2752         * FormAboutlyx.[Ch]: added
2753         * form_aboutlyx.[Ch]: added
2754         * forms/form_aboutlyx.fd: added
2755         * Dialogs.C: add about lyx stuff
2756
2757 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
2758
2759         * add spellchecker
2760
2761         * FormPreferences.[Ch]: rename spellchecker to spelloptions
2762         * form_preferences.[Ch]: idem
2763         * forms/form_preferences.fd: idem
2764         * FormSpellchecker.[Ch]: added
2765         * form_spellchecker.[Ch]: added
2766         * forms/form_spellchecker.fd: added
2767         * Dialogs.C: add spellchecker
2768
2769 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2770
2771         * FormFiledialog.C: (*it). -> it->
2772         * Toolbar_pimpl.C: ditto
2773         * RadioButtonGroup.C: ditto
2774         * FormPreferences.C: ditto
2775
2776 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2777
2778         * GUIRunTime.C (x11Display):
2779         (x11Screen):
2780         (x11Colormap):
2781         (x11VisualDepth): new methods
2782
2783 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2784
2785         * FormDocument.C (class_apply): call CutAndPaste::'s staitc method
2786         directly.
2787
2788         * Toolbar_pimpl.h: make owner be a XFormsView, small changes
2789         because of this.
2790
2791         * GUIRunTime.C (createMainView): implement
2792
2793 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
2794
2795         * FormCharacter.C:
2796         * form_character.C:
2797         * forms/form_character.fd: hide the widget underneath language
2798           combox hack.
2799
2800 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
2801
2802         * FormPreferences.h:
2803         * FormPreferences.C: connect and operator
2804           showSpellcheckerPreferences signal
2805
2806         * FormPrint.C (input): modify to select radio_file
2807           when the user uses the filename input
2808
2809 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
2810
2811         * combox.C (remove): send debug output to Debug::GUI.
2812
2813 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
2814
2815         * Menubar_pimpl.C (create_submenu):
2816         * Toolbar_pimpl.C (update): update to use func_status
2817
2818 2001-06-25  The LyX Project  <lyx@tulip.home.sad.it>
2819
2820         * FormPreferences.C (Path::feedback): remove bogus description of
2821         lyxpipe.
2822
2823 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
2824
2825         * xformsBC.h: clean-up of included files.
2826
2827 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
2828
2829         * FormDocument.C:
2830         * FormParagraph.C (c-tor): cosmetic name change of signal.
2831
2832         * FormParagraph.[Ch]: added machinery to act on an updateParagraph
2833         signal. It's pretty crude at the moment! Mental note: would be more
2834         elegant if we passed a LyXParagraph & with both the signals rather than
2835         search through the Buffer.
2836
2837 2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
2838
2839         * *.[h]: added // -*- C++ -*-
2840         * *.[C]: removed // -*- C++ -*-
2841
2842         * FormCharacter.C (update): now uses contents of font_, stored
2843         permanently by the controller to update() the dialog.
2844
2845 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
2846
2847         * FormInclude.C:
2848         * form_include.fd: (various places): Ok button is now activated when
2849         the filename is input from the keyboard.
2850
2851         * FormPreferences.C white-space change in various places.
2852         (Converters::GetTo): get the contents of "to" not "from"! Thus fix bug
2853         that disabled addition of new converters.
2854
2855         * FormCharacter.C (input, update): new methods. Activate the Apply
2856         button when any of the input fileds are not IGNORE.
2857
2858 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2859
2860         * FormToc.C (input): change test slightly.
2861         (updateContents): clear list if empty and add no list msg.
2862
2863 2001-05-30  Angus Leeming  <a.leeming@ic.ac.uk>
2864
2865         * FormParagraph.C (update, general_update): enabling the align buttons
2866         is now dependent on the AlignPossible entry in the Layout.
2867
2868 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2869
2870         * MathsSymbols.C:
2871         * FormMathsMatrix.C: bring C functions into global namespace if
2872         necessary.
2873
2874 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2875
2876         * MathsSymbols.C (pixmapFromBitmapData): add std::
2877
2878         * FormMathsMatrix.C (AlignFilter): add std::
2879
2880 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
2881
2882         * FormDocument.C (build): add iso8859-15 support.
2883
2884 2001-05-08  Baruch Even  <baruch@lyx.org>
2885
2886         * Menubar_pimpl.C: Fixed compilation problem.
2887
2888 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2889
2890         * Menubar_pimpl.C (add_toc): use name and not type with float.
2891         (create_submenu): correct call of new object
2892         (create_submenu): add FloatListInsert and FloatInsert to dummy clause.
2893
2894 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2895
2896         * FormParagraph.[Ch]: remove !NO_PEXTRA and !NEW_INSETS cruft
2897
2898 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
2899
2900         * Dialogs.C: included insetgraphicsParams.h
2901
2902         * FormMathsMatrix.C:
2903         * FormMathsBitmap.C: included LAssert.h
2904
2905 2001-04-24  Allan Rae  <rae@lyx.org>
2906
2907         * xforms_helpers.C (formatted): two consecutive spaces would kill it.
2908
2909 2001-04-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2910
2911         * xforms_helpers.C (formatted): do not use string::substr(1) on a
2912         string of length 1 !
2913
2914 2001-04-16  Allan Rae  <rae@lyx.org>
2915
2916         * xforms_helpers.C (formatted):
2917         * Menubar_pimpl.C (add_toc): #warning triggers an error on Sun CC 6.0
2918         as an unrecognised preprocessor directive.  So ensure they're wrapped.
2919
2920 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
2921
2922         * FormTabularCreate.C: pass a pair of uints to the controller
2923
2924         * FormVCLog.C: the log appears as a stringstream now
2925
2926         * forms/form_external.fd: make params update state (from Angus)
2927
2928 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2929
2930         * Menubar_pimpl.C: include gettext.h
2931
2932 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2933
2934         * xforms_helpers.C (formatted): constify length
2935
2936         * FormTabular.C (update): small restructure, adjust for scoped_ptr
2937         (input): adjust for scoped_ptr
2938         (input): constify str
2939
2940 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
2941
2942         * Dialogs.C: s/popup/dialog/
2943
2944         * Form*.C:
2945         * FormBase.h:
2946         * FormBase.C: s/ControlButton/ControlButtons/
2947         move bc().refresh() into base show() method
2948
2949         * Form*.C:
2950         * FormBaseDeprecated.C:
2951         s/UndoAll/restore/
2952
2953 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
2954
2955         * FormMathsPanel.C (c-tor): set button controller cancel label to close.
2956
2957         * FormToc.[Ch]:
2958         * forms/form_toc.fd: implemented controller-view split.
2959
2960         * Dialogs.C: associated changes.
2961
2962 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
2963
2964         * FormCitation.C:
2965         * forms/form_citation.fd: Don't change the name of the button when
2966         toggling between regular expression and simple searches.
2967         Squashed bug when creating a new inset, the keys field contained
2968         one (empty) key. No more; thanks, Dekel.
2969
2970         * FormExternal.C:
2971         * forms/form_external.fd: added Apply button.
2972
2973 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
2974
2975         * FormBase.[Ch]:
2976         * FormBrowser.[Ch]: changes associated with renaming ControlBase as
2977         ControlButton.
2978
2979         * FormExternal.[Ch]:
2980         * forms/form_external.fd: implemented controller-view split.
2981
2982         * Dialogs.C: associated changes.
2983
2984         * FormGraphics.[Ch]:
2985         * FormInclude.[Ch]:
2986         * FormPrint.[Ch]:
2987         moved the browsing functionality into the controller.
2988
2989         * xforms_helpers.[Ch]: moved browseFile to
2990         ../controllers/helper_funcs.[Ch]
2991
2992         * FormCitation.C
2993         * forms/form_citation.fd: added case sensitive search button.
2994
2995 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
2996
2997         * xformsBC.[Ch]: Patched in a slight reworking of Baruch Even's patch.
2998         Code moved into the generic template base class. Replaced
2999         setCancelCloseButton() with setButtonLabel().
3000
3001 2001-03-29  Juergen Vigna  <jug@sad.it>
3002
3003         * FormMinipage.C: removed widthp_ and all it's functions and changed
3004         to use new %-lengths of LyXLength.
3005
3006 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
3007
3008         * FormGraphics.[Ch]:
3009         * forms/form_graphics.fd:
3010         * FormIndex.[Ch]:
3011         * forms/form_index.fd: implemented controller-view split.
3012
3013         * Dialogs.C: associated changes.
3014
3015         * FormCharacter.[Ch]: changes associated with ControlCharacter cleanup.
3016
3017         * FormCitation.C: changes associated with ControlCitation cleanup.
3018
3019         * FormMinipage.h: cleaned-up forward declarations.
3020
3021 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
3022
3023         * FormMinipage.[Ch]:
3024         * forms/form_minipage.fd:
3025         * FormPrint.[Ch]:
3026         * forms/form_print.fd:
3027         * FormSplash.[Ch]: implemented controller-view split.
3028
3029         * Dialogs.C: associated changes.
3030
3031 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
3032
3033         * FormPreamble.[Ch]:
3034         * forms/form_preamble.fd:
3035         * FormRef.[Ch]:
3036         * forms/form_ref.fd:
3037         * FormSearch.[Ch]:
3038         * forms/form_search.fd:
3039         * FormTabularCreate.[Ch]:
3040         * forms/form_tabular_create.fd: implemented controller-view split.
3041
3042         * Dialogs.C: associated changes.
3043
3044 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
3045
3046         * FormError.[Ch]:
3047         * form_error.fd:
3048         * FormInclude.[Ch]:
3049         * form_include.fd:
3050         * FormUrl.[Ch]:
3051         * form_url.fd: implemented controller-view split.
3052
3053         * Dialogs.C: associated changes.
3054
3055         * FormBibitem.h:
3056         * FormBibtex.h:
3057         * FormCitation.h: moved methods from protected to private.
3058
3059 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
3060
3061         * FormCredits.C (build): changes associated with
3062         ControlCredits::getCredits returning a stringstream not a vector<string>
3063
3064 2001-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
3065
3066         * FormCopyright.[Ch]:
3067         * forms/form_copyright.fd: implemented controller-view split.
3068
3069         * FormCredits.[Ch]:
3070         * forms/form_credits.fd: implemented controller-view split.
3071
3072         * Dialogs.C: associated changes.
3073
3074         * xforms_helpers.C (formatted): improved the function so that it now
3075         repects '\n' characters in the input string. Ie, the user can now
3076         specify line breaks explicitly.
3077
3078 2001-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
3079
3080         * FormCharacter.[Ch]:
3081         * forms/form_character.fd: implemented controller-view split.
3082
3083         * Dialogs.C: associated changes.
3084
3085         * FormBase.C (input): changed return to SMI_VALID.
3086
3087         * FormCitation.C (updateBrowser): ensure that the keys are stripped of
3088         any surrounding whitespace.
3089
3090 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
3091
3092         * FormBase.[Ch] (input): no longer pure virtual. Has defualt state of
3093         SMI_NOOP.
3094         (FormBase2): split into two template classes, FormDB (DialogBase) and
3095         FormCB (ControllerBase) for greater flexibility.
3096
3097         * FormBibitem.[Ch]:
3098         * FormBibtex.[Ch]:
3099         * FormCitation.[Ch]: associated changes.
3100
3101         * FormBrowser.[Ch]:
3102         * FormLog.[Ch]:
3103         * FormVCLog.[Ch]:
3104         * forms/form_browser.fd: implemented controller-view split.
3105
3106         * Dialogs.C: associated changes.
3107
3108 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
3109
3110         * FormBibtex.[Ch]:
3111         * forms/form_bibtex.fd: implemented controller-view split.
3112
3113         * Dialogs.C: associated changes.
3114
3115 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
3116
3117         * FormBaseDeprecated.[Ch]: rename title as title_.
3118
3119         * FormBaseDeprecated.C: restore John's trick to give the dialog a border
3120         with limited functionality. It got lost in the MVC merge.
3121
3122         * FormBaseDeprecated.C:
3123         * FormBase.C (show): moved initialisation of minw_, minh_ here.
3124
3125         * FormBibitem.C (build):
3126         * FormBibtex.C (build):
3127         * FormBrowser.C (build):
3128         * FormCharacter.C (build):
3129         * FormCitation.C (build):
3130         * FormCopyright.C (build):
3131         * FormCredits.C (build):
3132         * FormDocument.C (build):
3133         * FormError.C (build):
3134         * FormExternal.C (build):
3135         * FormGraphics.C (build):
3136         * FormInclude.C (build):
3137         * FormIndex.C (build):
3138         * FormMinipage.C (build):
3139         * FormParagraph.C (build):
3140         * FormPreamble.C (build):
3141         * FormPreferences.C (build):
3142         * FormPrint.C (build):
3143         * FormRef.C (build):
3144         * FormSearch.C (build):
3145         * FormTabular.C (build):
3146         * FormTabularCreate.C (build):
3147         * FormToc.C (build):
3148         * FormUrl.C (build): removed initialisation of minw_, minh_.
3149
3150         * The Maths Panel stuff no longer causes a crash on exit from LyX.
3151
3152         * FormMaths.[Ch]:
3153         * forms/form_maths.fd: removed.
3154
3155         * forms/form_maths_delim.fd:
3156         * forms/form_maths_deco.fd:
3157         * forms/form_maths_matrix.fd:
3158         * forms/form_maths_space.fd:
3159         * forms/form_maths_panel.fd: new files.
3160         Split contents of form_maths.fd into 5 new files, one for each form.
3161
3162         * MathsSymbols.[Ch]: remove class BitmapMenu, renamed and reworked as
3163         class FormMathsBitmap in FormMathsBitmap.[Ch].
3164
3165         * FormMathsPanel.[Ch]:
3166         * FormMathsBitmap.[Ch]:
3167         * FormMathsDeco.[Ch]:
3168         * FormMathsDelim.[Ch]:
3169         * FormMathsMatrix.[Ch]:
3170         * FormMathsSpace.[Ch]: Split contents of FormMaths into new files,
3171         one for each popup. Rewrite so that all the new classes are derived from
3172         FormBaseBD. Clean up the logic in the process (I hope!).
3173
3174         * Makefile.am: added new fils, removed redundant ones.
3175
3176 2001-03-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3177
3178         * FormMinipage.C (FormMinipage): add SigC:: namespace specifier.
3179         (showInset): ditto
3180         (updateInset): ditto
3181
3182 2001-03-16  Juergen Vigna  <jug@sad.it>
3183
3184         * Dialogs.C (Dialogs): create minipage options dialog.
3185
3186         * forms/form_minipage.fd:
3187         * form_minipage.C:
3188         * form_minipage.h:
3189         * FormMinipage.C:
3190         * FormMinipage.h: new files for the minipage options dialog.
3191
3192 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
3193
3194         * FormMaths.[Ch]: make the FD_ structs private. Create appropriate
3195         callback methods.
3196
3197         * forms/form_maths.fd: change C_FormBaseCancelCB to
3198         FormBaseDeprecatedCancelCB and so fix crash on closing the panel.
3199
3200 2001-03-16  John Levon  <moz@compsoc.man.ac.uk>
3201
3202         * FormMaths.C: quash warnings
3203
3204 2001-03-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3205
3206         * FormMaths.C (C_FormMathsDelimCB): add usual .c_str() for lyxstring
3207         compatibility.
3208
3209 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
3210
3211         * Form_various.h: cleaned up #includes and forward declarations.
3212
3213         * Form_various.C: added "using SigC::slot" declaration.
3214
3215         * FormMaths.[Ch]: moved to boost::scoped_ptrs.
3216
3217         * FormDocument.C (CheckChoiceClass): removed string tct as the
3218         compiler warned that it was defined but never used.
3219         removed USE_CLASS_COMBO.
3220
3221 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
3222
3223         * Dialogs.C:
3224         * FormMaths.h:
3225         * FormMaths.C:
3226         * MathsSymbols.h:
3227         * MathsSymbols.C:
3228         * Makefile.am:
3229         * Toolbar_pimpl.C:
3230         * form_*.C:
3231         * forms/makefile:
3232         * forms/form_maths.fd:
3233         * forms/fdfixc.sed:
3234         * forms/fdfix.sh: add maths panel
3235
3236         * bmtable.h:
3237         * bmtable.c: moved from src/
3238
3239 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3240
3241         * FormParagraph.h: NO_PEXTRA
3242         * FormParagraph.C (input): NO_PEXTRA
3243
3244 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3245
3246         * several files: remove CXX_WORKING_NAMESPACES
3247
3248 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
3249
3250         * Merging changes from BRANCH_MVC back into HEAD.
3251
3252 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
3253
3254         * Dialogs.C (c-tor): Changes associated with storing a vector of
3255         boost::shared_ptrs.
3256         Use MVC Bibitem popup.
3257
3258         * FormBase.h: add a new template class FormBase2, derived from FormBase
3259         to make life creating MVC popups even easier ;-)
3260
3261         * FormBibitem.[Ch]:
3262         * forms/form_bibitem.fd: moved over to the MVC way of doing things.
3263         Proof that a simple popup should be easy to implement!
3264
3265         * FormCitation.[Ch]: now derived from FormBase2.
3266
3267         * FormToc.C: added using std::vector directive.
3268
3269 2001-03-09  Dekel Tsur  <dekelts@tau.ac.il>
3270
3271         * FormSearch.C: Add missing #pragma
3272
3273 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
3274
3275         * FormCitation.C:
3276         * forms/form_citation.fd: added the ability to Search, both Simply and
3277         for Regular Expressions. Use the Search code in the controller() to do
3278         the actual searching.
3279
3280 2001-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
3281
3282         * Makefile.am: added FormCredits.[Ch] and form_credits.[Ch]
3283         * forms/makefile: added form_credits.fd
3284
3285         * Dialogs.C: added FormCredits and removed ShowCredits.
3286
3287         * FormCredits.[Ch]:
3288         * forms/form_credits.fd:
3289         * forms/form_search.fd: ported to the MVC way.
3290
3291 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
3292
3293         * xforms_helpers.h (formatted): now has default arguments for size and
3294         style.
3295
3296         * FormCitation.[Ch]: moved code out of this class and into
3297         ControlCitation and associated helper funcs.
3298
3299 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
3300
3301         * FormBase.[Ch]: (InputCB): use ButtonController::input() rather than
3302         ButtonController::valid() to check state of input. The buttons are
3303         now controlled correctly.
3304
3305         * Form*.[Ch]: use boost::scoped_ptr for the remaining few classes.
3306
3307 2001-03-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
3308
3309         * Form*.[Ch]: use boost::scoped_ptr for dialog_ et al.
3310
3311         * FormBase.[Ch]: rename title as title_.
3312
3313 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
3314
3315         * FormBase.C (c-tor): initialise variables in correct order.
3316
3317         * FormCitation.C: add #include <algorithm>
3318
3319 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
3320
3321         * xformsBC.[Ch]: Changes associated with the changes to
3322         controllers/ButtonController.[Ch]. Ie, the class is now derived from
3323         ButtonControllerBase and the ButtonPolicy is accessed through a method
3324         bp() rather than the instance bp_.
3325
3326         * FormBaseDeprecated.[Ch]: no longer store a ButtonController, but
3327         rather use a pure virtual method bc() to access the controller
3328         instantiated by the daughter classes.
3329
3330         * F*.[Ch]: changes associated with the above.
3331
3332 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
3333
3334         * FormBase.[Ch]: renamed as FormBaseDeprecated.[Ch]
3335
3336         * ViewXforms.[Ch]: renamed as FormBase.[Ch]
3337
3338 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
3339
3340         * ButtonController.[Ch]: deleted. The class is split into two
3341         (with identical functionality), the code being found in
3342         ../controllers/ButtonController.[Ch] and xformsBC.[Ch]
3343
3344         * xformsBC.[Ch]: new files. Xforms specific part of Allan's original
3345         ButtonController class.
3346
3347         * FormBase.[Ch]: changes associated with the above split.
3348
3349         * ViewXforms.[Ch]: Base class for xforms dialogs derived from ViewBase
3350         (../controllers/ViewBase.h). Ie, for Dialogs with GUI-I controllers
3351         controlling all interaction to/from the LyX kernel.
3352
3353         * FormCitation.[Ch]:
3354         * forms/form_citation.fd: An xforms-specific implementation of the
3355         Citation dialog, controlled by the GUI-I ControlCitation.
3356
3357         * Dialogs.C: Use the controlled Citation dialog.
3358
3359 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
3360
3361         * Makefile.am:
3362         * combox.h:
3363         * combox.C: moved from src/
3364
3365 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
3366
3367         * forms/fdfix.sh:
3368         * forms/form_filedialog.C.patch: I hate having to make these patches,
3369         but on reflection I think it's probably better than hacking fdfix.sh.
3370
3371 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
3372
3373         * forms/fdfix.sh: test whether bmtable.h is needed before #including it.
3374
3375 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
3376
3377         * FormGraphics.C: remove unnecessary hack
3378
3379 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
3380
3381         * FormCitation.C (apply): Do not put space between multiple keys.
3382
3383 2001-03-12  Dekel Tsur  <dekelts@tau.ac.il>
3384
3385         * Menubar_pimpl.C (add_toc): Remove debug message.
3386
3387 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
3388
3389         * Makefile.am:
3390         * Dialogs.C:
3391         * FormExternal.C:
3392         * FormExternal.h:
3393         * form_external.C:
3394         * form_external.h:
3395         * xforms/forms/makefile:
3396         * forms/form_external.fd: add FormExternal
3397
3398 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
3399
3400         * Dialogs.C: add destroySplash()
3401
3402         * form_splash.h:
3403         * form_splash.C:
3404         * forms/form_splash.fd:
3405         * FormSplash.h:
3406         * FormSplash.C: make independent of FormBase, tidy
3407
3408         * Menubar_pimpl.C: destroy splash on interaction
3409
3410 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
3411
3412         * FormInclude.h:
3413         * FormInclude.C:
3414         * form_include.h:
3415         * form_include.C:
3416         * forms/form_include.fd: rework, clean up
3417
3418 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3419
3420         * FormToc.h: use Buffer::typedef
3421
3422         * Menubar_pimpl.C (add_toc): use the Buffer::typedefs
3423         * FormToc.C (build): ditto
3424         (updateToc): ditto
3425
3426 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3427
3428         * FormToc.C (build): implement for dynamic number of lists
3429         (updateToc): ditto
3430         * Menubar_pimpl.C (add_toc): ditto
3431
3432 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
3433
3434         * added credits:
3435         * Dialogs.C:
3436         * Makefile.am:
3437         * FormCredits.[Ch]:
3438         * form_credits.[Ch]:
3439         * forms/form_credits.fd:
3440
3441 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3442
3443         * Menubar_pimpl.h: make Pipl::ItemInfo::item_ a boost::shared_ptr,
3444         make ButtonList contain boost::shared_ptr<ItemInfo>
3445
3446         * Menubar_pimpl.C (~Pimpl): remove destructor
3447
3448 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
3449
3450         * Makefile.am:
3451         * FileDialog.C:
3452         * FormFiledialog.C:
3453         * FormFiledialog.h:
3454         * form_filedialog.C:
3455         * form_filedialog.h:
3456         * FormGraphics.C:
3457         * FormInclude.C:
3458         * FormPreferences.C:
3459         * FormPrint.C:
3460         * xforms_helpers.C:
3461         * xforms_helpers.h:
3462         * forms/fdfix.sh:
3463         * forms/makefile:
3464         * form/form_filedialog.fd: add File Dialog
3465         * Toolbar_pimpl.h:
3466         * Toolbar_pimpl.C: move LayoutsCB to here
3467
3468 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3469
3470         * FormParagraph.C: changes because of ParagraphParameters.
3471
3472 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3473
3474         * FormSearch.C (Replace): remove default argument
3475         (Find): ditto
3476
3477 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
3478
3479         * added find/replace dialog:
3480         * FormSearch.*: added
3481         * form_search.*: added
3482         * forms/form_search.fd: added
3483
3484 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
3485
3486         * xform_helpers.[Ch]: renamed as xforms_helpers.[Ch].
3487
3488         * various: in a rush of delayed guilt, I've renamed all instances of
3489         xform as xforms. Jean-Marc sowed this seed a long, long time ago and it
3490         finally sprouted.
3491
3492         * xforms_helpers.[Ch] (setEnabled): a little wrapper function to
3493         activate/deactivate an FL_OBJECT.
3494
3495         * FormCitation.C:
3496         * FormDocument.C:
3497         * FormInclude.C:
3498         * FormParagraph.C:
3499         * FormPreamble.C:
3500         * FormPreferences.C:
3501         * FormRef.C:
3502         * FormTabular.C: used it.
3503
3504 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
3505
3506         * FormPreferences.C: removed three unused using directives.
3507
3508 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
3509
3510         * added find/replace dialog:
3511         * FormSearch.*: added
3512         * form_search.*: added
3513         * forms/form_search.fd: added
3514
3515 2001-02-27  Dekel Tsur  <dekelts@tau.ac.il>
3516
3517         * FormRef.C: Fixed the behaviour of Goto-Ref.
3518
3519 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
3520
3521         * forms/makefile: added character and preamble dialogs
3522
3523 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
3524
3525         * FormCharacter.C (FormCharacter): change order of deletion,
3526         change combo_language2 to combo_language2_
3527
3528 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
3529
3530         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
3531
3532 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
3533
3534         * Dialogs.C: added layoutcharacter
3535         * FormCharacter.C: added
3536         * FormCharacter.h: added
3537         * form_character.C: added
3538         * form_character.h: added
3539         * forms/form_character.fd: added
3540
3541 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
3542
3543         * FormPreferences.C: Handle lyxrc.language_use_babel and
3544         lyxrc.language_global_options.
3545
3546 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
3547
3548         * FormPreferences(GetFrom, GetTo): use size_type rather than int.
3549
3550 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
3551
3552         * FormBase.C: no longer transient dialogs, XMapWindow()
3553           in attempt to de-iconify
3554
3555         * FormDocument.C: remove DO_USE_DEFAULT_LANGUAGE
3556
3557 2001-02-21  Dekel Tsur  <dekelts@tau.ac.il>
3558
3559         * FormDocument.C (checkMarginValues): Activate "use geometry" button
3560         if using custom paper size/margin.
3561
3562 2001-02-21  Allan Rae  <rae@lyx.org>
3563
3564         * forms/form_preferences.fd: larger, bold font for outer tabfolder
3565
3566 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
3567
3568         * src/frontends/xforms/Dialogs.C: added preamble
3569         * src/frontends/xforms/FormPreamble.C: added
3570         * src/frontends/xforms/FormPreamble.h: added
3571         * src/frontends/xforms/Makefile.am: added
3572         * src/frontends/xforms/form_preamble.C: added
3573         * src/frontends/xforms/form_preamble.h: added
3574         * src/frontends/xforms/form_preamble.fd: added
3575
3576 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
3577
3578         * FormBase.h: moved noncopyable derivation to DialogBase.
3579
3580 2001-02-19  Juergen Vigna  <jug@sad.it>
3581
3582         * FormTabular.C (build): make all input field accepted only after
3583         a "RETURN".
3584
3585         * forms/form_tabular.fd: removed default "Return" on Close-Button.
3586
3587 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
3588
3589         * FormError.C:
3590         * FormGraphics.C:
3591         * FormInset.C (showInset): change associated with name change
3592         inset::hide to inset::hideDialog.
3593
3594 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
3595
3596         * FormCitation.C (build): altering "Text after" now activates the Ok,
3597         Apply buttons.
3598
3599 2001-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
3600
3601         * FormCitation.C: lots of white-space changes to make file consistent
3602         with LyX style.
3603         (input): use the FL_OBJECT * parameter to decide what to do, not the
3604         long parameter.
3605
3606         * FormCitation.h: removed most entries in enum.
3607
3608         * forms/form_citation.fd: change names of variables, consistent with
3609         Allan's naming scheme.
3610         Don't pass any particular arguments to the InputCB function.
3611         choice_style now triggers a callback and looks like other choices.
3612
3613 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
3614
3615         * other: use compare instead of strcmp/strncmp
3616
3617 2001-02-15  Angus Leeming  <a.leeming@ic.ac.uk>
3618
3619         * ButtonController.[Ch]: changed trigger_change_ vector and associated
3620         methods to dont_trigger_change_ because FL_OBJECTs that trigger a
3621         callback to InputCB() but don't trigger a change in the state of the
3622         Ok, Apply buttons are much rarer than those that do.
3623
3624         * FormCitation.C (build): associated change.
3625
3626 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
3627
3628         * ButtonController.C: include algorithm
3629
3630 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
3631
3632         * ButtonController.[Ch] (addTriggerChange, eraseTriggerChange):
3633         new methods.
3634         (valid): method can now be passed an optional FL_OBJECT *. If it is, and
3635         the vector of FL_OBJECT *s that can trigger a change in the button state
3636         is not empty, then a change of state will occur only if the FL_OBJECT *
3637         is present in this vector.
3638
3639         * FormBase.C (RestoreCB): call bc.undoAll() before restore(). Allows
3640         the user to deactivate specific fields within restore().
3641         (InputCB): pass the FL_OBJECT * to bc_.valid().
3642
3643         * FormCitation.C (build): create a vector of FL_OBJECT *s that can
3644         trigger a change of state in the Ok,Apply buttons.
3645         (update): bc_.readOnly() to the start of the method. Similar reasoning
3646         to that for FormBase::RestoreCB, above.
3647
3648 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
3649
3650         * FormBrowser.C: used OkCancelPolicy for ButtonController rather than
3651         IgnorantPolicy.
3652
3653         * forms/form_browser.fd:
3654         * forms/form_copyright.fd:
3655         * forms/form_error.fd:
3656         * forms/form_tabular.fd:
3657         * forms/form_toc.fd:
3658         Consistent shortcuts for Close button: Esc and Return only.
3659
3660         * forms/form_citation.fd:
3661         * forms/form_document.fd:
3662         * forms/form_index.fd:
3663         * forms/form_paragraph.fd:
3664         * forms/form_preferences.fd:
3665         * forms/form_print.fd:
3666         * forms/form_ref.fd:
3667         * forms/form_tabular_create.fd:
3668         * forms/form_url.fd:
3669         Consistent shortcut for Cancel button: Esc only.
3670
3671 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
3672
3673         * Dialogs.C: new Splash. Include, Bibitem/tex
3674
3675         * FormBase.h: make show() virtual for Splash's benefit
3676
3677         * Makefile.am:
3678         * forms/makefile:
3679         * FormBibitem.C:
3680         * FormBibitem.h:
3681         * FormBibtex.C:
3682         * FormBibtex.h:
3683         * form_bibitem.C:
3684         * form_bibitem.h:
3685         * form_bibtex.C:
3686         * form_bibtex.h:
3687         * forms/form_bibitem.fd:
3688         * forms/form_bibtex.fd:
3689         * FormInclude.C:
3690         * FormInclude.h:
3691         * form_include.C:
3692         * form_include.h:
3693         * forms/form_include.fd:
3694         * FormSplash.C:
3695         * FormSplash.h:
3696         * form_splash.C:
3697         * form_splash.h:
3698         * forms/form_splash.fd: new forms
3699
3700 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
3701
3702         * FormLog.C: handle Literate build log nicely
3703
3704 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3705
3706         * Menubar_pimpl.C: remove support for reference menuitem type.
3707
3708 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
3709
3710         * Makefile.am:
3711         * Timeout_pimpl.h:
3712         * Timeout_pimpl.C: add Timeout implementation
3713
3714 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
3715
3716         * form_browser.h:
3717         * form_browser.C:
3718         * forms/form_browser.fd:
3719         * forms/makefile:
3720         * FormBrowser.C:
3721         * FormBrowser.h: readonly browser form
3722
3723         * FormLog.C:
3724         * FormLog.h:
3725         * FormVCLog.C:
3726         * FormVCLog.h:
3727         * Dialogs.C: add Log and VCLog
3728
3729         * Makefile.am: add Log and VCLog, add updatesrc target
3730
3731 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
3732
3733         * Menubar_pimpl.C (add_toc2): Add shortcut to the TOC menu.
3734
3735 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3736
3737         * FormPreferences.C (GetFrom): fix crash when there is no format
3738         defined.
3739         (GetTo): ditto.
3740
3741 2001-01-23  Angus Leeming  <a.leeming@ic.ac.uk>
3742
3743         * FormPreferences.C (LoadBrowserLyX): convert unsigned short to
3744         unsigned char correctly and so fix 2 bugs loading/changing colors.
3745
3746 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
3747
3748         * FormRef.C (update): Do not update dialog_->{ref,name,type}
3749         if inset_ == 0.
3750         Deactivate the type button when buffer is LinuxDoc/Docbook
3751         (build): Uncomment calls to addReadOnly().
3752         (updateBrowser) Do not disable the update button when there are no
3753         keys.
3754         (build, getType, getName): Use InsetRef::types.
3755
3756 2001-01-18  Angus Leeming  <a.leeming@ic.ac.uk>
3757
3758         * FormPrint.[Ch] (browse): new method to browse for file to print to.
3759
3760         * forms/form_print.fd: give the form a Browse button.
3761
3762 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
3763
3764         * FormRef.C (input): Fix the behavior of goto reference button.