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