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