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