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