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