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