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