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