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