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