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