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