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