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