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