]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/ChangeLog
Move the external dialog to the new scheme.
[lyx.git] / src / frontends / xforms / ChangeLog
1 2003-03-05  Angus Leeming  <leeming@lyx.org>
2
3         * FormExternal.[Ch]:
4         * forms/form_external.fd: changes to use the new Dialog-based scheme.
5
6         * Dialogs.C:
7         * Dialogs2.C:
8         * Dialogs_impl.h: remove external dialog.
9
10         * Dialogs3.C: add external dialog.
11
12 2003-03-04  Angus Leeming  <leeming@lyx.org>
13
14         * FormText.[Ch]: the label of the input widget is passed to the
15         FormText c-tor and used in the build method. 
16
17         * Dialogs3.C: pass an extra arg to the FormText c-tor.
18
19 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
20
21         * FormPreferences.C
22         * FormSento.C
23         * xformsImage.C: Added #include "format.h"
24
25 2003-02-27  Angus Leeming  <leeming@lyx.org>
26
27         * Dialogs.C (build): add a label dialog.
28
29         * FormIndex.[Ch]: renamed as FormText.[Ch]
30         * forms/form_index.fd: renamed as form_text.fd.
31
32         * FormText.[Ch]
33         * forms/form_text.fd: slight refactoring to enable the class to be
34         used by two dialogs.
35
36         * Makefile.am: add the new files and remove the old.
37
38 2003-02-27  Angus Leeming  <leeming@lyx.org>
39
40         * Alert_pimpl.C: make shortcuts consistent with the rest of LyX.
41
42 2003-02-27  Rob Lahaye  <lahaye@snu.ac.kr>
43
44         * FormInclude.[Ch]: use RadiobuttonGroup code, add tooltips and add
45         comments.
46
47         * xformsImage.C: use lyx::float_equal() for comparing floats & doubles
48
49         * forms/form_include.fd: nicer layout and add proper Gravity.
50         * forms/form_external.fd:
51         * forms/form_forks.fd: prettifying layout.
52
53 2003-02-21  Angus Leeming  <leeming@lyx.org>
54
55         * FormDialogView.[Ch]: new base class for the xforms dialogs,
56         deriving from Dialog::View. Otherwise identical to the existing
57         FormBase that derives from ViewBase.
58
59         * Dialogs_impl.h:
60         * Dialogs.C:
61         * Dialogs2.C: strip out those dialogs that now use the new
62         Dialog class as the platform for an MCV split.
63
64         * Dialogs3.C: new file. Lazy instantiation of those dialogs that
65         now use the new Dialog class.
66
67         * FormBibitem.[Ch]:
68         * FormBibtex.[Ch]:
69         * FormCitation.[Ch]:
70         * FormError.[Ch]:
71         * FormERT.[Ch]:
72         * FormIndex.[Ch]:
73         * FormRef.[Ch]:
74         * FormToc.[Ch]:
75         * FormUrl.[Ch]:
76         * forms/form_bibitem.fd:
77         * forms/form_bibtex.fd:
78         * forms/form_citation.fd:
79         * forms/form_error.fd:
80         * forms/form_ert.fd:
81         * forms/form_index.fd:
82         * forms/form_ref.fd:
83         * forms/form_toc.fd:
84         * forms/form_url.fd: minor changes to reflect the new heirarchy.
85
86         * Makefile.am: add new files.
87
88 2003-02-22  Alfredo Braunstein <abraunst@libero.it>
89
90         * lyx_gui.C (parse_init): added a call to LoaderQueue::setPriority
91
92 2003-02-17  Rob Lahaye  <lahaye@snu.ac.kr>
93
94         * FormBibTeX.C: add double click to choose from list.
95
96         * forms/form_bibtex.fd: modify layout slightly.
97
98 2003-02-17  Rob Lahaye  <lahaye@snu.ac.kr>
99
100         * FormTexinfo.C: fix full filename lookup when showing
101         file without fullpath.
102
103 2003-02-21  Angus Leeming  <leeming@lyx.org>
104
105         * Timeout_pimpl.[Ch]: removed.
106         * xformsTimeout.[Ch]: new files, replacing the above.
107         The xformsTimeout class derives from Timeout::Impl.
108
109 2003-02-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
110
111         * xfont_loader.C (addFontPath): make debug messages quieter
112
113 2003-02-21  Angus Leeming  <leeming@lyx.org>
114
115         * FileFialog.C (c-tor): no longer receives a LyXView &, nor passes
116         it to the Provate c-tor.
117         * FormFiledialog.[Ch] (c-tor): no longer receives a LyXView &.
118         Dialogs::redrawGUI is a static member, so can reference it without
119         a specific instance.
120
121 2003-02-17  John Levon  <levon@movementarian.org>
122
123         * FormSpellchecker.h:
124         * FormSpellchecker.C:
125         * ui/form_spellchecker.fd: rework, remove start, etc.
126
127 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
128
129         * FormPreferences.C (apply): make sure that rc.font_norm_type is
130         in sync with rc.font_norm
131
132 2003-02-16  Rob Lahaye  <lahaye@snu.ac.kr>
133
134         * RadioButtonGroup.[Ch]: polish radio button policy.
135
136 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
137
138         * Menubar_pimpl.C (create_submenu): Some code moved to
139         Menubackend: use MenuItem::binding(); remove code to disable
140         menus; remove code that looks for optional+disabled or unknown
141         actions
142
143 2003-02-15  John Levon  <levon@movementarian.org>
144
145         * forms/form_graphics.fd: 'a' shortcut was used twice
146
147 2003-02-14  John Levon  <levon@movementarian.org>
148
149         * FileDialog.C: remove spurious prohibit/allowInput()
150
151         * XFormsView.h:
152         * XFormsView.C: prohibit/allowInput() -> busy(bool)
153
154 2003-02-10  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
155
156         * FormDocument.C: Reset paperpackage to NONE when 
157         papersize != A4 (bug 844)
158
159 2003-02-11  Angus Leeming  <leeming@lyx.org>
160
161         * FormRef.C:
162         * forms/form_ref.fd: tweaks to ensure that the Ok, Apply buttons
163         behave as expected.
164
165 2003-02-11  Angus Leeming  <leeming@lyx.org>
166
167         * xforms_helpers.[Ch] (fl_getmcolor): new function; a wrapper for the
168         xforms routine that accepts unsigned ints.
169
170         * Color.[Ch] (getRGBColor): factorise code into one place.
171
172         * FormPreferences.[Ch] (X11hexname: not a class member. Move to
173         namespace anon.
174
175         * FormPreferences.C: use fl_getmcolor and getRGBColor.
176         * lyx_gui.C: use getRGBColor.
177         * xformsImage.C: use getRGBColor.
178         
179 2003-02-11  Angus Leeming  <leeming@lyx.org>
180
181         * bmtable.c: whitespace and indentation consistent with the other
182         files.
183
184 2003-02-08  John Levon  <levon@movementarian.org>
185
186         * FormPreferences.C: don't call setCurrentAuthor explicitly
187
188 2003-02-08  John Levon  <levon@movementarian.org>
189
190         * Makefile.am:
191         * forms/Makefile.am:
192         * forms/form_changes.fd:
193         * Dialogs.C:
194         * Dialogs2.C:
195         * Dialogs_impl.h:
196         * FormChanges.h:
197         * FormChanges.C: add changes dialog
198
199         * FormPreferences.h:
200         * FormPreferences.C:
201         * forms/form_preferences.fd: add Identity prefs
202         
203 2003-01-31  Michael Schmitt  <michael.schmitt@teststep.org>
204
205         * FormDocument.C:
206         * FormPreferences.C: Replace LaTeX font size names by LyX
207         names for consistency reasons and to resolve a translation conflict
208
209 2003-02-02  Angus Leeming  <leeming@lyx.org>
210
211         * FormGraphics.C: Fix off by one error in update/apply of rotation
212         origin.
213
214 2003-01-31  Angus Leeming  <leeming@lyx.org>
215
216         * FormBase.[Ch]: instantiate the isVisible() virtual method.
217
218 2003-01-30  Angus Leeming  <leeming@lyx.org>
219
220         * Dialogs2.C (createIndex): enable ControlCommand to create an
221         InsetCommandParam of type "index", not null.
222
223 2003-01-26  Michael Schmitt  <michael.schmitt@teststep.org>
224
225         * forms/form_thesaurus.fd: add colons to labels. Shrink dialog.
226
227 2003-01-25  Angus Leeming  <leeming@lyx.org>
228
229         * forms/form_spellchecker.fd:
230         * forms/form_thesaurus.fd: reshape a little, consistent with their
231         Qt cousins.
232
233 2003-01-20  Michael Schmitt  <michael.schmitt@teststep.org>
234
235         * forms/*.fd: Missing colons (':') added to labels,
236         all labels (except "deg") start with a capital letter now
237         * formDocument.C:
238         * formParagraph.C: rename "Xxxskip" to "XxxSkip"
239
240 2003-01-15  Angus Leeming  <leeming@lyx.org>
241
242         * forms/form_graphics.fd: s/Ok/OK/ consistent with all other dialogs.
243
244         * form_character.fd:
245         * form_error.fd:
246         * form_external.fd:
247         * form_maths_panel.fd:
248         * form_maths_space.fd:
249         * form_maths_style.fd:
250         * form_spellchecker.fd:
251         * form_thesaurus.fd: Cancel/Close have Escape and occasionally Return
252         as accelerators only.
253
254 2003-01-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
255
256         * FileDialog.C: implement opendir [bug 824], fix mask.
257
258         * FormFileDialog.[Ch]: implement SelectDir (browse directories)
259         [bug 824].
260
261         * FormPreferences.C: use browsedir for paths [bug 824]
262         do not delete paths unnecessary.
263
264 2003-01-13  Michael Schmitt <michael.schmitt@teststep.org>
265
266         * xformsImage.C (getWidth): revert "fix" that breaks behavior with
267         xforms 1.0.
268
269 2003-01-13  John Levon  <levon@movementarian.org>
270
271         * forms/form_spellchecker.fd: remove replicated M-R shortcut.
272
273 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
274
275         * forms/Makefile.am (MAINTAINERCLEANFILES): add
276         (clean-local): delete
277         (distclean-local): delete
278         (.fd.C): delete
279         (%.C): add
280
281 2003-01-12  Angus Leeming  <leeming@lyx.org>
282
283         * FormFiledialog.[Ch]: initialise and use new static member variables
284         minw_ and minh_ to prevent the dialog from being shrunk in size.
285         Shrink too much and xforms crashes :-(
286
287 2003-01-11  Angus Leeming  <leeming@lyx.org>
288
289         * xformsImage.C (init_graphics): turn off support for XPM files.
290
291 2002-01-07  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
292
293         * FormTabular.C: typo.
294
295 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
296
297         * FormGraphics.C:
298         * xformsImage.C:
299         * forms/form_bibtex.fd:
300         * forms/form_citation.fd:
301         * forms/form_document.fd:
302         * forms/form_search.fd: fix inconsistent usage of spaces, colons,
303         capitalization, and the like.
304
305 2002-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
306
307         * FormTabular.C: fix bug 572, fix ReadOnly logic.
308
309 2003-01-06  Angus Leeming  <leeming@lyx.org>
310
311         * forms/fdfixc.sed: Turn off choice titles as they can contain
312         meta-chars that just look nasty.
313
314 2003-01-05  John Levon  <levon@movementarian.org>
315
316         * XLyXKeySym.h:
317         * XLyXKeySym.C: getISOEncoded() changed
318
319 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
320
321         * input_validators.C (fl_print_range_filter): remove extra space
322
323         * Menubar_pimpl.C (create_submenu): do not query the status of a
324         submenu either.
325
326 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
327
328         * FormSpellchecker.C (build):
329         * forms/form_paragraph.fd:
330         * forms/form_maths_matrix.fd: remove extra spaces
331
332 2002-12-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
333
334         * Menubar_pimpl.C (create_submenu): do not query the status of a
335         separator.
336
337 2002-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
338
339         * forms/Makefile.am (EXTRA_DIST): dist the .fd files.
340
341 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
342
343         * Menubar_pimpl.C (create_submenu): correctly ignore unknown lfuns
344
345         * lyx_gui.C (getStatus): implement as a dummy action
346
347 2002-12-16  Angus Leeming  <leeming@lyx.org>
348
349         * XPainter.C: missed a #ifdef USE_XFORMS_IMAGE_LOADER.
350
351         * xformsImage.C (init_graphics): Use new #ifdef USE_JPEG_IMAGE_LOADER
352         rather than HAVE_FLIMAGE_ENABLE_JPEG.
353         Remove #ifdef HAVE_FLIMAGE_ENABLE_PS.
354
355         * FormPreferences.C:
356         * forms/form_preferences.fd: remove override_x_deadkeys stuff.
357
358 2002-12-13  Angus Leeming  <leeming@lyx.org>
359
360         * FormBase.C:
361         * Menubar_pimpl.C:
362         * Tooltips.[Ch]:
363         * XFormsView.C:
364         * XWorkArea.C:
365         * lyx_gui.C:
366         * xforms_resize.C: remove work-arounds for xforms < 0.89.5.
367
368         * lyxlookup.[Ch]: removed.
369
370         * Makefile.am: associated change.
371
372         * combox.C: add block #ifdef FL_VERSION < 1
373
374 2002-12-16  Michael Schmitt  <Michael.Schmitt@teststep.org>
375
376         * FormGraphics.C (build): correct string for boost::format.
377
378 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
379
380         * FormGraphics.C (build): add another xgettext:no-c-format
381
382 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
383
384         * FormGraphics.C (build): add a xgettext:no-c-format
385
386 2002-12-05  John Levon  <levon@movementarian.org>
387
388         * XWorkArea.C: set I-beam cursor
389
390 2002-12-04  Angus Leeming  <leeming@lyx.org>
391
392         * XWorkArea.h (backgroundbox): Removed. No need to name it explicitly.
393
394         * XWorkArea.C (work_area_handler): move static vars inside loop,
395         rename vars as discussed with Lars. Document changes in the text.
396         Don't declare functions as static; use namespace anon.
397         (setXtermCursor): removed; not used.
398         (destroy_object): removed; not used.
399         Remove unneeded header files ColorHandler.h, LyXView.h, filetools.h,
400         lstrings.h, LAssert.h, cmath, cctype.
401         Various other trivial clean-ups.
402
403 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
404
405         * xforms_helpers.C: (updateWidgetsFromLength)
406         use len.empty() instead of len.zero() [bug 490]
407
408 2002-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
409
410         * XWorkArea.C (work_area_handler): send fewer motion events if the
411         mouse is outside the workarea.
412
413 2002-12-02  Angus Leeming  <leeming@lyx.org>
414
415         * FormIndex.C (update): if the contents aren't empty, then activate the
416         Ok, Apply buttons on update.
417
418         * FormMathsDeco.[Ch]:
419         * forms/form_maths_deco.fd: removed.
420
421         * Makefile.am:
422         * forms/Makefile.am: commensurate changes.
423
424         * FormMathsPanel.C (build): after all John's work, don't use the
425         button controller for the Close button, since "cancel" makes no sense
426         here.
427         form_maths_deco is just another bitmap dialog; no need for it to have
428         any special code at all.
429
430         * FormMathsBitmap.C (build): position the bmtables correctly.
431
432 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
433
434         * several files: ws changes
435
436 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
437
438         * checkedwidgets.C (setWidget): make sure that FL_LCOL and FL_COL1
439         will be seen as FL_COLORs.
440
441 2002-12-01  John Levon  <levon@movementarian.org>
442
443         * FormMathsBitmap.C: fix _(_(blah))
444
445 2002-11-30  John Levon  <levon@movementarian.org>
446
447         * FormMathsBitmap.C: actually set dialog_->button_close
448           to the added button
449
450 2002-11-30  John Levon  <levon@movementarian.org>
451
452         * forms/form_maths_panel.fd: small fix
453
454 2002-11-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
455
456         * lyx_gui.C (start): make "unhandled X11 event" debug message
457         optional (on GUI)
458
459 2002-11-29  Angus Leeming  <leeming@lyx.org>
460
461         * Tooltips.C (init): allow tooltips to be reset.
462
463         * FormSpellchecker.C: having broken Rob's word count update, I guess
464         I should fix it too ;-)
465
466         * FormPreferences.C (apply): if controller().isClosing() (ie, if the
467         "save" button has been pressed), then save any modified gui colors.
468
469 2002-11-29  Angus Leeming  <leeming@lyx.org>
470
471         * forms_gettext.[Ch] (scex, idex): re-written to receive and return
472         string not char *. The old idex function was new-ing memory and nothing
473         that used it was ensuring that this memory didn't leak. Now safe.
474
475         * Alert_pimpl.C:
476         * FormFiledialog.C:
477         * FormPreferences.C:
478         * forms/fdfixc.sed: associated changes.
479
480 2002-11-28  Rob Lahaye  <lahaye@snu.ac.kr>
481
482         * forms/fdfixh.sed: bug fix.
483
484 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
485
486         * xfont_loader.C (getFontinfo): Use lyxrc.*_font_foundry.
487
488         * FormPreferences.C: Handle lyxrc.*_font_foundry.
489
490 2002-11-27  Angus Leeming  <leeming@lyx.org>
491
492         * forms/fdfix.sh:
493         * forms/c_str.sed: replace that nasty global c_str declaration with
494         nice function-specific ones. Use a two-pass algorithm to do so.
495         It's possible to do it in one-pass, but the resulting sed script
496         must use the hold space in a convoluted manner.
497
498 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
499
500         * XMiniBuffer.C (peek_event): add l10n on a string missing it.
501
502 2002-11-26  Angus Leeming  <leeming@lyx.org>
503
504         * forms_gettext.[Ch] (scex, idex): ditch the #defines and rename the
505         functions in their place.
506
507         * FormBase.h (FormDB::form): Implement in 1 line not 2.
508
509         * fdesign_base.[Ch]: new files. All fdesign-generated structures will
510         derive from FD_base, to minimise code duplication.
511
512         * Makefile.am: add new files.
513
514         * forms/Makefile.am (SRCS): move form_wrap.fd to the end of the list.
515
516         * forms/fdfix.sh: add "c_str" to namespace anon in the generated .C
517         files if required.
518
519         * forms/fdfix[ch].sed: the structs now derive from FD_base, so they
520         don't need d-tors to clean up the form.
521         Beautify the sed to produce beautiful looking C++ code.
522
523 2002-11-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
524
525         * FileDialog.C (save): actually return the result from
526         FileDialog::open
527
528 2002-11-26  Jürgen Spitzmüller  <juergen.sp@t-online.de>
529
530         * FormTabular.C: correct lots of bugs in the setting/getting of
531         longtable options.
532
533 2002-11-25  Angus Leeming  <leeming@lyx.org>
534
535         * Dialogs_impl.h:
536         * Dialogs2.C: no need to include math sub dialog header files.
537         Use standard MCV implementation of main math panel dialog.
538
539         * FormBaseDeprecated.[Ch]:
540         * FeedbackController.[Ch]: removed.
541
542         * FormBase.[Ch]: Merge the contents of FeedbackController into here
543         also.
544         (FormCB): make the controller methods publicly accessible.
545
546         * forms/form_maths_deco.fd:
547         * forms/form_maths_delim.fd:
548         * forms/form_maths_matrix.fd:
549         * forms/form_maths_panel.fd:
550         * forms/form_maths_space.fd:
551         * forms/form_maths_style.fd: s/Deprecated//
552
553         * FormMathsBitmap.[Ch]:
554         * FormMathsDeco.[Ch]:
555         * FormMathsDelim.[Ch]:
556         * FormMathsMatrix.[Ch]:
557         * FormMathsPanel.[Ch]:
558         * FormMathsSpace.[Ch]:
559         * FormMathsStyle.[Ch]: implement a Controller-View split of the math
560         dialogs.
561
562 2002-11-22  Angus Leeming  <leeming@lyx.org>
563
564         The first step towards a math dialog controller...
565
566         * FormBaseDeprecated.h (hide): make public.
567
568         * FormMathsPanel.[Ch] (class FormMathsPanel):
569         (c-tor, build): no longer create the daughters in the c-tor. Wait
570         until build() is invoked to create and initialise them at the same time.
571         (dispatchFunc): now has an additional string argument, making it a
572         more general wrapper for LyXView::dispatch.
573         (mathDisplay, setActive): removed.
574         (daughters_): store the daughter dialogs in a map, using
575         the FL_OBJECT buttons to identify them.
576         (addDaughter, showDaughter): helper functions.
577
578         * FormMathsPanel.[Ch] (class FormMathsSub):
579         (connect, disconect): removed. No need for the daughters to tell the
580         parent that they're active; the parent knows already.
581         (isVisible): new method; wrapper for form()->visible.
582         no need to make FormMathsPanel a friend.
583
584         * FormMathsDelim.C (apply):
585         * FormMathsMatrix.C (apply):
586         use FormMathPanel::dispatchFunc() rather than LyXView::dispatch().
587
588 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
589
590         * FormGraphics.C (build): use boost::format
591
592         * FeedbackController.C (postMessage): use boost::format
593
594         * ColorHandler.C (getGCForeground): use boost::format
595
596 2002-11-21  Angus Leeming  <leeming@lyx.org>
597
598         * FormDocument.[Ch]:
599         * forms/form_document.fd: controller-view split of doc dialog.
600
601         * Dialogs_impl.h:
602         * Dialogs2.C: changes due to controller-view split of doc dialog.
603
604 2002-11-21  Angus Leeming  <leeming@lyx.org>
605
606         * forms/fdfix.sh: Don't use "if [ $? -ne 0 ]; then..."
607
608         * FormSpellchecker.C (updateState): new method, replacing Black Magic.
609         Should also resolve Darren Freeman's redraw of the status bar problem.
610
611 2002-11-20  Angus Leeming  <leeming@lyx.org>
612
613         * forms/fdfix.sh:
614         * forms/fdfixh.sed: strengthen the sed in the sed script and further
615         beautify the contents of the resultant .h file.
616
617 2002-11-20  Angus Leeming  <leeming@lyx.org>
618
619         * MathsCallbacks.h: removed.
620         * Makefile.am: remove MathsCallbacks.h.
621
622         * FormMathsPanel.C (FormMathsPanel): use vector(begin, end) c-tor
623         rather than our home-grown loops.
624
625         * FormMathsPanel.h:
626         * forms/fdfix.sh: no longer #include "MathsCallbacks.h".
627
628         * FormMathsPanel.C (input):
629         * forms/form_maths_panel.fd: don't pass/use MM_XYZ data.
630
631 2002-11-19  Angus Leeming  <leeming@lyx.org>
632
633         * FormInset.[Ch]: removed; no longer used after John's port of the
634         tabular dialog to MCV.
635
636         * Makefile.am (libxforms_la_SOURCES): remove FormInset.[Ch].
637
638         * FormBase.h (show):
639         * FormExternal.h (apply, build, update, input):
640         * FormSpellchecker.h (apply, build, update, partialUpdate):
641         propogate the virtual keyword.
642
643 2002-11-17  John Levon  <levon@movementarian.org>
644
645         * FileDialog.C: open/save name change
646
647 2002-11-15  John Levon  <levon@movementarian.org>
648
649         * Dialogs2.C:
650         * Dialogs_impl.h:
651         * FormPreferences.h:
652         * FormPreferences.C:
653         * FormTabular.h:
654         * FormTabular.C:
655         * forms/form_preferences.fd:
656         * forms/form_tabular.fd: port tabular and prefs to MVC
657
658         * FormBase.h: make hide() virtual for prefs
659
660 2002-11-08  Angus Leeming  <leeming@lyx.org>
661
662         * xforms_resize.[Ch]: sigh. Hack the "get scaling" part of
663         fl_adjust_form_size out of the xforms source and put it in here as
664         get_scaling_factor. Resizing and then unresizing to get this info
665         produces really nasty results...
666
667         I've put a request into the xforms list.
668
669 2002-11-08  Angus Leeming  <leeming@lyx.org>
670
671         * xforms_resize.[Ch]: replace scale_to_fit_tabs and scale_form with
672         get_scale_to_fit and scale_form_horizontally, respectively. The
673         functions are a total re-write, making use of the xforms library's
674         fl_adjust_form_size routine. We therefore get enormously simplified
675         code and consideration of /all/ button objects, not just those
676         tabs in tabfolders.
677
678         * FormBase.C (prepare_to_show):
679         * FormBaseDeprecated.C (prepare_to_show): use the renamed resize
680         functions to scale the dialog so that labels fit within buttons.
681
682         * FormBase.C (prepare_to_show): remove bc().refresh() call, as this
683         is done by the controller.
684
685 2002-11-07  Angus Leeming  <leeming@lyx.org>
686
687         * forms/fdfixh.sed: generate the d-tors in a clean way.
688         * forms/fdfixc.sed: Go from "fdui->form_xxx" to "fdui->form" in
689         a clean way.
690
691 2002-10-31  Herbert Voss  <voss@perce.de>
692
693         * FormGraphics.C (build, apply): get the rotate-list from the
694         controller
695
696 2002-11-04  Angus Leeming  <leeming@lyx.org>
697
698         * FormGraphics.C (build): Use frnt::getBBUnits().
699
700 2002-11-04  Rob Lahaye  <lahaye@snu.ac.kr>
701
702         * FormSpellchecker.C (input): fix label of spellchecker progress bar.
703
704 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
705
706         * lyx_gui.C (hexname): STRCONV
707
708         * FormPreferences.C (X11hexname): STRCONV
709
710         * FormMathsMatrix.C (apply): STRCONV
711
712         * FormMathsDelim.C (apply): STRCONV
713
714         * lyx_gui.C (start): adjust signature
715         (start): exchange magic integers for defined values.
716
717 2002-10-31  Rob Lahaye  <lahaye@snu.ac.kr>
718
719         * xformsImage.C (clip): fix crash caused by uint -> int nastiness.
720
721         * FormGraphics.C: use lyx::float_equal.
722
723 2002-10-29  Rob Lahaye  <lahaye@snu.ac.kr>
724
725         * FormParagraph.[Ch]:
726         * forms/form_paragraph.fd: a large-scale reorganisation and clean-up
727         of the code to make it more transparent. Use RadioButtonGroup and
728         CheckedGlueLength for the same reason. Add tooltips.
729
730 2002-10-28  Angus Leeming  <leeming@lyx.org>
731
732         * FeedbackController.C (PrehandlerCB): show tooltips for browser
733         widgets, working-around an xforms bug.
734
735         * FormBibtex.C (build):
736         * FormCitation.C (build):
737         * FormForks.C (build):
738         * FormSpellchecker.C (build):
739         * FormTexinfo.C (build):
740         set the prehandler for the browser widgets so that we can have tooltips.
741
742 2002-10-28  Dekel Tsur  <dekelts@tau.ac.il>
743
744         * xfont_loader.C (getFontinfo): Cleanup.
745
746 2002-10-26  John Levon  <levon@movementarian.org>
747
748         * forms/form_preamble.fd: OK cannot be a RETURN_BUTTON ;)
749
750 2002-10-26  John Levon  <levon@movementarian.org>
751
752         * FormTexinfo.C: using vector
753
754 2002-10-25  Dekel Tsur  <dekelts@tau.ac.il>
755
756         * xfont_loader.C (getFontinfo): Add xfonts to the font path if
757         necessary.
758
759 2002-10-25  Angus Leeming  <leeming@lyx.org>
760
761         * FormSpellchecker.C (input): fix crash when progress == 0.
762
763 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
764
765         * forms/form_print.fd:
766         * FormPrint.[Ch]: clean-up, reflecting discussion on the list.
767
768         * forms/form_spellchecker.fd:
769         * FormSpellchecker.[Ch]: add tooltips; general clean-up.
770          add word count to dialog and improve progress status;
771          implement single Start/Stop button;
772
773         * FormTabular.C (build): rearrange lines tab by tab.
774         Use getString not fl_get_inout.
775
776         * FormTexinfo.C: replace View-button by catching double click in
777         browser; allow viewing of files, irrespective of full path.
778
779         * forms/form_wrap.fd: resized. Remove text_warning widget. Fix gravity.
780         * FormWrap.[Ch]: simplification through the use of RadioButtonGroup
781         and CheckedGlueLength. Add tooltips.
782
783 2002-10-24  Angus Leeming  <leeming@lyx.org>
784
785         * FormRef.C (updateBrowser): invoke updateHighlight
786         (updateHighlight): don't select a browser item if there is no
787         reference selected.
788         (apply, input): use getString not fl_get_input.
789
790 2002-10-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
791
792         * FormExternal.C (apply):
793         (input): fix an off-by-one index (causing a crash)
794
795 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
796
797         * FormGraphics.C: use checkedWidgets to ensure that the lengths and
798         glue lengths are valid. Improve code documentation and layout.
799         InsetGraphicsParams::scale is now a float; modify dialog to suit.
800
801         * FormLog.C (update): more descriptive title and warning messages.
802
803         * FormMathsPanel.C (c-tor): allow dialog to be resized.
804
805         * FormPreamble.C (build): rearrange.
806         (apply): use getString, not fl_get_input.
807
808         * FormSearch.C (build): add tooltips.
809         (input): use getString, not fl_get_input.
810
811         * FormShowFile.C: more descriptive title.
812
813         * forms/form_browser.fd:
814         * forms/form_preamble.fd: reshape.
815
816         * forms/form_graphics.fd: reshape. Remove text_warning widget.
817
818         * forms/form_maths_panel.fd:
819         * forms/form_ref.fd:
820         * forms/form_search.fd: reshape. Fix gravity.
821
822 2002-10-24  Rob Lahaye  <lahaye@snu.ac.kr>
823
824         * FormFloat.C (input): fix the radio buttongroup behaviour.
825
826         * RadioButtonGroup.C (init): Assert on ROUND3DBUTTON and RADIO_BUTTON
827         when adding object to the group.
828
829         * forms/form_float.fd: use RADIO_BUTTON for the buttons in the radio
830         group.
831
832         * FormDocument.C: remove redundant header files.
833
834 2002-10-24  Angus Leeming  <leeming@lyx.org>
835
836         * Dialogs_impl.h: set the policy of the BibtexDialog to
837         NoRepeatedApplyReadOnlyPolicy.
838
839 2002-10-23  Rob Lahaye  <lahaye@snu.ac.kr>
840
841         * forms/form_float.fd: prettify and implement gravity/resize policy
842         correctly.
843
844         * FormFloat.C: add tooltips, lots of comments and check the
845         input more carefully.
846
847 2002-10-23  Angus Leeming  <leeming@lyx.org>
848
849         * checkedwidgets.C (setWidget): Don't set icol2 to alert_col when
850         the input is invalid.
851
852 2002-10-23  Rob Lahaye  <lahaye@snu.ac.kr>
853
854         * FormBibtex.C: remove two redundant header files.
855
856         * FeedbackController (postMessage): s/FL_BLACK/FL_LCOL/
857
858         * FormDocument.C: disable resizing of the dialog.
859         Remove redundant counter's bounds/step/precision (is set in
860         form_document.fd).
861
862         * FormDocument.[Ch] (CheckDocumentInput): removed. Use the
863         button controller and the checkedGlueLength class to check the validity
864         of any LyXGlueLengths.
865
866         * forms/form_document.fd: prettify.
867
868 2002-10-23  Rob Lahaye  <lahaye@snu.ac.kr>
869
870         * forms/form_bibtex.fd:
871         * forms/form_citation.fd: less bulky with proper gravity/resize policy
872          and many other GUI layout improvements.
873
874         * FormBibtex.C: remove choose button, select directly instead;
875         add Restore/OK/Apply/Cancel buttons; modify tooltip-texts;
876
877         * FormCitation.C: (trivial) rearrange lines; remove redundant check
878         button settings (do that in form_citation.fd instead).
879
880 2002-10-22  Rob Lahaye  <lahaye@snu.ac.kr>
881
882         * FeedbackController.C: use the NORMAL rather than the SMALL sized font
883         to display messages in the message_widget.
884
885         * FormGraphics.h: remove un-needed #include.
886
887         * FormPrint.C (build): minimal change due to change in
888         RadioButtonGroup's semantics.
889
890         * RadioButtonGroup.[Ch]: something of a clean-up.
891         (explicit c-tor): removed.
892         (reset): removed.
893         (set): new method, accepting an FL_OBJECT *.
894
895         * xforms_helpers.[Ch] (setEnabled): change lcol setting from
896         FL_BLACK to FL_LCOL.
897         (getString) use line=0 instead of line=-1 as default case;
898
899 2002-10-22  Rob Lahaye  <lahaye@snu.ac.kr>
900
901         * forms/form_aboutlyx.fd: implement the text widgets as browsers
902
903         * FormAboutlyx.C (build): Rearrange tabs. Add Build-info. Prettify.
904
905 2002-10-22  Angus Leeming  <leeming@lyx.org>
906
907         * Makefile.am (libxforms_la_SOURCES): arrange list into alphabetical
908         order once again.
909         Add checkedwidgets.[Ch].
910
911         * checkedwidgets.[Ch]: new files, defining CheckedLyXLength and
912         CheckedGlueLength.
913
914         * xforms_helpers.[Ch] (isActive): new helper function.
915
916 2002-10-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
917
918         * xfont_loader.C (doLoad): typo
919
920 2002-10-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
921
922         * FormVCLog.C (update): modify, use ostringstream
923
924         * FormPreamble.C (apply): modify
925
926         * FormLog.C (update): modify
927
928         * FormAboutlyx.C (build): use ostringstream, modify
929
930 2002-10-21  Angus Leeming  <leeming@lyx.org>
931
932         * xformsImage.C (rotate): pass ints to flimage_rotate, fixing compiler
933         warning.
934
935 2002-10-21  Garst Reese <reese@isn.net>
936
937         * xformsImage.C (getWidth): work-around xforms bug enabling the display
938         of the edges of an image.
939
940 2002-10-21  Rob Lahaye  <lahaye@snu.ac.kr>
941
942         * Tooltips.C (init): pass the /formatted/ string to xforms...
943
944 2002-10-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
945
946         * XLyXKeySym.h: rename private var keysym to keysym_, add accessor
947         function keysym().
948
949         * FormDocument.C (class_apply): setMessage change
950         (apply): ditto
951
952 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
953
954         * Menubar_pimpl.C (create_submenu): do not create a "More..."
955         submenu just for one entry
956
957 2002-10-15  Angus Leeming  <leeming@lyx.org>
958
959         * XWorkArea.C (work_area_handler): Pass the mouse button correctly to
960         dispatch on LFUN_MOUSE_MOTION.
961
962 2002-10-15  Angus Leeming  <leeming@lyx.org>
963
964         * FormCitation.C (updateBrowser): deselect the highlighted item when
965         updating the browser.
966
967 2002-10-14  Dekel Tsur  <dekelts@tau.ac.il>
968
969         * FontInfo.C (query): Ignore bogus matches of scalable fonts.
970
971 2002-10-08  Angus Leeming  <leeming@lyx.org>
972
973         * FeedbackController.C (PrehandlerCB):
974         * combox.C (show): use fl_get_winorigin in preference to
975         fl_get_wingeometry.
976
977 2002-10-14  Angus Leeming  <leeming@lyx.org>
978
979         * Tooltips.h (set) make it private:
980         * Tooltips.C (set): don't forget to initialise the FL_OBJECT!
981
982         * FormBase.C (show):
983         * FormBaseDeprecated.C (show): no longer invoke Tooltips::set().
984
985 2002-10-14  André Pönitz <poenitz@gmx.net>
986
987         * FormDocument.C: somebody else's fix for a hard lockup
988
989 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
990
991         * xforms_helpers.C (formatted): fix small typo, spotted by Rob
992         Lahaye
993
994 2002-10-08  Dekel Tsur  <dekelts@tau.ac.il>
995
996         * FormRef.C (update): Always list the labels of the current buffer.
997
998 2002-10-07  Angus Leeming  <leeming@lyx.org>
999
1000         * FormBase.C (hide):
1001         * FormBaseDeprecated.C (hide): wrap that call to fl_hide_tooltip inside
1002         #ifdef required xforms version.
1003
1004 2002-10-04  Angus Leeming  <leeming@lyx.org>
1005
1006         * form_graphics.fd: un-cripple dialog by reverting yesterday's change.
1007
1008         * FeedbackController.C (PrehandlerCB): reduce the necessary calcs to the
1009         bare minimum.
1010
1011         * combox.[Ch]: the optional tabfolder args passed to the c-tor are
1012         no longer necessary and are scrapped.
1013         (show): use the same, minimal fix as in PrehandlerCB to ensure that
1014         the form's x,y coords are up to date. In truth, this fix should be
1015         redundant, but not all "enter" events are caught by the prehandler.
1016
1017         * FormDocument.C (build):
1018         * FormPreferences.C (xyz::build): no longer pass the tabfolder to the
1019         combox c-tor.
1020
1021 2002-10-03  Angus Leeming  <leeming@lyx.org>
1022
1023         * FeedbackController.C (PrehandlerCB): re-compute the folder->x,
1024         folder->y coords of a tabfolder when the mouse enters the folder.
1025         This works around an xforms bug that manifests itslf as tooltips
1026         appearing in their original position after the dialog has been
1027         moved aside.
1028
1029         * FormAboutlyx.C (build):
1030         * FormDocument.C (build):
1031         * FormGraphics.C (build):
1032         * FormPreferences.C (build):
1033         * FormTabular.C (build): set the prehandler for tabfolders.
1034
1035         * form_graphics.fd: move the edge of the tabfolder in by 5 pixels
1036         to ensure that the tabfolder prehandler is called.
1037
1038 2002-10-03  Angus Leeming  <leeming@lyx.org>
1039
1040         * lyx_gui.C (start): ev.xany.type is of type 'int' so print it as a
1041         decimal not a hexadecimal.
1042
1043         * FormBase.C (hide):
1044         * FormBaseDeprecated.C (hide): ensure that tooltips are hidden along
1045         with the dialog.
1046
1047 2002-09-30  Angus Leeming  <leeming@lyx.org>
1048
1049         * FormBase.[Ch]:
1050         * FormBaseDeprecated.[Ch]:
1051         (icon_pixmap_, icon_mask_) new member variables.
1052         (prepare_to_show) new method, containing initialisation code invoked
1053         the first time show() is called.
1054         (d-tor) destroy icon_pixmap_, if it exists.
1055         (show) ensure that the icon pixmap is generated only once.
1056
1057         * XFormsView.[Ch]:
1058         (icon_pixmap_, icon_mask_) new member variables.
1059         (d-tor) destroy icon_pixmap_, if it exists.
1060         (create_form_form_main) assign the generated pixmap to the new
1061         icon_pixmap_ member variable.
1062
1063 2002-09-26  Angus Leeming  <leeming@lyx.org>
1064
1065         * xscreen.h: don't #include "XWorkArea.h", forward-declare XWorkArea.
1066
1067 2002-09-25  Angus Leeming  <leeming@lyx.org>
1068
1069         * Dialogs2.C:
1070         * Dialogs_impl.h:
1071         * FormWrap.h:
1072         * LyXKeySymFactory.C:
1073         * LyXScreenFactory.C:
1074         * Menubar_pimpl.[Ch]:
1075         * Toolbar_pimpl.[Ch]:
1076         * WorkAreaFactory.C:
1077         * lyx_gui.C: doxygen fixes.
1078
1079 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
1080
1081         * forms/form_wrap.fd: floatflt has no "Inner" placement option.
1082         The possible placements are default/outer/left/right.
1083
1084 2002-09-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
1085
1086         * Makefile.am (INCLUDES): loose SIGC_INCLUDES
1087
1088 2002-09-20  Martin Vermeer  <martin.vermeer@hut.fi>
1089
1090         * forms/form_maths_space.fd
1091         * FormMathSpaces: remove access to internal macros \lyx*space
1092
1093 2002-09-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1094
1095         * Toolbar_pimpl.C (layoutSelected): when selecting a layout in
1096         combox, make sure the corresponding shortcut is shown in
1097         minibuffer
1098
1099 2002-09-16  John Levon  <levon@movementarian.org>
1100
1101         * forms/form_character.fd: Escape to cancel
1102
1103 2002-09-13  Rob Lahaye  <lahaye@snu.ac.kr>
1104
1105         * forms/form_graphics.fd:
1106         * forms/form_print.fd: minor polishing of layout
1107
1108 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
1109
1110         * FormGraphics.C: improve tooltips text
1111
1112         * forms/form_graphics.fd: cosmetic change in file tab
1113
1114 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
1115
1116         * FormTexinfo.C:
1117         * forms/form_filedialog.fd:
1118         * forms/form_texinfo.fd: less bulky xforms dialogs.
1119
1120 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
1121
1122         * FormPrint.[Ch]:
1123         * forms/form_print.fd: new xforms print dialog layout
1124
1125 2002-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
1126
1127         * FormGraphics.C: use "Default" as first item in Origin of rotation
1128
1129         * forms/form_graphics.fd: improved layout
1130
1131 2002-09-11  Angus Leeming  <leeming@lyx.org>
1132
1133         * FormInclude.C (update): remove lyxerr call.
1134
1135 2002-09-09  John Levon  <levon@movementarian.org>
1136
1137         * FormInclude.C:
1138         * forms/form_include.fd: reorder, remove noload
1139
1140 2002-09-09  John Levon  <levon@movementarian.org>
1141
1142         * FormMathDeco.C: move latex_deco into ControlMath
1143
1144 2002-09-09  Rob Lahaye  <lahaye@snu.ac.kr>
1145
1146         * FormBase.C:
1147         * FormBaseDeprecated.C: use "LyX: " prefix to dialog window title;
1148         set minimized title (without "LyX: ") and its icon.
1149
1150         * FormSpellchecker.C:
1151         * FormSearch.C:
1152         * FormThesaurus.C: remove "LyX: " from dialog window title.
1153
1154         * FormRef.[Ch]: add proper switch for "Go to" button.
1155
1156         * FormBibitem.C:
1157         * forms/form_bibitem.fd:
1158         * FormCitation.C:
1159         * forms/form_citation.fd:
1160         * FormRef.C:
1161         * forms/form_ref.fd:
1162         * FormSpellchecker.[Ch]:
1163         * forms/form_spellchecker.fd:
1164         * forms/form_toc.fd:
1165         * forms/form_url.fd: less bulky dialogs; use proper gravity and
1166         resize policy; add few tooltips.
1167
1168 2002-09-06  Alain Castera  <castera@in2p3.fr>
1169
1170         * FormTabular.C: leave the horizontal alignment buttons alive
1171           on fixed width columns
1172
1173 2002-09-05  Angus Leeming  <leeming@lyx.org>
1174
1175         * all files: modify the headers as discussed on the list.
1176
1177 2002-08-30  John Levon  <levon@movementarian.org>
1178
1179         * MathsCallbacks.h:
1180         * forms/fdfix.sh: fix build from last change
1181
1182 2002-08-30  John Levon  <levon@movementarian.org>
1183
1184         * MathsSymbols.h:
1185         * MathsSymbols.C:
1186         * FormMathsPanel.h:
1187         * FormMathsPanel.C: remove MathsSymbols to controllers/
1188
1189 2002-08-29  John Levon  <levon@movementarian.org>
1190
1191         * MathsSymbols.h:
1192         * MathsSymbols.C:
1193         * Toolbar_pimpl.C: use XPMs for toolbar instead of gook
1194
1195 2002-08-29  John Levon  <levon@movementarian.org>
1196
1197         * MathsSymbols.C: implement splitting for AMS. nrel
1198           is broken
1199
1200 2002-08-29  John Levon  <levon@movementarian.org>
1201
1202         * MathsSymbols.C: fix two crash bugs
1203
1204 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
1205
1206         * forms/form_graphics.fd:
1207         * FormGraphics.C: re-implement the use of text_warning box.
1208
1209         * forms/form_preferences.fd:
1210         * FormPreferences.C: use displayTranslator, change display mode
1211         from four radio buttons into one choice button.
1212
1213         * FormBibtex.C: fix SIGSEGV with [Choose] when no style is selected.
1214
1215 2002-08-24  John Levon  <levon@movementarian.org>
1216
1217         * xformsImage.C: fix build, add FIXME for Rob
1218
1219 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
1220
1221         * FormGraphics.[Ch]:
1222         * forms/form_graphics.fd: Implement new graphics dialog
1223
1224         * FormPreferences.C: use display_graphics "monochrome|grayscale|none"
1225         instead of "mono|gray|no".
1226
1227 2002-08-22  John Levon  <levon@movementarian.org>
1228
1229         * xfont_loader.C: show name of failed font load (from Mikhail Teterin)
1230
1231 2002-08-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1232
1233         * FormMathsBitmap.h: include boost/shared_ptr.hpp, remove include
1234         for support/smart_ptr.h, change use of smart ptr to boost version
1235
1236         * FormMathsBitmap.C (FormMathsBitmap): do not initialize form_ (it
1237         is a smart_ptr)
1238         (build): use nifty 3rd arg of smart_ptr
1239         (addBitmap): ditto
1240
1241 2002-08-20  John Levon  <levon@movementarian.org>
1242
1243         * lyx_gui.C: estimate default DPI
1244
1245 2002-08-16  Angus Leeming  <leeming@lyx.org>
1246
1247         * Dialogs.C:
1248         * Dialogs2.C:
1249         * Dialogs_impl.h: use the qt2 scheme of vars not pointer to vars.
1250
1251         * Dialogs3.C: removed.
1252
1253 2002-08-16  Angus Leeming  <leeming@lyx.org>
1254
1255         * Tooltips.C (c-tor): don't forget the "#ifdef crap xforms" code next
1256         time, old boy.
1257
1258 2002-08-16  Michael Schmitt <Michael.Schmitt@teststep.org>
1259
1260         * FormRef.C (update): Synchronise the buffer choice and the list of
1261         labels if the dialog is re-opened.
1262
1263 2002-08-15  Angus Leeming  <leeming@lyx.org>
1264
1265         * Dialogs.C:
1266         * Dialogs2.C:
1267         * Dialogs3.C:
1268         * Dialogs_impl.h: the brave new world of Dialog creation.
1269
1270         * FormBaseDeprecated.C:
1271         * FormFiledialog.C:
1272         * XFormsView.C: Dialogs::redrawGUI is now a method not a signal.
1273
1274         * guiapi.C: discard.
1275
1276         * Makefile.am: add new files Dialogs[23].C Dialogs_impl.h and
1277         remove guiapi.C.
1278
1279 2002-08-15  Angus Leeming  <leeming@lyx.org>
1280
1281         * lots: changed my email address to leeming@lyx.org.
1282
1283         * FormBaseDeprecated.[Ch]: return it to private derivation from
1284         boost::noncopyable.
1285
1286         * FormBaseDeprecated.[Ch]:
1287         * FormDocument.[Ch]:
1288         * FormInset.[Ch]:
1289         * FormMaths*.[Ch]:
1290         * FormPreferences.[Ch]:
1291         * FormTabular.[Ch]:
1292         pass and store references to LyXView and Dialogs, not pointers.
1293
1294         * FormInset.[Ch]: remove class FormCommand.
1295
1296 2002-08-14  Angus Leeming  <leeming@lyx.org>
1297
1298         * FormBaseDeprecated.h: public derivation from boost::noncopyable.
1299
1300         * forms/form_document.fd: remove declaration of file 'psnfss2.xpm'
1301
1302 2002-08-14  Angus Leeming  <leeming@lyx.org>
1303
1304         * FormBaseDeprecated.h: no longer derives from DialogBase, but instead
1305         derives directly from boost::noncopyable.
1306         (show): made public.
1307
1308         * FeedbackController.h: rearrange #includes.
1309
1310         * FormDocument.C:
1311         * FormMathsDeco.C:
1312         * FormMathsDelim.C:
1313         * FormMathsMatrix.C:
1314         * FormMathsPanel.C:
1315         * FormTabular.C: remove #include "Dialogs.h"
1316
1317         * FormMathsBitmap.C: remove #include "Dialogs.h", "LyXView.h".
1318
1319         * FormPreferences.C: rearrange #includes.
1320
1321         * FormTabular.h (showInset, updateInset): make public.
1322
1323         * FormDocument.C (build): enable the bmtable to find the right file!
1324
1325         * guiapi.C (gui_ShowInfo): removed.
1326
1327 2002-08-13  André Poenitz  <poenitz@gmx.net>
1328
1329         * Toolbar_pimpl.C: small cleanup
1330
1331 2002-08-13  Angus Leeming  <leeming@lyx.org>
1332
1333         * FileDialog.C:
1334         * FormMathsDelim.C:
1335         * FormMathsMatrix.C:
1336         * FormMathsPanel.C:
1337         * FormPreferences.C:
1338         * Menubar_pimpl.C:
1339         * Toolbar_pimpl.C:
1340         * XFormsView.C:
1341         * lyx_gui.C:
1342         changes due to the changed LyXView interface that now returns references
1343         to member variables not pointers.
1344
1345 2002-08-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1346
1347         * Menubar_pimpl.C (create_submenu): fix code to disable submenu
1348         entries.
1349
1350 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
1351
1352         * FormDocument.C (saveParamsAsDefault): use proper constructment
1353
1354 2002-08-12  Angus Leeming  <leeming@lyx.org>
1355
1356         * FormCitation.C:
1357         * FromRef.C: change due to change of ControlConnections method name,
1358         isReadonly() -> bufferIsReadonly().
1359
1360         * FormIndex.C:
1361         * FormPrint.C: no longer #include "frontends/LyXView.h".
1362
1363 2002-08-12  Angus Leeming  <leeming@lyx.org>
1364
1365         * Dialogs.C (c-tor): connect the Tooltips::toggleEnabled method to
1366         the Dialogs::toggleTooltips signal.
1367
1368         * FormAboutlyx.[Ch]:
1369         * FormBibitem.[Ch]:
1370         * FormBibtex.[Ch]:
1371         * FormBrowser.[Ch]:
1372         * FormCharacter.[Ch]:
1373         * FormCitation.[Ch]:
1374         * FormERT.[Ch]:
1375         * FormError.[Ch]:
1376         * FormExternal.[Ch]:
1377         * FormFloat.[Ch]:
1378         * FormForks.[Ch]:
1379         * FormGraphics.[Ch]:
1380         * FormInclude.[Ch]:
1381         * FormIndex.[Ch]:
1382         * FormLog.[Ch]:
1383         * FormMinipage.[Ch]:
1384         * FormParagraph.[Ch]:
1385         * FormPreamble.[Ch]:
1386         * FormPrint.[Ch]:
1387         * FormRef.[Ch]:
1388         * FormSearch.[Ch]:
1389         * FormSendto.[Ch]:
1390         * FormShowFile.[Ch]:
1391         * FormSpellchecker.[Ch]:
1392         * FormTabularCreate.[Ch]:
1393         * FormTexinfo.[Ch]:
1394         * FormThesaurus.[Ch]:
1395         * FormToc.[Ch]:
1396         * FormURL.[Ch]:
1397         * FormVCLog.[Ch]:
1398         No longer pass Controller or Dialogs to the c-tor.
1399         No longer forward-declare Dialogs.
1400
1401         * FormBase.[Ch]: derives from ViewBase directly.
1402         No longer passed ControlButtons & or Dialogs &.
1403         (bc): new method, enabling the daughter classes to access the
1404         ButtonController.
1405         (C_FormBaseApplyCB):
1406         (C_FormBaseOKCB):
1407         (C_FormBaseCancelCB):
1408         (C_FormBaseRestoreCB):
1409         (C_WMHideCB): changes due to a change in the ViewBase class.
1410
1411         * Toolbar_pimpl.[Ch] (c-tor):
1412         * Tooltips.[Ch] (c-tor): no longer passed a Dialogs &.
1413
1414         * Tooltips.h (toggleEnabled): made public for the Dialogs c-tor.
1415
1416         * XFormsView.[Ch] (c-tor, create_form_form_main): no longer pass
1417         Dialogs & to the Toolbar.
1418
1419         * guiapi.C: access the controller methods by explicit invocation of the
1420         controller.
1421
1422 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
1423
1424         * FormDocument.C (saveParamsAsDefault): ParagraphList changes
1425         (class_apply): ditto
1426
1427 2002-08-08  John Levon  <levon@movementarian.org>
1428
1429         * Menubar_pimpl.C:
1430         * Toolbar_pimpl.C: lyxaction cleanup
1431
1432 2002-08-08  John Levon  <levon@movementarian.org>
1433
1434         * forms/form_thesaurus.fd: allow Esc to close dialog
1435
1436 2002-08-02  Angus Leeming  <leeming@lyx.org>
1437
1438         * FormInclude.C:
1439         * forms/form_include.fd: added a check_preview button and controlling
1440         logic. The user can now choose to preview a \input-ed file.
1441
1442 2002-08-02  Angus Leeming  <leeming@lyx.org>
1443
1444         * FormTabular.C (input):
1445         * XMiniBuffer.C (show_info): changes due to LyXView::view() now
1446         returning a boost::shared_ptr.
1447
1448 2002-08-01  John Levon  <levon@movementarian.org>
1449
1450         * FormDocument.C: writeFile() change
1451
1452 2002-08-01  John Levon  <levon@movementarian.org>
1453
1454         * FormPreferences.h:
1455         * FormPreferences.C:
1456         * guiapi.C:
1457         * forms/form_spellchecker.fd: remove options from spellchecker
1458
1459 2002-07-30  John Levon  <levon@movementarian.org>
1460
1461         * lyx_gui.C: implement remove_read_callback()
1462
1463 2002-07-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1464
1465         * XWorkArea.C (work_area_handler): change type of
1466         scrollbar_value_old to double
1467
1468 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
1469
1470         * several files: strip,frontStrip -> trim,ltrim,rtrim
1471
1472 2002-07-25  John Levon  <levon@movementarian.org>
1473
1474         * lyx_gui.C:
1475         * XWorkArea.C: using dec
1476
1477 2002-07-25  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1478
1479         * FormFloat.C: Fixed and better GUI-logic
1480
1481 2002-07-25  André Pönitz <poenitz@gmx.net>
1482
1483         * lyx_gui.C:
1484         * XWorkArea.C: add 'dec' to switch back to decimal output
1485
1486 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1487
1488         * Menubar_pimpl.C: do not include "toc.h" and "FloatList.h".
1489         (create_submenu): add parameter ``all_disabled'' which will be
1490         false only if the menu contains at least one working item. Disable
1491         submenus who have all_disabled true. What I could not do, though
1492         is disable menubar items when all the menu is disabled (because I
1493         know about it only when I try to open this menu)
1494
1495 2002-07-25  Herbert Voss  <voss@perce.de>
1496
1497         * FormBibtex.C (update): clear browser first
1498
1499 2002-07-25  Juergen Vigna  <jug@sad.it>
1500
1501         * XWorkArea.C (work_area_handler): set y_old and x_old to some
1502         values in the MOUSE or DRAG even.
1503
1504 2002-07-25  John Levon  <levon@movementarian.org>
1505
1506         * forms/form_float.fd: "Span columns"
1507
1508 2002-07-25  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1509
1510         * FormFloat.C:
1511         * forms/form_float.fd: Implement default placement checkbox;
1512         some minor tweaks
1513
1514 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1515
1516         * Menubar_pimpl.C (create_submenu): add the code for splitting too
1517         long menus here. Remove call to add_toc.
1518
1519         * Menubar_pimpl.C (add_toc):
1520         (add_toc2): remove. This code is now in MenuBackend; now, all the
1521         frontend has to do is to support the item kinds Command, Submenu
1522         and Separator. The rest is done transparently.
1523
1524 2002-07-24  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1525
1526         * FormFloat.C:
1527         * forms/form_float.fd: Implement Wide Float toggle and !-option;
1528         disable h and b with wide floats
1529
1530 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1531
1532         * Menubar_pimpl.C (create_submenu): updates due to changes in
1533         menubackend.
1534
1535 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1536
1537         * XMiniBuffer.h: add connection objects, and use them
1538         * XMiniBuffer.C (XMiniBuffer): here and
1539         (dd_init): here
1540
1541         * XFormsView.h: add connection objects, use them
1542         * XFormsView.C (XFormsView): here
1543
1544 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
1545
1546         * XFormsView.C: don't call toolbar_->set()
1547
1548         * Toolbar_pimpl.h:
1549         * Toolbar_pimpl.C: rationalise code, remove half-working
1550           update stuff into simple add()
1551
1552 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
1553
1554         * lyx_gui.C: add lyx_gui::exit()
1555
1556 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
1557
1558         * Toolbar_pimpl.h:
1559         * Toolbar_pimpl.C: remove ->push()
1560
1561 2002-07-22  Herbert Voss  <voss@lyx.org>
1562
1563         * FormGraphics.C: add tooltips, changesize_type to size_kind.
1564         some rearrangements to the code
1565
1566 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
1567
1568         * FormToc.C: std:: fix
1569
1570 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1571
1572         * Menubar_pimpl.h: do not include "MenuBackend.h" and "commandtags.h"
1573
1574         * Toolbar_pimpl.h: do not include "combox.h", "ToolbarDefaults.h"
1575         and "commandtags.h"
1576
1577         * Toolbar_pimpl.C: use BufferParams::getLyXTextClass
1578
1579         * FormSendto.C:
1580         * FormParagraph.C:
1581         * FormMinipage.C:
1582         * FormGraphics.C:
1583         * FormForks.C:
1584         * FormCitation.C:
1585         * DropDown.C: update to use new getString and getVector
1586
1587         * xforms_helpers.[Ch]: replace getVectorFromChoice and
1588         getVectorFromBrowser by getVector; replace getStringFromInput,
1589         getStringFromBrowser and getSelectedStringFromBrowser with
1590         getString, which works with input, choice and browser objects
1591
1592         * Menubar_pimpl.C:
1593         * FormToc.C: update to use new toc.[Ch]
1594
1595 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
1596
1597         * XFormsView.C: move autosave timer to LyXView.C
1598
1599 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1600
1601         * Menubar_pimpl.[Ch]: remove support for multiple menubars
1602
1603 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
1604
1605         * XMiniBuffer.h:
1606         * XMiniBuffer.C: cleanup, make start/end history work as before
1607
1608 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
1609
1610         * FormMathsDelim.C:
1611         * FormMathsMatrix.C: fix dispatch calls nicely
1612
1613 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1614
1615         * Menubar_pimpl.C (add_toc): avoid crash when there is no document
1616         open
1617
1618         * Menubar_pimpl.[Ch]: turn owner_ into a XFormsView, to avoid casting
1619
1620 2002-04-28  Herbert Voss  <voss@perce.de>
1621
1622         * FormGraphics.C:
1623         * forms/form_graphics.fd: add a new check button for LyXAspectRatio.
1624
1625 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
1626
1627         * DropDown.h:
1628         * DropDown.C: remove unneeded LyXView *
1629
1630         * XFormsView.h:
1631         * XFormsView.C: changes for minibuffer rework
1632
1633         * XMiniBuffer.h:
1634         * XMiniBuffer.C: use ControlCommandBuffer. Move relevant
1635           old code to here
1636
1637         * lyx_gui.C: add FIXME
1638
1639 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
1640
1641         * FormMathsDelim.C:
1642         * FormMathsMatrix.C: fix dispatch calls
1643
1644 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
1645
1646         * Menubar_pimpl.C:
1647         * Toolbar_pimpl.C:
1648         * lyx_gui.C:
1649         * XformsView.C: remove initMiniBuffer(), verboseDispatch()
1650
1651         * xfont_loader.C: remove call to messagePush(),Pop()
1652
1653 2002-07-17  Dekel Tsur  <dekelts@tau.ac.il>
1654
1655         * FormFiledialog.C: Add missing #include
1656
1657 2002-07-17  Angus Leeming  <leeming@lyx.org>
1658
1659         * xformsImage.C (init_graphics): disable direct loading of PostScript
1660         files. It's more effort than it's worth.
1661
1662 2002-07-17  André Pönitz <poenitz@gmx.net>
1663
1664         * FormPreferences.C: add help for $$s feature, lots of stupid "code
1665          beautifying"
1666
1667 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
1668
1669         * FormPreferences.C:
1670         * forms/form_preferences.fd: remove 2nd exit confirmation
1671
1672 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
1673
1674         * XFormsView.h:
1675         * XFormsView.C: hook up view_state_changed
1676
1677 2002-07-16  Angus Leeming  <leeming@lyx.org>
1678
1679         * XPainter.C: add some #ifdef ugliness to enable the home grown image
1680         loader to work too.
1681
1682 2002-07-16  André Pönitz <poenitz@gmx.net>
1683
1684         * FormFiledialog.[Ch]: rename member variables, rewrite some functions
1685
1686 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
1687
1688         * xformsImage.h:
1689         * xformsImage.C: add isDrawable()
1690
1691         * XPainter.C: use static cast to xformsImage
1692
1693 2002-07-14  Angus Leeming  <leeming@lyx.org>
1694
1695         * lyx_gui.C (C_read_callback): give it extern "C" linkage.
1696
1697 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
1698
1699         * lyx_gui.C: add set_read_callback()
1700
1701 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
1702
1703         * lyx_gui.C: move init_graphics() into setup
1704
1705 2002-07-12  Angus Leeming  <leeming@lyx.org>
1706
1707         * xformsImage.C (width): apply fudge irrespective of library version.
1708
1709 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
1710
1711         * Toolbar_pimpl.h:
1712         * Toolbar_pimpl.C: remove unused (de)activate()
1713
1714 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
1715
1716         * lyx_gui.C: implement update_fonts(), font_available()
1717
1718 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
1719
1720         * lyx_gui.C: add update_color()
1721
1722 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
1723
1724         * FormPreferences.C:
1725         * forms/form_preferences.fd: remove file->new asks for name
1726
1727 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
1728
1729         * XWorkArea.h:
1730         * XWorkArea.C: do a copy area on redraw when no geometry change
1731
1732 2002-07-11  Herbert Voss  <voss@perce.de>
1733
1734         * FormGraphics.C (input): test also the height for %-value, when
1735         importing the latex-value into the lyx-view
1736
1737 2002-07-10  Andrew Zabolotny  <zap@cobra.ru>
1738
1739         * XMiniBuffer.C (peek_event):
1740         * combox.C (peek_event):
1741         * DropDown.C (peek): support keypad keys
1742
1743 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
1744
1745         * xscreen.C: add const
1746
1747 2002-07-09  Angus Leeming  <leeming@lyx.org>
1748
1749         * xformsImage.C (scale): use boost::tie.
1750         (width): fudge to fix bug in image width for xforms <= 0.89.6.
1751
1752 2002-07-08  Angus Leeming  <leeming@lyx.org>
1753
1754         * forms/fdfix.sh: whitespace.
1755
1756 2002-07-05  Angus Leeming  <leeming@lyx.org>
1757
1758         * lyx_gui.C (hexname): new function.
1759
1760 2002-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1761
1762         * lyx_gui.C (init_graphics): boost::function assign, not
1763         boost::signal connect.
1764
1765         * combox.C (Combox): what remove does is now done implicitly from
1766         XFormsView destructor.
1767
1768         * XMiniBuffer.C (peek_event): comment last arg to avoid warning.
1769
1770         * XFormsView.h: form_ is now a raw pointer not a scoped_ptr.
1771
1772         * XFormsView.C (XFormsView): hide and free form_
1773         (getForm): raw pointer return
1774         (create_form_form_main): raw pointer set
1775
1776         * Toolbar_pimpl.C (toolbarItem): whet clean does is now done
1777         implicitly from XFormsView destructor.
1778
1779 2002-07-04  André Pönitz <poenitz@gmx.net>
1780
1781         * FormInset.[Ch]: reduce #include depencies
1782
1783         * guiapi.C: suppress compiler warning
1784
1785 2002-06-27  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1786
1787         * FormInclude.C: Comment out unneeded and wrong update mechanism
1788         (related to bug #459)
1789         *forms/form_include.fd: define missing callbacks (bug #459)
1790
1791 2002-07-03  Vitaly Lipatov  <LAV@VL3143.spb.edu>
1792
1793         * FormDocument.C (build): add pt154 encoding
1794
1795 2002-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1796
1797         * Tooltips.C (Tooltips): add Dialogs to constructor arg.
1798
1799 2002-07-01  Angus Leeming  <leeming@lyx.org>
1800
1801         * forma/Makefile.am: keep "make clean" consistent with Kayvan's fix.
1802
1803 2002-07-01  Kayvan A. Sylvan  <kayvan@sylvan.com>
1804
1805         * forms/fdfix.sh: fix compilation failure on WinXP.
1806
1807 2002-06-28  Angus Leeming  <leeming@lyx.org>
1808
1809         * XPainter.[Ch]: changes associated with the name change
1810         grfx::GImage -> grfx::Image.
1811
1812         * xformsGImage.[Ch]: deleted.
1813         * xformsImage.[Ch]: new files, reflecting changed class name.
1814
1815         * Makefile.am:
1816         * lyx_gui.C: associated changes.
1817
1818 2002-06-27  Juergen Spitzmueller <j.spitzmueller@gmx.de>
1819
1820         * FormPreferences.C
1821         * forms/formPreferences.fd: Add a checkbox for Andrés new toy (preview)
1822
1823 2002-06-26  Angus Leeming  <leeming@lyx.org>
1824
1825         * xformsGImage.C (load, setPixmap): changes aassociated with moving
1826         grfx::DisplayType out of grfx::GParams.
1827
1828 2002-06-25  Angus Leeming  <leeming@lyx.org>
1829
1830         * FormPreferences.C (LnFmisc::apply): Comment out the call to
1831         grfx::GCache::changeDisplay. The method no longer exists now that the
1832         pixmap generation part of the graphics loader has been moved into
1833         InsetGraphics.
1834
1835 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1836
1837         * Toolbar_pimpl.C: layout as layout
1838
1839 2002-06-21  Angus Leeming  <leeming@lyx.org>
1840
1841         * xscreen.C: add a using std::endl directive.
1842
1843 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
1844
1845         * FormPreferences.h:
1846         * FormPreferences.C:
1847         * forms/form_preferences.fd: remove show_banner, display_shortcuts
1848
1849 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
1850
1851         * XWorkArea.h:
1852         * XWorkArea.C: remove splash, should be handled in
1853           LyXScreen::greyOut()
1854
1855 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
1856
1857         * forms/form_texinfo.fd: "Update List" not "Rescan"
1858
1859 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
1860
1861         * guiapi.C: createIndex() changed
1862
1863 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
1864
1865         * FormBibtex.C: use new lyx::eliminate_duplicates
1866
1867 2002-06-20 Herbert Voss  <voss@perce.de>
1868
1869         * FormBibtex.C:
1870         * forms/form_bibtex.fd: give better support for choosing the
1871         bibstyle (new browserfield with the available bibstyles).
1872         move some code of ControlTexinfo into a helper
1873         file support/tex-helpers to use some of the functions
1874
1875 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
1876
1877         * XWorkArea.h:
1878         * XWorkArea.C: remove unused code, name change
1879
1880 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
1881
1882         * XLyXKeySym.h:
1883         * XLyXKeySym.C: whitespace
1884
1885 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
1886
1887         * XWorkArea.h: remove focus stuff, greyOut()
1888
1889 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
1890
1891         * XWorkArea.C: remove focus/unfocus events
1892
1893 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
1894
1895         * XWorkArea.h: remove unused methods
1896
1897 2002-06-15  Martin Vermeer  <martin.vermeer@hut.fi>
1898
1899         * FormMathsDelim.C: Redesign of Delimiters dialogue in mathed.
1900           Cleaner, smaller.
1901
1902 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
1903
1904         * XWorkArea.h: remove unused width()
1905
1906 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
1907
1908         * guiapi.C: fix compile with libAiksaurus
1909
1910 2002-06-17  Herbert Voss  <voss@perce.de>
1911
1912         * forms/.cvsignore: ignore the *.lo files
1913
1914 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
1915
1916         * FormSearch.h:
1917         * FormSearch.C: focus and select search string on open (bug #77)
1918
1919 2002-06-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1920
1921         * changes to let the function setup happen in frontends
1922
1923         * guiapi.C: new file
1924
1925 2002-06-16    <alstrup@diku.dk>
1926
1927         * xscreen.C (draw): After drawing, we wait for X with XSync..
1928
1929         * XWorkArea.[Ch]: Xforms implementation of GUII WorkArea.
1930
1931         * XPainter.[Ch]: Use XWorkArea instead of WorkArea.
1932
1933         * xscreen.[Ch]: Use XWorkArea instead of WorkArea.
1934
1935         * WorkAreaFactory.C: New file for GUII WorkArea.
1936
1937         * LyXScreenFactory.C: WorkArea GUIIized.
1938
1939 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
1940
1941         * LyXKeySymFactory.C: Added XForms implementation.
1942
1943         * XLyXKeySym.[Ch]: Added XForms implementation of the LyXKeySym
1944         stuff.
1945
1946         * XWorkArea.[Ch]: Use LyXKeySym in signal interface for keypress.
1947
1948 2002-06-14  Lyx Development team  <lyx@electronia>
1949
1950         * LyXScreenFactory.C: Implementation for XForms.
1951
1952         * xscreen.[Ch]: Added implementation of LyXScreen for XForms,
1953         called XScreen (surprise!).
1954
1955 2002-06-14  Angus Leeming  <leeming@lyx.org>
1956
1957         * forms/Makefile.am: make the .Ch files dependent on the fdfix files.
1958
1959         * fdfix.sh: test whether "fdesign -convert file.fd" succeeds and
1960         if not, exit gracefully.
1961         Test whether the newly generated .h file is different from the existing
1962         one and if not discard it to prevent unnecessary recompilation in the
1963         xforms directory.
1964
1965 2002-06-14  Angus Leeming  <leeming@lyx.org>
1966
1967         * FormPreferences (XYZ::build): pass "&parent_" to build_xyz, not
1968         "this", ro we'll get a crash following FormBaseDeprecated's
1969         C_PrehandlerCB cast of ob->form->u_vdata to FormBaseDeprecated *.
1970
1971         This is the only form in which all the folders are not built in the
1972         parent class direct, so this is the only one that should suffer from
1973         this bug.
1974
1975 2002-06-12  Angus Leeming  <leeming@lyx.org>
1976
1977         * form_*.[Ch]: removed from the repository.
1978         * forms/Makefile.am:
1979         * forms/fdfix.sh: changes to generate form_*.[Ch] automatically.
1980
1981         * forms/form_*.fd: use a consistent naming convention for the fdesign
1982         generated FD_xyz structs. For example, form_aboutlyx.h now contains:
1983         struct FD_aboutlyx;
1984         struct FD_aboutlyx_version;
1985         struct FD_aboutlyx_credits;
1986         struct FD_aboutlyx_license;
1987
1988         * forms/fdfix[ch].sed: no longer write the build routines for the
1989         fdesign generated FD_xyz structs as member methods of the controlling
1990         FormXyz class. It's unnecessary and needs patch files in addition to
1991         the sed magic to work properly. Thus, the structs above are now
1992         generated by routines
1993         FD_aboutlyx * build_aboutlyx(void *);
1994         FD_aboutlyx_version * build_aboutlyx_version(void *);
1995         FD_aboutlyx_credits * build_aboutlyx_credits(void *);
1996         FD_aboutlyx_license * build_aboutlyx_license(void *);
1997
1998         * forms/README: document all the above.
1999
2000         * forms_fwd.h: new file to forward declare FL_OBJECT, FL_FORM.
2001
2002         * forms_gettext.[Ch]: new files containing only the scex, idex functions
2003         stored previously in xforms_helpers.[Ch].
2004
2005         * xforms_helpers.[Ch]: removed scex, idex functions.
2006
2007         * Most other files: minor changes associated with the above.
2008
2009 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
2010
2011         * XWorkArea.h:
2012         * XWorkArea.C: move scrolling logic into here
2013
2014         * ColorHandler.h:
2015         * ColorHandler.C:
2016         * XPainter.h:
2017         * XPainter.C: remove unused stuff, s/PainterBase/Painter/,
2018         s/Painter/XPainter/
2019
2020 2002-06-12  Angus Leeming  <leeming@lyx.org>
2021
2022         * lyx_gui.C (parse_init): exit isn't in namespace lyx_gui!
2023
2024 2002-06-12  Angus Leeming  <leeming@lyx.org>
2025
2026         * FormParagraph.C: include ParagraphParameters.h now that
2027         ParagraphParameters is forward declared in ControlParagraph.h.
2028
2029 2002-05-24  Martin Vermeer  <martin.vermeer@hut.fi>
2030
2031         * FormMathsDelim.C: fix delimiter pre-display rendering
2032           mess-up bug (354)
2033
2034 2002-06-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2035
2036         * xformsGImage.h: do not rely on FLIMAGE_H_LOCATION anymore
2037
2038 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
2039
2040         * XFormsView.h:
2041         * XFormsView.C: move init() back to LyXView
2042
2043 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
2044
2045         * GUIRunTime.C: remove in favour of ...
2046
2047         * Makefile.am:
2048         * lyx_gui.C: ... GUI startup namespace
2049
2050         * XFormsView.h:
2051         * XFormsView.C: change show() prototype
2052
2053         * XPainter.C:
2054         * xfont_loader.C: don't use GUIRunTime any more
2055
2056 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
2057
2058         * ColorHandler.C:
2059         * FontInfo.h:
2060         * FormBase.C:
2061         * FormBaseDeprecated.C:
2062         * MathsSymbols.C:
2063         * Menubar_pimpl.C: minor cleanups
2064
2065 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
2066
2067         * xformsGImage.C:
2068         * FontInfo.h:
2069         * FontInfo.C: some cleanup
2070
2071         * XWorkArea.C:
2072         * XFormsView.h:
2073         * XFormsView.C: some minor cleanup, use of
2074           scoped_ptr
2075
2076         * xfont_loader.h:
2077         * xfont_loader.C: rename
2078
2079 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
2080
2081         * XWorkArea.h:
2082         * XWorkArea.C: use workHeight(), remove enter/leaveView
2083
2084 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
2085
2086         * XWorkArea.h:
2087         * XWorkArea.C: remove belowMouse() and active()
2088
2089 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
2090
2091         * xfont_metrics.h:
2092         * xfont_metrics.C:
2093         * XPainter.C: X-specific metrics stuff moved into xforms/ only
2094
2095 2002-06-11  Edwin Leuven  <leuven@fee.uva.nl>
2096
2097         * FormParagraph.[Ch]: moved to mvc
2098         * form_paragraph.[Ch]: idem
2099         * forms/form_paragraph.fd: idem
2100         * Dialogs.C: idem
2101
2102 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2103
2104         * GUIRunTime.C (initialiseGraphics): condition the choice of
2105         loader on USE_XFORMS_IMAGE_LOADER
2106
2107         * xformsGImage.C (init_graphics): do not initialize jpeg support
2108         if not available
2109
2110 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2111
2112         * xformsGImage.h: use FLIMAGE_H_LOCATION to include flimage.h.
2113
2114 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2115
2116         * FormMathsPanel.C: do not include ButtonController.tmpl
2117         * FormPreferences.C: ditto
2118         * xformsBC.C: ditto
2119
2120         * FormBase.h (controller): remove ViewBase:: prefix
2121
2122 2002-06-07  Angus Leeming  <leeming@lyx.org>
2123
2124         Fixes needed to compile with Compaq cxx 6.5.
2125         * ColorHandler.C:
2126         * DropDown.C:
2127         * FormThesaurus.C:
2128         all c-library variables have been moved into namespace std.
2129         Wrap using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
2130
2131         * XFormsView.C: add a using std::abs directive.
2132
2133         * FormBase.h (FormCB::controller): I have had to prefix base class
2134         methods with Base:: Wierd!
2135
2136 2002-06-04  John Levon  <moz@compsoc.man.ac.uk>
2137
2138         * xformsGImage.h: an xforms build fix
2139
2140 2002-06-02  Michael A. Koziarski  <michael@koziarski.com>
2141
2142         * Tooltips.C: fix some sigc++ -> boost errors.
2143
2144 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
2145
2146         * GUIRunTime.C:
2147         * XFormsView.C:
2148         * XWorkArea.C:
2149         * xforms_resize.C:
2150         * xformsGImage.h: fixes for xforms 1.0 version
2151           checking
2152
2153 2002-05-10  Herbert Voss  <voss@perce.de>
2154
2155         * FormInclude.C (input, update): disable load-button when
2156         "use verbatim" is enabled
2157
2158 2002-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2159
2160         * FileDialog.C (FileDialog): fix () bug when using new
2161         * xformsGImage.C (newImage): ditto
2162         * Toolbar_pimpl.C (Pimpl): ditto
2163         * xfont_loader.C (getFontinfo): ditto
2164
2165 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2166
2167         * switch from SigC signals to boost::signals.
2168
2169         * Dialogs.C (Dialogs): simplify creation of dialog objects a bit.
2170
2171 2002-05-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2172
2173         * FormDocument.C (input): set preamble too when saving default
2174         template.
2175
2176 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
2177
2178         * Makefile.am:
2179         * XWorkArea.h:
2180         * XWorkArea.C: moved here
2181
2182 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
2183
2184         * ColorHandler.h:
2185         * ColorHandler.C:
2186         * FontInfo.h:
2187         * FontInfo.C: moved here
2188
2189         * xfont_loader.h:
2190         * xfont_loader.C: moved here
2191
2192         * Makefile.am:
2193         * xfont_metrics.C: changes from above
2194
2195 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
2196
2197         * Makefile.am:
2198         * XPainter.C:
2199         * xfont_metrics.h:
2200         * xfont_metrics.C: moved font metrics code
2201
2202 2002-05-24  Juergen Vigna  <jug@sad.it>
2203
2204         * FormMathsBitmap.C: include local includes first (selfcontainment)
2205         * FormMathsBitmap.h: include LString.h first.
2206
2207 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
2208
2209         * XFormsView.C:
2210         * lyxlookup.h:
2211         * lyxlookup.C:
2212         * Makefile.am: move here
2213
2214 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
2215
2216         * DropDown.h:
2217         * FileDialog.C:
2218         * FormBaseDeprecated.C:
2219         * FormDocument.C:
2220         * FormIndex.C:
2221         * FormInset.C:
2222         * FormMathsBitmap.C:
2223         * FormMathsDelim.C:
2224         * FormMathsMatrix.C:
2225         * FormMathsPanel.C:
2226         * FormParagraph.C:
2227         * FormPreferences.C:
2228         * FormPrint.C:
2229         * FormTabular.C:
2230         * Makefile.am:
2231         * XFormsView.h:
2232         * XFormsView.C: LyXView is now in frontends/,
2233         XFormsView moved to here
2234
2235 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
2236
2237         * Makefile.am:
2238         * XPainter.h:
2239         * XPainter.C: move Painter here
2240
2241 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2242
2243         * Menubar_pimpl.C: add scoped_ptr.hpp
2244
2245         * FormPrint.h: remove smart_ptr.hpp
2246
2247         * FormBase.h: use more specific smart_ptr header
2248         * FormCharacter.h: ditto
2249         * FormMathsStyle.h: ditto
2250         * FormAboutlyx.h: ditto
2251         * Menubar_pimpl.h: ditto
2252         * FormTabular.h: ditto
2253         * FormPreferences.h: ditto
2254         * FormParagraph.h: ditto
2255         * FormMathsSpace.h: ditto
2256         * FormMathsPanel.h: ditto
2257         * FormMathsMatrix.h: ditto
2258         * FormMathsDelim.h: ditto
2259         * FormMathsDeco.h: ditto
2260         * FormGraphics.h: ditto
2261         * FormDocument.h: ditto
2262
2263 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
2264
2265         * FormCharacter.C: avoid mis-treating Combox as FL_OBJECT
2266           (bug 406) (from Angus)
2267
2268 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
2269
2270         * FormDocument.C (language_apply): Fix language changing.
2271
2272 2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
2273
2274         * Tooltips.C: enable tooltips by default.
2275
2276 2002-05-09  Angus Leeming  <a.leeming@ic.ac.uk>
2277
2278         * xforms_resize.h: improve the doc++ comments.
2279
2280         * xforms_resize.C (get_tabfolder_numfolders): new helper function,
2281         wrapping fl_get_tabfolder_numfolders if it exists and otherwise
2282         providing this info "somehow".
2283         Constify a few variables.
2284         whitespace changes.
2285
2286 2002-05-06  Angus Leeming  <a.leeming@ic.ac.uk>
2287
2288         * FormBase.C (show):
2289         * FormBaseDeprecated.C (show): having built the dialog, ensure that it
2290         is widened sufficiently to display wholely the tabs of any
2291         tabbed-folders. This is more than just cosmetic as it will prevent
2292         crashes when selecting a partly displayed tab. (The problem occurs
2293         with a "long" locale like German and xforms < 0.9999.)
2294
2295         * xforms_resize.[Ch]: new files doing the grunt work of ascertaining
2296         by how much a dialog should be scaled to show its tabs fully (should
2297         it have a tabfolder).
2298
2299 2002-05-08  Garst Reese  <reese@isn.net>
2300
2301         * FormMathsDeco.C: fix offset to normal size decos.
2302
2303 2002-05-03  Angus Leeming  <a.leeming@ic.ac.uk>
2304
2305         * xformsGImage.C (rotate): work-around xforms bug when rotating by
2306         270 degs.
2307
2308 2002-05-02  Herbert Voss  <voss@perce.de>
2309
2310         * FormBibtex.C (apply): a change from a style to an empty one
2311         (which is valid) wasn't saved
2312
2313 2002-05-02  Herbert Voss  <voss@perce.de>
2314
2315         * FormGraphics.C (input): do not read bb new when it was changed
2316
2317 2002-04-30  Rob Lahaye <lahaye@users.sourceforge.net>
2318
2319         * FormDocument.C: "USletter" -> "US letter" etc., "Other" -> "Custom".
2320         * FormParagraph.C: "Other" -> "Custom"
2321         * FormPreferences.C: "USletter" -> "US letter" etc.
2322         * forms/form_document.fd: 'Papersize" -> "Paper size" style consistency
2323         * forms/form_preferences.fd: style consistency
2324
2325 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
2326
2327         * FormCharacter.C:
2328         * FormDocument.C:
2329         * FormPreferences.C (findPos): remove this template to xforms_helpers.h.
2330
2331         * xforms_helpers.h (findPos): new template.
2332
2333         * FormGraphics.h: store a vector<string> origins_ of the LaTeX names
2334         for the rotation origins.
2335
2336         * FormGraphics.C: internationalise the rotation origin strings in the
2337         choice using the same approach as used for the language names in the
2338         Character, Document, Preferences dialogs.
2339
2340 2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
2341
2342         * FormCharacter.C:
2343         * FormDocument.C:
2344         * FormPreferences.C: use the bool flag to getLanguageData as
2345         appropriate. No longer translate the strings as this is done in
2346         getLanguageData.
2347
2348 2002-04-29  John Levon  <moz@compsoc.man.ac.uk>
2349
2350         * FormBibtex.C:
2351         * FormCitation.C: fix two typos
2352
2353 2002-04-29  Angus Leeming  <a.leeming@ic.ac.uk>
2354
2355         * FormCharacter.h:
2356         * FormDocument.h:
2357         * FormPreferences.h: store a vector<string> lang_ of language
2358         identifiers.
2359
2360         * FormCharacter.C: changes associated with frnt::getLanguageData
2361         returning a vector<LanguagePair> rather than a vector<string>.
2362
2363         * FormDocument.C:
2364         * FormPreferences.C: internationalise the languages on display, similar
2365         to the changes in FormCharacter.C.
2366
2367 2002-04-26  John Levon  <moz@compsoc.man.ac.uk>
2368
2369         * FormMathsPanel.C: translate Close
2370         * FormGraphics.C: a little more translation
2371
2372 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
2373
2374         * FormCitation.C (apply, input): ensure that the choice is always valid.
2375
2376         * forms/fdfixc.sed: use "_shortcut" rather than "shortcut" as an
2377         identifier when performing one of the substitutions. "shortcut" can
2378         reasonably appear in the label.
2379
2380 2002-04-25  Rob Lahaye <lahaye@users.sourceforge.net>
2381
2382         * Makefile.am: fix typo "shoul go to" -> "should go to".
2383
2384         * forms/form_preferences.fd: Modify naming for Converter flags
2385         ("Extra flags") and remove a couple of shortcut-clashes.
2386
2387         * FormPreferences.C: Modify 'tooltip' info for Converter flags.
2388
2389 2002-04-23  Juergen Spitzmueller <j.spitzmueller@gmx.de>
2390
2391         * FormBibtex.C: Do not use a blank after the comma for multiple
2392         bib-files (which is not read in correctly).
2393
2394 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
2395
2396         * FormCitation.C (fillChoice): If the getCiteStrings vec is empty,
2397         disable the choice.
2398
2399 2002-04-19  Juergen Vigna  <jug@sad.it>
2400
2401         * FormParagraph.C (changedParagraph): don't check for p == par_ as
2402         we don't set par_ on a changedParagraph call so we don't resete the
2403         buttons and message when we return to the original paragraph!
2404
2405 2002-04-17  Rob Lahaye <lahaye@users.sourceforge.net>
2406
2407         * forms/cvsignore: add Makefile.
2408
2409 2002-04-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2410
2411         * forms/Makefile.am: make it a dummy make file + extra dist
2412
2413 2002-04-14  Herbert Voss  <voss@perce.de>
2414
2415         * FormCharacter.C
2416         * FormExternal.C: adding #include "support/lstrings.h"
2417         for the getStringFromVector and vice versa
2418
2419 2002-04-12  Angus Leeming  <a.leeming@ic.ac.uk>
2420
2421         * FormParagraph.C (changedParagraph): ensure that the warning message
2422         is removed if the underlying paragraph will accept our changes.
2423
2424 2002-04-09  Herbert Voss  <voss@perce.de>
2425
2426         * FormGraphics.C: allow rotate-values like 270.1
2427         * xformsGImage.C (rotate): get the right rotate-angle from
2428         GraphicParams
2429
2430 2002-04-08  Angus Leeming  <a.leeming@ic.ac.uk>
2431
2432         * xformsGImage.C (clip): no need to check if the width, height are > 0
2433         because the BoundingBox would be empty() in this weren't the case.
2434
2435 2002-04-08  Juergen Spitzmueller <j.spitzmueller@gmx.de>
2436
2437         * FormDocument.[Ch]: Add a new method UpdateClassParams
2438         which is used in CheckChoiceClass to update the fontsizes
2439         and other necessary stuff (pagestyle) on class change
2440         (hopefully finally fix bug #306)
2441
2442 2002-04-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2443
2444         * forms/Makefile.am (SUFFIXES): instead of .SUFFIXES
2445         (updatesrc): delete wrong version
2446
2447 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2448
2449         * forms/.cvsignore: add Makefile.in
2450
2451         * forms/Makefile.am: make distcheck work, new file
2452
2453         * Makefile.am: make distcheck work
2454
2455 2002-04-05  Herbert Voss  <voss@perce.de>
2456
2457         * FormGraphics.C: use correct unit bp (big point - PostScript point)
2458         for the bounding box values
2459
2460 2002-04-05  Angus Leeming  <a.leeming@ic.ac.uk>
2461
2462         * FormGraphics.C (updateBB, input): Don't set the path of the file
2463         passed to readBB. Let the controller do that because it knows about
2464         the buffer (and therefore the path) whereas the view has no idea.
2465
2466 2002-04-04  Angus Leeming  <a.leeming@ic.ac.uk>
2467
2468         * xformsGImage.C (clip): ensure that the clipped image has sensible
2469         dimensions.
2470
2471 2002-04-04  Herbert Voss  <voss@lyx.org>
2472
2473         * FormGraphics.C (updateBB):  new method to read the BBox when reading
2474         a new file or changing an existing one.
2475
2476 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2477
2478         * FormCharacter.C (findPos): add a missing typename
2479
2480 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
2481
2482         * FeedbackController.C:
2483         * FormBibtex.C:
2484         * FormCitation.C:
2485         * FormForks.C:
2486         * FormMathsBitmap.C:
2487         * FormPreferences.C:
2488         * FormSendto.C:
2489         * FormTexinfo.C:
2490         * Tooltips.C:
2491         * xforms_helpers.C: use _() correctly rather than N_().
2492
2493 2002-03-28  Juergen Spitzmueller <j.spitzmueller@gmx.de>
2494
2495         * FormDocument.C (CheckChoiceClass): update the necessary class
2496         settings on class change (fix bug #306)
2497
2498 2002-03-27  Herbert Voss  <voss@lyx.org>
2499
2500         * xforms_helpers.h:
2501         * FormGraphics.C:  change c%, l%, p% t% to col%, line%, page%
2502         and text%
2503
2504 2002-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
2505
2506         * MathsSymbols.[Ch]: remove #include "bmtable.h" & "FormMathsPanel.h".
2507         Move enum MathsCallbackValues from FormMathsPanel.h to MathsSymbols.h.
2508         The MathsSymbols are now xforms-independent.
2509
2510         * FormMathsPanel.h: #include MathsSymbols.h for the enum.
2511
2512 2002-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
2513
2514         * FormPreferences.C (browse): don't use BrowseRelPath here you noodle!
2515
2516         * FormGraphics.C (input): don't disallow the input of a file that's
2517         not there.
2518
2519 2002-03-25  Angus Leeming  <a.leeming@ic.ac.uk>
2520
2521         * FormParagraph.C (changedParagraph): whitespace.
2522
2523         * xforms_helpers.C: rearrange #includes.
2524
2525         * RadioButtonGroup.[Ch]: rename some of the methods. Remove #if 0 code.
2526
2527         * FormPrint.C: changes associated with changes to RadioButtonGroup.
2528
2529         * FormGraphics.C:
2530         * forms/form_graphics.fd: rename some of the widgets.
2531
2532 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
2533
2534         * FormGraphics.C (input): don't activate the Ok, Apply buttons if the
2535         file can't be found.
2536
2537         * FormParagraph.C (changedParagraph): activate the Ok, Apply buttons
2538         only if the underlying paragraph will accept changes.
2539
2540         * FormPreferences.C (browse): use Jean-Marc's browseRelFile.
2541
2542         * xforms_helper.C (updateWidgetsFromLength): fix crash when trying to
2543         set the choice to a unit that isn't present in the choice!
2544         Also remove #if 0 sections of code.
2545
2546 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2547
2548         * several files: ws cleanup
2549
2550 2002-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
2551
2552         * lots: whitespace changes.
2553
2554 2002-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
2555
2556         * FormParagraph.C: a little more factorisation.
2557
2558 2002-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
2559
2560         * xforms_helpers.C (setCursorColor):
2561         * Tooltips.C (set): remove XC_question_arrow code.
2562
2563         * FeedbackController.[Ch] (clearMessage): new method.
2564
2565         * FeedbackController.C (postMessage): the warning message is now
2566         displayed in red!
2567
2568         * FormParagraph.C: define some helper functions to minimise the amount
2569         of repeated code.
2570
2571         * FormDocument.C:
2572         * FormGraphics.C:
2573         * FormMinipage.C:
2574         * FormTabular.C: use the FeedbackController to post the warning
2575         messages.
2576
2577 2002-03-19  André Pönitz <poenitz@gmx.net>
2578
2579         * FormParagraph.C: whitespace changes
2580
2581 2002-03-18  Angus Leeming  <a.leeming@ic.ac.uk>
2582
2583         * Tooltips.[Ch] (initTooltip): renamed init. In the 0.89 version, no
2584         longer call fl_set_object_helper as this routine respects line breaks
2585         only if the dialog is visible.
2586         (getTooltip): renamed as get.
2587         (toggleTooltips): renamed as set and made public.
2588
2589         * FormBase.C (show):
2590         * FormBaseDeprecated.C (show): move tooltip-inards into Tooltip.
2591
2592         * FormBibtex.C (build):
2593         * FormCitation.C (build):
2594         * FormForks.C (build):
2595         * FormSendto.C (build):
2596         * FormTexinfo.C (build):
2597         * Toolbar_pimpl.C (set): Tooltip::initTooltip -> Tooltip::init.
2598
2599         * xforms_helper.C (formatted): rewritten as a one-pass algorithm.
2600
2601 2002-03-18  Juergen Vigna  <jug@sad.it>
2602
2603         * FormTabular.C (update): deactivate left/right border settings for
2604         multicolumns if not an outer cell or no parent multicolumn cell.
2605
2606 2002-03-14  John Levon  <moz@compsoc.man.ac.uk>
2607
2608         * GUIRunTime.C: add spaces to error messages
2609
2610 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
2611
2612         * FormBase.C (show):
2613         * FormBaseDeprecated.C (show): set the initial state of the cursor.
2614
2615         * FormPreferences.C (Colors::apply()): use the helper function
2616         setCursorColor.
2617
2618         * Tooltips.C (toggleTooltips): proper fix for those Bad Window messages.
2619         Can only set the cursor if the dialog is visible.
2620
2621         * xforms_helpers.[Ch] (setCursorColor): new helper function to set the
2622         color of all cursors used by LyX.
2623         (XformsColor::read): use it.
2624
2625 2002-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
2626
2627         * forms/*.fd (except form_filedialog.fd which is v. scary :-():
2628         housekeeping changes.
2629         1. Ensure that all radio buttons are wrapped up within a group.
2630         2. Rename all button_cancel as button_close.
2631         3. Ensure that all objects follow the naming scheme outlined in
2632            forms/README
2633
2634         class             | prefix
2635         ------------------+-------
2636         FL_BROWSER        | browser
2637         FL_BUTTON         | button
2638         FL_PIXMAPBUTTON   | button
2639         FL_CHECKBUTTON    | check
2640         FL_CHOICE         | choice
2641         FL_COUNTER        | counter
2642         FL_DIAL           | dial
2643         FL_INPUT          | input
2644         FL_FRAME          | frame
2645         FL_LABELFRAME     | frame
2646         FL_ROUND3DBUTTON,
2647         RADIO_BUTTON      | radio
2648         FL_SLIDER         | slider
2649         FL_VALSLIDER      | slider
2650         FL_TABFOLDER      | tabfolder
2651         FL_TEXT           | text
2652
2653         The only exceptions to this are objects that are to be converted
2654         in the sed scripts. At the moment this applies only to bmtable:
2655
2656         Convert an FL_BUTTON to a FL_BMTABLE by using prefix "bmtable".
2657
2658 2002-03-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2659
2660         * doxygen fixes.
2661
2662 2002-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
2663
2664         * FeedbackController.C: improve a comment.
2665
2666         * FormFiledialog.C: whitespace change.
2667
2668         * FormBibitem.C (build):
2669         * FormBibtex.C (build):
2670         * FormCitation.C (build):
2671         * FormDocument.C (build):
2672         * FormExternal.C (build):
2673         * FormGraphics.C (build):
2674         * FormInclude.C (build):
2675         * FormIndex.C (build):
2676         * FormMathsMatrix.C (build):
2677         * FormMinipage.C (build):
2678         * FormParagraph.C (build):
2679         * FormPrint.C (build):
2680         * FormRef.C (build):
2681         * FormSendto.C (build):
2682         * FormSpellchecker.C (build):
2683         * FormTabular.C (build):
2684         * FormThesaurus.C (build):
2685         * FormUrl.C (build): invoke setPrehandler for all FL_INPUT objects.
2686         Means that pasting with the middle mouse button will activate the
2687         Ok, Apply buttons.
2688
2689         * FeedbackController.C (MessageCB): fix crash by removing
2690         Assert(message_widget_) and returning silently in this case.
2691         Can happen quite justifiably.
2692
2693         * Most files: consistent comments at the top of the file, usable by
2694         sourcedoc.
2695
2696 2002-03-09  Herbert Voss  <voss@lyx.org>
2697
2698         * FormGraphics.C: test if file exists, simplify an if command
2699
2700 2002-03-10  John Levon  <moz@compsoc.man.ac.uk>
2701
2702         * FormToc.C: make goto not reset the dialog
2703
2704 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
2705
2706         * FeedbackController.[Ch]: new files, providing a standard interface to
2707         the feedback and warning messages. Created by stripping code out of
2708         FormBase.
2709
2710         * FormBase.[Ch]: strip out all the feedback code and simplify yet
2711         further the tooltips code.
2712
2713         * FormBase.[Ch]:
2714         * FormBaseDeprecated.[Ch]: Add a Tooltips pointer.
2715         Derive both classes from FeedbackController so daughter classes each
2716         have a common interface for same.
2717
2718         * Toolbar_pimpl.[Ch]: strip out all the tooltip code and use the
2719         Tooltips wrapper class.
2720
2721         * Tooltips.[Ch]: work out how to update tooltips when using
2722         xforms 0.89's fl_set_object_helper. Can now toggle tooltips with both
2723         xforms 0.88 and 0.89. Change the cursor to a "?" when in query mode
2724         and when the dialog has some tooltips.
2725
2726         * FormPreferences.[Ch]: strip out all the feedback code and use
2727         the FeedbackController.
2728
2729         * xforms_helpers.C: save the color of the gui pointer.
2730
2731         * FormBibtex.[Ch]:
2732         * forms/form_bibtex.fd:
2733         * FormCitation.[Ch]:
2734         * forms/form_citation.fd:
2735         * FormForks.[Ch]:
2736         * forms/form_forks.fd:
2737         * FormSendto.[Ch]:
2738         * forms/form_sendto.fd:
2739         * FormTexinfo.[Ch]:
2740         * forms/form_texinfo.fd: remove "Help" button and rejig for much
2741         simplified tooltips code.
2742
2743         * Makefile.am: add FeedbackController.[Ch].
2744
2745 2002-03-08  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2746
2747         * FormGraphics.C: Tiny stylistic correction.
2748
2749 2002-03-07  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2750
2751         * FormGraphics.C:
2752                 - Make radiobuttons change too when using Latex size in
2753                   lyxview and vice versa.
2754                 - Fix a typo where the value for height (lyxview) was
2755                   taken from width (size).
2756                 - Remove *%-values from lyxview.
2757                 - Add an Alert when using "Get Latex size" and that contains
2758                   *%-values.
2759         * FormTabular.C: Remove obsolete comment.
2760
2761 2002-03-07  Martin Vermeer <martin.vermeer@hut.fi>
2762
2763         * FormMathsDeco.C: add leftrightarrows to the bitmap.
2764
2765         * forms/form_maths_style.fd: reflect the changes in the bitmaps.
2766
2767 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
2768
2769         * xformsGImage.C (statusCB, errorCB): close the file streams once the
2770         image is loaded or if an error occurs.
2771         (init_graphics): FLIMAGE_SETUP setup must be static as xforms stores
2772         it permanently (and does not make a copy!).
2773
2774 2002-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
2775
2776         * xformsGImage.[Ch]: new files. An image loader based on xforms library
2777         routines.
2778
2779         * GUIRunTime.C (initialiseGraphics): use the xforms image loader if
2780         your version of the xforms libraries is up to the task.
2781
2782         * Makefile.am: compile the xforms image loader if so configured.
2783
2784 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
2785
2786         * Dialogs.C (redrawGUI): removed to frontends/Dialogs.C
2787
2788         * Dialogs.C:
2789         * GUIRunTime.C (initialiseGraphics): moved to GUIRunTime.
2790
2791 2002-03-04   Angus Leeming  <a.leeming@ic.ac.uk>
2792
2793         * FormDocument.C (build): add a std:: qualifier to remove_if.
2794
2795 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2796
2797         * Toolbar_pimpl.[Ch]: layout as string
2798
2799         * FormParagraph.C: layout as string
2800
2801         * FormDocument.C (build): use remove_if and contains_functor
2802         layout as string
2803
2804 2002-03-01  Martin Vermeer <martin.vermeer@hut.fi>
2805
2806         * FormMathsBitmap.[Ch]:
2807         * FormMathsPanel.C: Give window titles to bit map sub-panels.
2808
2809 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
2810
2811         * Dialogs.C (initialiseGraphics): a new static method.
2812         Remove Allan's venerable description as I think it's past its sell-by
2813         date.
2814
2815 2002-02-28  John Levon  <moz@compsoc.man.ac.uk>
2816
2817         * FormBase.C:
2818         * FormBaseDeprecated.C:
2819         * FormFiledialog.C: possible fix to the Bad Window problems that some
2820         people have been experiencing.
2821
2822 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
2823
2824         * FormForks.C (input_button_all): resolve comparison between signed
2825         and unsigned.
2826
2827 2002-02-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2828
2829         * Menubar_pimpl.C (makeMenubar): ignore entries which are not
2830         submenus in menubar.
2831
2832 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
2833
2834         * FormForks.[Ch]:
2835         * forms/form_forks.fd: new files. A view for the Forked Child
2836         processes dialog, enabling the user to see what forked processes
2837         are running, and, if he so desires, to kill them.
2838
2839         * Dialogs.C: add the class Forked Child dialog.
2840
2841         * Makefile.am: add FormForks.[Ch], form_forks.[Ch].
2842
2843         * forms/makefile: add form_forks.fd.
2844
2845         * FormPreferences.C (LnFmisc::apply): rather ugly: call
2846         grfx::GCache::changeDisplay if the lyxrc.display_graphics changes.
2847
2848 2002-02-24  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2849
2850         * forms/form_graphics.fd: Enlarge Restore button.
2851         * FormGraphics.C: Set filter to bounding box input fields.
2852
2853 2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2854
2855         * Makefile.am: simpler obj. file compiling
2856
2857 2002-02-20  Juergen Vigna  <jug@sad.it>
2858
2859         * FormTabular.C (input): don't call the autoapply on exit input calls
2860         if we don't really have a change!
2861
2862 2002-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
2863
2864         * FormBase.h (FormCB): tiny bugfix.
2865
2866         * xforms_helpers.h: remove incorrect comment.
2867
2868 2002-02-18  Herbert Voss  <voss@lyx.org>
2869
2870         * FormGraphics.C: same units for LyX and Latex view, cosmetics
2871
2872 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
2873
2874         * Timeout_pimpl.[Ch] (running): new method.
2875
2876 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
2877
2878         * FormParagraph.C:
2879         * FormTabular.C: added a using std::remove_if directive.
2880
2881 2002-02-14  Herbert Voss  <voss@lyx.org>
2882
2883         * xforms_helpers.h: fix bug with "?%" units
2884
2885 2002-02-14  Rob Lahaye  <lahaye@users.sourceforge.net>
2886         * forms/form_graphics.fd:
2887         * form_graphics.C: minor layout changes, such as stretching all
2888         tab-windows to equal sizes and better keyboard-shortcuts.
2889
2890 2002-02-14  Rob Lahaye  <lahaye@users.sourceforge.net>
2891         * forms/form_graphics.fd:
2892         * form_graphics.C: minor layout changes, such as stretching all
2893         tab-windows to equal sizes and better keyboard-shortcuts.
2894
2895 2002-02-12  Herbert Voss  <voss@lyx.org>
2896
2897         * forms/form_graphics.fd:
2898         * form_graphics.[Ch]: small changes to the layout, mentioned
2899         by Rob
2900
2901         * FormGraphics.C: fix bug with use of updateWidget... when
2902         no unit is given.
2903
2904 2002-02-11  John Levon  <moz@compsoc.man.ac.uk>
2905
2906         * FormMinipage.C: return SMI_VALID on other form changes
2907
2908 2002-02-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2909
2910         * FormParagraph.C (update): [VSpace:] Delete the special method
2911         for gluelengths...
2912         * xforms_helpers.C: ...and move it here.
2913         Activate JMarcs new (shorter) code for updateWidgetsFromLengthString
2914         and updateWidgetsFromLength.
2915
2916 2002-02-10  Rob Lahaye  <lahaye@users.sourceforge.net>
2917
2918         * forms/form_external.fd:
2919         * form_external.C: change color2 of a few buttons into the
2920         proper grey color.
2921
2922 2002-02-08  Herbert Voss  <voss@lyx.org>
2923
2924         * forms/form_graphics.fd:
2925         * FormGraphics.C:
2926         * form_graphics.[Ch]: Adding buttons for unzip-Option,
2927         getValues from LyX/LaTeXfolder
2928
2929 2002-02-08  Rob Lahaye  <lahaye@users.sourceforge.net>
2930
2931         * forms/form_graphics.fd:
2932         * FormGraphics.C:
2933         * form_graphics.[Ch]: simplify the bounding box folder
2934         of the Graphic GUI
2935
2936 2002-02-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2937
2938         * Menubar_pimpl.C (create_submenu): work around an xforms bug (?)
2939         where one could not have both toggleon and disabled.
2940
2941 2002-02-08  Herbert Voss  <voss@lyx.org>
2942
2943         * xforms_helpers.h: change unit "%" to t%
2944
2945         * FormGraphics.C: fiy bug when BB is read from file and the
2946         unit is always "pt"
2947
2948 2002-02-08  Martin Vermeer <martin.vermeer@hut.fi>
2949
2950         * FormMathsDeco.C: \underleftarrow and \underrightarrow
2951
2952 2002-02-06  Angus Leeming  <a.leeming@ic.ac.uk>
2953
2954         Stabilise the tooltip interface and get Jürgen's patch to work ;-)
2955
2956         * Tooltips.[Ch]: new files. A wrapper to the tooltip code with a nice
2957         clean interface. Means that FormBase, FormBaseDeprecated and
2958         Tollbar_pimpl can all use the same code to have tooltips. No bloat.
2959
2960         * FormBase.C: add a Tooltips instance and interface with it.
2961         (setTooltipLevel): removed. Replaced by fillTooltipChoice and
2962         setTooltipLevel(ob).
2963         (getVerboseTooltip, getMinimalTooltip) now passed a const FL_OBJECT.
2964
2965         * FormBibtex.[Ch]:
2966         * FormCitation.[Ch]:
2967         * FormTexinfo.[Ch]:
2968         * Makefile.am: altered appropriately.
2969
2970 2002-02-06  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2971
2972         * forms/form_texinfo.fd:
2973         * forms/form_bibtex.fd:
2974         * forms/form_citation.fd: delete text_info field again, add help choice
2975
2976         * FormBibtex.[Ch]:
2977         * FormCitation.[Ch]:
2978         * FormTexinfo.[Ch]: Implement new Tooltip behaviour.
2979
2980 2002-02-06  Angus Leeming  <a.leeming@ic.ac.uk>
2981
2982         * FormBase.[Ch]: can now chose the verbosity of the tooltip through
2983         a new method setTooltipLevel(). In turn this determines which of the
2984         new virtual methods, getVerboseTooltip() or getMinimalTooltip() gets
2985         called from getTooltip.
2986         No need for a "message" widget at the bottom of every dialog, therefore.
2987         If retained, this "message" widget can be used to display "warnings",
2988         pure and simple.
2989
2990         * FormBibtex.[Ch]:
2991         * FormCitation.[Ch]:
2992         * FormTexinfo.[Ch]: altered appropriately. Still need to be reshaped,
2993         to lose the "message" widget and to gain a "tooltip level" choice.
2994
2995 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
2996
2997         * forms/form_graphics.fd: Tiny tweek to make the Restore, Ok, Apply,
2998         Cancel buttons' positions consistent with the other dialogs.
2999
3000 2002-02-05  Herbert Voss  <voss@lyx.org>
3001
3002         * forms/form_graphics.fd: Noew the same view of the
3003         buttons as in preferences (LyXView). Make some things clear
3004         with better names.
3005         * FormGraphic.C: cosmetic changes to the layout. Delete
3006         the help button
3007
3008 2002-02-05  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
3009
3010         * forms/form.texinfo.fd: delete help button, add text_info
3011         * forms/form.citation.fd,form.bibtex.fd: add text_info
3012         * FormTexinfo.[Ch]: Delete Help mechanism, add tooltips and help messages.
3013         * FormCitation.[Ch],FormBibtex.[Ch]: add tooltips and help messages (actually
3014         no tooltips in Bibtex).
3015
3016 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
3017
3018         * FormBase.[Ch]: You want tooltips too? You got 'em. Verified as
3019         working with both xforms 0.88 and 0.89. Use by invoking
3020         setTooltipHandler(ob) and by providing a method getTooltip(ob) in this
3021         derived class to provide the required string.
3022
3023 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
3024
3025         * FormBase.[Ch]: make it really easy to set up and use a prehandler
3026         for feedback messages and to invoke an input event on paste from
3027         the middle mouse button. The derived class needs invoke only
3028         setPrehandler(ob) and for the feedback to override the virtual methods
3029         feedback(ob) and clear_feedback(). If the message posted is a warning
3030         rather than mere feedback, first setWarningPosted(true) to ensure
3031         that the message remains visible.
3032
3033         * FormBaseDeprecated.C: a physical rearrangement of the file,
3034         nothing more.
3035
3036         * FormPreamble.C: use setPrehandler to invoke an input event on paste.
3037
3038 2002-02-04  Herbert Voss  <voss@lyx.org>
3039
3040         * forms/form_graphics.fd: small changes to the layout
3041         * FormGraphic.C: Apply-button, keepaspectratio enabling
3042         depends to case of LaTeXView. Other small changes and
3043         fixes. Add LyXView scale.
3044
3045 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
3046
3047         * FormGraphics.C (c-tor): prevent resizing of the dialog.
3048
3049 2002-02-03  Herbert Voss  <voss@lyx.org>
3050
3051         * xforms_helpers.C: fix bug with unit "%" in
3052         updateWidgetsFromLengthString(...)
3053
3054 2002-02-02  Herbert Voss  <voss@lyx.org>
3055
3056         * FormGraphic.C: fix bug with filename, rearrange the code,
3057         delete choice "referencePoint" which is only possible for
3058         rotatebox
3059         * forms/form_graphics.fd: position options in a logical way,
3060         add folder and scale for LyXView
3061
3062 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
3063
3064         * FormGraphics.C (apply, update): respect the new DEFAULT state of
3065         InsetGraphicsParams::DisplayType.
3066
3067 2002-01-31  Martin Vermeer <martin.vermeer@hut.fi>
3068
3069         * forms/form_graphics.fd: tweeks.
3070
3071 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3072
3073         * FormGraphics.C: Fix MAXDIGIT values for height and width.
3074
3075 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
3076
3077         * forms/form_citation: a few tweaks of my own.
3078
3079 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3080
3081         * forms/form_citation: De-Monsterization (make it smaller).
3082
3083 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
3084
3085         * forms/form_graphics.fd:
3086         * FormGraphics.C: a few tweaks of my own.
3087
3088 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3089
3090         * forms/form_graphics.fd: Very small tweaks.
3091
3092 2002-01-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3093
3094         * forms/form_graphics.fd: Change the dialog to look similar as
3095         the nice QT2-Version (added tabfolder "Bounding Box", rearrangements);
3096         added text_warning field..
3097
3098         * FormGraphics.[Ch]: Handle the Rearrangements.
3099         Add input filters and warnings concerning invalid inputs.
3100         Recognize the lyxrc-settings of display_graphics.
3101
3102 2002-01-29  Angus Leeming  <a.leeming@ic.ac.uk>
3103
3104         * FormMathsSpace.h (space_):
3105         * FormMathsStyle.h (style_): change from a short to an int to fix
3106         type conversion warnings.
3107
3108 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
3109
3110         * FormMathsSpace.[Ch]:
3111         * forms/form_maths_space.fd:
3112         Changed the "Space" subpanel of the math panel into one of
3113         ordinary buttons rather than radio buttons. They are now
3114         self-applying so OK and Apply could go.
3115
3116 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
3117
3118         * FormMathsStyle.[Ch]:
3119         * forms/form_maths_style.fd:
3120         Patched to use button arrays. Buttons are self-applying, saving
3121         one keystroke and the OK and Apply buttons.
3122
3123 2002-01-27  Herbert Voss  <voss@lyx.org>
3124
3125         * FormGraphic.[Ch]:
3126         * form_graphic.[Ch]:
3127         * forms/form_graphic.fd: rewritten to support graphicx with
3128         all options and to be sure that the old figinsets are correct
3129         converted.
3130         * xforms-helpers.h: added two choice const for the LyXLength
3131         one with all and one only with length which have a unit.
3132
3133 2002-01-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3134
3135         * forms/form_minipage.fd: add text_warning field.
3136
3137         * FormMinipage.[Ch]: added input filters and warnings
3138         (ButtonPolicy::SMInput FormMinipage::input)
3139
3140 2002-01-28  Angus Leeming  <a.leeming@ic.ac.uk>
3141
3142         * FormAboutlyx.[Ch]: Removed redundant form() method and
3143         dialog_ variable. They replicate that in the parent FormDB.
3144
3145 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
3146
3147         * FormMathsDeco[hC]:
3148         * forms/form_maths_deco.fd: added math accents as a separate bitmap to
3149         the Decorations sub-panel of mathed. See Lamport Table 3.11.
3150
3151         * FormMathsPanel.C:
3152         * MathsSymbols.C: reorganization of the two AMS panels "relations" and
3153         "negated relations". Lower and broader.
3154
3155 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
3156
3157         * FormTabular.C (update): Remove redundant code.
3158
3159 2002-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3160
3161         * forms/form_tabular.fd: checkbox2radiobutton changes.
3162
3163 2002-01-20  Herbert Voss  <voss@perce.de>
3164
3165         * FormInclude.[C]: better control of unexistings files
3166         when entered without the browser
3167
3168 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3169
3170         * Toolbar_pimpl.C (update): disable layout combox when LFUN_LAYOUT
3171         is disabled
3172
3173         * combox.C (activate):
3174         (deactivate): change color of labels to reflect the state of the
3175         combox
3176
3177 2002-01-16  Herbert Voss  <voss@lyx.org>
3178
3179         * FormExternal.C (build): activate  apply/ok-button when something
3180         is entered in the filename-field
3181
3182 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
3183
3184         * FormMathsBitmap.C (apply): fix bug caused by using 'unsigned int'
3185         rather than 'string::size_type'
3186
3187 2002-01-17 Martin Vermeer <martin.vermeer@hut.fi>
3188
3189         * FormMathPanel.[hC]:
3190         * MathsSymbols.[hC]:
3191         * form_math_panel.[hC]:
3192         * form_math_panel.fd: Modified. Added five symbol sub-panels
3193         to the math panel containing AMS math symbols: arrows, relations,
3194         negated relation, operators and miscellaneous (also containing some
3195         hebrew and corner symbols).
3196
3197 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3198
3199         * FormMinipage.C (apply): change because MinipageParams::pageWidth
3200         is now a real LyXLength
3201
3202 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
3203
3204         * FormDocument.C: enable line spacing input properly
3205
3206 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
3207
3208         * forms/form_preferences.fd:
3209         * form_preferences.h:
3210         * form_preferences.C:
3211         * FormPreferences.h:
3212         * FormPreferences.C: use better variable name
3213
3214 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
3215
3216         * forms/form_preferences.fd: change "Use Scalable Fonts"
3217           to "Rescale bitmap fonts"
3218
3219 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
3220
3221         * FormMathsPanel.C:
3222         * FormPreferences.C: #include "ButtonController.tmpl" to instantiate
3223         the button controller for IgnorantPolicy and PreferencesPolicy.
3224
3225 2002-01-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3226
3227         * forms/form_tabular.fd: text_info field was too small. Enlarge it.
3228
3229 2002-01-15  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3230
3231         * xforms_helpers.C: modify getLengthFromWidgets to ignore the unit
3232         choice if the input field contains a LyXGlueLength.
3233
3234         * FormParagraph.C: Allow to insert and display gluelengths in VSpace
3235
3236         * FormParagraph.C
3237         * FormDocument.C
3238         * FormTabular.C: Change input filter to allow inserting
3239         gluelengths/lyxlength or numbers with unit choices.
3240
3241         * FormMinipage.C: Use getLengthFromWidgets instead of the code there,
3242         which was more or less duplicated.
3243
3244         * FormGraphics.C: set default units, dependent on US/other paper.
3245
3246 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
3247
3248         * Dialogs.C: no longer need to #include the Controller classes, as this
3249         is how done in GUI.h.
3250
3251         * xformsBC.C: #include ButtonController.tmpl, containing the
3252         instatiation of the button controller.
3253
3254 2002-01-15  John Levon  <moz@compsoc.man.ac.uk>
3255
3256         * FormThesaurus.C: fix a crash
3257
3258 2002-1-15  Martin Vermeer <martin.vermeer@hut.fi>
3259
3260         * FormMathsDelim.C:
3261         * form_maths_delim_C:
3262         * form_maths_delim.h:
3263         * form_maths_delin.fd:
3264         Put three radio buttons on the delimiters pop-up. It works as follows:
3265
3266                                 left mouse     middle mouse        right mouse
3267         ----------------------------------------------------------------------
3268         Left radio button   |       (               ()                   )
3269         Middle radio button |       ()              ()                   )
3270         Right radio button  |        )               )                   )
3271         ----------------------------------------------------------------------
3272
3273         Where
3274
3275         (       left-side delimiter selected
3276         )       right-side delimiter selected
3277         ()      "symmnetric pair" selected, of which the clicked delimiter is
3278                 the left one.
3279                 So, if the middle radio button is activated ("()\nBoth")
3280                 and you click on "[" with the default (left) mouse button, you
3281                 get the delimiter pair "[]".
3282                 A shortcut for this (if the leftmost radio button is on) is
3283                 simply clicking the middle mouse button.
3284
3285         To create equal pairs, either have the middle radio button on and use
3286         Mouse-left, or have the left radio button on and use Mouse-middle.
3287
3288         To create unequal pairs, you should have either the left or middle radio
3289         button on, and do: "Mouse-left ( Mouse-right >" to create "(>".
3290
3291 2002-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
3292
3293         * FormSpellchecker.[Ch]: a bit of a clean up, leaving the functionality
3294         unchanged:
3295         Remove the clickline_ member variable and hide() method;
3296         Use fl_set_browser_dblclick_callback;
3297         Constify a few temporary variables;
3298         Use xforms_helpers' wrappers functions returning string rather than
3299         the raw xforms functions returning char const *.
3300
3301 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3302
3303         * DropDown.C: include <cctype> for isprint()
3304
3305 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
3306
3307         * FormMinipage.C (apply, update): MinipageParams::width renamed
3308         as MinipageParams::pageWidth.
3309
3310 2002-01-14      Martin Vermeer <martin.vermeer@hut.fi>
3311
3312         * FormMathsBitmap.C:
3313           FormMathsPanel.C:
3314           MathsSymbols.C: Blackboard Bold and Calligraphic std symbols
3315         added to math panel's 'misc' sub-panel.
3316
3317 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
3318
3319         * FormMathsMatrix.C (input): use lyx::count rather than std::count.
3320
3321 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
3322
3323         * FormPreferences.h: add a std:: to make_pair.
3324
3325 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
3326
3327         * DropDown.[Ch] (keypress, key_pressed): new signal and method,
3328         respectively.
3329
3330         * DropDown.C: place xforms callback functions in namespace anon.
3331         Set browser callback on single not double click.
3332         (select): return immediately of the vector is empty. Highlight the top
3333         line. Position the browser above the minibuffer, not below it.
3334         (peek): call key_pressed when a key press is detected.
3335         (key_pressed): clean-up and emit the keypress signal.
3336
3337         * xforms_helpers.[Ch} (getSelectedStringFromBrowser): new function.
3338         If nothing is selected, return string().
3339
3340 2002-01-14  John Levon  <moz@compsoc.man.ac.uk>
3341
3342         * FormSpellchecker.C: disable resizing due to xforms bug
3343
3344 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3345
3346         * FormFiledialog.C (Reread): skip broken symlinks
3347
3348 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3349
3350         * FormMathsMatrix.C (AlignFilter): use std::count and add some
3351         comments.
3352
3353 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3354
3355         * MathsSymbols.C (get_pixmap_from_symbol): add a default statement
3356         in the switch.
3357
3358         * FormPreferences.C (Interface::input):
3359         (Language::input):
3360         (Paths::input): add shortcuts to file dialogs directory buttons
3361
3362         * FormPreference.h (browse): add default empty parameters for
3363         buttons descriptions.
3364
3365         * FormFiledialog.C (SetButton): allow for a shortcut in the name
3366         of the button.
3367
3368 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
3369
3370         * FormThesaurus.C:
3371         * FormThesaurus.h:
3372         * form_thesaurus.h:
3373         * form_thesaurus.C:
3374         * forms/form_thesaurus.fd: update to Aiksaurus 0.14
3375
3376 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3377
3378         * Toolbar_pimpl.C (setPixmap): simplify a bit
3379
3380 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3381
3382         * Toolbar_pimpl.C (ToolbarCB):
3383         * Menubar_pimpl.C (MenuCallback): use verboseDispatch instead of
3384         dispatch.
3385
3386 2002-01-12  Allan Rae  <rae@lyx.org>
3387
3388         * FormTabular.C (FormTabular): Fix Purify UMR.
3389
3390         * FormPreferences.C (build): "Conversion" is a better name.
3391
3392 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
3393
3394         * FormMathsPanel.[Ch] (dispatchFunc): new method. Invokes
3395         LyXFunc::dispatch.
3396
3397         * FormMathsStyle.C (apply): use LFUNs to apply, not insertSymbol.
3398
3399 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
3400
3401         * FormPreferences.C:
3402         * forms/form_preferences.fd: change names and descriptions of popup
3403         font variables to reflect their actual use.
3404
3405         * Menubar_pimpl.C: return MENU_LABEL_STYLE to FL_NORMAL_STYLE.
3406
3407 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3408
3409         * FormPreferences.C (input): allow empty values for document_path
3410         and template_path.
3411
3412         * FormFiledialog.C (SetButton):
3413         (FileDlgCB): do not disable directory buttons if they have an
3414         empty path.
3415         (SetDirectory): if the argument is an empty string, change to
3416         cwd().
3417
3418 2002-01-09  Martin Vermeer <martin.vermeer@hut.fi>
3419
3420         * forms/form_maths_style.fd:
3421         * FormMathsStyle.[Ch]: New files, Implementing a mathed pop-up for math
3422         size "styles" and font types.
3423         * FormMathsPanel.[Ch]:
3424         * MathsSymbols.C:
3425         * forms/form_maths_panel.fd: Modified too.
3426
3427 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
3428
3429         * Menubar_pimpl.C (create_submenu):
3430         * Toolbar_pimpl.C (update): use FuncStatus.
3431
3432 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
3433
3434         * xform_helpers.[Ch] (getStringFromBrowser): a littel wrapper function
3435         for fl_get_browser_line that is guaranteed to return a valid string.
3436
3437 2002-01-08  John Levon  <moz@compsoc.man.ac.uk>
3438
3439         * FormSpellchecker.C: fix possible crash on clicking a suggestion
3440
3441 2002-01-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3442
3443         * forms/form_document.fd (bullets): fix small cosmetic problem after
3444         John's radio2button change.
3445
3446 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
3447
3448         * FormDocument.C:
3449         * forms/form_document.fd: change the labels and variable names of
3450         left_margin, right_margin to inner_margin, outer_margin, in line
3451         with bugzilla bug #157.
3452
3453         * FormFiledialog.C (Reread): used locally stored modtime variable
3454         rather than make repeated calls to fileInfo.getModificationTime().
3455
3456         * xforms_helpers.C (ReadableFile, WriteableFile): added a couple of
3457         isOK() checks to the use of the FileInfo instance and removed those
3458         FIXMEs.
3459
3460         * Menubar_pimpl.C: added a variable MENU_LABEL_STYLE and use it.
3461         Set it to FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
3462
3463 2002-01-07  John Levon  <moz@compsoc.man.ac.uk>
3464
3465         * form_*:
3466         * forms/form_*: change radio buttons to round3dbutton
3467
3468 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
3469
3470         * FormFiledialog.C: add FIXME
3471
3472         * xforms_helpers.C: fix use of FileInfo
3473
3474 2002-01-07  John Levon  <moz@compsoc.man.ac.uk>
3475
3476         * FormTabular.h:
3477         * FormTabular.C:
3478         * form_tabular.h:
3479         * form_tabular.C:
3480         * forms/form_tabular.fd: ugly fix to get around
3481           some of the UI problems (bug #110).
3482
3483 2002-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3484
3485         * FormDocument.C: Recognize the default paper settings too
3486         when setting the default length values (cm or inch).
3487         * FormParagraph.C: do the same.
3488
3489 2001-12-11  Michael A. Koziarski <michael@koziarski.org>
3490
3491         * FormFloat.C: changes to prevent here definitely being used
3492         with wide figures.
3493
3494 2001-12-29  Dekel Tsur  <dekelts@tau.ac.il>
3495
3496         * FormMathsMatrix.C (AlignFilter): Allow entering the '|' char.
3497
3498 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3499
3500         * DropDown.C: always include <config.h> in sources.
3501
3502         * xforms_helpers.h:
3503         * FormFiledialog.h:
3504         * Timeout_pimpl.h:
3505         * DropDown.h: do not include <config.h> in headers
3506
3507 2001-12-20  Juergen Vigna  <jug@sad.it>
3508
3509         * FormTabular.C (update): final LT-h/f support modifications.
3510
3511 2001-12-19  Juergen Vigna  <jug@sad.it>
3512
3513         * FormTabular.C (update): change a bit the tabular layout and added
3514         better longtable options handling.
3515
3516 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3517
3518         * FormToc.C: using std::endl
3519
3520 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
3521
3522         * FormToc.C: fix crash when no entries, and
3523           update types properly
3524
3525 2001-12-11  Ben Stanley <bds02@uow.edu.au>
3526
3527         * Menubar_pimpl.C: Fixed a crashing bug when document has more
3528         than 80 floats and using xforms 0.88
3529
3530 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
3531
3532         * xforms_helpers.C: include lyxlength.h here
3533         * xforms_helpers.h: ... but not here
3534
3535         * FormTabular.C: use LyXLength instead of string wherever
3536         necessary; whitespace changes.
3537
3538 2001-12-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3539
3540         * forms/form_preferences.fd: use the same name for font sizes
3541         than the character dialog.
3542
3543 2001-11-26  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3544
3545         * forms/form_search.fd: Added label text to search buttons
3546         (to make the shortcuts visible).
3547
3548 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3549
3550         * FormParagraph.C: set combo box correctly for VSpace::LENGTH
3551
3552 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3553
3554         * FormFiledialog.C:
3555         * xforms_helpers.C: change "while(" to "while ("
3556
3557 2001-12-05  Allan Rae  <rae@lyx.org>
3558
3559         * FormParagraph.C (apply): One other LyXText fix.
3560
3561 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3562
3563        * FormParagraph.C (getCurrentParagraph):
3564         (apply):  get the right LyXText !
3565
3566 2001-11-29  John Levon  <moz@compsoc.man.ac.uk>
3567
3568         * FormParagraph.C: disallow page breaks in insets
3569
3570 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
3571
3572         * FormParagraph.C: allow signed space above/below, actually
3573           use space below units
3574
3575 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
3576
3577         * FormToc.C: fixes to make floatlists work
3578
3579 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
3580
3581         * Makefile.am:
3582         * Alert_pimpl.C: Alert etc.
3583
3584         * xforms_helpers.h:
3585         * xforms_helpers.C:
3586         * forms/fdfix.sh: move idex etc. to here
3587
3588         * GUIRunTime.C: move getScreenDPI() to here
3589
3590 2001-11-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3591
3592        * forms/form_ref.fd, form_preferences.fd, form_citation.fd,
3593        form_graphics.fd, form_paragraph.fd: Enlarged the Restore button
3594        to 100p (now German translation fits in).
3595        * forms/form_external.fd, form_bibtex.fd, form_print.fd,
3596        form_preferences.fd, form_graphics.fd, form.include.fd,
3597        form-external.fd:
3598        Unified label "Browse..." and unified its width to 100p.
3599
3600 2001-11-13  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3601
3602        * forms/form_graphics.fd: fixed shortcut clash
3603        * forms/form-external.fd: added shortcut for "Apply"
3604
3605 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
3606
3607         * FormFiledialog.C: don't reset path if new dir
3608           doesn't exist.
3609
3610 2001-11-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3611
3612        * forms/form_document.fd: Renamed "Save as Class Defaults"
3613        to "Save as Document Defaults"
3614        * FormDocument.C:
3615        Removed the setEnabled-Definitions for the
3616        "save_default"-Button since it causes nothing but trouble.
3617        Changed the text of AskQuestion on saveParamsAsDefault.
3618
3619 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
3620
3621         * DropDown.C: fix crash, improve behaviour a bit
3622
3623 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3624
3625         * FormDocument.C (class_apply):
3626         (paper_apply):
3627         (language_apply):
3628         (options_apply):
3629         (bullets_apply): add a version of these methods taking a
3630         BufferParams& parameters. The original versions are now wrappers
3631         around these.
3632         (saveParamsAsDefault): new function, moved from old
3633         LFUN_LAYOUT_SAVE_DEFAULT code.
3634
3635 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
3636
3637         * Makefile.am:
3638         * DropDown.h:
3639         * DropDown.C: drop-down completion
3640
3641 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
3642
3643         * forms/form_graphics.fd: change clashing shortcut
3644
3645 2001-10-24  Juergen Vigna  <jug@sad.it>
3646
3647         * FormTabular.C: changed calls for footer/headers of longtabulars.
3648
3649 2001-10-23  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3650
3651         * forms/form_tabular.fd: Add value choices
3652         * FormTabular.C: Handle that choices
3653
3654         * FormDocument.C: fix small bug.
3655
3656 2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
3657
3658         * FormGraphics.[Ch]: move some parameters out of the heaader file and
3659         into namespace anon.
3660
3661         * FormPreferences.C:
3662         * forms/form_preferences.fd: replaced button_colorspace with two
3663         radio buttons, button_hsv and button_rgb.
3664
3665 2001-10-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3666
3667        * forms/form_document.fd:
3668          Class: add a value choice for Default Skip.
3669          Some rearrangements (minor tweaks).
3670        * FormDocument.C: Handle that choice, minor tweaks.
3671        * forms/form_paragraph.fd: Add value choices
3672        * FormParagraph.C: Handle that choices.
3673        * FormMinipage.C/FormGraphics.C: Small tweaks.
3674
3675 2001-10-15  Angus Leeming  <a.leeming@ic.ac.uk>
3676
3677         * FormDocument.C: fixed some bugs in the Paper tab.
3678
3679         * xforms_helpers.[Ch] (updateWidgetsFromLengthString): add argument
3680         specifying default unit for choice if input string is empty.
3681
3682 2001-10-12  Angus Leeming  <a.leeming@ic.ac.uk>
3683
3684         * FormDocument.C (input): one more tweak...
3685
3686 2001-10-10  Herbert Voss  <voss@perce.de>
3687
3688         * FormTexinfo.[Ch]: some changes to the code
3689
3690 2001-10-10  André Pönitz  <poenitz@htwm.de>
3691
3692         * FormsMathMatrix.C: add missing space between v- and h-alignment
3693         parameters
3694
3695 2001-10-09  Herbert Voss  <voss@perce.de>
3696
3697         * FormTexinfo.[Ch]:
3698         * forms/form_texinfo.fd: new files. Display information about the
3699         installed texfiles (cls,sty,bst).
3700
3701         * FormShowFile.[Ch]: new files. Display the contents of a file.
3702
3703         * Dialog.C:
3704         * Makefile.am: modified appropriately.
3705
3706 2001-10-09  Angus Leeming  <a.leeming@ic.ac.uk>
3707
3708         * xforms_helpers.[Ch] (getLengthFromWidgets): new function.
3709         Given input and choice widgets, create a string such as "1cm".
3710         (updateWidgetsFromLengthString): new function.
3711         Given a string such as "1cm", set the input and choice widgets.
3712
3713         * FormDocument.C:
3714         * forms/form_document.fd: improve the GUI of the paper tab using these
3715         new helper functions.
3716
3717 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3718
3719         * FormDocument.C (build): support latin4
3720
3721 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3722
3723         * FormDocument.C (build): support latin3
3724
3725 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3726
3727         * forms/form_aboutlyx.fd: use flat boxes for tabs.
3728
3729 2001-10-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3730
3731         * forms/form_document.fd: rearrangement of the paper tab;
3732         rename "use geometry" to "custom margins/sizes".
3733
3734         * FormDocument.C: add code to avoid the input of senseless data
3735         in document -> paper.
3736
3737 2001-10-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3738
3739         * FormDocument.C: Disable choice "Special" if landscape
3740         is chosen to prevent senseless values.
3741
3742 2001-09-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3743
3744         * forms/form_preferences.fd: small tweaks.
3745
3746 2001-09-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3747
3748         * forms/form_document.fd: Removed "Auto Reset", renamed the "Reset"
3749         button to "Use Class Defaults" and moved it outside the tab.
3750         Some more minor tweaking.
3751
3752         * FormDocument.C: handled this changes.
3753
3754 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
3755
3756         * Dialogs.C: remove splash dialog code.
3757
3758         * FormSplash.[Ch]:
3759         * form_splash.[Ch]:
3760         * forms/form_splash.fd: removed.
3761
3762         * Makefile.am:
3763         * forms/makefile: remove splash dialog files.
3764
3765         * Menubar_pimpl.C (MenuCallback): no longer call
3766         Dialogs::destroySplash.
3767
3768 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3769
3770         * forms/form_preferences.fd: fix typo
3771
3772 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
3773
3774         * FormRef.C:
3775         * forms/form_ref.fd: renamed the widgets in the standard style.
3776
3777         * xforms_helpers.[Ch] (getVectorFromChoice, getVectorFromBrowser): new
3778         helper functions. Build a vector<string> from the contents of
3779         an fl_choice and fl_browser respectively.
3780
3781         * FormCitation.C (fillChoice, updateBrowser):
3782         * FormRef.C: use these new functions to only update the choices and
3783         browsers when absolutely necessary.
3784
3785 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
3786
3787         * FormBase.C (InputCB):
3788         * FormBaseDeprecated.C (InputCB): generalised Dekel's fix to the
3789         "select choice < 1" problem.
3790
3791         * FormRef.C (input): undid Dekel's change in light of the above
3792         generalisation.
3793
3794 2001-09-21  Dekel Tsur  <dekelts@tau.ac.il>
3795
3796         * FormRef.C (input): Fix crash when using dialog with keyboard.
3797
3798 2001-09-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3799
3800         * forms/form_document.fd: small tweaks.
3801
3802 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3803
3804         * forms/form_document.fd: Added checkbox "auto_reset", button
3805         "reset_defaults" and button "save_defaults".
3806
3807         * Form_Document.[Ch]: Removed AskQuestion when changing class.
3808         Implement the 2 buttons and the checkbox described above.
3809
3810         * forms/form_preferences.fd: Added checkbox "auto_reset" (to
3811         save the default value of that lyxrc)
3812
3813         * FormPreferences.C: Handle that button
3814
3815 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
3816
3817         * form_ref.fd: a little tweaking.
3818
3819         * FormSpellchecker.C (build): set the bounds to the slider, so it
3820         updates during a spellchecking session.
3821
3822 2001-09-14  Angus Leeming  <a.leeming@ic.ac.uk>
3823
3824         * forms/form_preferences.fd: rearrangement and addition of new
3825         Display Graphics radio buttons to Look & Feel->Misc
3826         (By Jürgen Spitzmüller).
3827
3828         * FormPreferences.C: modify new lyxrc variable "display_graphics"
3829         depending on the values of the Display Graphics radio buttons.
3830
3831         * FormGraphics.C: use this variable.
3832
3833 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
3834
3835         * FormMathsBitmap.[Ch]: add d-tor to finally fix a memory leak.
3836         Hoorah! Happy Birthday to me!
3837
3838 2001-09-07  Dekel Tsur  <dekelts@tau.ac.il>
3839
3840         * forms/form_ref.fd: Add buffer button.
3841
3842         * FormRef.C (update): Handle the buffer button.
3843         (input): Ditto
3844
3845 2001-09-13  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3846
3847         * forms/form_graphics.fd: complete rewrite of the dialog
3848         (Most work was done by Angus, though).
3849
3850 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3851
3852         * combox.C (hide): execute the callback _after_ closing the
3853         combox.
3854
3855 2001-09-12  Angus Leeming  <a.leeming@ic.ac.uk>
3856
3857         * FormDocument.C (c-tor): initialise some variables.
3858
3859         * forms/form_citation.fd: remove spurious shortcut to a labelframe!
3860         (Thereby removing a warning message when the dialog is built.)
3861
3862         * FormFloat.C (input): return SMI_VALID.
3863
3864 2001-09-11  Angus Leeming  <a.leeming@ic.ac.uk>
3865
3866         * FormDocument.C (input, options_update): add code to enable the
3867         Author-Year/Numerical citation choice only if the natbib checkbox is
3868         active.
3869
3870         * FormFloat.[Ch]: added new method input() to control the behaviour of
3871         the buttons better.
3872         * forms/form_float.fd: renamed Here as button_here_definitely.
3873
3874         * FormGraphics.C:
3875         * forms/form_graphics.fd: add callbacks to a few widgets that didn't
3876         have them, so enabling the Ok, Apply buttons appropriately.
3877
3878 2001-09-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3879
3880         * forms/form_paragraph.fd: cosmetics (renamed "Label Width" to "Longest
3881         Label", added a labelframe).
3882
3883 2001-09-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3884
3885         * Toolbar_pimpl.C (C_Toolbar_BubblePost): fix linking
3886         (C_Toolbar_BubbleTimerCB): fix linking
3887
3888         * FormMathsBitmap.C (form): use get() to get the raw pointer.
3889
3890         * FormMathsBitmap.h: use shared_c_ptr for form_ as well.
3891
3892 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3893
3894         * combox.C (C_Combox_input_cb): make it static
3895         (C_Combox_combo_cb): make it static
3896         (C_Combox_peek_event): make it static
3897
3898         * Toolbar_pimpl.C (C_Toolbar_BubbleTimerCB): make it static
3899         (C_Toolbar_BubblePost): make it static
3900         (C_Toolbar_ToolbarCB): make it static
3901
3902         * Timeout_pimpl.C (C_intern_timeout_cb): make it static
3903
3904         * Menubar_pimpl.C (C_Menubar_Pimpl_MenuCallback): make it static
3905
3906         * Makefile.am (libxforms_la_LIBADD): add this and depend on the
3907         gui libs
3908
3909 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
3910
3911         * FormBaseDeprecated.[Ch]: use the same allow_resize methodology as has
3912         been used successfully in FormBase.
3913         (show): call bc().refresh() after building the dialog to activate the
3914         button controller.
3915
3916         * FormPreferences.C (build): remove hack to fix butoon controller as
3917         the correct fix is in FormBaseDeprecated.
3918
3919         * FormPreferences.[Ch] (connect, disconnect): removed (redundant).
3920
3921         * FormMaths*.C (c-tor): prohibit resizing of the dialog.
3922
3923 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3924
3925         * Toolbar_pimpl.C (setLayout):
3926         (layoutSelected): make them work even when gettext has been
3927         translating the interface.
3928
3929 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
3930
3931         * FormMathsSpace.C: Fix bug: the "Maths spacing" dialog is broken
3932         ("Apply" does not work without former user change in the dialog).
3933
3934         * FormPreferences.C (build): Fix bug: if you start LyX and open the
3935         Preferences dialog, "Apply" is activated even though no change has been
3936         made so far.
3937
3938 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
3939
3940         * FormBase.C (show): use controller_.IconifyWithMain() to control
3941         the dialog's show policy
3942
3943         * FormBaseDeprecated.C (show): ditto, but use lyxrc variable directly.
3944
3945         * FormPreferences.C:
3946         * forms/form_preferences.fd: add a check_dialogs_iconify_with_main
3947         check button to the Look & Feel->Misc tab and code to modify the lyxrc
3948         variable dialogs_iconify_with_main appropriately.
3949
3950 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
3951
3952         * FormBase.h: clean-up comments. Remove mutable status of minw_, minh_.
3953
3954 2001-09-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3955
3956         * forms/form_character.fd: small cosmetics (aligned "Language:" right
3957         as suggested in Michael's Buglist).
3958
3959 2001-09-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3960
3961         * Toolbar_pimpl.C (updateLayoutList): do not display obsolete
3962         layouts
3963         (layoutSelected): remove the numeric argument and use the text of
3964         the combox entry instead.
3965
3966         * combox.C: lowercase a few remaining methods, rename select_text
3967         to select
3968         * several files: propagate these changes
3969
3970 2001-09-03  Angus Leeming  <a.leeming@ic.ac.uk>
3971
3972         * FormPreferences.C: add fl_set_input_return to input_paperoption.
3973
3974 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
3975
3976         * FormParagraph.C: fix default line spacing case
3977
3978 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
3979
3980         * FormParagraph.C: disable space inputs when != Length
3981
3982 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
3983
3984         * FormPreferences.C:
3985         * form_preferences.h:
3986         * form_preferences.C:
3987         * forms/form_preferences.fd: add view_dvi_paper_option
3988
3989 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
3990
3991         * FormMathsPanel.h: sub dialogs must be Ignorant.
3992
3993 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
3994
3995         * FormParagraph.C: fix to not allow 0 linespacing
3996
3997 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
3998
3999         * FormCitation.C (c-tor): prevent re-sizing of the dialog.
4000
4001         * FormParagraph.C (input): set fl_get_choice check for the linespacing
4002         to 5 not 4. xforms arrays start at 1.
4003
4004 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
4005
4006         * FormParagraph.[Ch]:
4007         * forms/form_paragraph.fd: clean up of dialog and of controlling
4008         code.
4009
4010 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
4011
4012         * FormBase.C (C_CutandPastePH): new function that can be used as a
4013         pre-handler to any xforms text input widget. Will trigger an event on
4014         pasting into the widget using the middle mouse button.
4015
4016         * FormPreamble.C (build): use this pre-handler for the input widget.
4017
4018 2001-08-26  Angus Leeming  <a.leeming@ic.ac.uk>
4019
4020         * FormCitation.C:
4021         * forms/form_citation.fd: a little tweaking to ensure that the
4022         style choice remains centred within the frame if its contents change.
4023
4024         * FormBase.h: added an allow_resize_ member variable. If false
4025         resizing the dialog is prohibitted.
4026
4027         * FormBase.[Ch]:
4028         * FormBrowser.[Ch]: modify c-tors to pass this new variable to FormBase.
4029
4030         * FormAboutlyx.C:
4031         * FormCharacter.C:
4032         * FormThesaurus.C:
4033         make use of this functionality to ensure that the dialog cannot be
4034         resized.
4035
4036 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
4037
4038         * GUIRunTime.C: initApplication() should take a int & argc
4039
4040 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
4041
4042         * FormCitation.h:
4043         * FormCitation.C: tidy code a little
4044
4045         * GUIRunTime.C: more informative error
4046
4047 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
4048
4049         * forms/form_preferences.fd: order the items "logically" so that
4050         tabbing through the dialog makes sense. Close bug #404569.
4051
4052 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
4053
4054         * FormPreferences.C: Tentative fix of John's "no point in spell
4055         command "None"" bug, #223255.
4056
4057 2001-08-23  Herbert Voss  <voss@perce.de>
4058
4059         * FormBibtex.C (input): normalize database list
4060
4061 2001-08-21  Angus Leeming  <a.leeming@ic.ac.uk>
4062
4063         * FormBibtex.C: make sure that any database is stored only once.
4064
4065 2001-08-22  Herbert Voss  <voss@perce.de>
4066
4067         * FormBibtex.C (input): fix for multiple databases
4068
4069 2001-08-21  Herbert Voss  <voss@perce.de>
4070
4071         * FormBibtex.C (input): extension handling for ".bst"
4072
4073 2001-08-21  Angus Leeming  <a.leeming@ic.ac.uk>
4074
4075         * forms/form_bibtex.fd: activate "Ok" when the "Add bibliography to TOC"
4076         check button is pressed.
4077
4078 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
4079
4080         * FormParagraph.C (general_apply): Handle default spacing.
4081         (general_update): Ditto.
4082
4083 2001-08-20  Angus Leeming  <a.leeming@ic.ac.uk>
4084
4085         * FormBibtex.C:
4086         * forms/form_bibtex.fd: get the browse buttons working as they should.
4087
4088 2001-08-20  Herbert Voss  <voss@perce.de>
4089
4090         * FormBibtex.C:
4091         * forms/form_bibtex.fd: enhanced bibtex-data gui to browse for
4092         databases and styles. Added an option for "bibliography into toc"
4093
4094 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4095
4096         * FormMathsBitmap.h: use the lyx::shared_c_ptr that uses free() to
4097         cleanup.
4098
4099 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
4100
4101         * combox.h: fix source doc
4102
4103         * form_math_matrix.C:
4104         * forms/form_math_matrix.fd: new layout
4105
4106 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
4107
4108         * form_paragraph.h:
4109         * form_paragraph.C:
4110         * forms/form_paragraph.fd:
4111         * FormParagraph.C: support per-para linespacing
4112
4113         * forms/form_float.fd:
4114         * form_float.C: fix shortcut typo
4115
4116 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
4117
4118         * forms/form_character.fd: small adjustment to the position of John's
4119         extra Language label.
4120
4121 2001-08-09  André Pönitz  <poenitz@htwm.de>
4122
4123         * FormMathsDelim.C: renamed some delimiter parameters.
4124
4125 2001-08-09  Angus Leeming  <a.leeming@ic.ac.uk>
4126
4127         * FormCitation.C (build):
4128         * FormDocument.C (build):
4129         * FormMinipage.C (build):
4130         * FormParagraph.C (build):
4131         * FormRef.C (build): added stuff to read-only list in the
4132         button controller.
4133
4134         * FormCitation.C (update): disable citation style stuff when not using
4135         Natbib.
4136
4137 2001-08-06  Juergen Vigna  <jug@sad.it>
4138
4139         * forms/form_ert.fd: new file.
4140
4141         * form_ert.[Ch]: new files.
4142
4143         * FormERT.[Ch]: new files. Implementation of ERT dialog.
4144
4145 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
4146
4147         * FormPreferences.C (Color c-tor): initialise modifiedXformsPrefs.
4148
4149 2001-07-30  Angus Leeming  <a.leeming@ic.ac.uk>
4150
4151         * GUIRunTime.C (processEvents, runTime): small code rearrangement.
4152
4153 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
4154
4155         * FormMathsPanel.C:
4156         * FormMathsPanel.h:
4157         * form_maths_panel.C:
4158         * form_maths_panel.h:
4159         * forms/form_maths_panel.fd: re-add dots bitmaps
4160
4161         * FormRef.C: "Goto" -> "Go to"
4162
4163 2001-07-29  John Levon  <moz@compsoc.man.ac.uk>
4164
4165         * FormMathsBitmap.C: initialise form_
4166
4167 2001-07-29  Baruch Even  <baruch@lyx.org>
4168
4169         * src/forms/form_graphics.fd:
4170         * src/FormGraphics.C: Added support for the new horizontal scale factor.
4171
4172 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4173
4174         * forms/makefile (SRCS): add form_float.fd
4175
4176         * forms/form_float.fd: new file
4177
4178         * form_float.[Ch]: new files
4179
4180         * Makefile.am (libxforms_la_SOURCES): add FormFloat.C,
4181         FormFloat.h, form_float.C and form_float.h
4182
4183         * FormFloat.[Ch]: new files
4184
4185         * Dialogs.C: init GUIFloat is well
4186
4187 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
4188
4189         * FormToc.C (updateType): Fix problem with TOC that couldn't be
4190         updated because the type list was not updated.
4191
4192 2001-07-26  Angus Leeming  <a.leeming@ic.ac.uk>
4193
4194         * forms/form_aboutlyx.fd: made a bit bigger to get the Copyright &
4195         Version stuff in.
4196
4197         * input_validators.[Ch] (fl_int_filter, fl_float_filter): new methods.
4198
4199         * FormGraphics.C (build): uncommented the fl_set_input_return call for
4200         input_rotate_angle. Set input filter on rotate_angle to make it accept
4201         only floating point numbers.
4202         (input): Browse now activates the Ok button approriately.
4203
4204 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
4205
4206         * Dialogs.C:
4207         * Makefile.am:
4208         * FormThesaurus.h:
4209         * FormThesaurus.C:
4210         * form_thesaurus.h:
4211         * form_thesaurus.C:
4212         * forms/makefile:
4213         * forms/form_thesaurus.fd: add thesaurus
4214
4215 2001-07-26  Baruch Even  <baruch@lyx.org>
4216
4217         * FormGraphics.h:
4218         * FormGraphics.C: Removed hide method since it was interfering with the
4219         needed work, it cleared several vectors that were needed for proper
4220         functioning. Also changed rotateAngle to float.
4221
4222         * FormGraphics.C:
4223         * forms/form_graphics.fd: Removed inline option, all InsetGraphics figures
4224         are inlined.
4225
4226 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
4227
4228         * FormInclude.C: add load file facility back
4229
4230 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
4231
4232         * FormCharacter.C: disable resizing as it doesn't work
4233
4234         * FormPreamble.C: allow to copy-paste from RO preamble by
4235           enabling editing.
4236
4237 2001-07-20  Jürgen Spitzmüller  <juergen.sp@t-online.de>
4238
4239         * forms/form_citation.fd: resized form to fit on a 800x600 screen.
4240
4241 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
4242
4243         * FormCitation.[Ch]: changes associated with adding natbib support.
4244         New helper functions, string_width, fillChoice, updateStyle.
4245         (apply): set the citation command appropriately.
4246         (input): deal with the citation command choices.
4247         (update): parse the citation command and deal with it. Nuke the
4248         setSize stuff.
4249         (setSize): nuked!
4250
4251         * FormDocument.C (build): add options to use natbib.
4252
4253         * forms/form_citation.fd: add natbib support. Rearrange dialog to
4254         fit onto shorter screens.
4255
4256         * forms/form_document.fd: add natbib support.
4257
4258 2001-07-16  Juergen Vigna  <jug@sad.it>
4259
4260         * form_aboutlyx.C: set default for "Close" button to "ESC"-key.
4261
4262 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
4263
4264         Consistent use of Lsstream.h:
4265         * FormAboutlyx.C (build):
4266         * FormVCLog.C (update): std::ostringstream -> ostringstream.
4267
4268         * FormMathsDelim.C (apply):
4269         * FormMathsMatrix.C (apply): std::stringstream -> stringstream.
4270
4271 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
4272
4273         * implement 1 about lyx dialog instead of 3 separate ones
4274
4275         * FormCredits.[Ch]: removed
4276         * FormCopyright.[Ch]: removed
4277         * form_credits.[Ch]: removed
4278         * forms/form_credits.fd: removed
4279         * form_copyright.[Ch]: removed
4280         * forms/form_copyright.fd: removed
4281         * FormAboutlyx.[Ch]: added
4282         * form_aboutlyx.[Ch]: added
4283         * forms/form_aboutlyx.fd: added
4284         * Dialogs.C: add about lyx stuff
4285
4286 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
4287
4288         * add spellchecker
4289
4290         * FormPreferences.[Ch]: rename spellchecker to spelloptions
4291         * form_preferences.[Ch]: idem
4292         * forms/form_preferences.fd: idem
4293         * FormSpellchecker.[Ch]: added
4294         * form_spellchecker.[Ch]: added
4295         * forms/form_spellchecker.fd: added
4296         * Dialogs.C: add spellchecker
4297
4298 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4299
4300         * FormFiledialog.C: (*it). -> it->
4301         * Toolbar_pimpl.C: ditto
4302         * RadioButtonGroup.C: ditto
4303         * FormPreferences.C: ditto
4304
4305 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4306
4307         * GUIRunTime.C (x11Display):
4308         (x11Screen):
4309         (x11Colormap):
4310         (x11VisualDepth): new methods
4311
4312 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4313
4314         * FormDocument.C (class_apply): call CutAndPaste::'s staitc method
4315         directly.
4316
4317         * Toolbar_pimpl.h: make owner be a XFormsView, small changes
4318         because of this.
4319
4320         * GUIRunTime.C (createMainView): implement
4321
4322 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
4323
4324         * FormCharacter.C:
4325         * form_character.C:
4326         * forms/form_character.fd: hide the widget underneath language
4327           combox hack.
4328
4329 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
4330
4331         * FormPreferences.h:
4332         * FormPreferences.C: connect and operator
4333           showSpellcheckerPreferences signal
4334
4335         * FormPrint.C (input): modify to select radio_file
4336           when the user uses the filename input
4337
4338 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
4339
4340         * combox.C (remove): send debug output to Debug::GUI.
4341
4342 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
4343
4344         * Menubar_pimpl.C (create_submenu):
4345         * Toolbar_pimpl.C (update): update to use func_status
4346
4347 2001-06-25  The LyX Project  <lyx@tulip.home.sad.it>
4348
4349         * FormPreferences.C (Path::feedback): remove bogus description of
4350         lyxpipe.
4351
4352 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
4353
4354         * xformsBC.h: clean-up of included files.
4355
4356 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
4357
4358         * FormDocument.C:
4359         * FormParagraph.C (c-tor): cosmetic name change of signal.
4360
4361         * FormParagraph.[Ch]: added machinery to act on an updateParagraph
4362         signal. It's pretty crude at the moment! Mental note: would be more
4363         elegant if we passed a LyXParagraph & with both the signals rather than
4364         search through the Buffer.
4365
4366 2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
4367
4368         * *.[h]: added // -*- C++ -*-
4369         * *.[C]: removed // -*- C++ -*-
4370
4371         * FormCharacter.C (update): now uses contents of font_, stored
4372         permanently by the controller to update() the dialog.
4373
4374 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
4375
4376         * FormInclude.C:
4377         * form_include.fd: (various places): Ok button is now activated when
4378         the filename is input from the keyboard.
4379
4380         * FormPreferences.C white-space change in various places.
4381         (Converters::GetTo): get the contents of "to" not "from"! Thus fix bug
4382         that disabled addition of new converters.
4383
4384         * FormCharacter.C (input, update): new methods. Activate the Apply
4385         button when any of the input fileds are not IGNORE.
4386
4387 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4388
4389         * FormToc.C (input): change test slightly.
4390         (updateContents): clear list if empty and add no list msg.
4391
4392 2001-05-30  Angus Leeming  <a.leeming@ic.ac.uk>
4393
4394         * FormParagraph.C (update, general_update): enabling the align buttons
4395         is now dependent on the AlignPossible entry in the Layout.
4396
4397 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4398
4399         * MathsSymbols.C:
4400         * FormMathsMatrix.C: bring C functions into global namespace if
4401         necessary.
4402
4403 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4404
4405         * MathsSymbols.C (pixmapFromBitmapData): add std::
4406
4407         * FormMathsMatrix.C (AlignFilter): add std::
4408
4409 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
4410
4411         * FormDocument.C (build): add iso8859-15 support.
4412
4413 2001-05-08  Baruch Even  <baruch@lyx.org>
4414
4415         * Menubar_pimpl.C: Fixed compilation problem.
4416
4417 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4418
4419         * Menubar_pimpl.C (add_toc): use name and not type with float.
4420         (create_submenu): correct call of new object
4421         (create_submenu): add FloatListInsert and FloatInsert to dummy clause.
4422
4423 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4424
4425         * FormParagraph.[Ch]: remove !NO_PEXTRA and !NEW_INSETS cruft
4426
4427 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
4428
4429         * Dialogs.C: included insetgraphicsParams.h
4430
4431         * FormMathsMatrix.C:
4432         * FormMathsBitmap.C: included LAssert.h
4433
4434 2001-04-24  Allan Rae  <rae@lyx.org>
4435
4436         * xforms_helpers.C (formatted): two consecutive spaces would kill it.
4437
4438 2001-04-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4439
4440         * xforms_helpers.C (formatted): do not use string::substr(1) on a
4441         string of length 1 !
4442
4443 2001-04-16  Allan Rae  <rae@lyx.org>
4444
4445         * xforms_helpers.C (formatted):
4446         * Menubar_pimpl.C (add_toc): #warning triggers an error on Sun CC 6.0
4447         as an unrecognised preprocessor directive.  So ensure they're wrapped.
4448
4449 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
4450
4451         * FormTabularCreate.C: pass a pair of uints to the controller
4452
4453         * FormVCLog.C: the log appears as a stringstream now
4454
4455         * forms/form_external.fd: make params update state (from Angus)
4456
4457 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4458
4459         * Menubar_pimpl.C: include gettext.h
4460
4461 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4462
4463         * xforms_helpers.C (formatted): constify length
4464
4465         * FormTabular.C (update): small restructure, adjust for scoped_ptr
4466         (input): adjust for scoped_ptr
4467         (input): constify str
4468
4469 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
4470
4471         * Dialogs.C: s/popup/dialog/
4472
4473         * Form*.C:
4474         * FormBase.h:
4475         * FormBase.C: s/ControlButton/ControlButtons/
4476         move bc().refresh() into base show() method
4477
4478         * Form*.C:
4479         * FormBaseDeprecated.C:
4480         s/UndoAll/restore/
4481
4482 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
4483
4484         * FormMathsPanel.C (c-tor): set button controller cancel label to close.
4485
4486         * FormToc.[Ch]:
4487         * forms/form_toc.fd: implemented controller-view split.
4488
4489         * Dialogs.C: associated changes.
4490
4491 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
4492
4493         * FormCitation.C:
4494         * forms/form_citation.fd: Don't change the name of the button when
4495         toggling between regular expression and simple searches.
4496         Squashed bug when creating a new inset, the keys field contained
4497         one (empty) key. No more; thanks, Dekel.
4498
4499         * FormExternal.C:
4500         * forms/form_external.fd: added Apply button.
4501
4502 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
4503
4504         * FormBase.[Ch]:
4505         * FormBrowser.[Ch]: changes associated with renaming ControlBase as
4506         ControlButton.
4507
4508         * FormExternal.[Ch]:
4509         * forms/form_external.fd: implemented controller-view split.
4510
4511         * Dialogs.C: associated changes.
4512
4513         * FormGraphics.[Ch]:
4514         * FormInclude.[Ch]:
4515         * FormPrint.[Ch]:
4516         moved the browsing functionality into the controller.
4517
4518         * xforms_helpers.[Ch]: moved browseFile to
4519         ../controllers/helper_funcs.[Ch]
4520
4521         * FormCitation.C
4522         * forms/form_citation.fd: added case sensitive search button.
4523
4524 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
4525
4526         * xformsBC.[Ch]: Patched in a slight reworking of Baruch Even's patch.
4527         Code moved into the generic template base class. Replaced
4528         setCancelCloseButton() with setButtonLabel().
4529
4530 2001-03-29  Juergen Vigna  <jug@sad.it>
4531
4532         * FormMinipage.C: removed widthp_ and all it's functions and changed
4533         to use new %-lengths of LyXLength.
4534
4535 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
4536
4537         * FormGraphics.[Ch]:
4538         * forms/form_graphics.fd:
4539         * FormIndex.[Ch]:
4540         * forms/form_index.fd: implemented controller-view split.
4541
4542         * Dialogs.C: associated changes.
4543
4544         * FormCharacter.[Ch]: changes associated with ControlCharacter cleanup.
4545
4546         * FormCitation.C: changes associated with ControlCitation cleanup.
4547
4548         * FormMinipage.h: cleaned-up forward declarations.
4549
4550 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
4551
4552         * FormMinipage.[Ch]:
4553         * forms/form_minipage.fd:
4554         * FormPrint.[Ch]:
4555         * forms/form_print.fd:
4556         * FormSplash.[Ch]: implemented controller-view split.
4557
4558         * Dialogs.C: associated changes.
4559
4560 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
4561
4562         * FormPreamble.[Ch]:
4563         * forms/form_preamble.fd:
4564         * FormRef.[Ch]:
4565         * forms/form_ref.fd:
4566         * FormSearch.[Ch]:
4567         * forms/form_search.fd:
4568         * FormTabularCreate.[Ch]:
4569         * forms/form_tabular_create.fd: implemented controller-view split.
4570
4571         * Dialogs.C: associated changes.
4572
4573 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
4574
4575         * FormError.[Ch]:
4576         * form_error.fd:
4577         * FormInclude.[Ch]:
4578         * form_include.fd:
4579         * FormUrl.[Ch]:
4580         * form_url.fd: implemented controller-view split.
4581
4582         * Dialogs.C: associated changes.
4583
4584         * FormBibitem.h:
4585         * FormBibtex.h:
4586         * FormCitation.h: moved methods from protected to private.
4587
4588 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
4589
4590         * FormCredits.C (build): changes associated with
4591         ControlCredits::getCredits returning a stringstream not a vector<string>
4592
4593 2001-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
4594
4595         * FormCopyright.[Ch]:
4596         * forms/form_copyright.fd: implemented controller-view split.
4597
4598         * FormCredits.[Ch]:
4599         * forms/form_credits.fd: implemented controller-view split.
4600
4601         * Dialogs.C: associated changes.
4602
4603         * xforms_helpers.C (formatted): improved the function so that it now
4604         repects '\n' characters in the input string. Ie, the user can now
4605         specify line breaks explicitly.
4606
4607 2001-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
4608
4609         * FormCharacter.[Ch]:
4610         * forms/form_character.fd: implemented controller-view split.
4611
4612         * Dialogs.C: associated changes.
4613
4614         * FormBase.C (input): changed return to SMI_VALID.
4615
4616         * FormCitation.C (updateBrowser): ensure that the keys are stripped of
4617         any surrounding whitespace.
4618
4619 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
4620
4621         * FormBase.[Ch] (input): no longer pure virtual. Has defualt state of
4622         SMI_NOOP.
4623         (FormBase2): split into two template classes, FormDB (DialogBase) and
4624         FormCB (ControllerBase) for greater flexibility.
4625
4626         * FormBibitem.[Ch]:
4627         * FormBibtex.[Ch]:
4628         * FormCitation.[Ch]: associated changes.
4629
4630         * FormBrowser.[Ch]:
4631         * FormLog.[Ch]:
4632         * FormVCLog.[Ch]:
4633         * forms/form_browser.fd: implemented controller-view split.
4634
4635         * Dialogs.C: associated changes.
4636
4637 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
4638
4639         * FormBibtex.[Ch]:
4640         * forms/form_bibtex.fd: implemented controller-view split.
4641
4642         * Dialogs.C: associated changes.
4643
4644 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
4645
4646         * FormBaseDeprecated.[Ch]: rename title as title_.
4647
4648         * FormBaseDeprecated.C: restore John's trick to give the dialog a border
4649         with limited functionality. It got lost in the MVC merge.
4650
4651         * FormBaseDeprecated.C:
4652         * FormBase.C (show): moved initialisation of minw_, minh_ here.
4653
4654         * FormBibitem.C (build):
4655         * FormBibtex.C (build):
4656         * FormBrowser.C (build):
4657         * FormCharacter.C (build):
4658         * FormCitation.C (build):
4659         * FormCopyright.C (build):
4660         * FormCredits.C (build):
4661         * FormDocument.C (build):
4662         * FormError.C (build):
4663         * FormExternal.C (build):
4664         * FormGraphics.C (build):
4665         * FormInclude.C (build):
4666         * FormIndex.C (build):
4667         * FormMinipage.C (build):
4668         * FormParagraph.C (build):
4669         * FormPreamble.C (build):
4670         * FormPreferences.C (build):
4671         * FormPrint.C (build):
4672         * FormRef.C (build):
4673         * FormSearch.C (build):
4674         * FormTabular.C (build):
4675         * FormTabularCreate.C (build):
4676         * FormToc.C (build):
4677         * FormUrl.C (build): removed initialisation of minw_, minh_.
4678
4679         * The Maths Panel stuff no longer causes a crash on exit from LyX.
4680
4681         * FormMaths.[Ch]:
4682         * forms/form_maths.fd: removed.
4683
4684         * forms/form_maths_delim.fd:
4685         * forms/form_maths_deco.fd:
4686         * forms/form_maths_matrix.fd:
4687         * forms/form_maths_space.fd:
4688         * forms/form_maths_panel.fd: new files.
4689         Split contents of form_maths.fd into 5 new files, one for each form.
4690
4691         * MathsSymbols.[Ch]: remove class BitmapMenu, renamed and reworked as
4692         class FormMathsBitmap in FormMathsBitmap.[Ch].
4693
4694         * FormMathsPanel.[Ch]:
4695         * FormMathsBitmap.[Ch]:
4696         * FormMathsDeco.[Ch]:
4697         * FormMathsDelim.[Ch]:
4698         * FormMathsMatrix.[Ch]:
4699         * FormMathsSpace.[Ch]: Split contents of FormMaths into new files,
4700         one for each popup. Rewrite so that all the new classes are derived from
4701         FormBaseBD. Clean up the logic in the process (I hope!).
4702
4703         * Makefile.am: added new fils, removed redundant ones.
4704
4705 2001-03-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4706
4707         * FormMinipage.C (FormMinipage): add SigC:: namespace specifier.
4708         (showInset): ditto
4709         (updateInset): ditto
4710
4711 2001-03-16  Juergen Vigna  <jug@sad.it>
4712
4713         * Dialogs.C (Dialogs): create minipage options dialog.
4714
4715         * forms/form_minipage.fd:
4716         * form_minipage.C:
4717         * form_minipage.h:
4718         * FormMinipage.C:
4719         * FormMinipage.h: new files for the minipage options dialog.
4720
4721 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
4722
4723         * FormMaths.[Ch]: make the FD_ structs private. Create appropriate
4724         callback methods.
4725
4726         * forms/form_maths.fd: change C_FormBaseCancelCB to
4727         FormBaseDeprecatedCancelCB and so fix crash on closing the panel.
4728
4729 2001-03-16  John Levon  <moz@compsoc.man.ac.uk>
4730
4731         * FormMaths.C: quash warnings
4732
4733 2001-03-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4734
4735         * FormMaths.C (C_FormMathsDelimCB): add usual .c_str() for lyxstring
4736         compatibility.
4737
4738 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
4739
4740         * Form_various.h: cleaned up #includes and forward declarations.
4741
4742         * Form_various.C: added "using SigC::slot" declaration.
4743
4744         * FormMaths.[Ch]: moved to boost::scoped_ptrs.
4745
4746         * FormDocument.C (CheckChoiceClass): removed string tct as the
4747         compiler warned that it was defined but never used.
4748         removed USE_CLASS_COMBO.
4749
4750 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
4751
4752         * Dialogs.C:
4753         * FormMaths.h:
4754         * FormMaths.C:
4755         * MathsSymbols.h:
4756         * MathsSymbols.C:
4757         * Makefile.am:
4758         * Toolbar_pimpl.C:
4759         * form_*.C:
4760         * forms/makefile:
4761         * forms/form_maths.fd:
4762         * forms/fdfixc.sed:
4763         * forms/fdfix.sh: add maths panel
4764
4765         * bmtable.h:
4766         * bmtable.c: moved from src/
4767
4768 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4769
4770         * FormParagraph.h: NO_PEXTRA
4771         * FormParagraph.C (input): NO_PEXTRA
4772
4773 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4774
4775         * several files: remove CXX_WORKING_NAMESPACES
4776
4777 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
4778
4779         * Merging changes from BRANCH_MVC back into HEAD.
4780
4781 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
4782
4783         * Dialogs.C (c-tor): Changes associated with storing a vector of
4784         boost::shared_ptrs.
4785         Use MVC Bibitem popup.
4786
4787         * FormBase.h: add a new template class FormBase2, derived from FormBase
4788         to make life creating MVC popups even easier ;-)
4789
4790         * FormBibitem.[Ch]:
4791         * forms/form_bibitem.fd: moved over to the MVC way of doing things.
4792         Proof that a simple popup should be easy to implement!
4793
4794         * FormCitation.[Ch]: now derived from FormBase2.
4795
4796         * FormToc.C: added using std::vector directive.
4797
4798 2001-03-09  Dekel Tsur  <dekelts@tau.ac.il>
4799
4800         * FormSearch.C: Add missing #pragma
4801
4802 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
4803
4804         * FormCitation.C:
4805         * forms/form_citation.fd: added the ability to Search, both Simply and
4806         for Regular Expressions. Use the Search code in the controller() to do
4807         the actual searching.
4808
4809 2001-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
4810
4811         * Makefile.am: added FormCredits.[Ch] and form_credits.[Ch]
4812         * forms/makefile: added form_credits.fd
4813
4814         * Dialogs.C: added FormCredits and removed ShowCredits.
4815
4816         * FormCredits.[Ch]:
4817         * forms/form_credits.fd:
4818         * forms/form_search.fd: ported to the MVC way.
4819
4820 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
4821
4822         * xforms_helpers.h (formatted): now has default arguments for size and
4823         style.
4824
4825         * FormCitation.[Ch]: moved code out of this class and into
4826         ControlCitation and associated helper funcs.
4827
4828 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
4829
4830         * FormBase.[Ch]: (InputCB): use ButtonController::input() rather than
4831         ButtonController::valid() to check state of input. The buttons are
4832         now controlled correctly.
4833
4834         * Form*.[Ch]: use boost::scoped_ptr for the remaining few classes.
4835
4836 2001-03-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
4837
4838         * Form*.[Ch]: use boost::scoped_ptr for dialog_ et al.
4839
4840         * FormBase.[Ch]: rename title as title_.
4841
4842 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
4843
4844         * FormBase.C (c-tor): initialise variables in correct order.
4845
4846         * FormCitation.C: add #include <algorithm>
4847
4848 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
4849
4850         * xformsBC.[Ch]: Changes associated with the changes to
4851         controllers/ButtonController.[Ch]. Ie, the class is now derived from
4852         ButtonControllerBase and the ButtonPolicy is accessed through a method
4853         bp() rather than the instance bp_.
4854
4855         * FormBaseDeprecated.[Ch]: no longer store a ButtonController, but
4856         rather use a pure virtual method bc() to access the controller
4857         instantiated by the daughter classes.
4858
4859         * F*.[Ch]: changes associated with the above.
4860
4861 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
4862
4863         * FormBase.[Ch]: renamed as FormBaseDeprecated.[Ch]
4864
4865         * ViewXforms.[Ch]: renamed as FormBase.[Ch]
4866
4867 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
4868
4869         * ButtonController.[Ch]: deleted. The class is split into two
4870         (with identical functionality), the code being found in
4871         ../controllers/ButtonController.[Ch] and xformsBC.[Ch]
4872
4873         * xformsBC.[Ch]: new files. Xforms specific part of Allan's original
4874         ButtonController class.
4875
4876         * FormBase.[Ch]: changes associated with the above split.
4877
4878         * ViewXforms.[Ch]: Base class for xforms dialogs derived from ViewBase
4879         (../controllers/ViewBase.h). Ie, for Dialogs with GUI-I controllers
4880         controlling all interaction to/from the LyX kernel.
4881
4882         * FormCitation.[Ch]:
4883         * forms/form_citation.fd: An xforms-specific implementation of the
4884         Citation dialog, controlled by the GUI-I ControlCitation.
4885
4886         * Dialogs.C: Use the controlled Citation dialog.
4887
4888 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
4889
4890         * Makefile.am:
4891         * combox.h:
4892         * combox.C: moved from src/
4893
4894 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
4895
4896         * forms/fdfix.sh:
4897         * forms/form_filedialog.C.patch: I hate having to make these patches,
4898         but on reflection I think it's probably better than hacking fdfix.sh.
4899
4900 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
4901
4902         * forms/fdfix.sh: test whether bmtable.h is needed before #including it.
4903
4904 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
4905
4906         * FormGraphics.C: remove unnecessary hack
4907
4908 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
4909
4910         * FormCitation.C (apply): Do not put space between multiple keys.
4911
4912 2001-03-12  Dekel Tsur  <dekelts@tau.ac.il>
4913
4914         * Menubar_pimpl.C (add_toc): Remove debug message.
4915
4916 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
4917
4918         * Makefile.am:
4919         * Dialogs.C:
4920         * FormExternal.C:
4921         * FormExternal.h:
4922         * form_external.C:
4923         * form_external.h:
4924         * xforms/forms/makefile:
4925         * forms/form_external.fd: add FormExternal
4926
4927 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
4928
4929         * Dialogs.C: add destroySplash()
4930
4931         * form_splash.h:
4932         * form_splash.C:
4933         * forms/form_splash.fd:
4934         * FormSplash.h:
4935         * FormSplash.C: make independent of FormBase, tidy
4936
4937         * Menubar_pimpl.C: destroy splash on interaction
4938
4939 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
4940
4941         * FormInclude.h:
4942         * FormInclude.C:
4943         * form_include.h:
4944         * form_include.C:
4945         * forms/form_include.fd: rework, clean up
4946
4947 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4948
4949         * FormToc.h: use Buffer::typedef
4950
4951         * Menubar_pimpl.C (add_toc): use the Buffer::typedefs
4952         * FormToc.C (build): ditto
4953         (updateToc): ditto
4954
4955 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4956
4957         * FormToc.C (build): implement for dynamic number of lists
4958         (updateToc): ditto
4959         * Menubar_pimpl.C (add_toc): ditto
4960
4961 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
4962
4963         * added credits:
4964         * Dialogs.C:
4965         * Makefile.am:
4966         * FormCredits.[Ch]:
4967         * form_credits.[Ch]:
4968         * forms/form_credits.fd:
4969
4970 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4971
4972         * Menubar_pimpl.h: make Pipl::ItemInfo::item_ a boost::shared_ptr,
4973         make ButtonList contain boost::shared_ptr<ItemInfo>
4974
4975         * Menubar_pimpl.C (~Pimpl): remove destructor
4976
4977 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
4978
4979         * Makefile.am:
4980         * FileDialog.C:
4981         * FormFiledialog.C:
4982         * FormFiledialog.h:
4983         * form_filedialog.C:
4984         * form_filedialog.h:
4985         * FormGraphics.C:
4986         * FormInclude.C:
4987         * FormPreferences.C:
4988         * FormPrint.C:
4989         * xforms_helpers.C:
4990         * xforms_helpers.h:
4991         * forms/fdfix.sh:
4992         * forms/makefile:
4993         * form/form_filedialog.fd: add File Dialog
4994         * Toolbar_pimpl.h:
4995         * Toolbar_pimpl.C: move LayoutsCB to here
4996
4997 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
4998
4999         * FormParagraph.C: changes because of ParagraphParameters.
5000
5001 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5002
5003         * FormSearch.C (Replace): remove default argument
5004         (Find): ditto
5005
5006 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
5007
5008         * added find/replace dialog:
5009         * FormSearch.*: added
5010         * form_search.*: added
5011         * forms/form_search.fd: added
5012
5013 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
5014
5015         * xform_helpers.[Ch]: renamed as xforms_helpers.[Ch].
5016
5017         * various: in a rush of delayed guilt, I've renamed all instances of
5018         xform as xforms. Jean-Marc sowed this seed a long, long time ago and it
5019         finally sprouted.
5020
5021         * xforms_helpers.[Ch] (setEnabled): a little wrapper function to
5022         activate/deactivate an FL_OBJECT.
5023
5024         * FormCitation.C:
5025         * FormDocument.C:
5026         * FormInclude.C:
5027         * FormParagraph.C:
5028         * FormPreamble.C:
5029         * FormPreferences.C:
5030         * FormRef.C:
5031         * FormTabular.C: used it.
5032
5033 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
5034
5035         * FormPreferences.C: removed three unused using directives.
5036
5037 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
5038
5039         * added find/replace dialog:
5040         * FormSearch.*: added
5041         * form_search.*: added
5042         * forms/form_search.fd: added
5043
5044 2001-02-27  Dekel Tsur  <dekelts@tau.ac.il>
5045
5046         * FormRef.C: Fixed the behaviour of Goto-Ref.
5047
5048 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
5049
5050         * forms/makefile: added character and preamble dialogs
5051
5052 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5053
5054         * FormCharacter.C (FormCharacter): change order of deletion,
5055         change combo_language2 to combo_language2_
5056
5057 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
5058
5059         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
5060
5061 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
5062
5063         * Dialogs.C: added layoutcharacter
5064         * FormCharacter.C: added
5065         * FormCharacter.h: added
5066         * form_character.C: added
5067         * form_character.h: added
5068         * forms/form_character.fd: added
5069
5070 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
5071
5072         * FormPreferences.C: Handle lyxrc.language_use_babel and
5073         lyxrc.language_global_options.
5074
5075 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
5076
5077         * FormPreferences(GetFrom, GetTo): use size_type rather than int.
5078
5079 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
5080
5081         * FormBase.C: no longer transient dialogs, XMapWindow()
5082           in attempt to de-iconify
5083
5084         * FormDocument.C: remove DO_USE_DEFAULT_LANGUAGE
5085
5086 2001-02-21  Dekel Tsur  <dekelts@tau.ac.il>
5087
5088         * FormDocument.C (checkMarginValues): Activate "use geometry" button
5089         if using custom paper size/margin.
5090
5091 2001-02-21  Allan Rae  <rae@lyx.org>
5092
5093         * forms/form_preferences.fd: larger, bold font for outer tabfolder
5094
5095 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
5096
5097         * src/frontends/xforms/Dialogs.C: added preamble
5098         * src/frontends/xforms/FormPreamble.C: added
5099         * src/frontends/xforms/FormPreamble.h: added
5100         * src/frontends/xforms/Makefile.am: added
5101         * src/frontends/xforms/form_preamble.C: added
5102         * src/frontends/xforms/form_preamble.h: added
5103         * src/frontends/xforms/form_preamble.fd: added
5104
5105 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
5106
5107         * FormBase.h: moved noncopyable derivation to DialogBase.
5108
5109 2001-02-19  Juergen Vigna  <jug@sad.it>
5110
5111         * FormTabular.C (build): make all input field accepted only after
5112         a "RETURN".
5113
5114         * forms/form_tabular.fd: removed default "Return" on Close-Button.
5115
5116 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
5117
5118         * FormError.C:
5119         * FormGraphics.C:
5120         * FormInset.C (showInset): change associated with name change
5121         inset::hide to inset::hideDialog.
5122
5123 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
5124
5125         * FormCitation.C (build): altering "Text after" now activates the Ok,
5126         Apply buttons.
5127
5128 2001-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
5129
5130         * FormCitation.C: lots of white-space changes to make file consistent
5131         with LyX style.
5132         (input): use the FL_OBJECT * parameter to decide what to do, not the
5133         long parameter.
5134
5135         * FormCitation.h: removed most entries in enum.
5136
5137         * forms/form_citation.fd: change names of variables, consistent with
5138         Allan's naming scheme.
5139         Don't pass any particular arguments to the InputCB function.
5140         choice_style now triggers a callback and looks like other choices.
5141
5142 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
5143
5144         * other: use compare instead of strcmp/strncmp
5145
5146 2001-02-15  Angus Leeming  <a.leeming@ic.ac.uk>
5147
5148         * ButtonController.[Ch]: changed trigger_change_ vector and associated
5149         methods to dont_trigger_change_ because FL_OBJECTs that trigger a
5150         callback to InputCB() but don't trigger a change in the state of the
5151         Ok, Apply buttons are much rarer than those that do.
5152
5153         * FormCitation.C (build): associated change.
5154
5155 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
5156
5157         * ButtonController.C: include algorithm
5158
5159 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
5160
5161         * ButtonController.[Ch] (addTriggerChange, eraseTriggerChange):
5162         new methods.
5163         (valid): method can now be passed an optional FL_OBJECT *. If it is, and
5164         the vector of FL_OBJECT *s that can trigger a change in the button state
5165         is not empty, then a change of state will occur only if the FL_OBJECT *
5166         is present in this vector.
5167
5168         * FormBase.C (RestoreCB): call bc.undoAll() before restore(). Allows
5169         the user to deactivate specific fields within restore().
5170         (InputCB): pass the FL_OBJECT * to bc_.valid().
5171
5172         * FormCitation.C (build): create a vector of FL_OBJECT *s that can
5173         trigger a change of state in the Ok,Apply buttons.
5174         (update): bc_.readOnly() to the start of the method. Similar reasoning
5175         to that for FormBase::RestoreCB, above.
5176
5177 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
5178
5179         * FormBrowser.C: used OkCancelPolicy for ButtonController rather than
5180         IgnorantPolicy.
5181
5182         * forms/form_browser.fd:
5183         * forms/form_copyright.fd:
5184         * forms/form_error.fd:
5185         * forms/form_tabular.fd:
5186         * forms/form_toc.fd:
5187         Consistent shortcuts for Close button: Esc and Return only.
5188
5189         * forms/form_citation.fd:
5190         * forms/form_document.fd:
5191         * forms/form_index.fd:
5192         * forms/form_paragraph.fd:
5193         * forms/form_preferences.fd:
5194         * forms/form_print.fd:
5195         * forms/form_ref.fd:
5196         * forms/form_tabular_create.fd:
5197         * forms/form_url.fd:
5198         Consistent shortcut for Cancel button: Esc only.
5199
5200 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
5201
5202         * Dialogs.C: new Splash. Include, Bibitem/tex
5203
5204         * FormBase.h: make show() virtual for Splash's benefit
5205
5206         * Makefile.am:
5207         * forms/makefile:
5208         * FormBibitem.C:
5209         * FormBibitem.h:
5210         * FormBibtex.C:
5211         * FormBibtex.h:
5212         * form_bibitem.C:
5213         * form_bibitem.h:
5214         * form_bibtex.C:
5215         * form_bibtex.h:
5216         * forms/form_bibitem.fd:
5217         * forms/form_bibtex.fd:
5218         * FormInclude.C:
5219         * FormInclude.h:
5220         * form_include.C:
5221         * form_include.h:
5222         * forms/form_include.fd:
5223         * FormSplash.C:
5224         * FormSplash.h:
5225         * form_splash.C:
5226         * form_splash.h:
5227         * forms/form_splash.fd: new forms
5228
5229 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
5230
5231         * FormLog.C: handle Literate build log nicely
5232
5233 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5234
5235         * Menubar_pimpl.C: remove support for reference menuitem type.
5236
5237 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
5238
5239         * Makefile.am:
5240         * Timeout_pimpl.h:
5241         * Timeout_pimpl.C: add Timeout implementation
5242
5243 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
5244
5245         * form_browser.h:
5246         * form_browser.C:
5247         * forms/form_browser.fd:
5248         * forms/makefile:
5249         * FormBrowser.C:
5250         * FormBrowser.h: readonly browser form
5251
5252         * FormLog.C:
5253         * FormLog.h:
5254         * FormVCLog.C:
5255         * FormVCLog.h:
5256         * Dialogs.C: add Log and VCLog
5257
5258         * Makefile.am: add Log and VCLog, add updatesrc target
5259
5260 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
5261
5262         * Menubar_pimpl.C (add_toc2): Add shortcut to the TOC menu.
5263
5264 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5265
5266         * FormPreferences.C (GetFrom): fix crash when there is no format
5267         defined.
5268         (GetTo): ditto.
5269
5270 2001-01-23  Angus Leeming  <a.leeming@ic.ac.uk>
5271
5272         * FormPreferences.C (LoadBrowserLyX): convert unsigned short to
5273         unsigned char correctly and so fix 2 bugs loading/changing colors.
5274
5275 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
5276
5277         * FormRef.C (update): Do not update dialog_->{ref,name,type}
5278         if inset_ == 0.
5279         Deactivate the type button when buffer is LinuxDoc/Docbook
5280         (build): Uncomment calls to addReadOnly().
5281         (updateBrowser) Do not disable the update button when there are no
5282         keys.
5283         (build, getType, getName): Use InsetRef::types.
5284
5285 2001-01-18  Angus Leeming  <a.leeming@ic.ac.uk>
5286
5287         * FormPrint.[Ch] (browse): new method to browse for file to print to.
5288
5289         * forms/form_print.fd: give the form a Browse button.
5290
5291 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
5292
5293         * FormRef.C (input): Fix the behavior of goto reference button.