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