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