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