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