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