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