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