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