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