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