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