]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/ChangeLog
layout as string
[lyx.git] / src / frontends / xforms / ChangeLog
1 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2
3         * Toolbar_pimpl.[Ch]: layout as string
4
5         * FormParagraph.C: layout as string
6
7         * FormDocument.C (build): use remove_if and contains_functor
8         layout as string
9
10 2002-03-01  Martin Vermeer <martin.vermeer@hut.fi>
11
12         * FormMathsBitmap.[Ch]:
13         * FormMathsPanel.C: Give window titles to bit map sub-panels.
14
15 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
16
17         * Dialogs.C (initialiseGraphics): a new static method.
18         Remove Allan's venerable description as I think it's past its sell-by
19         date.
20
21 2002-02-28  John Levon  <moz@compsoc.man.ac.uk>
22
23         * FormBase.C:
24         * FormBaseDeprecated.C:
25         * FormFiledialog.C: possible fix to the Bad Window problems that some
26         people have been experiencing.
27
28 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
29
30         * FormForks.C (input_button_all): resolve comparison between signed
31         and unsigned.
32
33 2002-02-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
34
35         * Menubar_pimpl.C (makeMenubar): ignore entries which are not
36         submenus in menubar.
37
38 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
39
40         * FormForks.[Ch]:
41         * forms/form_forks.fd: new files. A view for the Forked Child
42         processes dialog, enabling the user to see what forked processes
43         are running, and, if he so desires, to kill them.
44
45         * Dialogs.C: add the class Forked Child dialog.
46
47         * Makefile.am: add FormForks.[Ch], form_forks.[Ch].
48
49         * forms/makefile: add form_forks.fd.
50
51         * FormPreferences.C (LnFmisc::apply): rather ugly: call
52         grfx::GCache::changeDisplay if the lyxrc.display_graphics changes.
53
54 2002-02-24  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
55
56         * forms/form_graphics.fd: Enlarge Restore button.
57         * FormGraphics.C: Set filter to bounding box input fields.
58
59 2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
60
61         * Makefile.am: simpler obj. file compiling
62
63 2002-02-20  Juergen Vigna  <jug@sad.it>
64
65         * FormTabular.C (input): don't call the autoapply on exit input calls
66         if we don't really have a change!
67
68 2002-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
69
70         * FormBase.h (FormCB): tiny bugfix.
71
72         * xforms_helpers.h: remove incorrect comment.
73
74 2002-02-18  Herbert Voss  <voss@lyx.org>
75
76         * FormGraphics.C: same units for LyX and Latex view, cosmetics
77
78 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
79
80         * Timeout_pimpl.[Ch] (running): new method.
81
82 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
83
84         * FormParagraph.C:
85         * FormTabular.C: added a using std::remove_if directive.
86
87 2002-02-14  Herbert Voss  <voss@lyx.org>
88
89         * xforms_helpers.h: fix bug with "?%" units
90
91 2002-02-14  Rob Lahaye  <lahaye@users.sourceforge.net>
92         * forms/form_graphics.fd:
93         * form_graphics.C: minor layout changes, such as stretching all
94         tab-windows to equal sizes and better keyboard-shortcuts.
95
96 2002-02-14  Rob Lahaye  <lahaye@users.sourceforge.net>
97         * forms/form_graphics.fd:
98         * form_graphics.C: minor layout changes, such as stretching all
99         tab-windows to equal sizes and better keyboard-shortcuts.
100
101 2002-02-12  Herbert Voss  <voss@lyx.org>
102
103         * forms/form_graphics.fd:
104         * form_graphics.[Ch]: small changes to the layout, mentioned
105         by Rob
106
107         * FormGraphics.C: fix bug with use of updateWidget... when
108         no unit is given.
109
110 2002-02-11  John Levon  <moz@compsoc.man.ac.uk>
111
112         * FormMinipage.C: return SMI_VALID on other form changes
113  
114 2002-02-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
115
116         * FormParagraph.C (update): [VSpace:] Delete the special method
117         for gluelengths...
118         * xforms_helpers.C: ...and move it here.
119         Activate JMarcs new (shorter) code for updateWidgetsFromLengthString
120         and updateWidgetsFromLength.
121
122 2002-02-10  Rob Lahaye  <lahaye@users.sourceforge.net>
123  
124         * forms/form_external.fd:
125         * form_external.C: change color2 of a few buttons into the
126         proper grey color.
127
128 2002-02-08  Herbert Voss  <voss@lyx.org>
129
130         * forms/form_graphics.fd:
131         * FormGraphics.C:
132         * form_graphics.[Ch]: Adding buttons for unzip-Option,
133         getValues from LyX/LaTeXfolder
134
135 2002-02-08  Rob Lahaye  <lahaye@users.sourceforge.net>
136
137         * forms/form_graphics.fd:
138         * FormGraphics.C:
139         * form_graphics.[Ch]: simplify the bounding box folder
140         of the Graphic GUI
141         
142 2002-02-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
143
144         * Menubar_pimpl.C (create_submenu): work around an xforms bug (?)
145         where one could not have both toggleon and disabled.
146
147 2002-02-08  Herbert Voss  <voss@lyx.org>
148
149         * xforms_helpers.h: change unit "%" to t%
150
151         * FormGraphics.C: fiy bug when BB is read from file and the
152         unit is always "pt"
153
154 2002-02-08  Martin Vermeer <martin.vermeer@hut.fi>
155
156         * FormMathsDeco.C: \underleftarrow and \underrightarrow
157
158 2002-02-06  Angus Leeming  <a.leeming@ic.ac.uk>
159
160         Stabilise the tooltip interface and get Jürgen's patch to work ;-)
161
162         * Tooltips.[Ch]: new files. A wrapper to the tooltip code with a nice
163         clean interface. Means that FormBase, FormBaseDeprecated and
164         Tollbar_pimpl can all use the same code to have tooltips. No bloat.
165
166         * FormBase.C: add a Tooltips instance and interface with it.
167         (setTooltipLevel): removed. Replaced by fillTooltipChoice and
168         setTooltipLevel(ob).
169         (getVerboseTooltip, getMinimalTooltip) now passed a const FL_OBJECT.
170
171         * FormBibtex.[Ch]:
172         * FormCitation.[Ch]:
173         * FormTexinfo.[Ch]:
174         * Makefile.am: altered appropriately.
175         
176 2002-02-06  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
177
178         * forms/form_texinfo.fd:
179         * forms/form_bibtex.fd:
180         * forms/form_citation.fd: delete text_info field again, add help choice
181
182         * FormBibtex.[Ch]:
183         * FormCitation.[Ch]:
184         * FormTexinfo.[Ch]: Implement new Tooltip behaviour.
185
186 2002-02-06  Angus Leeming  <a.leeming@ic.ac.uk>
187
188         * FormBase.[Ch]: can now chose the verbosity of the tooltip through
189         a new method setTooltipLevel(). In turn this determines which of the
190         new virtual methods, getVerboseTooltip() or getMinimalTooltip() gets
191         called from getTooltip.
192         No need for a "message" widget at the bottom of every dialog, therefore.
193         If retained, this "message" widget can be used to display "warnings",
194         pure and simple.
195
196         * FormBibtex.[Ch]:
197         * FormCitation.[Ch]:
198         * FormTexinfo.[Ch]: altered appropriately. Still need to be reshaped,
199         to lose the "message" widget and to gain a "tooltip level" choice.
200
201 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
202
203         * forms/form_graphics.fd: Tiny tweek to make the Restore, Ok, Apply,
204         Cancel buttons' positions consistent with the other dialogs.
205
206 2002-02-05  Herbert Voss  <voss@lyx.org>
207
208         * forms/form_graphics.fd: Noew the same view of the 
209         buttons as in preferences (LyXView). Make some things clear
210         with better names.
211         * FormGraphic.C: cosmetic changes to the layout. Delete
212         the help button
213
214 2002-02-05  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
215
216         * forms/form.texinfo.fd: delete help button, add text_info
217         * forms/form.citation.fd,form.bibtex.fd: add text_info
218         * FormTexinfo.[Ch]: Delete Help mechanism, add tooltips and help messages.
219         * FormCitation.[Ch],FormBibtex.[Ch]: add tooltips and help messages (actually
220         no tooltips in Bibtex). 
221
222 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
223
224         * FormBase.[Ch]: You want tooltips too? You got 'em. Verified as
225         working with both xforms 0.88 and 0.89. Use by invoking
226         setTooltipHandler(ob) and by providing a method getTooltip(ob) in this
227         derived class to provide the required string.
228
229 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
230
231         * FormBase.[Ch]: make it really easy to set up and use a prehandler
232         for feedback messages and to invoke an input event on paste from
233         the middle mouse button. The derived class needs invoke only
234         setPrehandler(ob) and for the feedback to override the virtual methods
235         feedback(ob) and clear_feedback(). If the message posted is a warning
236         rather than mere feedback, first setWarningPosted(true) to ensure
237         that the message remains visible.
238
239         * FormBaseDeprecated.C: a physical rearrangement of the file,
240         nothing more.
241
242         * FormPreamble.C: use setPrehandler to invoke an input event on paste.
243
244 2002-02-04  Herbert Voss  <voss@lyx.org>
245
246         * forms/form_graphics.fd: small changes to the layout
247         * FormGraphic.C: Apply-button, keepaspectratio enabling
248         depends to case of LaTeXView. Other small changes and
249         fixes. Add LyXView scale.
250
251 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
252
253         * FormGraphics.C (c-tor): prevent resizing of the dialog.
254
255 2002-02-03  Herbert Voss  <voss@lyx.org>
256
257         * xforms_helpers.C: fix bug with unit "%" in 
258         updateWidgetsFromLengthString(...)
259
260 2002-02-02  Herbert Voss  <voss@lyx.org>
261
262         * FormGraphic.C: fix bug with filename, rearrange the code,
263         delete choice "referencePoint" which is only possible for
264         rotatebox
265         * forms/form_graphics.fd: position options in a logical way,
266         add folder and scale for LyXView
267
268 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
269
270         * FormGraphics.C (apply, update): respect the new DEFAULT state of
271         InsetGraphicsParams::DisplayType.
272
273 2002-01-31  Martin Vermeer <martin.vermeer@hut.fi>
274
275         * forms/form_graphics.fd: tweeks.
276
277 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
278
279         * FormGraphics.C: Fix MAXDIGIT values for height and width.
280
281 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
282
283         * forms/form_citation: a few tweaks of my own.
284
285 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
286
287         * forms/form_citation: De-Monsterization (make it smaller).
288
289 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
290
291         * forms/form_graphics.fd:
292         * FormGraphics.C: a few tweaks of my own.
293
294 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
295
296         * forms/form_graphics.fd: Very small tweaks.
297
298 2002-01-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
299
300         * forms/form_graphics.fd: Change the dialog to look similar as
301         the nice QT2-Version (added tabfolder "Bounding Box", rearrangements);
302         added text_warning field..
303
304         * FormGraphics.[Ch]: Handle the Rearrangements.
305         Add input filters and warnings concerning invalid inputs.
306         Recognize the lyxrc-settings of display_graphics.
307
308 2002-01-29  Angus Leeming  <a.leeming@ic.ac.uk>
309
310         * FormMathsSpace.h (space_):
311         * FormMathsStyle.h (style_): change from a short to an int to fix
312         type conversion warnings.
313
314 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
315
316         * FormMathsSpace.[Ch]:
317         * forms/form_maths_space.fd:
318         Changed the "Space" subpanel of the math panel into one of
319         ordinary buttons rather than radio buttons. They are now
320         self-applying so OK and Apply could go.
321
322 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
323
324         * FormMathsStyle.[Ch]:
325         * forms/form_maths_style.fd:
326         Patched to use button arrays. Buttons are self-applying, saving
327         one keystroke and the OK and Apply buttons.
328
329 2002-01-27  Herbert Voss  <voss@lyx.org>
330
331         * FormGraphic.[Ch]: 
332         * form_graphic.[Ch]: 
333         * forms/form_graphic.fd: rewritten to support graphicx with
334         all options and to be sure that the old figinsets are correct
335         converted.
336         * xforms-helpers.h: added two choice const for the LyXLength
337         one with all and one only with length which have a unit.
338
339 2002-01-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
340
341         * forms/form_minipage.fd: add text_warning field.
342
343         * FormMinipage.[Ch]: added input filters and warnings
344         (ButtonPolicy::SMInput FormMinipage::input)
345
346 2002-01-28  Angus Leeming  <a.leeming@ic.ac.uk>
347
348         * FormAboutlyx.[Ch]: Removed redundant form() method and
349         dialog_ variable. They replicate that in the parent FormDB.
350
351 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
352
353         * FormMathsDeco[hC]:
354         * forms/form_maths_deco.fd: added math accents as a separate bitmap to
355         the Decorations sub-panel of mathed. See Lamport Table 3.11.
356
357         * FormMathsPanel.C:
358         * MathsSymbols.C: reorganization of the two AMS panels "relations" and
359         "negated relations". Lower and broader.
360
361 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
362
363         * FormTabular.C (update): Remove redundant code.
364
365 2002-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
366
367         * forms/form_tabular.fd: checkbox2radiobutton changes.
368
369 2002-01-20  Herbert Voss  <voss@perce.de>
370
371         * FormInclude.[C]: better control of unexistings files
372         when entered without the browser
373
374 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
375
376         * Toolbar_pimpl.C (update): disable layout combox when LFUN_LAYOUT
377         is disabled
378
379         * combox.C (activate): 
380         (deactivate): change color of labels to reflect the state of the
381         combox
382
383 2002-01-16  Herbert Voss  <voss@lyx.org>
384
385         * FormExternal.C (build): activate  apply/ok-button when something
386         is entered in the filename-field
387
388 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
389
390         * FormMathsBitmap.C (apply): fix bug caused by using 'unsigned int'
391         rather than 'string::size_type'
392
393 2002-01-17 Martin Vermeer <martin.vermeer@hut.fi>
394
395         * FormMathPanel.[hC]:
396         * MathsSymbols.[hC]:
397         * form_math_panel.[hC]:
398         * form_math_panel.fd: Modified. Added five symbol sub-panels
399         to the math panel containing AMS math symbols: arrows, relations,
400         negated relation, operators and miscellaneous (also containing some
401         hebrew and corner symbols).
402
403 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
404
405         * FormMinipage.C (apply): change because MinipageParams::pageWidth
406         is now a real LyXLength
407
408 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
409
410         * FormDocument.C: enable line spacing input properly
411  
412 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
413
414         * forms/form_preferences.fd:
415         * form_preferences.h:
416         * form_preferences.C:
417         * FormPreferences.h:
418         * FormPreferences.C: use better variable name
419  
420 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
421
422         * forms/form_preferences.fd: change "Use Scalable Fonts"
423           to "Rescale bitmap fonts"
424  
425 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
426
427         * FormMathsPanel.C:
428         * FormPreferences.C: #include "ButtonController.tmpl" to instantiate
429         the button controller for IgnorantPolicy and PreferencesPolicy.
430
431 2002-01-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
432
433         * forms/form_tabular.fd: text_info field was too small. Enlarge it.
434
435 2002-01-15  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
436
437         * xforms_helpers.C: modify getLengthFromWidgets to ignore the unit
438         choice if the input field contains a LyXGlueLength.
439
440         * FormParagraph.C: Allow to insert and display gluelengths in VSpace
441
442         * FormParagraph.C
443         * FormDocument.C
444         * FormTabular.C: Change input filter to allow inserting
445         gluelengths/lyxlength or numbers with unit choices.
446
447         * FormMinipage.C: Use getLengthFromWidgets instead of the code there,
448         which was more or less duplicated.
449
450         * FormGraphics.C: set default units, dependent on US/other paper.
451
452 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
453
454         * Dialogs.C: no longer need to #include the Controller classes, as this
455         is how done in GUI.h.
456
457         * xformsBC.C: #include ButtonController.tmpl, containing the
458         instatiation of the button controller.
459         
460 2002-01-15  John Levon  <moz@compsoc.man.ac.uk>
461
462         * FormThesaurus.C: fix a crash
463
464 2002-1-15  Martin Vermeer <martin.vermeer@hut.fi>
465
466         * FormMathsDelim.C:
467         * form_maths_delim_C:
468         * form_maths_delim.h:
469         * form_maths_delin.fd:
470         Put three radio buttons on the delimiters pop-up. It works as follows:
471         
472                                 left mouse     middle mouse        right mouse
473         ----------------------------------------------------------------------
474         Left radio button   |       (               ()                   )
475         Middle radio button |       ()              ()                   )
476         Right radio button  |        )               )                   )
477         ----------------------------------------------------------------------
478
479         Where 
480
481         (       left-side delimiter selected
482         )       right-side delimiter selected
483         ()      "symmnetric pair" selected, of which the clicked delimiter is
484                 the left one. 
485                 So, if the middle radio button is activated ("()\nBoth")
486                 and you click on "[" with the default (left) mouse button, you
487                 get the delimiter pair "[]".
488                 A shortcut for this (if the leftmost radio button is on) is
489                 simply clicking the middle mouse button.
490
491         To create equal pairs, either have the middle radio button on and use
492         Mouse-left, or have the left radio button on and use Mouse-middle.
493
494         To create unequal pairs, you should have either the left or middle radio
495         button on, and do: "Mouse-left ( Mouse-right >" to create "(>".
496
497 2002-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
498
499         * FormSpellchecker.[Ch]: a bit of a clean up, leaving the functionality
500         unchanged:
501         Remove the clickline_ member variable and hide() method;
502         Use fl_set_browser_dblclick_callback;
503         Constify a few temporary variables;
504         Use xforms_helpers' wrappers functions returning string rather than
505         the raw xforms functions returning char const *.
506
507 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
508
509         * DropDown.C: include <cctype> for isprint()
510
511 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
512
513         * FormMinipage.C (apply, update): MinipageParams::width renamed
514         as MinipageParams::pageWidth.
515
516 2002-01-14      Martin Vermeer <martin.vermeer@hut.fi>
517
518         * FormMathsBitmap.C:
519           FormMathsPanel.C:
520           MathsSymbols.C: Blackboard Bold and Calligraphic std symbols
521         added to math panel's 'misc' sub-panel.
522
523 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
524
525         * FormMathsMatrix.C (input): use lyx::count rather than std::count.
526
527 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
528
529         * FormPreferences.h: add a std:: to make_pair.
530
531 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
532
533         * DropDown.[Ch] (keypress, key_pressed): new signal and method,
534         respectively.
535
536         * DropDown.C: place xforms callback functions in namespace anon.
537         Set browser callback on single not double click.
538         (select): return immediately of the vector is empty. Highlight the top
539         line. Position the browser above the minibuffer, not below it.
540         (peek): call key_pressed when a key press is detected.
541         (key_pressed): clean-up and emit the keypress signal.
542
543         * xforms_helpers.[Ch} (getSelectedStringFromBrowser): new function.
544         If nothing is selected, return string().
545
546 2002-01-14  John Levon  <moz@compsoc.man.ac.uk>
547
548         * FormSpellchecker.C: disable resizing due to xforms bug
549  
550 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
551
552         * FormFiledialog.C (Reread): skip broken symlinks
553
554 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
555
556         * FormMathsMatrix.C (AlignFilter): use std::count and add some
557         comments.
558
559 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
560
561         * MathsSymbols.C (get_pixmap_from_symbol): add a default statement
562         in the switch.
563
564         * FormPreferences.C (Interface::input): 
565         (Language::input): 
566         (Paths::input): add shortcuts to file dialogs directory buttons
567         
568         * FormPreference.h (browse): add default empty parameters for
569         buttons descriptions.
570
571         * FormFiledialog.C (SetButton): allow for a shortcut in the name
572         of the button.
573
574 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
575
576         * FormThesaurus.C:
577         * FormThesaurus.h:
578         * form_thesaurus.h:
579         * form_thesaurus.C:
580         * forms/form_thesaurus.fd: update to Aiksaurus 0.14
581  
582 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
583
584         * Toolbar_pimpl.C (setPixmap): simplify a bit
585
586 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
587
588         * Toolbar_pimpl.C (ToolbarCB): 
589         * Menubar_pimpl.C (MenuCallback): use verboseDispatch instead of
590         dispatch.
591
592 2002-01-12  Allan Rae  <rae@lyx.org>
593
594         * FormTabular.C (FormTabular): Fix Purify UMR.
595
596         * FormPreferences.C (build): "Conversion" is a better name. 
597
598 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
599
600         * FormMathsPanel.[Ch] (dispatchFunc): new method. Invokes
601         LyXFunc::dispatch.
602
603         * FormMathsStyle.C (apply): use LFUNs to apply, not insertSymbol.
604
605 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
606
607         * FormPreferences.C:
608         * forms/form_preferences.fd: change names and descriptions of popup
609         font variables to reflect their actual use.
610
611         * Menubar_pimpl.C: return MENU_LABEL_STYLE to FL_NORMAL_STYLE.
612
613 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
614
615         * FormPreferences.C (input): allow empty values for document_path
616         and template_path.
617
618         * FormFiledialog.C (SetButton):
619         (FileDlgCB): do not disable directory buttons if they have an
620         empty path.
621         (SetDirectory): if the argument is an empty string, change to
622         cwd().
623
624 2002-01-09  Martin Vermeer <martin.vermeer@hut.fi>
625
626         * forms/form_maths_style.fd:
627         * FormMathsStyle.[Ch]: New files, Implementing a mathed pop-up for math 
628         size "styles" and font types.
629         * FormMathsPanel.[Ch]:
630         * MathsSymbols.C:
631         * forms/form_maths_panel.fd: Modified too.
632
633 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
634
635         * Menubar_pimpl.C (create_submenu): 
636         * Toolbar_pimpl.C (update): use FuncStatus.
637
638 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
639
640         * xform_helpers.[Ch] (getStringFromBrowser): a littel wrapper function
641         for fl_get_browser_line that is guaranteed to return a valid string.
642
643 2002-01-08  John Levon  <moz@compsoc.man.ac.uk>
644
645         * FormSpellchecker.C: fix possible crash on clicking a suggestion
646
647 2002-01-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
648
649         * forms/form_document.fd (bullets): fix small cosmetic problem after
650         John's radio2button change.
651
652 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
653
654         * FormDocument.C:
655         * forms/form_document.fd: change the labels and variable names of
656         left_margin, right_margin to inner_margin, outer_margin, in line
657         with bugzilla bug #157.
658
659         * FormFiledialog.C (Reread): used locally stored modtime variable
660         rather than make repeated calls to fileInfo.getModificationTime().
661
662         * xforms_helpers.C (ReadableFile, WriteableFile): added a couple of
663         isOK() checks to the use of the FileInfo instance and removed those
664         FIXMEs.
665
666         * Menubar_pimpl.C: added a variable MENU_LABEL_STYLE and use it.
667         Set it to FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
668
669 2002-01-07  John Levon  <moz@compsoc.man.ac.uk>
670
671         * form_*:
672         * forms/form_*: change radio buttons to round3dbutton
673  
674 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
675
676         * FormFiledialog.C: add FIXME
677  
678         * xforms_helpers.C: fix use of FileInfo
679  
680 2002-01-07  John Levon  <moz@compsoc.man.ac.uk>
681
682         * FormTabular.h:
683         * FormTabular.C:
684         * form_tabular.h:
685         * form_tabular.C:
686         * forms/form_tabular.fd: ugly fix to get around
687           some of the UI problems (bug #110).
688  
689 2002-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
690
691         * FormDocument.C: Recognize the default paper settings too
692         when setting the default length values (cm or inch).
693         * FormParagraph.C: do the same.
694
695 2001-12-11  Michael A. Koziarski <michael@koziarski.org>
696
697         * FormFloat.C: changes to prevent here definitely being used
698         with wide figures.
699
700 2001-12-29  Dekel Tsur  <dekelts@tau.ac.il>
701
702         * FormMathsMatrix.C (AlignFilter): Allow entering the '|' char.
703
704 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
705
706         * DropDown.C: always include <config.h> in sources.
707
708         * xforms_helpers.h: 
709         * FormFiledialog.h: 
710         * Timeout_pimpl.h: 
711         * DropDown.h: do not include <config.h> in headers
712
713 2001-12-20  Juergen Vigna  <jug@sad.it>
714
715         * FormTabular.C (update): final LT-h/f support modifications.
716
717 2001-12-19  Juergen Vigna  <jug@sad.it>
718
719         * FormTabular.C (update): change a bit the tabular layout and added
720         better longtable options handling.
721
722 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
723
724         * FormToc.C: using std::endl
725
726 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
727
728         * FormToc.C: fix crash when no entries, and
729           update types properly
730  
731 2001-12-11  Ben Stanley <bds02@uow.edu.au>
732
733         * Menubar_pimpl.C: Fixed a crashing bug when document has more
734         than 80 floats and using xforms 0.88
735
736 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
737
738         * xforms_helpers.C: include lyxlength.h here
739         * xforms_helpers.h: ... but not here
740
741         * FormTabular.C: use LyXLength instead of string wherever
742         necessary; whitespace changes.
743
744 2001-12-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
745
746         * forms/form_preferences.fd: use the same name for font sizes
747         than the character dialog.
748
749 2001-11-26  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
750
751         * forms/form_search.fd: Added label text to search buttons
752         (to make the shortcuts visible).
753
754 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
755
756         * FormParagraph.C: set combo box correctly for VSpace::LENGTH
757
758 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
759
760         * FormFiledialog.C:
761         * xforms_helpers.C: change "while(" to "while ("
762
763 2001-12-05  Allan Rae  <rae@lyx.org>
764
765         * FormParagraph.C (apply): One other LyXText fix.
766
767 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
768
769        * FormParagraph.C (getCurrentParagraph): 
770         (apply):  get the right LyXText !
771  
772 2001-11-29  John Levon  <moz@compsoc.man.ac.uk>
773
774         * FormParagraph.C: disallow page breaks in insets
775  
776 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
777
778         * FormParagraph.C: allow signed space above/below, actually
779           use space below units
780
781 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
782
783         * FormToc.C: fixes to make floatlists work
784  
785 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
786
787         * Makefile.am:
788         * Alert_pimpl.C: Alert etc.
789
790         * xforms_helpers.h:
791         * xforms_helpers.C:
792         * forms/fdfix.sh: move idex etc. to here
793
794         * GUIRunTime.C: move getScreenDPI() to here
795  
796 2001-11-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
797
798        * forms/form_ref.fd, form_preferences.fd, form_citation.fd,
799        form_graphics.fd, form_paragraph.fd: Enlarged the Restore button
800        to 100p (now German translation fits in).
801        * forms/form_external.fd, form_bibtex.fd, form_print.fd,
802        form_preferences.fd, form_graphics.fd, form.include.fd,
803        form-external.fd:
804        Unified label "Browse..." and unified its width to 100p.
805
806 2001-11-13  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
807
808        * forms/form_graphics.fd: fixed shortcut clash
809        * forms/form-external.fd: added shortcut for "Apply"
810
811 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
812
813         * FormFiledialog.C: don't reset path if new dir
814           doesn't exist.
815  
816 2001-11-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
817
818        * forms/form_document.fd: Renamed "Save as Class Defaults"
819        to "Save as Document Defaults"
820        * FormDocument.C:
821        Removed the setEnabled-Definitions for the
822        "save_default"-Button since it causes nothing but trouble.
823        Changed the text of AskQuestion on saveParamsAsDefault.
824
825 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
826
827         * DropDown.C: fix crash, improve behaviour a bit
828  
829 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
830
831         * FormDocument.C (class_apply): 
832         (paper_apply): 
833         (language_apply): 
834         (options_apply): 
835         (bullets_apply): add a version of these methods taking a
836         BufferParams& parameters. The original versions are now wrappers
837         around these. 
838         (saveParamsAsDefault): new function, moved from old
839         LFUN_LAYOUT_SAVE_DEFAULT code.
840
841 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
842
843         * Makefile.am:
844         * DropDown.h:
845         * DropDown.C: drop-down completion
846  
847 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
848
849         * forms/form_graphics.fd: change clashing shortcut
850  
851 2001-10-24  Juergen Vigna  <jug@sad.it>
852
853         * FormTabular.C: changed calls for footer/headers of longtabulars.
854
855 2001-10-23  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
856
857         * forms/form_tabular.fd: Add value choices
858         * FormTabular.C: Handle that choices
859
860         * FormDocument.C: fix small bug.
861
862 2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
863
864         * FormGraphics.[Ch]: move some parameters out of the heaader file and
865         into namespace anon.
866
867         * FormPreferences.C:
868         * forms/form_preferences.fd: replaced button_colorspace with two
869         radio buttons, button_hsv and button_rgb.
870
871 2001-10-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
872
873        * forms/form_document.fd:
874          Class: add a value choice for Default Skip.
875          Some rearrangements (minor tweaks).
876        * FormDocument.C: Handle that choice, minor tweaks.
877        * forms/form_paragraph.fd: Add value choices
878        * FormParagraph.C: Handle that choices.
879        * FormMinipage.C/FormGraphics.C: Small tweaks.
880
881 2001-10-15  Angus Leeming  <a.leeming@ic.ac.uk>
882
883         * FormDocument.C: fixed some bugs in the Paper tab.
884
885         * xforms_helpers.[Ch] (updateWidgetsFromLengthString): add argument
886         specifying default unit for choice if input string is empty.
887
888 2001-10-12  Angus Leeming  <a.leeming@ic.ac.uk>
889
890         * FormDocument.C (input): one more tweak...
891
892 2001-10-10  Herbert Voss  <voss@perce.de>
893
894         * FormTexinfo.[Ch]: some changes to the code
895
896 2001-10-10  André Pönitz  <poenitz@htwm.de>
897         
898         * FormsMathMatrix.C: add missing space between v- and h-alignment
899         parameters
900
901 2001-10-09  Herbert Voss  <voss@perce.de>
902
903         * FormTexinfo.[Ch]:
904         * forms/form_texinfo.fd: new files. Display information about the
905         installed texfiles (cls,sty,bst).
906
907         * FormShowFile.[Ch]: new files. Display the contents of a file.
908
909         * Dialog.C:
910         * Makefile.am: modified appropriately.
911
912 2001-10-09  Angus Leeming  <a.leeming@ic.ac.uk>
913
914         * xforms_helpers.[Ch] (getLengthFromWidgets): new function.
915         Given input and choice widgets, create a string such as "1cm".
916         (updateWidgetsFromLengthString): new function.
917         Given a string such as "1cm", set the input and choice widgets.
918
919         * FormDocument.C:
920         * forms/form_document.fd: improve the GUI of the paper tab using these
921         new helper functions.
922
923 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
924
925         * FormDocument.C (build): support latin4
926
927 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
928
929         * FormDocument.C (build): support latin3
930
931 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
932
933         * forms/form_aboutlyx.fd: use flat boxes for tabs.
934
935 2001-10-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
936
937         * forms/form_document.fd: rearrangement of the paper tab;
938         rename "use geometry" to "custom margins/sizes".
939
940         * FormDocument.C: add code to avoid the input of senseless data
941         in document -> paper.
942
943 2001-10-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
944
945         * FormDocument.C: Disable choice "Special" if landscape
946         is chosen to prevent senseless values.
947
948 2001-09-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
949
950         * forms/form_preferences.fd: small tweaks.
951
952 2001-09-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
953
954         * forms/form_document.fd: Removed "Auto Reset", renamed the "Reset"
955         button to "Use Class Defaults" and moved it outside the tab.
956         Some more minor tweaking.
957
958         * FormDocument.C: handled this changes.
959
960 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
961
962         * Dialogs.C: remove splash dialog code.
963
964         * FormSplash.[Ch]:
965         * form_splash.[Ch]:
966         * forms/form_splash.fd: removed.
967
968         * Makefile.am:
969         * forms/makefile: remove splash dialog files.
970
971         * Menubar_pimpl.C (MenuCallback): no longer call
972         Dialogs::destroySplash.
973
974 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
975
976         * forms/form_preferences.fd: fix typo
977
978 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
979
980         * FormRef.C:
981         * forms/form_ref.fd: renamed the widgets in the standard style.
982
983         * xforms_helpers.[Ch] (getVectorFromChoice, getVectorFromBrowser): new
984         helper functions. Build a vector<string> from the contents of
985         an fl_choice and fl_browser respectively.
986
987         * FormCitation.C (fillChoice, updateBrowser):
988         * FormRef.C: use these new functions to only update the choices and
989         browsers when absolutely necessary.
990
991 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
992
993         * FormBase.C (InputCB):
994         * FormBaseDeprecated.C (InputCB): generalised Dekel's fix to the
995         "select choice < 1" problem.
996
997         * FormRef.C (input): undid Dekel's change in light of the above
998         generalisation.
999
1000 2001-09-21  Dekel Tsur  <dekelts@tau.ac.il>
1001
1002         * FormRef.C (input): Fix crash when using dialog with keyboard.
1003
1004 2001-09-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1005
1006         * forms/form_document.fd: small tweaks.
1007
1008 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1009
1010         * forms/form_document.fd: Added checkbox "auto_reset", button
1011         "reset_defaults" and button "save_defaults".
1012
1013         * Form_Document.[Ch]: Removed AskQuestion when changing class.
1014         Implement the 2 buttons and the checkbox described above.
1015
1016         * forms/form_preferences.fd: Added checkbox "auto_reset" (to
1017         save the default value of that lyxrc)
1018
1019         * FormPreferences.C: Handle that button
1020
1021 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
1022
1023         * form_ref.fd: a little tweaking.
1024
1025         * FormSpellchecker.C (build): set the bounds to the slider, so it
1026         updates during a spellchecking session.
1027
1028 2001-09-14  Angus Leeming  <a.leeming@ic.ac.uk>
1029
1030         * forms/form_preferences.fd: rearrangement and addition of new
1031         Display Graphics radio buttons to Look & Feel->Misc
1032         (By Jürgen Spitzmüller).
1033
1034         * FormPreferences.C: modify new lyxrc variable "display_graphics"
1035         depending on the values of the Display Graphics radio buttons.
1036
1037         * FormGraphics.C: use this variable.
1038
1039 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
1040
1041         * FormMathsBitmap.[Ch]: add d-tor to finally fix a memory leak.
1042         Hoorah! Happy Birthday to me!
1043
1044 2001-09-07  Dekel Tsur  <dekelts@tau.ac.il>
1045
1046         * forms/form_ref.fd: Add buffer button.
1047
1048         * FormRef.C (update): Handle the buffer button.
1049         (input): Ditto
1050
1051 2001-09-13  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1052
1053         * forms/form_graphics.fd: complete rewrite of the dialog
1054         (Most work was done by Angus, though).
1055
1056 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1057
1058         * combox.C (hide): execute the callback _after_ closing the
1059         combox.
1060
1061 2001-09-12  Angus Leeming  <a.leeming@ic.ac.uk>
1062
1063         * FormDocument.C (c-tor): initialise some variables.
1064
1065         * forms/form_citation.fd: remove spurious shortcut to a labelframe!
1066         (Thereby removing a warning message when the dialog is built.)
1067
1068         * FormFloat.C (input): return SMI_VALID.
1069
1070 2001-09-11  Angus Leeming  <a.leeming@ic.ac.uk>
1071
1072         * FormDocument.C (input, options_update): add code to enable the
1073         Author-Year/Numerical citation choice only if the natbib checkbox is
1074         active.
1075
1076         * FormFloat.[Ch]: added new method input() to control the behaviour of
1077         the buttons better.
1078         * forms/form_float.fd: renamed Here as button_here_definitely.
1079
1080         * FormGraphics.C:
1081         * forms/form_graphics.fd: add callbacks to a few widgets that didn't
1082         have them, so enabling the Ok, Apply buttons appropriately.
1083
1084 2001-09-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1085
1086         * forms/form_paragraph.fd: cosmetics (renamed "Label Width" to "Longest
1087         Label", added a labelframe).
1088
1089 2001-09-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1090
1091         * Toolbar_pimpl.C (C_Toolbar_BubblePost): fix linking
1092         (C_Toolbar_BubbleTimerCB): fix linking
1093
1094         * FormMathsBitmap.C (form): use get() to get the raw pointer.
1095
1096         * FormMathsBitmap.h: use shared_c_ptr for form_ as well.
1097
1098 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1099
1100         * combox.C (C_Combox_input_cb): make it static
1101         (C_Combox_combo_cb): make it static
1102         (C_Combox_peek_event): make it static
1103
1104         * Toolbar_pimpl.C (C_Toolbar_BubbleTimerCB): make it static
1105         (C_Toolbar_BubblePost): make it static
1106         (C_Toolbar_ToolbarCB): make it static
1107
1108         * Timeout_pimpl.C (C_intern_timeout_cb): make it static
1109
1110         * Menubar_pimpl.C (C_Menubar_Pimpl_MenuCallback): make it static
1111
1112         * Makefile.am (libxforms_la_LIBADD): add this and depend on the
1113         gui libs
1114
1115 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
1116
1117         * FormBaseDeprecated.[Ch]: use the same allow_resize methodology as has
1118         been used successfully in FormBase.
1119         (show): call bc().refresh() after building the dialog to activate the
1120         button controller.
1121
1122         * FormPreferences.C (build): remove hack to fix butoon controller as
1123         the correct fix is in FormBaseDeprecated.
1124
1125         * FormPreferences.[Ch] (connect, disconnect): removed (redundant).
1126
1127         * FormMaths*.C (c-tor): prohibit resizing of the dialog.
1128         
1129 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1130
1131         * Toolbar_pimpl.C (setLayout): 
1132         (layoutSelected): make them work even when gettext has been
1133         translating the interface.
1134
1135 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
1136
1137         * FormMathsSpace.C: Fix bug: the "Maths spacing" dialog is broken
1138         ("Apply" does not work without former user change in the dialog).
1139
1140         * FormPreferences.C (build): Fix bug: if you start LyX and open the
1141         Preferences dialog, "Apply" is activated even though no change has been
1142         made so far.
1143
1144 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
1145
1146         * FormBase.C (show): use controller_.IconifyWithMain() to control
1147         the dialog's show policy
1148
1149         * FormBaseDeprecated.C (show): ditto, but use lyxrc variable directly.
1150
1151         * FormPreferences.C:
1152         * forms/form_preferences.fd: add a check_dialogs_iconify_with_main
1153         check button to the Look & Feel->Misc tab and code to modify the lyxrc
1154         variable dialogs_iconify_with_main appropriately.
1155
1156 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
1157
1158         * FormBase.h: clean-up comments. Remove mutable status of minw_, minh_.
1159
1160 2001-09-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1161
1162         * forms/form_character.fd: small cosmetics (aligned "Language:" right
1163         as suggested in Michael's Buglist).
1164
1165 2001-09-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1166
1167         * Toolbar_pimpl.C (updateLayoutList): do not display obsolete
1168         layouts
1169         (layoutSelected): remove the numeric argument and use the text of
1170         the combox entry instead.
1171
1172         * combox.C: lowercase a few remaining methods, rename select_text
1173         to select
1174         * several files: propagate these changes
1175
1176 2001-09-03  Angus Leeming  <a.leeming@ic.ac.uk>
1177
1178         * FormPreferences.C: add fl_set_input_return to input_paperoption.
1179
1180 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
1181
1182         * FormParagraph.C: fix default line spacing case
1183  
1184 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
1185
1186         * FormParagraph.C: disable space inputs when != Length
1187
1188 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
1189
1190         * FormPreferences.C:
1191         * form_preferences.h:
1192         * form_preferences.C:
1193         * forms/form_preferences.fd: add view_dvi_paper_option
1194  
1195 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
1196
1197         * FormMathsPanel.h: sub dialogs must be Ignorant.
1198  
1199 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
1200
1201         * FormParagraph.C: fix to not allow 0 linespacing
1202  
1203 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
1204
1205         * FormCitation.C (c-tor): prevent re-sizing of the dialog.
1206
1207         * FormParagraph.C (input): set fl_get_choice check for the linespacing
1208         to 5 not 4. xforms arrays start at 1.
1209
1210 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
1211
1212         * FormParagraph.[Ch]:
1213         * forms/form_paragraph.fd: clean up of dialog and of controlling
1214         code.
1215
1216 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
1217
1218         * FormBase.C (C_CutandPastePH): new function that can be used as a
1219         pre-handler to any xforms text input widget. Will trigger an event on
1220         pasting into the widget using the middle mouse button.
1221
1222         * FormPreamble.C (build): use this pre-handler for the input widget.
1223
1224 2001-08-26  Angus Leeming  <a.leeming@ic.ac.uk>
1225
1226         * FormCitation.C:
1227         * forms/form_citation.fd: a little tweaking to ensure that the
1228         style choice remains centred within the frame if its contents change.
1229
1230         * FormBase.h: added an allow_resize_ member variable. If false
1231         resizing the dialog is prohibitted.
1232
1233         * FormBase.[Ch]:
1234         * FormBrowser.[Ch]: modify c-tors to pass this new variable to FormBase.
1235
1236         * FormAboutlyx.C:
1237         * FormCharacter.C:
1238         * FormThesaurus.C:
1239         make use of this functionality to ensure that the dialog cannot be
1240         resized.
1241
1242 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1243
1244         * GUIRunTime.C: initApplication() should take a int & argc
1245  
1246 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
1247
1248         * FormCitation.h:
1249         * FormCitation.C: tidy code a little
1250  
1251         * GUIRunTime.C: more informative error
1252  
1253 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
1254
1255         * forms/form_preferences.fd: order the items "logically" so that
1256         tabbing through the dialog makes sense. Close bug #404569.
1257
1258 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
1259
1260         * FormPreferences.C: Tentative fix of John's "no point in spell
1261         command "None"" bug, #223255.
1262
1263 2001-08-23  Herbert Voss  <voss@perce.de>
1264
1265         * FormBibtex.C (input): normalize database list
1266
1267 2001-08-21  Angus Leeming  <a.leeming@ic.ac.uk>
1268
1269         * FormBibtex.C: make sure that any database is stored only once.
1270
1271 2001-08-22  Herbert Voss  <voss@perce.de>
1272
1273         * FormBibtex.C (input): fix for multiple databases
1274
1275 2001-08-21  Herbert Voss  <voss@perce.de>
1276
1277         * FormBibtex.C (input): extension handling for ".bst"
1278
1279 2001-08-21  Angus Leeming  <a.leeming@ic.ac.uk>
1280
1281         * forms/form_bibtex.fd: activate "Ok" when the "Add bibliography to TOC"
1282         check button is pressed.
1283
1284 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
1285
1286         * FormParagraph.C (general_apply): Handle default spacing.
1287         (general_update): Ditto.
1288
1289 2001-08-20  Angus Leeming  <a.leeming@ic.ac.uk>
1290
1291         * FormBibtex.C:
1292         * forms/form_bibtex.fd: get the browse buttons working as they should.
1293
1294 2001-08-20  Herbert Voss  <voss@perce.de>
1295
1296         * FormBibtex.C:
1297         * forms/form_bibtex.fd: enhanced bibtex-data gui to browse for
1298         databases and styles. Added an option for "bibliography into toc"
1299
1300 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1301
1302         * FormMathsBitmap.h: use the lyx::shared_c_ptr that uses free() to
1303         cleanup.
1304
1305 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
1306
1307         * combox.h: fix source doc
1308
1309         * form_math_matrix.C: 
1310         * forms/form_math_matrix.fd: new layout
1311  
1312 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
1313
1314         * form_paragraph.h:
1315         * form_paragraph.C:
1316         * forms/form_paragraph.fd:
1317         * FormParagraph.C: support per-para linespacing
1318  
1319         * forms/form_float.fd:
1320         * form_float.C: fix shortcut typo
1321  
1322 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
1323
1324         * forms/form_character.fd: small adjustment to the position of John's
1325         extra Language label.
1326
1327 2001-08-09  André Pönitz  <poenitz@htwm.de>
1328
1329         * FormMathsDelim.C: renamed some delimiter parameters.
1330
1331 2001-08-09  Angus Leeming  <a.leeming@ic.ac.uk>
1332
1333         * FormCitation.C (build):
1334         * FormDocument.C (build):
1335         * FormMinipage.C (build):
1336         * FormParagraph.C (build):
1337         * FormRef.C (build): added stuff to read-only list in the
1338         button controller.
1339
1340         * FormCitation.C (update): disable citation style stuff when not using
1341         Natbib.
1342
1343 2001-08-06  Juergen Vigna  <jug@sad.it>
1344
1345         * forms/form_ert.fd: new file.
1346
1347         * form_ert.[Ch]: new files.
1348
1349         * FormERT.[Ch]: new files. Implementation of ERT dialog.
1350
1351 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
1352
1353         * FormPreferences.C (Color c-tor): initialise modifiedXformsPrefs.
1354
1355 2001-07-30  Angus Leeming  <a.leeming@ic.ac.uk>
1356
1357         * GUIRunTime.C (processEvents, runTime): small code rearrangement.
1358
1359 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
1360
1361         * FormMathsPanel.C:
1362         * FormMathsPanel.h:
1363         * form_maths_panel.C:
1364         * form_maths_panel.h:
1365         * forms/form_maths_panel.fd: re-add dots bitmaps
1366          
1367         * FormRef.C: "Goto" -> "Go to"
1368
1369 2001-07-29  John Levon  <moz@compsoc.man.ac.uk>
1370
1371         * FormMathsBitmap.C: initialise form_
1372
1373 2001-07-29  Baruch Even  <baruch@lyx.org>
1374
1375         * src/forms/form_graphics.fd:
1376         * src/FormGraphics.C: Added support for the new horizontal scale factor.
1377
1378 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1379
1380         * forms/makefile (SRCS): add form_float.fd
1381
1382         * forms/form_float.fd: new file
1383
1384         * form_float.[Ch]: new files
1385
1386         * Makefile.am (libxforms_la_SOURCES): add FormFloat.C,
1387         FormFloat.h, form_float.C and form_float.h
1388
1389         * FormFloat.[Ch]: new files
1390
1391         * Dialogs.C: init GUIFloat is well
1392
1393 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
1394
1395         * FormToc.C (updateType): Fix problem with TOC that couldn't be
1396         updated because the type list was not updated.
1397
1398 2001-07-26  Angus Leeming  <a.leeming@ic.ac.uk>
1399
1400         * forms/form_aboutlyx.fd: made a bit bigger to get the Copyright &
1401         Version stuff in.
1402
1403         * input_validators.[Ch] (fl_int_filter, fl_float_filter): new methods.
1404
1405         * FormGraphics.C (build): uncommented the fl_set_input_return call for
1406         input_rotate_angle. Set input filter on rotate_angle to make it accept
1407         only floating point numbers.
1408         (input): Browse now activates the Ok button approriately.
1409
1410 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
1411
1412         * Dialogs.C:
1413         * Makefile.am:
1414         * FormThesaurus.h:
1415         * FormThesaurus.C:
1416         * form_thesaurus.h:
1417         * form_thesaurus.C:
1418         * forms/makefile:
1419         * forms/form_thesaurus.fd: add thesaurus
1420
1421 2001-07-26  Baruch Even  <baruch@lyx.org>
1422
1423         * FormGraphics.h:
1424         * FormGraphics.C: Removed hide method since it was interfering with the
1425         needed work, it cleared several vectors that were needed for proper
1426         functioning. Also changed rotateAngle to float.
1427
1428         * FormGraphics.C:
1429         * forms/form_graphics.fd: Removed inline option, all InsetGraphics figures
1430         are inlined.
1431         
1432 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
1433
1434         * FormInclude.C: add load file facility back
1435  
1436 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
1437
1438         * FormCharacter.C: disable resizing as it doesn't work
1439
1440         * FormPreamble.C: allow to copy-paste from RO preamble by
1441           enabling editing.
1442
1443 2001-07-20  Jürgen Spitzmüller  <juergen.sp@t-online.de>
1444
1445         * forms/form_citation.fd: resized form to fit on a 800x600 screen.
1446
1447 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
1448
1449         * FormCitation.[Ch]: changes associated with adding natbib support.
1450         New helper functions, string_width, fillChoice, updateStyle.
1451         (apply): set the citation command appropriately.
1452         (input): deal with the citation command choices.
1453         (update): parse the citation command and deal with it. Nuke the
1454         setSize stuff.
1455         (setSize): nuked!
1456
1457         * FormDocument.C (build): add options to use natbib.
1458
1459         * forms/form_citation.fd: add natbib support. Rearrange dialog to
1460         fit onto shorter screens.
1461
1462         * forms/form_document.fd: add natbib support.
1463
1464 2001-07-16  Juergen Vigna  <jug@sad.it>
1465
1466         * form_aboutlyx.C: set default for "Close" button to "ESC"-key.
1467
1468 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
1469
1470         Consistent use of Lsstream.h:
1471         * FormAboutlyx.C (build):
1472         * FormVCLog.C (update): std::ostringstream -> ostringstream.
1473
1474         * FormMathsDelim.C (apply):
1475         * FormMathsMatrix.C (apply): std::stringstream -> stringstream.
1476
1477 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1478
1479         * implement 1 about lyx dialog instead of 3 separate ones
1480
1481         * FormCredits.[Ch]: removed
1482         * FormCopyright.[Ch]: removed
1483         * form_credits.[Ch]: removed
1484         * forms/form_credits.fd: removed
1485         * form_copyright.[Ch]: removed
1486         * forms/form_copyright.fd: removed
1487         * FormAboutlyx.[Ch]: added
1488         * form_aboutlyx.[Ch]: added
1489         * forms/form_aboutlyx.fd: added
1490         * Dialogs.C: add about lyx stuff
1491
1492 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1493
1494         * add spellchecker
1495
1496         * FormPreferences.[Ch]: rename spellchecker to spelloptions
1497         * form_preferences.[Ch]: idem
1498         * forms/form_preferences.fd: idem
1499         * FormSpellchecker.[Ch]: added
1500         * form_spellchecker.[Ch]: added
1501         * forms/form_spellchecker.fd: added
1502         * Dialogs.C: add spellchecker
1503
1504 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1505
1506         * FormFiledialog.C: (*it). -> it->
1507         * Toolbar_pimpl.C: ditto
1508         * RadioButtonGroup.C: ditto
1509         * FormPreferences.C: ditto
1510
1511 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1512
1513         * GUIRunTime.C (x11Display): 
1514         (x11Screen): 
1515         (x11Colormap): 
1516         (x11VisualDepth): new methods
1517
1518 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1519
1520         * FormDocument.C (class_apply): call CutAndPaste::'s staitc method
1521         directly. 
1522
1523         * Toolbar_pimpl.h: make owner be a XFormsView, small changes
1524         because of this.
1525
1526         * GUIRunTime.C (createMainView): implement
1527
1528 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
1529
1530         * FormCharacter.C:
1531         * form_character.C:
1532         * forms/form_character.fd: hide the widget underneath language
1533           combox hack.
1534
1535 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
1536
1537         * FormPreferences.h:
1538         * FormPreferences.C: connect and operator
1539           showSpellcheckerPreferences signal
1540
1541         * FormPrint.C (input): modify to select radio_file
1542           when the user uses the filename input
1543  
1544 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
1545
1546         * combox.C (remove): send debug output to Debug::GUI.
1547
1548 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
1549
1550         * Menubar_pimpl.C (create_submenu): 
1551         * Toolbar_pimpl.C (update): update to use func_status
1552
1553 2001-06-25  The LyX Project  <lyx@tulip.home.sad.it>
1554
1555         * FormPreferences.C (Path::feedback): remove bogus description of
1556         lyxpipe.
1557
1558 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
1559
1560         * xformsBC.h: clean-up of included files.
1561
1562 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
1563
1564         * FormDocument.C:
1565         * FormParagraph.C (c-tor): cosmetic name change of signal.
1566
1567         * FormParagraph.[Ch]: added machinery to act on an updateParagraph
1568         signal. It's pretty crude at the moment! Mental note: would be more
1569         elegant if we passed a LyXParagraph & with both the signals rather than
1570         search through the Buffer.
1571
1572 2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
1573
1574         * *.[h]: added // -*- C++ -*-
1575         * *.[C]: removed // -*- C++ -*-
1576
1577         * FormCharacter.C (update): now uses contents of font_, stored
1578         permanently by the controller to update() the dialog.
1579
1580 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
1581
1582         * FormInclude.C:
1583         * form_include.fd: (various places): Ok button is now activated when
1584         the filename is input from the keyboard.
1585
1586         * FormPreferences.C white-space change in various places.
1587         (Converters::GetTo): get the contents of "to" not "from"! Thus fix bug
1588         that disabled addition of new converters.
1589
1590         * FormCharacter.C (input, update): new methods. Activate the Apply
1591         button when any of the input fileds are not IGNORE.
1592
1593 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1594
1595         * FormToc.C (input): change test slightly.
1596         (updateContents): clear list if empty and add no list msg.
1597
1598 2001-05-30  Angus Leeming  <a.leeming@ic.ac.uk>
1599
1600         * FormParagraph.C (update, general_update): enabling the align buttons
1601         is now dependent on the AlignPossible entry in the Layout.
1602
1603 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1604
1605         * MathsSymbols.C: 
1606         * FormMathsMatrix.C: bring C functions into global namespace if
1607         necessary. 
1608
1609 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1610
1611         * MathsSymbols.C (pixmapFromBitmapData): add std::
1612
1613         * FormMathsMatrix.C (AlignFilter): add std::
1614
1615 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
1616
1617         * FormDocument.C (build): add iso8859-15 support.
1618
1619 2001-05-08  Baruch Even  <baruch@lyx.org>
1620
1621         * Menubar_pimpl.C: Fixed compilation problem.
1622
1623 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1624
1625         * Menubar_pimpl.C (add_toc): use name and not type with float.
1626         (create_submenu): correct call of new object
1627         (create_submenu): add FloatListInsert and FloatInsert to dummy clause.
1628
1629 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1630
1631         * FormParagraph.[Ch]: remove !NO_PEXTRA and !NEW_INSETS cruft
1632
1633 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
1634
1635         * Dialogs.C: included insetgraphicsParams.h
1636
1637         * FormMathsMatrix.C:
1638         * FormMathsBitmap.C: included LAssert.h
1639
1640 2001-04-24  Allan Rae  <rae@lyx.org>
1641
1642         * xforms_helpers.C (formatted): two consecutive spaces would kill it.
1643
1644 2001-04-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1645
1646         * xforms_helpers.C (formatted): do not use string::substr(1) on a
1647         string of length 1 !
1648
1649 2001-04-16  Allan Rae  <rae@lyx.org>
1650
1651         * xforms_helpers.C (formatted): 
1652         * Menubar_pimpl.C (add_toc): #warning triggers an error on Sun CC 6.0
1653         as an unrecognised preprocessor directive.  So ensure they're wrapped. 
1654
1655 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
1656
1657         * FormTabularCreate.C: pass a pair of uints to the controller
1658
1659         * FormVCLog.C: the log appears as a stringstream now
1660
1661         * forms/form_external.fd: make params update state (from Angus)
1662
1663 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1664
1665         * Menubar_pimpl.C: include gettext.h
1666
1667 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1668
1669         * xforms_helpers.C (formatted): constify length
1670
1671         * FormTabular.C (update): small restructure, adjust for scoped_ptr
1672         (input): adjust for scoped_ptr
1673         (input): constify str
1674
1675 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
1676
1677         * Dialogs.C: s/popup/dialog/
1678
1679         * Form*.C:
1680         * FormBase.h:
1681         * FormBase.C: s/ControlButton/ControlButtons/
1682         move bc().refresh() into base show() method
1683
1684         * Form*.C:
1685         * FormBaseDeprecated.C:
1686         s/UndoAll/restore/
1687
1688 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1689
1690         * FormMathsPanel.C (c-tor): set button controller cancel label to close.
1691
1692         * FormToc.[Ch]:
1693         * forms/form_toc.fd: implemented controller-view split.
1694
1695         * Dialogs.C: associated changes.
1696
1697 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1698
1699         * FormCitation.C:
1700         * forms/form_citation.fd: Don't change the name of the button when
1701         toggling between regular expression and simple searches.
1702         Squashed bug when creating a new inset, the keys field contained
1703         one (empty) key. No more; thanks, Dekel.
1704
1705         * FormExternal.C: 
1706         * forms/form_external.fd: added Apply button.
1707
1708 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1709
1710         * FormBase.[Ch]:
1711         * FormBrowser.[Ch]: changes associated with renaming ControlBase as
1712         ControlButton.
1713
1714         * FormExternal.[Ch]:
1715         * forms/form_external.fd: implemented controller-view split.
1716
1717         * Dialogs.C: associated changes.
1718
1719         * FormGraphics.[Ch]:
1720         * FormInclude.[Ch]:
1721         * FormPrint.[Ch]:
1722         moved the browsing functionality into the controller.
1723
1724         * xforms_helpers.[Ch]: moved browseFile to
1725         ../controllers/helper_funcs.[Ch]
1726
1727         * FormCitation.C
1728         * forms/form_citation.fd: added case sensitive search button.
1729
1730 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
1731
1732         * xformsBC.[Ch]: Patched in a slight reworking of Baruch Even's patch.
1733         Code moved into the generic template base class. Replaced
1734         setCancelCloseButton() with setButtonLabel().
1735
1736 2001-03-29  Juergen Vigna  <jug@sad.it>
1737
1738         * FormMinipage.C: removed widthp_ and all it's functions and changed
1739         to use new %-lengths of LyXLength.
1740
1741 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
1742
1743         * FormGraphics.[Ch]:
1744         * forms/form_graphics.fd:
1745         * FormIndex.[Ch]:
1746         * forms/form_index.fd: implemented controller-view split.
1747
1748         * Dialogs.C: associated changes.
1749
1750         * FormCharacter.[Ch]: changes associated with ControlCharacter cleanup.
1751
1752         * FormCitation.C: changes associated with ControlCitation cleanup.
1753
1754         * FormMinipage.h: cleaned-up forward declarations.
1755
1756 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
1757
1758         * FormMinipage.[Ch]:
1759         * forms/form_minipage.fd:
1760         * FormPrint.[Ch]:
1761         * forms/form_print.fd:
1762         * FormSplash.[Ch]: implemented controller-view split.
1763
1764         * Dialogs.C: associated changes.
1765
1766 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
1767
1768         * FormPreamble.[Ch]:
1769         * forms/form_preamble.fd:
1770         * FormRef.[Ch]:
1771         * forms/form_ref.fd:
1772         * FormSearch.[Ch]:
1773         * forms/form_search.fd:
1774         * FormTabularCreate.[Ch]:
1775         * forms/form_tabular_create.fd: implemented controller-view split.
1776
1777         * Dialogs.C: associated changes.
1778
1779 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
1780
1781         * FormError.[Ch]:
1782         * form_error.fd:
1783         * FormInclude.[Ch]:
1784         * form_include.fd:
1785         * FormUrl.[Ch]:
1786         * form_url.fd: implemented controller-view split.
1787
1788         * Dialogs.C: associated changes.
1789
1790         * FormBibitem.h:
1791         * FormBibtex.h:
1792         * FormCitation.h: moved methods from protected to private.
1793
1794 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
1795
1796         * FormCredits.C (build): changes associated with
1797         ControlCredits::getCredits returning a stringstream not a vector<string>
1798
1799 2001-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
1800
1801         * FormCopyright.[Ch]:
1802         * forms/form_copyright.fd: implemented controller-view split.
1803
1804         * FormCredits.[Ch]:
1805         * forms/form_credits.fd: implemented controller-view split.
1806
1807         * Dialogs.C: associated changes.
1808
1809         * xforms_helpers.C (formatted): improved the function so that it now
1810         repects '\n' characters in the input string. Ie, the user can now
1811         specify line breaks explicitly.
1812
1813 2001-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
1814
1815         * FormCharacter.[Ch]:
1816         * forms/form_character.fd: implemented controller-view split.
1817
1818         * Dialogs.C: associated changes.
1819
1820         * FormBase.C (input): changed return to SMI_VALID.
1821
1822         * FormCitation.C (updateBrowser): ensure that the keys are stripped of
1823         any surrounding whitespace.
1824
1825 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1826
1827         * FormBase.[Ch] (input): no longer pure virtual. Has defualt state of
1828         SMI_NOOP.
1829         (FormBase2): split into two template classes, FormDB (DialogBase) and
1830         FormCB (ControllerBase) for greater flexibility.
1831
1832         * FormBibitem.[Ch]:
1833         * FormBibtex.[Ch]:
1834         * FormCitation.[Ch]: associated changes.
1835
1836         * FormBrowser.[Ch]:
1837         * FormLog.[Ch]:
1838         * FormVCLog.[Ch]:
1839         * forms/form_browser.fd: implemented controller-view split.
1840
1841         * Dialogs.C: associated changes.
1842
1843 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
1844
1845         * FormBibtex.[Ch]:
1846         * forms/form_bibtex.fd: implemented controller-view split.
1847
1848         * Dialogs.C: associated changes.
1849
1850 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
1851
1852         * FormBaseDeprecated.[Ch]: rename title as title_.
1853         
1854         * FormBaseDeprecated.C: restore John's trick to give the dialog a border
1855         with limited functionality. It got lost in the MVC merge.
1856
1857         * FormBaseDeprecated.C:
1858         * FormBase.C (show): moved initialisation of minw_, minh_ here.
1859
1860         * FormBibitem.C (build):
1861         * FormBibtex.C (build):
1862         * FormBrowser.C (build):
1863         * FormCharacter.C (build):
1864         * FormCitation.C (build):
1865         * FormCopyright.C (build):
1866         * FormCredits.C (build):
1867         * FormDocument.C (build):
1868         * FormError.C (build):
1869         * FormExternal.C (build):
1870         * FormGraphics.C (build):
1871         * FormInclude.C (build):
1872         * FormIndex.C (build):
1873         * FormMinipage.C (build):
1874         * FormParagraph.C (build):
1875         * FormPreamble.C (build):
1876         * FormPreferences.C (build):
1877         * FormPrint.C (build):
1878         * FormRef.C (build):
1879         * FormSearch.C (build):
1880         * FormTabular.C (build):
1881         * FormTabularCreate.C (build):
1882         * FormToc.C (build):
1883         * FormUrl.C (build): removed initialisation of minw_, minh_.
1884         
1885         * The Maths Panel stuff no longer causes a crash on exit from LyX.
1886
1887         * FormMaths.[Ch]:
1888         * forms/form_maths.fd: removed.
1889
1890         * forms/form_maths_delim.fd:
1891         * forms/form_maths_deco.fd:
1892         * forms/form_maths_matrix.fd:
1893         * forms/form_maths_space.fd:
1894         * forms/form_maths_panel.fd: new files.
1895         Split contents of form_maths.fd into 5 new files, one for each form.
1896
1897         * MathsSymbols.[Ch]: remove class BitmapMenu, renamed and reworked as
1898         class FormMathsBitmap in FormMathsBitmap.[Ch].
1899
1900         * FormMathsPanel.[Ch]:
1901         * FormMathsBitmap.[Ch]:
1902         * FormMathsDeco.[Ch]:
1903         * FormMathsDelim.[Ch]:
1904         * FormMathsMatrix.[Ch]:
1905         * FormMathsSpace.[Ch]: Split contents of FormMaths into new files,
1906         one for each popup. Rewrite so that all the new classes are derived from
1907         FormBaseBD. Clean up the logic in the process (I hope!).
1908
1909         * Makefile.am: added new fils, removed redundant ones.
1910
1911 2001-03-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1912
1913         * FormMinipage.C (FormMinipage): add SigC:: namespace specifier.
1914         (showInset): ditto
1915         (updateInset): ditto
1916
1917 2001-03-16  Juergen Vigna  <jug@sad.it>
1918
1919         * Dialogs.C (Dialogs): create minipage options dialog.
1920
1921         * forms/form_minipage.fd: 
1922         * form_minipage.C: 
1923         * form_minipage.h: 
1924         * FormMinipage.C: 
1925         * FormMinipage.h: new files for the minipage options dialog.
1926
1927 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
1928
1929         * FormMaths.[Ch]: make the FD_ structs private. Create appropriate
1930         callback methods.
1931
1932         * forms/form_maths.fd: change C_FormBaseCancelCB to
1933         FormBaseDeprecatedCancelCB and so fix crash on closing the panel.
1934
1935 2001-03-16  John Levon  <moz@compsoc.man.ac.uk>
1936
1937         * FormMaths.C: quash warnings
1938
1939 2001-03-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1940
1941         * FormMaths.C (C_FormMathsDelimCB): add usual .c_str() for lyxstring
1942         compatibility. 
1943
1944 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
1945
1946         * Form_various.h: cleaned up #includes and forward declarations.
1947
1948         * Form_various.C: added "using SigC::slot" declaration.
1949
1950         * FormMaths.[Ch]: moved to boost::scoped_ptrs.
1951
1952         * FormDocument.C (CheckChoiceClass): removed string tct as the
1953         compiler warned that it was defined but never used.
1954         removed USE_CLASS_COMBO.
1955
1956 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
1957
1958         * Dialogs.C:
1959         * FormMaths.h:
1960         * FormMaths.C:
1961         * MathsSymbols.h:
1962         * MathsSymbols.C:
1963         * Makefile.am:
1964         * Toolbar_pimpl.C:
1965         * form_*.C:
1966         * forms/makefile:
1967         * forms/form_maths.fd:
1968         * forms/fdfixc.sed:
1969         * forms/fdfix.sh: add maths panel
1970
1971         * bmtable.h:
1972         * bmtable.c: moved from src/
1973
1974 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1975
1976         * FormParagraph.h: NO_PEXTRA
1977         * FormParagraph.C (input): NO_PEXTRA
1978
1979 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1980
1981         * several files: remove CXX_WORKING_NAMESPACES
1982
1983 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1984
1985         * Merging changes from BRANCH_MVC back into HEAD.
1986
1987 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
1988
1989         * Dialogs.C (c-tor): Changes associated with storing a vector of
1990         boost::shared_ptrs.
1991         Use MVC Bibitem popup.
1992
1993         * FormBase.h: add a new template class FormBase2, derived from FormBase
1994         to make life creating MVC popups even easier ;-)
1995
1996         * FormBibitem.[Ch]:
1997         * forms/form_bibitem.fd: moved over to the MVC way of doing things.
1998         Proof that a simple popup should be easy to implement!
1999
2000         * FormCitation.[Ch]: now derived from FormBase2.
2001
2002         * FormToc.C: added using std::vector directive.
2003
2004 2001-03-09  Dekel Tsur  <dekelts@tau.ac.il>
2005
2006         * FormSearch.C: Add missing #pragma
2007
2008 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
2009
2010         * FormCitation.C:
2011         * forms/form_citation.fd: added the ability to Search, both Simply and
2012         for Regular Expressions. Use the Search code in the controller() to do
2013         the actual searching.
2014
2015 2001-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
2016
2017         * Makefile.am: added FormCredits.[Ch] and form_credits.[Ch]
2018         * forms/makefile: added form_credits.fd
2019         
2020         * Dialogs.C: added FormCredits and removed ShowCredits.
2021         
2022         * FormCredits.[Ch]:
2023         * forms/form_credits.fd:
2024         * forms/form_search.fd: ported to the MVC way.
2025         
2026 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
2027
2028         * xforms_helpers.h (formatted): now has default arguments for size and
2029         style.
2030
2031         * FormCitation.[Ch]: moved code out of this class and into
2032         ControlCitation and associated helper funcs.
2033         
2034 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
2035
2036         * FormBase.[Ch]: (InputCB): use ButtonController::input() rather than
2037         ButtonController::valid() to check state of input. The buttons are
2038         now controlled correctly.
2039
2040         * Form*.[Ch]: use boost::scoped_ptr for the remaining few classes.
2041
2042 2001-03-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
2043
2044         * Form*.[Ch]: use boost::scoped_ptr for dialog_ et al.
2045
2046         * FormBase.[Ch]: rename title as title_.
2047
2048 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
2049
2050         * FormBase.C (c-tor): initialise variables in correct order.
2051
2052         * FormCitation.C: add #include <algorithm>
2053
2054 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
2055
2056         * xformsBC.[Ch]: Changes associated with the changes to
2057         controllers/ButtonController.[Ch]. Ie, the class is now derived from
2058         ButtonControllerBase and the ButtonPolicy is accessed through a method
2059         bp() rather than the instance bp_.
2060
2061         * FormBaseDeprecated.[Ch]: no longer store a ButtonController, but
2062         rather use a pure virtual method bc() to access the controller
2063         instantiated by the daughter classes.
2064
2065         * F*.[Ch]: changes associated with the above.
2066
2067 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
2068
2069         * FormBase.[Ch]: renamed as FormBaseDeprecated.[Ch]
2070
2071         * ViewXforms.[Ch]: renamed as FormBase.[Ch]
2072
2073 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
2074
2075         * ButtonController.[Ch]: deleted. The class is split into two
2076         (with identical functionality), the code being found in
2077         ../controllers/ButtonController.[Ch] and xformsBC.[Ch]
2078
2079         * xformsBC.[Ch]: new files. Xforms specific part of Allan's original
2080         ButtonController class.
2081
2082         * FormBase.[Ch]: changes associated with the above split.
2083
2084         * ViewXforms.[Ch]: Base class for xforms dialogs derived from ViewBase
2085         (../controllers/ViewBase.h). Ie, for Dialogs with GUI-I controllers
2086         controlling all interaction to/from the LyX kernel.
2087
2088         * FormCitation.[Ch]:
2089         * forms/form_citation.fd: An xforms-specific implementation of the
2090         Citation dialog, controlled by the GUI-I ControlCitation.
2091
2092         * Dialogs.C: Use the controlled Citation dialog.
2093
2094 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
2095
2096         * Makefile.am:
2097         * combox.h:
2098         * combox.C: moved from src/
2099
2100 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
2101
2102         * forms/fdfix.sh:
2103         * forms/form_filedialog.C.patch: I hate having to make these patches,
2104         but on reflection I think it's probably better than hacking fdfix.sh.
2105
2106 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
2107
2108         * forms/fdfix.sh: test whether bmtable.h is needed before #including it.
2109
2110 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
2111
2112         * FormGraphics.C: remove unnecessary hack
2113
2114 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
2115
2116         * FormCitation.C (apply): Do not put space between multiple keys.
2117
2118 2001-03-12  Dekel Tsur  <dekelts@tau.ac.il>
2119
2120         * Menubar_pimpl.C (add_toc): Remove debug message.
2121
2122 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
2123
2124         * Makefile.am:
2125         * Dialogs.C:
2126         * FormExternal.C:
2127         * FormExternal.h:
2128         * form_external.C:
2129         * form_external.h:
2130         * xforms/forms/makefile:
2131         * forms/form_external.fd: add FormExternal
2132
2133 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
2134
2135         * Dialogs.C: add destroySplash()
2136
2137         * form_splash.h:
2138         * form_splash.C:
2139         * forms/form_splash.fd:
2140         * FormSplash.h:
2141         * FormSplash.C: make independent of FormBase, tidy
2142         
2143         * Menubar_pimpl.C: destroy splash on interaction
2144
2145 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
2146
2147         * FormInclude.h:
2148         * FormInclude.C:
2149         * form_include.h:
2150         * form_include.C:
2151         * forms/form_include.fd: rework, clean up
2152
2153 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2154
2155         * FormToc.h: use Buffer::typedef
2156
2157         * Menubar_pimpl.C (add_toc): use the Buffer::typedefs
2158         * FormToc.C (build): ditto
2159         (updateToc): ditto
2160
2161 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2162
2163         * FormToc.C (build): implement for dynamic number of lists
2164         (updateToc): ditto
2165         * Menubar_pimpl.C (add_toc): ditto
2166
2167 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
2168
2169         * added credits:
2170         * Dialogs.C:
2171         * Makefile.am:
2172         * FormCredits.[Ch]:
2173         * form_credits.[Ch]:
2174         * forms/form_credits.fd:
2175
2176 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2177
2178         * Menubar_pimpl.h: make Pipl::ItemInfo::item_ a boost::shared_ptr,
2179         make ButtonList contain boost::shared_ptr<ItemInfo>
2180
2181         * Menubar_pimpl.C (~Pimpl): remove destructor 
2182
2183 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
2184
2185         * Makefile.am:
2186         * FileDialog.C:
2187         * FormFiledialog.C:
2188         * FormFiledialog.h:
2189         * form_filedialog.C:
2190         * form_filedialog.h:
2191         * FormGraphics.C:
2192         * FormInclude.C:
2193         * FormPreferences.C:
2194         * FormPrint.C:
2195         * xforms_helpers.C:
2196         * xforms_helpers.h:
2197         * forms/fdfix.sh:
2198         * forms/makefile:
2199         * form/form_filedialog.fd: add File Dialog
2200         * Toolbar_pimpl.h:
2201         * Toolbar_pimpl.C: move LayoutsCB to here
2202
2203 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2204
2205         * FormParagraph.C: changes because of ParagraphParameters.
2206
2207 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2208
2209         * FormSearch.C (Replace): remove default argument
2210         (Find): ditto
2211
2212 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
2213
2214         * added find/replace dialog:
2215         * FormSearch.*: added
2216         * form_search.*: added
2217         * forms/form_search.fd: added
2218
2219 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
2220
2221         * xform_helpers.[Ch]: renamed as xforms_helpers.[Ch].
2222
2223         * various: in a rush of delayed guilt, I've renamed all instances of
2224         xform as xforms. Jean-Marc sowed this seed a long, long time ago and it
2225         finally sprouted.
2226
2227         * xforms_helpers.[Ch] (setEnabled): a little wrapper function to
2228         activate/deactivate an FL_OBJECT.
2229
2230         * FormCitation.C:
2231         * FormDocument.C:
2232         * FormInclude.C:
2233         * FormParagraph.C:
2234         * FormPreamble.C:
2235         * FormPreferences.C:
2236         * FormRef.C:
2237         * FormTabular.C: used it.
2238
2239 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
2240
2241         * FormPreferences.C: removed three unused using directives.
2242
2243 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
2244
2245         * added find/replace dialog:
2246         * FormSearch.*: added
2247         * form_search.*: added
2248         * forms/form_search.fd: added
2249
2250 2001-02-27  Dekel Tsur  <dekelts@tau.ac.il>
2251
2252         * FormRef.C: Fixed the behaviour of Goto-Ref.
2253
2254 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
2255
2256         * forms/makefile: added character and preamble dialogs
2257
2258 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2259
2260         * FormCharacter.C (FormCharacter): change order of deletion,
2261         change combo_language2 to combo_language2_
2262
2263 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
2264
2265         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
2266
2267 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
2268
2269         * Dialogs.C: added layoutcharacter
2270         * FormCharacter.C: added
2271         * FormCharacter.h: added
2272         * form_character.C: added
2273         * form_character.h: added
2274         * forms/form_character.fd: added
2275                
2276 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
2277  
2278         * FormPreferences.C: Handle lyxrc.language_use_babel and
2279         lyxrc.language_global_options.
2280
2281 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
2282
2283         * FormPreferences(GetFrom, GetTo): use size_type rather than int.
2284
2285 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
2286
2287         * FormBase.C: no longer transient dialogs, XMapWindow()
2288           in attempt to de-iconify
2289
2290         * FormDocument.C: remove DO_USE_DEFAULT_LANGUAGE
2291
2292 2001-02-21  Dekel Tsur  <dekelts@tau.ac.il>
2293
2294         * FormDocument.C (checkMarginValues): Activate "use geometry" button 
2295         if using custom paper size/margin.
2296
2297 2001-02-21  Allan Rae  <rae@lyx.org>
2298
2299         * forms/form_preferences.fd: larger, bold font for outer tabfolder
2300
2301 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
2302
2303         * src/frontends/xforms/Dialogs.C: added preamble
2304         * src/frontends/xforms/FormPreamble.C: added
2305         * src/frontends/xforms/FormPreamble.h: added
2306         * src/frontends/xforms/Makefile.am: added
2307         * src/frontends/xforms/form_preamble.C: added
2308         * src/frontends/xforms/form_preamble.h: added
2309         * src/frontends/xforms/form_preamble.fd: added
2310
2311 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
2312
2313         * FormBase.h: moved noncopyable derivation to DialogBase.
2314
2315 2001-02-19  Juergen Vigna  <jug@sad.it>
2316
2317         * FormTabular.C (build): make all input field accepted only after
2318         a "RETURN".
2319
2320         * forms/form_tabular.fd: removed default "Return" on Close-Button.
2321
2322 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
2323
2324         * FormError.C:
2325         * FormGraphics.C:
2326         * FormInset.C (showInset): change associated with name change
2327         inset::hide to inset::hideDialog.
2328
2329 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
2330
2331         * FormCitation.C (build): altering "Text after" now activates the Ok,
2332         Apply buttons.
2333
2334 2001-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
2335
2336         * FormCitation.C: lots of white-space changes to make file consistent
2337         with LyX style.
2338         (input): use the FL_OBJECT * parameter to decide what to do, not the
2339         long parameter.
2340
2341         * FormCitation.h: removed most entries in enum.
2342
2343         * forms/form_citation.fd: change names of variables, consistent with
2344         Allan's naming scheme.
2345         Don't pass any particular arguments to the InputCB function.
2346         choice_style now triggers a callback and looks like other choices.
2347
2348 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
2349
2350         * other: use compare instead of strcmp/strncmp
2351
2352 2001-02-15  Angus Leeming  <a.leeming@ic.ac.uk>
2353
2354         * ButtonController.[Ch]: changed trigger_change_ vector and associated
2355         methods to dont_trigger_change_ because FL_OBJECTs that trigger a
2356         callback to InputCB() but don't trigger a change in the state of the
2357         Ok, Apply buttons are much rarer than those that do.
2358
2359         * FormCitation.C (build): associated change.
2360
2361 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2362
2363         * ButtonController.C: include algorithm
2364
2365 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
2366
2367         * ButtonController.[Ch] (addTriggerChange, eraseTriggerChange):
2368         new methods.
2369         (valid): method can now be passed an optional FL_OBJECT *. If it is, and
2370         the vector of FL_OBJECT *s that can trigger a change in the button state
2371         is not empty, then a change of state will occur only if the FL_OBJECT *
2372         is present in this vector.
2373
2374         * FormBase.C (RestoreCB): call bc.undoAll() before restore(). Allows
2375         the user to deactivate specific fields within restore().
2376         (InputCB): pass the FL_OBJECT * to bc_.valid().
2377
2378         * FormCitation.C (build): create a vector of FL_OBJECT *s that can
2379         trigger a change of state in the Ok,Apply buttons.
2380         (update): bc_.readOnly() to the start of the method. Similar reasoning
2381         to that for FormBase::RestoreCB, above.
2382
2383 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
2384
2385         * FormBrowser.C: used OkCancelPolicy for ButtonController rather than
2386         IgnorantPolicy.
2387
2388         * forms/form_browser.fd:
2389         * forms/form_copyright.fd:
2390         * forms/form_error.fd:
2391         * forms/form_tabular.fd:
2392         * forms/form_toc.fd:
2393         Consistent shortcuts for Close button: Esc and Return only.
2394
2395         * forms/form_citation.fd:
2396         * forms/form_document.fd:
2397         * forms/form_index.fd:
2398         * forms/form_paragraph.fd:
2399         * forms/form_preferences.fd:
2400         * forms/form_print.fd:
2401         * forms/form_ref.fd:
2402         * forms/form_tabular_create.fd:
2403         * forms/form_url.fd:
2404         Consistent shortcut for Cancel button: Esc only.
2405
2406 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
2407
2408         * Dialogs.C: new Splash. Include, Bibitem/tex
2409
2410         * FormBase.h: make show() virtual for Splash's benefit
2411
2412         * Makefile.am:
2413         * forms/makefile:
2414         * FormBibitem.C:
2415         * FormBibitem.h:
2416         * FormBibtex.C:
2417         * FormBibtex.h:
2418         * form_bibitem.C:
2419         * form_bibitem.h:
2420         * form_bibtex.C:
2421         * form_bibtex.h:
2422         * forms/form_bibitem.fd:
2423         * forms/form_bibtex.fd:
2424         * FormInclude.C:
2425         * FormInclude.h:
2426         * form_include.C:
2427         * form_include.h:
2428         * forms/form_include.fd:
2429         * FormSplash.C:
2430         * FormSplash.h:
2431         * form_splash.C:
2432         * form_splash.h:
2433         * forms/form_splash.fd: new forms
2434
2435 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
2436
2437         * FormLog.C: handle Literate build log nicely
2438
2439 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2440
2441         * Menubar_pimpl.C: remove support for reference menuitem type.
2442
2443 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
2444
2445         * Makefile.am:
2446         * Timeout_pimpl.h:
2447         * Timeout_pimpl.C: add Timeout implementation
2448
2449 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
2450
2451         * form_browser.h:
2452         * form_browser.C:
2453         * forms/form_browser.fd:
2454         * forms/makefile:
2455         * FormBrowser.C:
2456         * FormBrowser.h: readonly browser form
2457
2458         * FormLog.C:
2459         * FormLog.h:
2460         * FormVCLog.C:
2461         * FormVCLog.h:
2462         * Dialogs.C: add Log and VCLog
2463
2464         * Makefile.am: add Log and VCLog, add updatesrc target
2465
2466 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
2467
2468         * Menubar_pimpl.C (add_toc2): Add shortcut to the TOC menu.
2469
2470 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2471
2472         * FormPreferences.C (GetFrom): fix crash when there is no format
2473         defined. 
2474         (GetTo): ditto.
2475
2476 2001-01-23  Angus Leeming  <a.leeming@ic.ac.uk>
2477
2478         * FormPreferences.C (LoadBrowserLyX): convert unsigned short to
2479         unsigned char correctly and so fix 2 bugs loading/changing colors.
2480
2481 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
2482
2483         * FormRef.C (update): Do not update dialog_->{ref,name,type}
2484         if inset_ == 0.
2485         Deactivate the type button when buffer is LinuxDoc/Docbook
2486         (build): Uncomment calls to addReadOnly().
2487         (updateBrowser) Do not disable the update button when there are no 
2488         keys.
2489         (build, getType, getName): Use InsetRef::types.
2490
2491 2001-01-18  Angus Leeming  <a.leeming@ic.ac.uk>
2492
2493         * FormPrint.[Ch] (browse): new method to browse for file to print to.
2494
2495         * forms/form_print.fd: give the form a Browse button.
2496
2497 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
2498
2499         * FormRef.C (input): Fix the behavior of goto reference button.
2500