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