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