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