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