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