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