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