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