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