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