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