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