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