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