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