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