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