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