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