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