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