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