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