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