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