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