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