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