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